Old version
May 23, 2026 01:00 UTC
fe697147330dc85912dec1846b220b042c3cb8288072eb0cb6a15fc5535ac3a5
CA-V-002920
New version
May 24, 2026 00:59 UTC
90130efae422cac707dc59f0304f9cd670d99ae46a3ede043a99622ddfe41bff
CA-V-002951
Share 𝕏 Share in Share
Change Summary
Ford updated its Privacy Policy on May 24, 2026, with 17 new sentences added and 1,244 sentences modified across the 4,455-sentence document. The extent and nature of the substantive policy changes cannot be determined from the provided diff context, which shows only HTML metadata, JavaScript code, and contact information sections. A complete analysis of the operational privacy policy changes would require access to the full policy text modifications.
low severity
17 Sentences added
0 Sentences removed
1244 Sentences modified
4438 Sentences before
4455 Sentences after
Added
Removed
Modified
BeforeAfter
0<!DOCTYPE html><html lang="en" class="fgx-brand-Ford" dir="ltr" data-locale="en_us" translate="no"><head><meta name="referrer" content="origin"><style class="vjs-styles-defaults"> .video-js { width: 300px; height: 150px; } .vjs-fluid:not(.vjs-audio-only-mode) { padding-top: 56.25% } </style> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ford® Privacy Policy | Ford.com</title> <meta name="description" content="This privacy statement explains our policies and practices regarding online customer information on ford.com &amp; owner.ford.com."> <meta name="content-page-ref" content="pQvTTqDNLOodqn-kdOpQHwJglcwgzuF09-8u4uw1-6poFpYAFjRmWDdB_G6tpvO74oTRz2yaanjN3kUnXkQFzw"> <script defer="defer" type="text/javascript" src="/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js"></script> <link rel="manifest" href="/acslibs/etc.clientlibs/common/clientlibs/skin/ford/resources/manifest.webmanifest"> <meta property="og:type" content="website"> <meta property="og:title" content="Ford® Privacy Policy | Ford.com"> <meta property="og:description" content="This privacy statement explains our policies and practices regarding online customer information on ford.com &amp; owner.ford.com."> <meta property="og:image" content="/acslibs/content/dam/na/ford/en_us/images/brand/Ford_OG_1200x630.png"> <meta property="og:url"> <meta property="og:site_name" content="https://www.ford.com/"> <meta property="fb:app_id" content="22166130048"> <meta name="twitter:title" content="Ford® Privacy Policy | Ford.com"> <meta name="twitter:description" content="This privacy statement explains our policies and practices regarding online customer information on ford.com &amp; owner.ford.com."> <meta name="twitter:image" content="/acslibs/content/dam/na/ford/en_us/images/brand/Ford_OG_1200x630.png"> <meta name="twitter:site" content="https://x.com/Ford"> <meta name="twitter:creator" content="https://x.com/Ford"> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/bold.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/regular.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/semibold.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/light.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="stylesheet" href="https://www.ford.com/shared/fonts/ford.css"> <!-- Thai Specific Font Loading --> <!-- Arabic Specific Font Loading --> <link rel="canonical" href="www.ford.com/help/privacy/"> <link rel="stylesheet" href="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford.lc--lc.min.css" type="text/css"> <script src="/acslibs/etc.clientlibs/clientlibs/granite/jquery.lc--lc.min.js"></script> <!-- data-sly-test="false" --> <!-- OneTrust Cookies Consent Notice start --> <script type="text/javascript"> var params = new URLSearchParams(window.location.search); if (params.get('disableCookieCheck') !== 'true') { var oneTrustScript = document.createElement('script'); oneTrustScript.src = "https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"; oneTrustScript.type = "text/javascript"; oneTrustScript.charset = "UTF-8"; oneTrustScript.setAttribute('data-domain-script', ""); document.head.appendChild(oneTrustScript); } // OneTrust Changes Start Here function getCookie(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); } function OptanonWrapper() { // Get initial OnetrustActiveGroups ids if(typeof OptanonWrapperCount == "undefined"){ otGetInitialGrps(); } //Delete cookies otDeleteCookie(otIniGrps); // Assign OnetrustActiveGroups to custom variable function otGetInitialGrps(){ OptanonWrapperCount = ''; otIniGrps = OnetrustActiveGroups; // console.log("otGetInitialGrps", otIniGrps) } function otDeleteCookie(iniOptGrpId) { var otDomainGrps = JSON.parse(JSON.stringify(Optanon.GetDomainData().Groups)); var otDeletedGrpIds = otGetInactiveId(iniOptGrpId, OnetrustActiveGroups); if(otDeletedGrpIds.length != 0 && otDomainGrps.length !=0){ for(var i=0; i < otDomainGrps.length; i++){ //Check if CustomGroupId matches if(otDomainGrps[i]['CustomGroupId'] != '' && otDeletedGrpIds.includes(otDomainGrps[i]['CustomGroupId'])){ for(var j=0; j < otDomainGrps[i]['Cookies'].length; j++){ // console.log("otDeleteCookie",otDomainGrps[i]['Cookies'][j]['Name']) //Delete cookie eraseCookie(otDomainGrps[i]['Cookies'][j]['Name']); } } //Check if Hostid matches if(otDomainGrps[i]['Hosts'].length != 0){ for(var j=0; j < otDomainGrps[i]['Hosts'].length; j++){ //Check if HostId presents in the deleted list and cookie array is not blank if(otDeletedGrpIds.includes(otDomainGrps[i]['Hosts'][j]['HostId']) && otDomainGrps[i]['Hosts'][j]['Cookies'].length !=0){ for(var k=0; k < otDomainGrps[i]['Hosts'][j]['Cookies'].length; k++){ //Delete cookie eraseCookie(otDomainGrps[i]['Hosts'][j]['Cookies'][k]['Name']); } } } } } } otGetInitialGrps(); //Reassign new group ids } //Get inactive ids function otGetInactiveId(customIniId, otActiveGrp){ //Initial OnetrustActiveGroups // console.log("otGetInactiveId",customIniId) customIniId = customIniId.split(","); customIniId = customIniId.filter(Boolean); //After action OnetrustActiveGroups otActiveGrp = otActiveGrp.split(","); otActiveGrp = otActiveGrp.filter(Boolean); var result=[]; for (var i=0; i < customIniId.length; i++){ if ( otActiveGrp.indexOf(customIniId[i]) <= -1 ){ result.push(customIniId[i]); } } return result; } function eraseCookie(name) { var hostname = window.location.hostname; var domainParts = hostname.split('.'); var pathArray = window.location.pathname.split('/'); // Build list of domains to try var domains = []; // Start full hostname domains.push(hostname); // If hostname has subdomains, loop and collect all levels if (domainParts.length > 2) { for (var i = 1; i <= domainParts.length - 2; i++) { domains.push(domainParts.slice(i).join('.')); } } // Always add base domain domains.push(domainParts.slice(-2).join('.')); // Also add with leading dot versions var additionalDomains = []; for (var i = 0; i < domains.length; i++) { if (domains[i].charAt(0) !== '.') { additionalDomains.push('.' + domains[i]); } } domains = domains.concat(additionalDomains); // Remove duplicates (optional) domains = domains.filter(function(value, index, self) { return self.indexOf(value) === index; }); // Log domains we're deleting from (for debugging) console.log("Deleting cookie from domains: ", domains); // Delete from all domain variants and all path levels for (var d = 0; d < domains.length; d++) { var domainName = domains[d]; // Start with root path document.cookie = name + '=; Max-Age=-99999999; Path=/; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/;'; // Loop through path hierarchy for (var i = 0; i < pathArray.length; i++) { if (pathArray[i]) { var currentPath = pathArray.slice(0, i + 1).join('/'); document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + ';'; // Optional: handle trailing slash document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '/; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '/;'; } } } // Also remove local storage try { localStorage.removeItem(name); } catch (e) { console.warn('LocalStorage remove error:', e); } console.log("Attempted to delete cookie: ", name); } // set function to allow or block script based on OneTrust Category function decodeParameters(cookie) { var result = {}; var pairs = cookie.split('&'); for (var i = 0; i < pairs.length; i++) { var pair = pairs[i].split('='); if (pair.length === 2) { result[pair[0]] = decodeURIComponent(pair[1]); } } return result; } function allowScript(cat) { var allow = true; var cookie = getCookie('OptanonConsent'); if (cookie) { var groups = ((decodeParameters(cookie) || {}).groups || '').split(','); if (groups.indexOf(cat + ':0') >= 0) { allow = false; } } return allow; } // Function to delete Adobe AMCV/AMCVS/_evga/ _sfid cookies more aggressively function deleteAdobeCookie(name) { var hostname = window.location.hostname; var domainParts = hostname.split('.'); // Build all possible domain variations var domains = ['', hostname]; // Add domain with leading dot domains.push('.' + hostname); // Add parent domains (e.g., .ford.com from www.ford.com) for (var i = 1; i < domainParts.length; i++) { var parentDomain = domainParts.slice(i).join('.'); domains.push(parentDomain); domains.push('.' + parentDomain); } // Common paths to try var paths = ['/', '', window.location.pathname]; // Past date for expiration var expires = 'Thu, 01 Jan 1970 00:00:00 GMT'; // Try all combinations of domain and path for (var d = 0; d < domains.length; d++) { for (var p = 0; p < paths.length; p++) { var cookieStr = name + '=; expires=' + expires + '; Max-Age=0'; if (paths[p]) { cookieStr += '; path=' + paths[p]; } if (domains[d]) { cookieStr += '; domain=' + domains[d]; } document.cookie = cookieStr; document.cookie = cookieStr + '; Secure'; document.cookie = cookieStr + '; SameSite=None; Secure'; document.cookie = cookieStr + '; SameSite=Lax'; document.cookie = cookieStr + '; SameSite=Strict'; } } console.log("Attempted to delete Adobe cookie: ", name); } if(!allowScript('4')) { try { var cookiePrefixesToDelete = JSON.parse('[\x22AMCV\x22,\x22AMCVS\x22,\x22_evga\x22,\x22_sfid\x22]'); // Target all cookies matching the authorable prefixes var allCookies = document.cookie.split(';'); console.log("Checking for cookies to delete based on configured prefixes:", cookiePrefixesToDelete); for (var i = 0; i < allCookies.length; i++) { var cookieName = allCookies[i].split('=')[0].trim(); // Check if cookie name starts with any of the configured prefixes for (var j = 0; j < cookiePrefixesToDelete.length; j++) { if (cookieName.indexOf(cookiePrefixesToDelete[j]) === 0) { console.log("Deleting cookie based on configured prefix: ", cookieName); deleteAdobeCookie(cookieName); // Also try with decoded name in case of URL encoding try { var decodedName = decodeURIComponent(cookieName); if (decodedName !== cookieName) { deleteAdobeCookie(decodedName); } } catch(e) {} break; // Cookie matched, no need to check other prefixes } } } } catch(e) { console.error("Error parsing cookie prefixes or deleting cookies: ", e); } } console.log("OptanonWrapper called"); var OABCcookieName = "OptanonAlertBoxClosed"; var bannerAcceptBtn = document.getElementById("onetrust-accept-btn-handler"); var bannerRejectBtn = document.getElementById("onetrust-reject-all-handler"); var pcAllowAllBtn = document.getElementById("accept-recommended-btn-handler"); var pcSaveBtn = document.getElementsByClassName("save-preference-btn-handler onetrust-close-btn-handler")[0]; var pcRejectBtn = document.getElementsByClassName("ot-pc-refuse-all-handler"); var OABCcookie = getCookie(OABCcookieName); // IF logic needed here because ot-banner-sdk DIV is not injected on page loads if banner is not exposed if (!OABCcookie && bannerAcceptBtn) { bannerAcceptBtn.addEventListener('click', function() { console.log("Allowed all via Banner"); location.reload(); }); } if (pcAllowAllBtn) { pcAllowAllBtn.addEventListener('click', function() { console.log("Allowed all via Preference Center"); location.reload(); }); } if(pcSaveBtn){ pcSaveBtn.addEventListener('click', function() { setTimeout(function() { console.log("Set custom settings via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } if(pcRejectBtn){ pcRejectBtn.addEventListener('click', function() { setTimeout(function() { console.log("Rejected all via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } if(bannerRejectBtn){ bannerRejectBtn.addEventListener('click', function() { setTimeout(function() { console.log("Rejected all via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } } // OneTrust Changes End Here </script><script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script=""></script> <!-- OneTrust Cookies Consent Notice end --> <script type="text/javascript" src="https://www.ford.com/adobedtmredirect/248d63c2ff6b/5e8baaa76508/launch-dda3f8250d58.min" class="optanon-category-2-4"></script><script src="https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js" async="" type="text/javascript"></script><style id="onetrust-style">#onetrust-banner-sdk .onetrust-vendors-list-handler{cursor:pointer;color:#1f96db;font-size:inherit;font-weight:bold;text-decoration:none;margin-left:5px;white-space:normal;word-wrap:break-word;text-align:left}#onetrust-banner-sdk .onetrust-vendors-list-handler:hover{color:#1f96db}#onetrust-banner-sdk:focus{outline:2px solid #000;outline-offset:-2px}#onetrust-banner-sdk a:focus{outline:2px solid #000}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{outline-offset:1px}#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{height:64px;width:64px}#onetrust-banner-sdk #onetrust-policy svg,#onetrust-banner-sdk .banner-option svg{height:13px;width:13px;margin-left:1px;vertical-align:middle}#onetrust-banner-sdk .ot-tcf2-vendor-count.ot-text-bold{font-weight:bold}#onetrust-banner-sdk .ot-button-order-0{order:0}#onetrust-banner-sdk .ot-button-order-1{order:1}#onetrust-banner-sdk .ot-button-order-2{order:2}#onetrust-banner-sdk #onetrust-close-btn-container svg{height:10px;width:10px;pointer-events:none}#onetrust-banner-sdk .ot-close-icon,#onetrust-pc-sdk .ot-close-icon,#ot-sync-ntfy .ot-close-icon{background-size:contain;background-repeat:no-repeat;background-position:center;height:12px;width:12px}#onetrust-banner-sdk .powered-by-logo,#onetrust-banner-sdk .ot-pc-footer-logo a,#onetrust-pc-sdk .powered-by-logo,#onetrust-pc-sdk .ot-pc-footer-logo a,#ot-sync-ntfy .powered-by-logo,#ot-sync-ntfy .ot-pc-footer-logo a{background-size:contain;background-repeat:no-repeat;background-position:center;height:25px;width:152px;display:block;text-decoration:none;font-size:.75em}#onetrust-banner-sdk .powered-by-logo:hover,#onetrust-banner-sdk .ot-pc-footer-logo a:hover,#onetrust-pc-sdk .powered-by-logo:hover,#onetrust-pc-sdk .ot-pc-footer-logo a:hover,#ot-sync-ntfy .powered-by-logo:hover,#ot-sync-ntfy .ot-pc-footer-logo a:hover{color:#565656}#onetrust-banner-sdk h3 *,#onetrust-banner-sdk h4 *,#onetrust-banner-sdk h6 *,#onetrust-banner-sdk button *,#onetrust-banner-sdk a[data-parent-id] *,#onetrust-banner-sdk p[role=heading] *,#onetrust-pc-sdk h3 *,#onetrust-pc-sdk h4 *,#onetrust-pc-sdk h6 *,#onetrust-pc-sdk button *,#onetrust-pc-sdk a[data-parent-id] *,#onetrust-pc-sdk p[role=heading] *,#ot-sync-ntfy h3 *,#ot-sync-ntfy h4 *,#ot-sync-ntfy h6 *,#ot-sync-ntfy button *,#ot-sync-ntfy a[data-parent-id] *,#ot-sync-ntfy p[role=heading] *{font-size:inherit;font-weight:inherit;color:inherit}#onetrust-banner-sdk .ot-hide,#onetrust-pc-sdk .ot-hide,#ot-sync-ntfy .ot-hide{display:none !important}#onetrust-banner-sdk button.ot-link-btn:hover,#onetrust-pc-sdk button.ot-link-btn:hover,#ot-sync-ntfy button.ot-link-btn:hover{text-decoration:underline;opacity:1}#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column{padding:0}#onetrust-pc-sdk .ot-sdk-container{padding-right:0}#onetrust-pc-sdk .ot-sdk-row{flex-direction:initial;width:100%}#onetrust-pc-sdk [type=checkbox]:checked,#onetrust-pc-sdk [type=checkbox]:not(:checked){pointer-events:initial}#onetrust-pc-sdk [type=checkbox]:disabled+label::before,#onetrust-pc-sdk [type=checkbox]:disabled+label:after,#onetrust-pc-sdk [type=checkbox]:disabled+label{pointer-events:none;opacity:.8}#onetrust-pc-sdk #vendor-list-content{transform:translate3d(0, 0, 0)}#onetrust-pc-sdk li input[type=checkbox]{z-index:1}#onetrust-pc-sdk li .ot-checkbox label{z-index:2}#onetrust-pc-sdk li .ot-checkbox input[type=checkbox]{height:auto;width:auto}#onetrust-pc-sdk li .host-title a,#onetrust-pc-sdk li .ot-host-name a,#onetrust-pc-sdk li .accordion-text,#onetrust-pc-sdk li .ot-acc-txt{z-index:2;position:relative}#onetrust-pc-sdk input{margin:3px .1ex}#onetrust-pc-sdk .pc-logo,#onetrust-pc-sdk .ot-pc-logo{height:60px;width:180px;background-position:center;background-size:contain;background-repeat:no-repeat;display:inline-flex;justify-content:center;align-items:center}#onetrust-pc-sdk .pc-logo img,#onetrust-pc-sdk .ot-pc-logo img{max-height:100%;max-width:100%}#onetrust-pc-sdk .pc-logo svg,#onetrust-pc-sdk .ot-pc-logo svg{height:60px;width:180px}#onetrust-pc-sdk #close-pc-btn-handler>svg{margin:auto;display:block;height:12px;width:12px}#onetrust-pc-sdk #ot-pc-desc svg,#onetrust-pc-sdk .ot-desc-cntr svg,#onetrust-pc-sdk .ot-cat-grp svg{height:13px;width:13px;margin-left:-7px;vertical-align:middle;margin-right:5px}#onetrust-pc-sdk .ot-host-hdr>a{display:inline-block}#onetrust-pc-sdk .screen-reader-only,#onetrust-pc-sdk .ot-scrn-rdr,.ot-sdk-cookie-policy .screen-reader-only,.ot-sdk-cookie-policy .ot-scrn-rdr{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#onetrust-pc-sdk.ot-fade-in,.onetrust-pc-dark-filter.ot-fade-in,#onetrust-banner-sdk.ot-fade-in,.ot-confirm-dialog-overlay.ot-fade-in{animation-name:onetrust-fade-in;animation-duration:400ms;animation-timing-function:ease-in-out}#onetrust-pc-sdk.ot-hide{display:none !important}.onetrust-pc-dark-filter.ot-hide{display:none !important}#ot-sdk-btn.ot-sdk-show-settings,#ot-sdk-btn.optanon-show-settings{color:#fff;background-color:#468254;height:auto;white-space:normal;word-wrap:break-word;padding:.8em 2em;font-size:.8em;line-height:1.2;cursor:pointer;-moz-transition:.1s ease;-o-transition:.1s ease;-webkit-transition:1s ease;transition:.1s ease}#ot-sdk-btn.ot-sdk-show-settings:hover,#ot-sdk-btn.optanon-show-settings:hover{color:#fff;background-color:#2c6415}#ot-sdk-btn.ot-sdk-show-settings:active,#ot-sdk-btn.optanon-show-settings:active{color:#fff;background-color:#2c6415;border:1px solid rgba(162,192,169,.5)}.onetrust-pc-dark-filter{background:rgba(0,0,0,.5);z-index:2147483646;width:100%;height:100%;overflow:hidden;position:fixed;top:0;bottom:0;left:0}@keyframes onetrust-fade-in{0%{opacity:0}100%{opacity:1}}.ot-cookie-label{text-decoration:underline}@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape){#onetrust-pc-sdk p{font-size:.75em}}#onetrust-banner-sdk .banner-option-input:focus+label{outline:1px solid #000;outline-style:auto}.category-vendors-list-handler+a:focus,.category-vendors-list-handler+a:focus-visible{outline:2px solid #000}#onetrust-pc-sdk .ot-userid-title{margin-top:10px}#onetrust-pc-sdk .ot-userid-title>span,#onetrust-pc-sdk .ot-userid-timestamp>span{font-weight:700}#onetrust-pc-sdk .ot-userid-desc{font-style:italic}#onetrust-pc-sdk .ot-host-desc a{pointer-events:initial}#onetrust-pc-sdk .ot-ven-hdr>p a{position:relative;z-index:2;pointer-events:initial}#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a{margin-right:8px}#onetrust-pc-sdk .ot-vnd-item svg.ot-ext-lnk{align-self:center}#onetrust-pc-sdk .ot-pc-footer-logo svg,#onetrust-pc-sdk .ot-pc-footer-logo img{width:136px;height:16px}#onetrust-pc-sdk .ot-pur-vdr-count{font-weight:400;font-size:.8em;padding-top:3px;display:block}#onetrust-pc-sdk p[role=heading] .ot-pur-vdr-count{font-weight:400 !important;font-size:.8em !important}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal{border:1px solid #32ae88;border-radius:3px;padding:5px;margin-bottom:10px;background-color:#f9fffa;font-size:.85rem;line-height:2}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal .ot-optout-icon,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal .ot-optout-icon{display:inline;margin-right:5px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg{height:20px;width:30px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg.ot-source-sprite,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg.ot-source-sprite{position:relative;bottom:-3px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite),#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite){transform:scale(0.5)}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite) path,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite) path{fill:#32ae88}#onetrust-consent-sdk .ot-general-modal{overflow:hidden;position:fixed;margin:0 auto;top:50%;left:50%;width:40%;padding:1.5rem;max-width:575px;min-width:575px;z-index:2147483647;border-radius:2.5px;transform:translate(-50%, -50%)}#onetrust-consent-sdk .ot-signature-health-group{margin-top:1rem;padding-left:1.25rem;padding-right:1.25rem;margin-bottom:.625rem;width:calc(100% - 2.5rem)}#onetrust-consent-sdk .ot-signature-health-group .ot-signature-health-form{gap:.5rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:70%;gap:.35rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-input{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:none;box-sizing:border-box}#onetrust-consent-sdk .ot-signature-health .ot-signature-subtitle{font-size:1.125rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-group-title{font-size:1.25rem;font-weight:bold}#onetrust-consent-sdk .ot-signature-health,#onetrust-consent-sdk .ot-signature-health-group{display:flex;flex-direction:column;gap:1rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-cont{display:flex;flex-direction:column;gap:.25rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-paragraph,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-paragraph{margin:0;line-height:20px;font-size:max(14px,.875rem)}#onetrust-consent-sdk .ot-signature-health .ot-health-signature-error,#onetrust-consent-sdk .ot-signature-health-group .ot-health-signature-error{color:#4d4d4d;font-size:min(12px,.75rem)}#onetrust-consent-sdk .ot-signature-health .ot-signature-buttons-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-buttons-cont{margin-top:max(.75rem,2%);gap:1rem;display:flex;justify-content:flex-end}#onetrust-consent-sdk .ot-signature-health .ot-signature-button,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button{flex:1;height:auto;color:#fff;cursor:pointer;line-height:1.2;min-width:125px;font-weight:600;font-size:.813em;border-radius:2px;padding:12px 10px;white-space:normal;word-wrap:break-word;word-break:break-word;background-color:#68b631;border:2px solid #68b631}#onetrust-consent-sdk .ot-signature-health .ot-signature-button.reject,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button.reject{background-color:#fff}#onetrust-consent-sdk .ot-input-field-cont{display:flex;flex-direction:column;gap:.5rem}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:65%}#onetrust-consent-sdk .ot-signature-health-form{display:flex;flex-direction:column}#onetrust-consent-sdk .ot-signature-health-form .ot-signature-label{margin-bottom:0;line-height:20px;font-size:max(14px,.875rem)}#onetrust-consent-sdk #onetrust-sprite-svg{display:none}@media only screen and (max-width: 600px){#onetrust-consent-sdk .ot-general-modal{min-width:100%}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:100%}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:100%}}#onetrust-banner-sdk,#onetrust-pc-sdk,#ot-sdk-cookie-policy,#ot-sync-ntfy{font-size:16px}#onetrust-banner-sdk *,#onetrust-banner-sdk ::after,#onetrust-banner-sdk ::before,#onetrust-pc-sdk *,#onetrust-pc-sdk ::after,#onetrust-pc-sdk ::before,#ot-sdk-cookie-policy *,#ot-sdk-cookie-policy ::after,#ot-sdk-cookie-policy ::before,#ot-sync-ntfy *,#ot-sync-ntfy ::after,#ot-sync-ntfy ::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}#onetrust-banner-sdk div,#onetrust-banner-sdk span,#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-banner-sdk p,#onetrust-banner-sdk img,#onetrust-banner-sdk svg,#onetrust-banner-sdk button,#onetrust-banner-sdk section,#onetrust-banner-sdk a,#onetrust-banner-sdk label,#onetrust-banner-sdk input,#onetrust-banner-sdk ul,#onetrust-banner-sdk li,#onetrust-banner-sdk nav,#onetrust-banner-sdk table,#onetrust-banner-sdk thead,#onetrust-banner-sdk tr,#onetrust-banner-sdk td,#onetrust-banner-sdk tbody,#onetrust-banner-sdk .ot-main-content,#onetrust-banner-sdk .ot-toggle,#onetrust-banner-sdk #ot-content,#onetrust-banner-sdk #ot-pc-content,#onetrust-banner-sdk .checkbox,#onetrust-pc-sdk div,#onetrust-pc-sdk span,#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#onetrust-pc-sdk p,#onetrust-pc-sdk img,#onetrust-pc-sdk svg,#onetrust-pc-sdk button,#onetrust-pc-sdk section,#onetrust-pc-sdk a,#onetrust-pc-sdk label,#onetrust-pc-sdk input,#onetrust-pc-sdk ul,#onetrust-pc-sdk li,#onetrust-pc-sdk nav,#onetrust-pc-sdk table,#onetrust-pc-sdk thead,#onetrust-pc-sdk tr,#onetrust-pc-sdk td,#onetrust-pc-sdk tbody,#onetrust-pc-sdk .ot-main-content,#onetrust-pc-sdk .ot-toggle,#onetrust-pc-sdk #ot-content,#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk .checkbox,#ot-sdk-cookie-policy div,#ot-sdk-cookie-policy span,#ot-sdk-cookie-policy h1,#ot-sdk-cookie-policy h2,#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,#ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy p,#ot-sdk-cookie-policy img,#ot-sdk-cookie-policy svg,#ot-sdk-cookie-policy button,#ot-sdk-cookie-policy section,#ot-sdk-cookie-policy a,#ot-sdk-cookie-policy label,#ot-sdk-cookie-policy input,#ot-sdk-cookie-policy ul,#ot-sdk-cookie-policy li,#ot-sdk-cookie-policy nav,#ot-sdk-cookie-policy table,#ot-sdk-cookie-policy thead,#ot-sdk-cookie-policy tr,#ot-sdk-cookie-policy td,#ot-sdk-cookie-policy tbody,#ot-sdk-cookie-policy .ot-main-content,#ot-sdk-cookie-policy .ot-toggle,#ot-sdk-cookie-policy #ot-content,#ot-sdk-cookie-policy #ot-pc-content,#ot-sdk-cookie-policy .checkbox,#ot-sync-ntfy div,#ot-sync-ntfy span,#ot-sync-ntfy h1,#ot-sync-ntfy h2,#ot-sync-ntfy h3,#ot-sync-ntfy h4,#ot-sync-ntfy h5,#ot-sync-ntfy h6,#ot-sync-ntfy p,#ot-sync-ntfy img,#ot-sync-ntfy svg,#ot-sync-ntfy button,#ot-sync-ntfy section,#ot-sync-ntfy a,#ot-sync-ntfy label,#ot-sync-ntfy input,#ot-sync-ntfy ul,#ot-sync-ntfy li,#ot-sync-ntfy nav,#ot-sync-ntfy table,#ot-sync-ntfy thead,#ot-sync-ntfy tr,#ot-sync-ntfy td,#ot-sync-ntfy tbody,#ot-sync-ntfy .ot-main-content,#ot-sync-ntfy .ot-toggle,#ot-sync-ntfy #ot-content,#ot-sync-ntfy #ot-pc-content,#ot-sync-ntfy .checkbox{font-family:inherit;font-weight:normal;-webkit-font-smoothing:auto;letter-spacing:normal;line-height:normal;padding:0;margin:0;height:auto;min-height:0;max-height:none;width:auto;min-width:0;max-width:none;border-radius:0;border:none;clear:none;float:none;position:static;bottom:auto;left:auto;right:auto;top:auto;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;background:none;overflow:visible;vertical-align:baseline;visibility:visible;z-index:auto;box-shadow:none}#onetrust-banner-sdk img,#onetrust-pc-sdk img,#ot-sdk-cookie-policy img,#ot-sync-ntfy img{overflow:hidden !important}#onetrust-banner-sdk label:before,#onetrust-banner-sdk label:after,#onetrust-banner-sdk .checkbox:after,#onetrust-banner-sdk .checkbox:before,#onetrust-pc-sdk label:before,#onetrust-pc-sdk label:after,#onetrust-pc-sdk .checkbox:after,#onetrust-pc-sdk .checkbox:before,#ot-sdk-cookie-policy label:before,#ot-sdk-cookie-policy label:after,#ot-sdk-cookie-policy .checkbox:after,#ot-sdk-cookie-policy .checkbox:before,#ot-sync-ntfy label:before,#ot-sync-ntfy label:after,#ot-sync-ntfy .checkbox:after,#ot-sync-ntfy .checkbox:before{content:"";content:none}#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{position:relative;width:100%;max-width:100%;margin:0 auto;padding:0 20px;box-sizing:border-box}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{width:100%;float:left;box-sizing:border-box;padding:0;display:initial}@media(min-width: 400px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{width:90%;padding:0}}@media(min-width: 550px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{width:100%}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{margin-left:4%}#onetrust-banner-sdk .ot-sdk-column:first-child,#onetrust-banner-sdk .ot-sdk-columns:first-child,#onetrust-pc-sdk .ot-sdk-column:first-child,#onetrust-pc-sdk .ot-sdk-columns:first-child,#ot-sdk-cookie-policy .ot-sdk-column:first-child,#ot-sdk-cookie-policy .ot-sdk-columns:first-child{margin-left:0}#onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns{width:13.3333333333%}#onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns{width:22%}#onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns{width:30.6666666667%}#onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns{width:65.3333333333%}#onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns{width:74%}#onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns{width:82.6666666667%}#onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns{width:91.3333333333%}#onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns{width:100%;margin-left:0}}#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-banner-sdk p[role=heading],#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#onetrust-pc-sdk p[role=heading],#ot-sdk-cookie-policy h1,#ot-sdk-cookie-policy h2,#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,#ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy p[role=heading]{margin-top:0;font-weight:600;font-family:inherit}#onetrust-banner-sdk h1,#onetrust-pc-sdk h1,#ot-sdk-cookie-policy h1{font-size:1.5rem;line-height:1.2}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2,#ot-sdk-cookie-policy h2{font-size:1.5rem;line-height:1.25}#onetrust-banner-sdk h3,#onetrust-pc-sdk h3,#ot-sdk-cookie-policy h3{font-size:1.5rem;line-height:1.3}#onetrust-banner-sdk h4,#onetrust-pc-sdk h4,#ot-sdk-cookie-policy h4{font-size:1.5rem;line-height:1.35}#onetrust-banner-sdk h5,#onetrust-pc-sdk h5,#ot-sdk-cookie-policy h5{font-size:1.5rem;line-height:1.5}#onetrust-banner-sdk h6,#onetrust-pc-sdk h6,#ot-sdk-cookie-policy h6{font-size:1.5rem;line-height:1.6}@media(min-width: 550px){#onetrust-banner-sdk h1,#onetrust-pc-sdk h1,#ot-sdk-cookie-policy h1{font-size:1.5rem}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2,#ot-sdk-cookie-policy h2{font-size:1.5rem}#onetrust-banner-sdk h3,#onetrust-pc-sdk h3,#ot-sdk-cookie-policy h3{font-size:1.5rem}#onetrust-banner-sdk h4,#onetrust-pc-sdk h4,#ot-sdk-cookie-policy h4{font-size:1.5rem}#onetrust-banner-sdk h5,#onetrust-pc-sdk h5,#ot-sdk-cookie-policy h5{font-size:1.5rem}#onetrust-banner-sdk h6,#onetrust-pc-sdk h6,#ot-sdk-cookie-policy h6{font-size:1.5rem}}#onetrust-banner-sdk p:not([role=heading]),#onetrust-pc-sdk p:not([role=heading]),#ot-sdk-cookie-policy p:not([role=heading]){margin:0 0 1em 0;font-family:inherit;line-height:normal}#onetrust-banner-sdk a,#onetrust-pc-sdk a,#ot-sdk-cookie-policy a{color:#565656;text-decoration:underline}#onetrust-banner-sdk a:hover,#onetrust-pc-sdk a:hover,#ot-sdk-cookie-policy a:hover{color:#565656;text-decoration:none}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy .ot-sdk-button,#ot-sdk-cookie-policy button{margin-bottom:1rem;font-family:inherit}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy .ot-sdk-button,#ot-sdk-cookie-policy button{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:.9em;font-weight:400;line-height:38px;letter-spacing:.01em;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border-radius:2px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box}#onetrust-banner-sdk .ot-sdk-button:hover,#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus,#onetrust-pc-sdk .ot-sdk-button:hover,#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus,#ot-sdk-cookie-policy .ot-sdk-button:hover,#ot-sdk-cookie-policy :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#ot-sdk-cookie-policy :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus{color:#333;border-color:#888;opacity:.9}#onetrust-banner-sdk .ot-sdk-button:focus,#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,#onetrust-pc-sdk .ot-sdk-button:focus,#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,#ot-sdk-cookie-policy .ot-sdk-button:focus,#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus{outline:2px solid #000}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-banner-sdk button.ot-sdk-button-primary,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-pc-sdk button.ot-sdk-button-primary,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary,#ot-sdk-cookie-policy button.ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary{color:#fff;background-color:#33c3f0;border-color:#33c3f0}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-banner-sdk button.ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-banner-sdk button.ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:focus,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-pc-sdk button.ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-pc-sdk button.ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:focus{color:#fff;background-color:#1eaedb;border-color:#1eaedb}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text],#ot-sdk-cookie-policy input[type=text]{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #707070;border-radius:4px;box-shadow:none;box-sizing:border-box}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text],#ot-sdk-cookie-policy input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none}#onetrust-banner-sdk input[type=text]:focus,#onetrust-pc-sdk input[type=text]:focus,#ot-sdk-cookie-policy input[type=text]:focus{border:1px solid #000;outline:0}#onetrust-banner-sdk label,#onetrust-pc-sdk label,#ot-sdk-cookie-policy label{display:block;margin-bottom:.5rem;font-weight:600}#onetrust-banner-sdk input[type=checkbox],#onetrust-pc-sdk input[type=checkbox],#ot-sdk-cookie-policy input[type=checkbox]{display:inline}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul,#ot-sdk-cookie-policy ul{list-style:circle inside}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul,#ot-sdk-cookie-policy ul{padding-left:0;margin-top:0}#onetrust-banner-sdk ul ul,#onetrust-pc-sdk ul ul,#ot-sdk-cookie-policy ul ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%}#onetrust-banner-sdk li,#onetrust-pc-sdk li,#ot-sdk-cookie-policy li{margin-bottom:1rem}#onetrust-banner-sdk th,#onetrust-banner-sdk td,#onetrust-pc-sdk th,#onetrust-pc-sdk td,#ot-sdk-cookie-policy th,#ot-sdk-cookie-policy td{padding:12px 15px;text-align:left;border-bottom:1px solid #e1e1e1}#onetrust-banner-sdk button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy button{margin-bottom:1rem;font-family:inherit}#onetrust-banner-sdk .ot-sdk-container:after,#onetrust-banner-sdk .ot-sdk-row:after,#onetrust-pc-sdk .ot-sdk-container:after,#onetrust-pc-sdk .ot-sdk-row:after,#ot-sdk-cookie-policy .ot-sdk-container:after,#ot-sdk-cookie-policy .ot-sdk-row:after{content:"";display:table;clear:both}#onetrust-banner-sdk .ot-sdk-row,#onetrust-pc-sdk .ot-sdk-row,#ot-sdk-cookie-policy .ot-sdk-row{margin:0;max-width:none;display:block}#onetrust-banner-sdk{box-shadow:0 0 18px rgba(0,0,0,.2)}#onetrust-banner-sdk.otFlat{position:fixed;z-index:2147483645;bottom:0;right:0;left:0;background-color:#fff;max-height:90%;overflow-x:hidden;overflow-y:auto}#onetrust-banner-sdk.otFlat.top{top:0px;bottom:auto}#onetrust-banner-sdk.otRelFont{font-size:1rem}#onetrust-banner-sdk>.ot-sdk-container{overflow:hidden}#onetrust-banner-sdk::-webkit-scrollbar{width:11px}#onetrust-banner-sdk::-webkit-scrollbar-thumb{border-radius:10px;background:#c1c1c1}#onetrust-banner-sdk{scrollbar-arrow-color:#c1c1c1;scrollbar-darkshadow-color:#c1c1c1;scrollbar-face-color:#c1c1c1;scrollbar-shadow-color:#c1c1c1}#onetrust-banner-sdk #onetrust-policy{margin:1.25em 0 .625em 2em;overflow:hidden}#onetrust-banner-sdk #onetrust-policy .ot-gv-list-handler{float:left;font-size:.82em;padding:0;margin-bottom:0;border:0;line-height:normal;height:auto;width:auto}#onetrust-banner-sdk #onetrust-policy-title{font-size:1.2em;line-height:1.3;margin-bottom:10px}#onetrust-banner-sdk #onetrust-group-container{position:relative}#onetrust-banner-sdk #onetrust-policy-text{clear:both;text-align:left;font-size:.88em;line-height:1.4}#onetrust-banner-sdk #onetrust-policy-text *{font-size:inherit;line-height:inherit}#onetrust-banner-sdk #onetrust-policy-text a{font-weight:bold}#onetrust-banner-sdk #onetrust-policy-title,#onetrust-banner-sdk #onetrust-policy-text{color:dimgray;float:left}#onetrust-banner-sdk #onetrust-button-group-parent{min-height:1px;text-align:center}#onetrust-banner-sdk #onetrust-button-group{display:inline-block}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{background-color:#68b631;color:#fff;border-color:#68b631;margin-right:1em;min-width:125px;height:auto;white-space:normal;word-break:break-word;word-wrap:break-word;padding:12px 10px;line-height:1.2;font-size:.813em;font-weight:600}#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link{background-color:#fff;border:none;color:#68b631;text-decoration:underline;padding-left:0;padding-right:0}#onetrust-banner-sdk .onetrust-close-btn-ui{width:44px;height:44px;background-size:12px;border:none;position:relative;margin:auto;padding:0}#onetrust-banner-sdk .banner_logo{display:none}#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{position:absolute;top:50%;transform:translateY(-50%);left:0px;margin-right:5px}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:65px}#onetrust-banner-sdk .ot-b-addl-desc{clear:both;float:left;display:block}#onetrust-banner-sdk #banner-options{float:left;display:table;margin-right:0;margin-left:1em;width:calc(100% - 1em)}#onetrust-banner-sdk .banner-option-input{cursor:pointer;width:auto;height:auto;border:none;padding:0;padding-right:3px;margin:0 0 10px;font-size:.82em;line-height:1.4}#onetrust-banner-sdk .banner-option-input *{pointer-events:none;font-size:inherit;line-height:inherit}#onetrust-banner-sdk .banner-option-input[aria-expanded=true]~.banner-option-details{display:block;height:auto}#onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container{transform:rotate(90deg)}#onetrust-banner-sdk .banner-option{margin-bottom:12px;margin-left:0;border:none;float:left;padding:0}#onetrust-banner-sdk .banner-option:first-child{padding-left:2px}#onetrust-banner-sdk .banner-option:not(:first-child){padding:0;border:none}#onetrust-banner-sdk .banner-option-header{cursor:pointer;display:inline-block}#onetrust-banner-sdk .banner-option-header :first-child{color:dimgray;font-weight:bold;float:left}#onetrust-banner-sdk .banner-option-header .ot-arrow-container{display:inline-block;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);border-left:6px solid dimgray;margin-left:10px;vertical-align:middle}#onetrust-banner-sdk .banner-option-details{display:none;font-size:.83em;line-height:1.5;padding:10px 0px 5px 10px;margin-right:10px;height:0px}#onetrust-banner-sdk .banner-option-details *{font-size:inherit;line-height:inherit;color:dimgray}#onetrust-banner-sdk .ot-arrow-container,#onetrust-banner-sdk .banner-option-details{transition:all 300ms ease-in 0s;-webkit-transition:all 300ms ease-in 0s;-moz-transition:all 300ms ease-in 0s;-o-transition:all 300ms ease-in 0s}#onetrust-banner-sdk .ot-dpd-container{float:left}#onetrust-banner-sdk .ot-dpd-title{margin-bottom:10px}#onetrust-banner-sdk .ot-dpd-title,#onetrust-banner-sdk .ot-dpd-desc{font-size:.88em;line-height:1.4;color:dimgray}#onetrust-banner-sdk .ot-dpd-title *,#onetrust-banner-sdk .ot-dpd-desc *{font-size:inherit;line-height:inherit}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text *{margin-bottom:0}#onetrust-banner-sdk.ot-iab-2 .onetrust-vendors-list-handler{display:block;margin-left:0;margin-top:5px;clear:both;margin-bottom:0;padding:0;border:0;height:auto;width:auto}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button{display:block}#onetrust-banner-sdk.ot-close-btn-link{padding-top:25px}#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container{top:15px;transform:none;right:15px}#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button{padding:0;white-space:pre-wrap;border:none;height:auto;line-height:1.5;text-decoration:underline;font-size:.69em}#onetrust-banner-sdk #onetrust-policy-text,#onetrust-banner-sdk .ot-dpd-desc,#onetrust-banner-sdk .ot-b-addl-desc{font-size:.813em;line-height:1.5}#onetrust-banner-sdk .ot-dpd-desc{margin-bottom:10px}#onetrust-banner-sdk .ot-dpd-desc>.ot-b-addl-desc{margin-top:10px;margin-bottom:10px;font-size:1em}@media only screen and (max-width: 425px){#onetrust-banner-sdk #onetrust-close-btn-container{position:absolute;top:6px;right:2px}#onetrust-banner-sdk #onetrust-policy{margin-left:0;margin-top:3em}#onetrust-banner-sdk #onetrust-button-group{display:block}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{width:100%}#onetrust-banner-sdk .onetrust-close-btn-ui{top:auto;transform:none}#onetrust-banner-sdk #onetrust-policy-title{display:inline;float:none}#onetrust-banner-sdk #banner-options{margin:0;padding:0;width:100%}}@media only screen and (max-width: 550px){#onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{margin-right:0}#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{margin-right:0}}@media only screen and (min-width: 426px)and (max-width: 896px){#onetrust-banner-sdk #onetrust-close-btn-container{position:absolute;top:0;right:0}#onetrust-banner-sdk #onetrust-policy{margin-left:1em;margin-right:1em}#onetrust-banner-sdk .onetrust-close-btn-ui{top:10px;right:10px}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:95%}#onetrust-banner-sdk.ot-iab-2 #onetrust-group-container{width:100%}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent{padding-left:50px}#onetrust-banner-sdk #onetrust-button-group-parent{width:100%;position:relative;margin-left:0}#onetrust-banner-sdk #onetrust-button-group button{display:inline-block}#onetrust-banner-sdk #onetrust-button-group{margin-right:0;text-align:center}#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{width:auto}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container{display:inline-flex;flex-wrap:wrap}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler{float:none}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(1){margin-right:auto !important}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler{float:left}#onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler{float:right}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group{width:calc(100% - 2em);margin-right:0}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link{padding-left:0px;text-align:left}#onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button{width:100%;text-align:center}#onetrust-banner-sdk.ot-buttons-fw #onetrust-button-group-parent button{float:none}#onetrust-banner-sdk.ot-buttons-fw #onetrust-pc-btn-handler.cookie-setting-link{text-align:center}}@media only screen and (min-width: 550px){#onetrust-banner-sdk .banner-option:not(:first-child){border-left:1px solid #d8d8d8;padding-left:25px}}@media only screen and (min-width: 425px)and (max-width: 550px){#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group,#onetrust-banner-sdk.ot-iab-2 .banner-option{width:100%}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-pc-btn-handler{width:100%}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler{float:left}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group.ot-button-order-container{width:auto}}@media only screen and (min-width: 769px){#onetrust-banner-sdk #onetrust-button-group{margin-right:30%}#onetrust-banner-sdk #banner-options{margin-left:2em;margin-right:5em;margin-bottom:1.25em;width:calc(100% - 7em)}}@media only screen and (min-width: 897px)and (max-width: 1023px){#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:absolute;top:50%;left:80%;transform:translateY(-50%)}#onetrust-banner-sdk #onetrust-close-btn-container{top:50%;margin:auto;transform:translate(-50%, -50%);position:absolute;padding:0;right:0}#onetrust-banner-sdk #onetrust-close-btn-container button{position:relative;margin:0;right:-22px;top:2px}}@media only screen and (min-width: 1024px){#onetrust-banner-sdk #onetrust-close-btn-container{top:50%;margin:auto;transform:translate(-50%, -50%);position:absolute;right:0}#onetrust-banner-sdk #onetrust-close-btn-container button{right:-12px}#onetrust-banner-sdk #onetrust-policy{margin-left:2em}#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:absolute;top:50%;left:60%;transform:translateY(-50%)}#onetrust-banner-sdk .ot-optout-signal{width:50%}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-title{width:50%}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text,#onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc{margin-bottom:1em;width:50%;border-right:1px solid #d8d8d8;padding-right:1rem}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text{margin-bottom:0;padding-bottom:1em}#onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc{margin-bottom:0;padding-bottom:1em}#onetrust-banner-sdk.ot-iab-2 .ot-dpd-container{width:45%;padding-left:1rem;display:inline-block;float:none}#onetrust-banner-sdk.ot-iab-2 .ot-dpd-title{line-height:1.7}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group-parent{left:auto;right:4%;margin-left:0}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button{display:block}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{margin:auto;width:30%}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:60%}#onetrust-banner-sdk #onetrust-button-group{margin-right:auto}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{margin-top:1em}}@media only screen and (min-width: 890px){#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent{padding-left:3%;padding-right:4%;margin-left:0}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group{margin-right:0;margin-top:1.25em;width:100%}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button{width:100%;margin-bottom:5px;margin-top:5px}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type{margin-bottom:20px}}@media only screen and (min-width: 1280px){#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:55%}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{width:44%;padding-left:2%;padding-right:2%}#onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent{position:absolute;left:55%}} #onetrust-consent-sdk #onetrust-banner-sdk {background-color: #000000;} #onetrust-consent-sdk #onetrust-policy-title, #onetrust-consent-sdk #onetrust-policy-text, #onetrust-consent-sdk .ot-b-addl-desc, #onetrust-consent-sdk .ot-dpd-desc, #onetrust-consent-sdk .ot-dpd-title, #onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *, #onetrust-banner-sdk .ot-cat-header, #onetrust-banner-sdk .ot-optout-signal { color: #FFFFFF; } #onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details { background-color: #d5cdcd;} #onetrust-consent-sdk #onetrust-banner-sdk a[href], #onetrust-consent-sdk #onetrust-banner-sdk a[href] font, #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn { color: #FFFFFF; }#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #ot-dialog-confirm-handler { background-color: #066fef;border-color: #066fef; color: #c2bdbd; } #onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link, #onetrust-consent-sdk #ot-dialog-cancel-handler { color: #eff2f5; border-color: #eff2f5; background-color: #066FEF; }#onetrust-banner-sdk #onetrust-policy-text a.ot-cookie-policy-link, #onetrust-banner-sdk #onetrust-policy-text a.ot-imprint-link { margin-left: 5px; }#onetrust-banner-sdk.otFlat{ left: 50px; right: 50px; margin-bottom: 24px; } #onetrust-banner-sdk .ot-close-icon, #onetrust-pc-sdk .ot-close-icon, #ot-sync-ntfy .ot-close-icon { background-image: url(https://flaticons.net/icon.php?slug_category=mobile-application&slug_icon=close) !important; background-position: top; } // #onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button{ font-family: FordMotion, arial; font-size: 16px; line-height: 16px; background-position: top; text-decoration: none; } #onetrust-banner-sdk.ot-close-btn-link {padding-top: 0px; !important} #onetrust-banner-sdk #onetrust-policy-text{ font-family: FordMotion, arial; Font-style: normal; font-weight: 400px; font-size: 14px; line-height: 20px; } #onetrust-banner-sdk #onetrust-policy{ padding-left: 16px; padding-top: 8px; padding-bottom: 8px; margin: 6px; } #onetrust-banner-sdk .ot-sdk-container{ position: relative; padding-left: 6px; padding-right: 6px; box-sizing: border-box;} #onetrust-banner-sdk #onetrust-button-group button{ display: flex; padding: var(--space-xs, 4px); justify-content: center; align-item: center; align-content: center; border-radius: gap: 8px var(--space-sm, 8px); flex-wrap: wrap; border-radius: var(--radius-full, 400px); font-family: FordMotion, arial; Font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; height: 40px; margin: 0px; border: transparent; width: 80%; margin-right: 14px;} #onetrust-banner-sdk #onetrust-button-group-parent{ text-align: right; margin: 20px; } @media (max-width:500px) and (min-width:200px) #onetrust-banner-sdk #onetrust-pc-btn-handler { font-family: FordMotion, arial; Font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; padding-left: 20px; padding-right: 20px; padding-top: 8px; padding-bottom: 8px; width: 80%;} @media (max-width:500px) and (min-width:200px) #onetrust-banner-sdk #onetrust-policy-text{ font-family: FordMotion, arial; Font-style: normal; font-weight: 400px; font-size: 14px; line-height: 20px; padding-left: 0px; padding-top: 8px; padding-bottom: 8px; width: 80%;} } @keyframes ot-slide-in-left{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ot-slide-in-right{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ot-slide-out-left{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes ot-slide-out-right{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}#onetrust-pc-sdk.otPcPanel.ot-slide-out-right{-webkit-animation-name:ot-slide-out-right;animation-name:ot-slide-out-right}#onetrust-pc-sdk.otPcPanel.ot-slide-in-left{-webkit-animation-name:ot-slide-in-left;animation-name:ot-slide-in-left}#onetrust-pc-sdk.otPcPanel.ot-slide-in-right{-webkit-animation-name:ot-slide-in-right;animation-name:ot-slide-in-right}#onetrust-pc-sdk.otPcPanel.ot-slide-out-left{-webkit-animation-name:ot-slide-out-left;animation-name:ot-slide-out-left}@media print,(prefers-reduced-motion){.ot-animated{-webkit-animation:initial !important;animation:initial !important;-webkit-transition:none !important;transition:none !important}#onetrust-pc-sdk.otPcPanel.ot-slide-out-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}#onetrust-pc-sdk.otPcPanel.ot-slide-out-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}#onetrust-pc-sdk{--ot-footer-space: 160px;position:fixed;z-index:2147483647;bottom:0;left:0;background-color:#fff;max-width:480px;min-width:480px;height:100%;-webkit-box-shadow:0px 2px 10px -3px #999;-moz-box-shadow:0px 2px 10px -3px #999;box-shadow:0px 2px 10px -3px #999}#onetrust-pc-sdk.otRelFont{font-size:1rem}#onetrust-pc-sdk.otPcPanel.right,#onetrust-pc-sdk.otPcPanel[dir=rtl]{right:0;left:auto}#onetrust-pc-sdk.otPcPanel.right-rtl[dir=rtl]{left:0;right:auto}#onetrust-pc-sdk.otPcPanel.ot-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{background-color:rgba(0,0,0,0);border:none}#onetrust-pc-sdk .ot-optout-signal{margin-top:.625rem}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track{margin-right:20px}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar{width:11px}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background:#d8d8d8}#onetrust-pc-sdk .ot-pc-scrollbar{scrollbar-arrow-color:#d8d8d8;scrollbar-darkshadow-color:#d8d8d8;scrollbar-face-color:#d8d8d8;scrollbar-shadow-color:#d8d8d8}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-refuse-all-handler{margin-bottom:0px}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-lst{bottom:var(--ot-footer-space)}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content{bottom:var(--ot-footer-space)}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button{width:100%;max-width:none}#onetrust-pc-sdk.ot-ftr-stacked #ot-lst-cnt{max-height:84%}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus,#onetrust-pc-sdk .ot-hide-tgl{visibility:hidden}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr *,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus *,#onetrust-pc-sdk .ot-hide-tgl *{visibility:hidden}#onetrust-pc-sdk .ot-pc-header{height:39px;border-bottom:1px solid #e9e9e9;padding:10px 0 10px 25px}#onetrust-pc-sdk .ot-pc-logo{height:40px;width:120px}#onetrust-pc-sdk .ot-close-icon{float:right;height:10px;width:10px;margin-top:10px;margin-right:5px}#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk #ot-pc-lst{position:absolute;top:60px;bottom:104px}#onetrust-pc-sdk #ot-pc-content{padding-left:2px;padding-right:10px;margin-left:23px;margin-right:7px;width:calc(100% - 42px);overflow-y:auto}#onetrust-pc-sdk #ot-pc-lst{width:100%}#onetrust-pc-sdk .ot-pc-footer{position:absolute;bottom:0px;width:100%;max-height:var(--ot-footer-space);border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-pc-footer button{margin-top:19px}#onetrust-pc-sdk .ot-button-order-0{float:left !important;margin-right:10px !important;margin-bottom:25px !important}#onetrust-pc-sdk .ot-btn-container{text-align:left;padding:0 25px}#onetrust-pc-sdk .ot-btn-container button{min-width:calc(50% - 5px)}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container{height:100%;display:flex;flex-direction:column;gap:.5rem;justify-content:space-around}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .ot-pc-refuse-all-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .save-preference-btn-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container #accept-recommended-btn-handler{width:100%;float:none !important;margin:0 !important;min-height:40px}#onetrust-pc-sdk .ot-pc-footer-logo{padding-left:25px;height:30px;background:#f4f4f4;text-align:right}#onetrust-pc-sdk .ot-pc-footer-logo a{display:inline-block;margin-top:5px;margin-right:10px}#onetrust-pc-sdk.otPcPanel[dir=rtl] .ot-pc-footer-logo{direction:rtl}#onetrust-pc-sdk.otPcPanel[dir=rtl] .ot-pc-footer-logo a{margin-right:25px}#onetrust-pc-sdk button{display:inline-block;font-size:.75em;letter-spacing:.08em;max-width:394px;padding:12px 30px;line-height:1;word-break:break-word;word-wrap:break-word;white-space:normal;font-weight:bold;height:auto}#onetrust-pc-sdk button:hover,#onetrust-pc-sdk button:focus{color:#fff;border-color:#68b631}#onetrust-pc-sdk .ot-link-btn{padding:0;margin-bottom:0;border:0;font-weight:normal;line-height:normal;width:auto;height:auto}#onetrust-pc-sdk #accept-recommended-btn-handler{margin-right:10px;margin-bottom:25px}#onetrust-pc-sdk .ot-pc-refuse-all-handler{margin-right:5px}#onetrust-pc-sdk .ot-tgl{float:right;position:relative;z-index:1}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#468254;border:1px solid #fff}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{-webkit-transform:translateX(21px);-ms-transform:translateX(21px);transform:translateX(21px);background-color:#fff}#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch .ot-switch-nob{box-shadow:0 0 1px #2196f3;outline-style:auto !important;outline-width:1px !important}#onetrust-pc-sdk .ot-switch{position:relative;display:inline-block;width:45px;height:25px;margin-bottom:0}#onetrust-pc-sdk .ot-switch-nob{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#767676;border:1px solid #ddd;transition:all .2s ease-in 0s;-moz-transition:all .2s ease-in 0s;-o-transition:all .2s ease-in 0s;-webkit-transition:all .2s ease-in 0s;border-radius:20px}#onetrust-pc-sdk .ot-switch-nob:before{position:absolute;content:"";height:18px;width:18px;bottom:3px;left:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:20px}#onetrust-pc-sdk .ot-chkbox{z-index:1}#onetrust-pc-sdk .ot-chkbox input{width:28px !important;height:28px !important}#onetrust-pc-sdk .ot-chkbox input:checked~label::before{background-color:#3860be}#onetrust-pc-sdk .ot-chkbox input+label::after{content:none;color:#fff}#onetrust-pc-sdk .ot-chkbox input:checked+label::after{content:""}#onetrust-pc-sdk .ot-chkbox input:focus+label::before{outline-style:solid;outline-width:2px;outline-style:auto}#onetrust-pc-sdk .ot-chkbox input[aria-checked=mixed]~label::before{background-color:#3860be}#onetrust-pc-sdk .ot-chkbox input[aria-checked=mixed]+label::after{content:""}#onetrust-pc-sdk .ot-chkbox label{position:relative;display:flex;align-items:center;cursor:pointer;min-height:28px}#onetrust-pc-sdk .ot-chkbox label::before,#onetrust-pc-sdk .ot-chkbox label::after{position:absolute;content:"";display:inline-block;border-radius:3px}#onetrust-pc-sdk .ot-chkbox label::before{height:18px;width:18px;border:1px solid #3860be;left:0px;left:4px;top:4px}#onetrust-pc-sdk .ot-chkbox label::after{height:5px;width:9px;border-left:3px solid;border-bottom:3px solid;transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);left:8px;top:8px}#onetrust-pc-sdk .ot-label-txt{display:none}#onetrust-pc-sdk .ot-chkbox input,#onetrust-pc-sdk .ot-tgl input{position:absolute;opacity:0;width:0;height:0}#onetrust-pc-sdk .ot-arw-cntr{left:5px;float:right;position:relative;pointer-events:none}#onetrust-pc-sdk .ot-arw{width:16px;height:16px;margin-left:5px;color:dimgray;display:inline-block;vertical-align:middle;-webkit-transition:all 150ms ease-in 0s;-moz-transition:all 150ms ease-in 0s;-o-transition:all 150ms ease-in 0s;transition:all 150ms ease-in 0s}#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw-cntr svg{transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg)}#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr{outline:1px solid #000}#onetrust-pc-sdk .ot-acc-hdr{display:inline-block;width:100%;justify-content:flex-start !important}#onetrust-pc-sdk .ot-enbl-chr .ot-acc-hdr{justify-content:space-between}#onetrust-pc-sdk .ot-cat-item p[role=heading]{max-width:60%;line-height:1.5}#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item p[role=heading]{max-width:90%}#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt{display:inline-block;font-size:.85em;color:dimgray}#onetrust-pc-sdk .ot-label-status{font-size:.75em;display:none;position:relative;top:2px;padding-right:5px;float:left}#onetrust-pc-sdk .ot-plus-minus{width:20px;height:20px;font-size:1.5em;position:relative;display:inline-block;margin-right:5px;top:3px}#onetrust-pc-sdk .ot-plus-minus span{position:absolute;background:#27455c;border-radius:1px}#onetrust-pc-sdk .ot-plus-minus span:first-of-type{top:25%;bottom:25%;width:10%;left:45%}#onetrust-pc-sdk .ot-plus-minus span:last-of-type{left:25%;right:25%;height:10%;top:45%}#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:first-of-type,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type{transform:rotate(90deg)}#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type{left:50%;right:50%}#onetrust-pc-sdk .ot-host-item,#onetrust-pc-sdk .ot-ven-item{padding-right:0}#onetrust-pc-sdk .ot-host-item .ot-plus-minus,#onetrust-pc-sdk .ot-ven-item .ot-plus-minus{float:left;margin-right:8px;margin-top:10px}#onetrust-pc-sdk .ot-ven-item ul{list-style:none inside;font-size:100%;margin:0}#onetrust-pc-sdk .ot-ven-item ul li{margin:0 !important;padding:0;border:none !important}#onetrust-pc-sdk .ot-hide-acc>button{pointer-events:none}#onetrust-pc-sdk .ot-hide-acc .ot-plus-minus>*,#onetrust-pc-sdk .ot-hide-acc .ot-arw-cntr>*{visibility:hidden}#onetrust-pc-sdk .ot-hide-acc .ot-acc-hdr{min-height:30px}#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk .ot-cat-item p:last-of-type:not([role=heading]){color:dimgray}#onetrust-pc-sdk #ot-pc-title{margin-top:20px;margin-bottom:10px}#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk .ot-cat-item p{font-size:.79em;line-height:1.4}#onetrust-pc-sdk #ot-pc-desc *,#onetrust-pc-sdk .ot-cat-item p *{font-size:inherit;line-height:inherit}#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk #ot-pc-title{font-size:1.125em;line-height:1.2}#onetrust-pc-sdk #ot-pc-desc{clear:both;font-size:.813em;line-height:1.5;margin-bottom:25px}#onetrust-pc-sdk #ot-pc-desc *{font-size:inherit}#onetrust-pc-sdk #ot-pc-desc a.privacy-notice-link,#onetrust-pc-sdk #ot-pc-desc a.ot-imprint-handler{margin-right:8px}#onetrust-pc-sdk #ot-pc-desc li{padding:10px 0px}#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk #accept-recommended-btn-handler,#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header{float:left}#onetrust-pc-sdk #ot-category-title{width:100%;text-align:left}#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk #ot-lst-title,#onetrust-pc-sdk .ot-ven-hdr .ot-ven-name,#onetrust-pc-sdk .ot-always-active{font-weight:bold}#onetrust-pc-sdk a{color:#656565;cursor:pointer}#onetrust-pc-sdk a:hover{color:#3860be}#onetrust-pc-sdk .ot-always-active{float:right;color:#3860be;margin-top:-2px}#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk .ot-always-active{font-size:.88em;line-height:1.4;position:relative}#onetrust-pc-sdk .ot-cat-item{margin-top:25px;line-height:1.1}#onetrust-pc-sdk .ot-cat-item p:last-of-type:not([role=heading]){clear:both;padding-top:15px;margin:0}#onetrust-pc-sdk .ot-acc-txt p ul,#onetrust-pc-sdk .ot-cat-item ul,#onetrust-pc-sdk li.ot-subgrp p ul{margin:0px;list-style:disc;margin-left:15px}#onetrust-pc-sdk .ot-acc-txt p ul li,#onetrust-pc-sdk .ot-cat-item ul li,#onetrust-pc-sdk li.ot-subgrp p ul li{font-size:inherit;margin:5px 0 0 0;padding:0;border:none}#onetrust-pc-sdk .ot-subgrp-cntr{display:inline-block;width:100%}#onetrust-pc-sdk .ot-subgrp-cntr .ot-tgl-cntr{float:right}#onetrust-pc-sdk .ot-subgrp-cntr .ot-tgl-cntr.ot-always-active-subgroup{width:auto}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li h5{font-size:.813em;line-height:1.5;color:dimgray}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr{display:inline-block;width:100%;vertical-align:middle}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-txt{margin:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li{margin:10px 0 0 0;padding:0;border:none}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p{clear:both;float:left;padding-top:10px;margin:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li h5,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p[aria-level="5"]{font-weight:bold;margin-bottom:0;float:left;position:relative;top:6px;padding-top:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp{margin-left:20px;overflow:hidden}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp>p ul:first-child{padding-bottom:7.5px}#onetrust-pc-sdk ul.ot-subgrps{margin:0}#onetrust-pc-sdk .ot-hlst-cntr,#onetrust-pc-sdk .ot-vlst-cntr{margin-top:3px;overflow:hidden;clear:both;padding-left:2px;padding-bottom:2px}#onetrust-pc-sdk .ot-always-active-subgroup{width:auto;padding-left:0px !important;top:3px;position:relative}#onetrust-pc-sdk .category-vendors-list-handler,#onetrust-pc-sdk .category-vendors-list-handler+a,#onetrust-pc-sdk .category-host-list-handler{color:#3860be;margin-left:0;font-size:.813em;text-decoration:none;float:left;margin-top:5px}#onetrust-pc-sdk .category-vendors-list-handler:hover,#onetrust-pc-sdk .category-vendors-list-handler+a:hover,#onetrust-pc-sdk .category-host-list-handler:hover{text-decoration-line:underline}#onetrust-pc-sdk .category-vendors-list-handler+a{clear:none}#onetrust-pc-sdk .ot-vlst-cntr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-ven-hdr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-host-hdr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-cat-grp svg.ot-ext-lnk{display:inline-block;height:13px;width:13px;background-repeat:no-repeat;margin-left:1px;cursor:pointer;vertical-align:middle}#onetrust-pc-sdk .ot-ven-hdr svg.ot-ext-lnk{margin-bottom:-1px}#onetrust-pc-sdk .back-btn-handler{min-height:20px;font-size:1em;text-decoration:none}#onetrust-pc-sdk .back-btn-handler svg{width:12px;height:12px}#onetrust-pc-sdk .back-btn-handler:hover{opacity:.6}#onetrust-pc-sdk #ot-lst-title h3,#onetrust-pc-sdk #ot-lst-title p[aria-level="3"]{word-break:break-word;word-wrap:break-word;margin-bottom:0;color:#656565;font-weight:bold;margin-left:15px;display:inline-block;font-size:1em}#onetrust-pc-sdk #ot-lst-title{margin-top:15px;font-size:1em}#onetrust-pc-sdk #ot-pc-hdr{display:inline-block;padding-left:27px;padding-right:17px;width:calc(100% - 44px)}#onetrust-pc-sdk #ot-pc-hdr input::placeholder{color:#707070;font-style:italic}#onetrust-pc-sdk #vendor-search-handler{height:31px;width:100%;border-radius:50px;font-size:.8em;padding-right:35px;padding-left:15px;float:left;margin-left:15px}#onetrust-pc-sdk #ot-lst-cnt{transform:translate3d(0, 0, 0);position:relative;padding-left:27px;margin-right:10px;margin-top:10px;width:calc(100% - 37px);top:0;bottom:70px;height:calc(100% - 94px);overflow-y:auto;overflow-x:hidden}#onetrust-pc-sdk #ot-pc-lst .ot-tgl-cntr{right:32px;position:absolute;margin-top:10px;height:20px}#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr):not(.ot-hosts-ui) .ot-tgl-cntr{right:12px}#onetrust-pc-sdk #ot-sel-blk{position:sticky;position:-webkit-sticky;width:100%;display:inline-block;top:0;overflow:hidden;z-index:3}#onetrust-pc-sdk #ot-sel-blk p{font-size:.75em;color:#6b6b6b;margin:0;display:inline-block}#onetrust-pc-sdk .ot-enbl-chr>:not(.ot-hosts-ui) .ot-sel-all{padding-right:33px}#onetrust-pc-sdk .ot-enbl-chr .ot-hosts-ui .ot-sel-all{padding-right:23px}#onetrust-pc-sdk .ot-enbl-chr .ot-accordion-layout h4~.ot-tgl+.ot-tgl,#onetrust-pc-sdk .ot-enbl-chr .ot-accordion-layout p[aria-level="4"]~.ot-tgl+.ot-tgl{right:105px}#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item h5+.ot-tgl-cntr,#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item p[aria-level="5"]+.ot-tgl-cntr{padding-left:31px;padding-right:13px}#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr *{visibility:hidden}#onetrust-pc-sdk #ot-pc-content:not(.ot-enbl-chr) .ot-pli-hdr.ot-leg-border-color span:first-child{text-align:center}#onetrust-pc-sdk #ot-pc-content:not(.ot-enbl-chr) .ot-pli-hdr.ot-leg-border-color span:last-child{text-align:right}#onetrust-pc-sdk .ot-hosts-ui:not(.ot-enbl-chr) .ot-tgl-cntr{right:23px}#onetrust-pc-sdk .ot-hosts-ui #ot-sel-blk{width:100%}#onetrust-pc-sdk .ot-lst-subhdr{display:inline-block;width:100%;margin-top:10px}#onetrust-pc-sdk .ot-lst-subhdr svg{width:30px;height:30px;position:absolute;float:left;right:-15px}#onetrust-pc-sdk .ot-search-cntr{float:left;width:82%;position:relative}#onetrust-pc-sdk .ot-fltr-cntr{float:right;right:15px;position:relative}#onetrust-pc-sdk #ot-filter-list-header{margin-top:20px;margin-bottom:10px;float:left;max-width:150px;text-decoration:none;color:#3860be;font-size:.9em;font-weight:bold;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);padding:1px 1px 1px 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#onetrust-pc-sdk #filter-btn-handler{background-color:#3860be;border-radius:17px;display:inline-block;position:relative;width:32px;height:32px;-moz-transition:.1s ease;-o-transition:.1s ease;-webkit-transition:1s ease;transition:.1s ease;padding:0;margin:0}#onetrust-pc-sdk #filter-btn-handler:hover{opacity:.7}#onetrust-pc-sdk #filter-btn-handler svg{width:12px;margin:6px 10px 0 9px;display:block;height:12px;position:static;right:auto;top:auto}#onetrust-pc-sdk .ot-ven-link,#onetrust-pc-sdk .ot-ven-legclaim-link{color:#3860be;text-decoration:none;display:inline-block;margin-top:10px;transform:translate(0, 1%);-o-transform:translate(0, 1%);-ms-transform:translate(0, 1%);-webkit-transform:translate(0, 1%);z-index:2;position:relative;font-size:.75em}#onetrust-pc-sdk .ot-ven-link:hover,#onetrust-pc-sdk .ot-ven-legclaim-link:hover{text-decoration:underline}#onetrust-pc-sdk .ot-ven-link *,#onetrust-pc-sdk .ot-ven-legclaim-link *{font-size:inherit}#onetrust-pc-sdk .ot-ven-name{vertical-align:middle}#onetrust-pc-sdk .ot-ven-hdr,#onetrust-pc-sdk .ot-host-hdr{width:calc(100% - 165px);height:auto;float:left;text-align:left;word-break:break-word;word-wrap:break-word;vertical-align:middle;padding-bottom:2px;padding-left:2px}#onetrust-pc-sdk .ot-host-hdr{pointer-events:none;position:relative;z-index:1}#onetrust-pc-sdk .ot-host-hdr .ot-host-name{pointer-events:none}#onetrust-pc-sdk .ot-host-hdr a{pointer-events:initial}#onetrust-pc-sdk #ot-host-lst .ot-host-info{font-size:.7em;line-height:1.1}#onetrust-pc-sdk #ot-host-lst .ot-host-name,#onetrust-pc-sdk #ot-host-lst .ot-host-name a{color:dimgray;font-size:.81em;font-weight:bold;line-height:1.4;margin-bottom:5px;position:relative}#onetrust-pc-sdk #ot-host-lst .ot-host-name a,#onetrust-pc-sdk #ot-host-lst .ot-host-info a{font-size:1em}#onetrust-pc-sdk #ot-host-lst .ot-host-desc{width:100%;margin-bottom:5px}#onetrust-pc-sdk #ot-host-lst .ot-host-expand,#onetrust-pc-sdk #ot-host-lst .ot-host-desc{color:dimgray;font-size:.69em;line-height:1.4;float:left;font-weight:normal}#onetrust-pc-sdk #ot-host-lst .ot-host-hdr>a{text-decoration:underline;font-size:.69em;position:relative;z-index:2;margin-bottom:5px;line-height:1.4}#onetrust-pc-sdk #ot-host-lst .ot-host-expand{color:#3860be}#onetrust-pc-sdk #ot-host-lst .ot-host-expand *{font-size:inherit}#onetrust-pc-sdk .ot-host-opt{margin:0;font-size:inherit;display:inline-block;width:100%}#onetrust-pc-sdk .ot-host-opt .ot-host-info{border:none;font-size:.8em;color:dimgray;display:inline-block;width:calc(100% - 20px);padding:10px;margin-bottom:10px;background-color:#f8f8f8}#onetrust-pc-sdk .ot-host-opt .ot-host-info>div{overflow:auto}#onetrust-pc-sdk .ot-host-opt li>dl{font-size:.8em;padding:5px 0;margin:5px 0;display:flex}#onetrust-pc-sdk .ot-host-opt li>dl dt{width:30%;float:left}#onetrust-pc-sdk .ot-host-opt li>dl dd{width:70%;float:left;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk #ot-ven-lst .ot-acc-hdr{overflow:hidden;cursor:pointer}#onetrust-pc-sdk .ot-ven-dets{border-radius:2px;margin-top:10px;background-color:#f8f8f8}#onetrust-pc-sdk .ot-ven-dets li:first-child p:first-child{border-top:none}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:not(:first-child){border-top:1px solid #ddd !important}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p{display:inline-block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd){width:30%}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(even){width:50%;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p,#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h5{padding-top:5px;padding-bottom:5px;display:block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h5,#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p[aria-level="5"]{display:inline-block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-last-child(-n+1){padding-bottom:10px}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-child(-n+2):not(.disc-pur):not([role=heading]){padding-top:10px}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur-cont{display:inline}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur{position:relative;width:50% !important;word-break:break-word;word-wrap:break-word;left:calc(30% + 17px)}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur:nth-child(-n+1){position:static}#onetrust-pc-sdk .ot-ven-dets p,#onetrust-pc-sdk .ot-ven-dets h5,#onetrust-pc-sdk .ot-ven-dets span{font-size:.69em;text-align:left;vertical-align:middle;word-break:break-word;word-wrap:break-word;margin:0;padding-bottom:10px;padding-left:15px;color:#2e3644}#onetrust-pc-sdk .ot-ven-dets h5,#onetrust-pc-sdk .ot-ven-dets p[aria-level="5"]{padding-top:5px;line-height:1.5}#onetrust-pc-sdk .ot-ven-dets span{color:dimgray;padding:0;vertical-align:baseline}#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur h5,#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur p[aria-level="5"]{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding-bottom:5px;margin-bottom:5px;font-weight:bold}#onetrust-pc-sdk #no-results{text-align:center;margin-top:30px;height:calc(100% - 300px);margin-left:27px}#onetrust-pc-sdk #no-results span{font-weight:bold}#onetrust-pc-sdk #no-results p{font-size:1em;color:#2e3644;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk #ot-fltr-modal{right:13px;top:87px;height:90%;max-height:370px;display:none;-moz-transition:.2s ease;-o-transition:.2s ease;-webkit-transition:2s ease;transition:.2s ease;opacity:1;position:absolute}#onetrust-pc-sdk #ot-fltr-cnt{z-index:2147483646;background-color:#fff;position:relative;height:100%;max-width:325px;border-radius:3px;padding-right:10px;padding-bottom:5px;-webkit-box-shadow:0px 0px 12px 2px #c7c5c7;-moz-box-shadow:0px 0px 12px 2px #c7c5c7;box-shadow:0px 0px 12px 2px #c7c5c7}#onetrust-pc-sdk .ot-fltr-scrlcnt{overflow-y:auto;overflow-x:hidden;clear:both;max-height:calc(100% - 60px)}#onetrust-pc-sdk #ot-anchor{border:12px solid rgba(0,0,0,0);display:none;position:absolute;z-index:2147483647;right:36px;top:75px;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);background-color:#fff;-webkit-box-shadow:-3px -3px 5px -2px #c7c5c7;-moz-box-shadow:-3px -3px 5px -2px #c7c5c7;box-shadow:-3px -3px 5px -2px #c7c5c7}#onetrust-pc-sdk .ot-fltr-btns{margin-left:15px}#onetrust-pc-sdk #filter-apply-handler{margin-right:15px}#onetrust-pc-sdk .ot-fltr-opt{margin-bottom:5px;margin-left:15px;min-height:20px;width:75%}#onetrust-pc-sdk .ot-fltr-opt label{padding-left:30px;margin-bottom:0}#onetrust-pc-sdk .ot-fltr-opt p{display:inline-block;margin:0;font-size:.9em;color:#2e3644}#onetrust-pc-sdk #ot-sel-blk .ot-chkbox{width:20px;height:20px;float:right}#onetrust-pc-sdk .line-through label::after,#onetrust-pc-sdk[dir=rtl] .line-through label::after{height:auto;border-left:0;transform:none;-o-transform:none;-ms-transform:none;-webkit-transform:none;left:9px;top:12px}#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-adtlvencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label,#onetrust-pc-sdk #ot-selall-gnvencntr label{position:relative;display:inline-block;margin:0}#onetrust-pc-sdk #ot-selall-vencntr input,#onetrust-pc-sdk #ot-selall-adtlvencntr input,#onetrust-pc-sdk #ot-selall-hostcntr input,#onetrust-pc-sdk #ot-selall-licntr input,#onetrust-pc-sdk #ot-selall-gnvencntr input{height:auto;width:auto;border-radius:0;font-size:initial;padding:0;float:none}#onetrust-pc-sdk #ot-ven-lst:first-child{border-top:1px solid #e2e2e2}#onetrust-pc-sdk #vdr-lst-dsc{font-size:.812em;line-height:1.5;padding:10px 15px 5px 15px}#onetrust-pc-sdk #close-pc-btn-handler{margin:0;float:right;height:44px;width:44px;background-size:10px}#onetrust-pc-sdk #close-pc-btn-handler svg{display:block}#onetrust-pc-sdk .ot-close-icon{padding:0;background-color:rgba(0,0,0,0);border:none}#onetrust-pc-sdk #clear-filters-handler{float:right;max-width:200px;margin-bottom:10px;text-decoration:none;margin-top:20px;font-weight:bold;color:#3860be;font-size:.9em;letter-spacing:normal;border:none;padding:1px}#onetrust-pc-sdk #clear-filters-handler:hover{color:#2285f7}#onetrust-pc-sdk #clear-filters-handler:focus{outline:#000 solid 1px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{position:relative;border-radius:1px;margin:0;padding:0;border:1px solid #d8d8d8;border-top:none;float:left;width:calc(100% - 2px)}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:10px;border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-vlst-cntr:first-child{margin-top:15px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc{font-size:.813em;line-height:1.5;padding-left:20px;padding-right:20px;width:calc(100% - 40px)}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc ul{padding-bottom:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding-top:11.5px;padding-bottom:11.5px;padding-left:20px;padding-right:15px;width:calc(100% - 35px);display:inline-block;position:relative;min-height:25px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt{width:100%;padding:0px}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc+.ot-leg-btn-container{padding-left:20px;padding-right:16px;width:calc(100% - 36px)}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc+.ot-leg-btn-container{margin-top:5px;margin-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{z-index:1;position:relative}#onetrust-pc-sdk .ot-accordion-layout input[type=checkbox]:checked~.ot-acc-txt.ot-acc-grpcntr{width:auto;padding-bottom:15px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{float:none;font-size:.88em;color:#2e3644;margin:0;display:inline-block;height:auto;word-wrap:break-word;vertical-align:middle;min-height:inherit}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{padding-left:20px;width:calc(100% - 20px);display:inline-block;margin-top:0;padding-bottom:2px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active{right:16px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl+.ot-tgl{right:88px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{right:10px;margin-top:-2px;left:auto}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{position:absolute;top:60%;transform:translateY(-50%)}#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active{position:relative;transform:none;right:0}#onetrust-pc-sdk #ot-category-title{padding-bottom:10px}#onetrust-pc-sdk .ot-pli-hdr{color:#77808e;overflow:hidden;padding-top:7.5px;padding-bottom:7.5px;width:calc(100% - 2px);border-top-left-radius:3px;border-top-right-radius:3px}#onetrust-pc-sdk .ot-pli-hdr .ot-li-title{float:right;font-size:.813em}#onetrust-pc-sdk .ot-pli-hdr span:first-child{top:50%;transform:translateY(50%);max-width:80px}#onetrust-pc-sdk .ot-pli-hdr span:last-child{text-align:center;max-width:95px}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color{background-color:#f8f8f8;border:1px solid #e9e9e9}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color span:first-child{text-align:left;width:80px}#onetrust-pc-sdk .ot-subgrp>h5,#onetrust-pc-sdk .ot-subgrp>p[aria-level="5"],#onetrust-pc-sdk .ot-cat-header{width:calc(100% - 130px);max-width:60%}#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>h5,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>p[aria-level="5"],#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header{width:calc(100% - 145px)}#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item h5+.ot-tgl-cntr,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item p[aria-level="5"]+.ot-tgl-cntr,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header+.ot-tgl{padding-left:28px}#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc{margin-bottom:5px}#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr{border-top:1px solid #e9e9e9}#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr ul.ot-subgrps li{margin-top:5px;margin-bottom:5px}#onetrust-pc-sdk .ot-acc-hdr .ot-arw-cntr+.ot-tgl,#onetrust-pc-sdk .ot-cat-item h4+.ot-tgl,#onetrust-pc-sdk .ot-acc-txt h4+.ot-tgl-cntr,#onetrust-pc-sdk .ot-cat-item p[aria-level="4"]+.ot-tgl,#onetrust-pc-sdk .ot-acc-txt p[aria-level="4"]+.ot-tgl-cntr{padding-left:30px}#onetrust-pc-sdk .ot-sel-all-hdr,#onetrust-pc-sdk .ot-sel-all-chkbox{position:relative;display:inline-block;width:100%}#onetrust-pc-sdk .ot-sel-all-chkbox{z-index:1}#onetrust-pc-sdk .ot-li-hdr,#onetrust-pc-sdk .ot-consent-hdr{float:right;font-size:.813em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-li-hdr{max-width:100px;min-width:100px}#onetrust-pc-sdk .ot-consent-hdr{margin-right:5px;max-width:55px}#onetrust-pc-sdk .ot-ven-litgl+.ot-arw-cntr{margin-left:81px}#onetrust-pc-sdk .ot-sel-all{margin:0;position:relative;padding-right:13px;float:right}#onetrust-pc-sdk #ot-selall-hostcntr,#onetrust-pc-sdk #ot-selall-vencntr{right:20px;position:relative}#onetrust-pc-sdk #ot-selall-licntr{position:relative;right:79px}#onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .ot-sel-all{position:relative;display:inline-block;width:20px;height:25px}#onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .ot-sel-all label{position:absolute;padding:0;width:18px;height:18px}#onetrust-pc-sdk .ot-always-active-group .ot-cat-header{width:55%}#onetrust-pc-sdk .ot-leg-btn-container{display:inline-block;width:100%;margin-top:10px}#onetrust-pc-sdk .ot-leg-btn-container button{height:auto;padding:6.5px 8px;margin-bottom:0;letter-spacing:0;line-height:normal}#onetrust-pc-sdk .ot-leg-btn-container svg{display:none;height:14px;width:14px;padding-right:5px;vertical-align:sub}#onetrust-pc-sdk .ot-active-leg-btn{cursor:default;pointer-events:none}#onetrust-pc-sdk .ot-active-leg-btn svg{display:inline-block}#onetrust-pc-sdk .ot-remove-objection-handler{border:none;text-decoration:underline;padding:0;font-size:.82em;font-weight:600;line-height:1.4;padding-left:10px}#onetrust-pc-sdk .ot-obj-leg-btn-handler span{font-weight:bold;text-align:center;font-size:.91em;line-height:1.5}#onetrust-pc-sdk[dir=rtl] input~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk[dir=rtl] #ot-back-arw{transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}#onetrust-pc-sdk[dir=rtl] input:checked~.ot-acc-hdr .ot-arw{transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg)}#onetrust-pc-sdk[dir=rtl] .ot-chkbox label::after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);border-left:0;border-right:3px solid}#onetrust-pc-sdk[dir=rtl] .ot-lst-subhdr svg{right:0}#onetrust-pc-sdk .ot-ven-ctgl,#onetrust-pc-sdk .ot-ven-litgl,#onetrust-pc-sdk .ot-host-tgl,#onetrust-pc-sdk .ot-ven-gvctgl{position:relative;display:inline-block;width:20px;height:20px;margin-left:60px}#onetrust-pc-sdk .ot-ven-ctgl label,#onetrust-pc-sdk .ot-ven-litgl label,#onetrust-pc-sdk .ot-host-tgl label,#onetrust-pc-sdk .ot-ven-gvctgl label{position:absolute;margin:0}#onetrust-pc-sdk #ot-host-lst .ot-host-expand{clear:both;float:none;display:block}#onetrust-pc-sdk ul{list-style:none}#onetrust-pc-sdk ul li:not(.ot-fltr-opt){position:relative;margin:0;padding:15px 15px 15px 15px;border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk ul li h3,#onetrust-pc-sdk ul li h4,#onetrust-pc-sdk ul li p[aria-level="3"],#onetrust-pc-sdk ul li p[aria-level="4"]{font-size:.75em;color:#656565;margin:0;height:auto;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk ul li p:not([role=heading]){margin:0;font-size:.7em}#onetrust-pc-sdk .ot-ven-item>button:focus,#onetrust-pc-sdk .ot-host-item>button:focus,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button:focus,#onetrust-pc-sdk .ot-acc-cntr>button:focus{outline:#000 solid 2px}#onetrust-pc-sdk .ot-ven-item>button,#onetrust-pc-sdk .ot-host-item>button,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button,#onetrust-pc-sdk .ot-acc-cntr>button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none}#onetrust-pc-sdk .ot-ven-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-host-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=false]~.ot-acc-txt{margin-top:0;max-height:0;overflow:hidden;width:100%;transition:.25s ease-out;display:none}#onetrust-pc-sdk .ot-ven-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-host-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-txt{transition:.1s ease-in;width:auto;overflow:auto;display:block}#onetrust-pc-sdk .ot-host-item>button:focus{outline:0;border:2px solid #000}#onetrust-pc-sdk.ot-addtl-vendors .ot-enbl-chr #ot-selall-vencntr{right:0}#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-licntr{right:135px}#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-adtlvencntr,#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-gnvencntr{right:40px}#onetrust-pc-sdk.ot-addtl-vendors .ot-li-hdr{margin-right:15px}#onetrust-pc-sdk.ot-addtl-vendors #ot-selall-licntr{right:115px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk{background-color:#f9f9fc;border:1px solid #e2e2e2;width:auto;padding-bottom:5px;padding-top:5px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all{padding-right:23px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) ul li{border:1px solid #e2e2e2;margin-bottom:10px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-chkbox{float:right;width:auto;right:3px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-tgl-cntr{right:12px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-ven-ctgl{margin-left:75px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-ven-litgl+.ot-arw-cntr{margin-left:95px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-acc-cntr>.ot-acc-hdr{padding-top:10px;padding-bottom:10px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-addtl-venlst .ot-tgl-cntr{right:32px}#onetrust-pc-sdk.ot-addtl-vendors #ot-ven-lst:first-child{border-top:none}#onetrust-pc-sdk.ot-addtl-vendors #ot-selall-vencntr{right:40px;position:absolute}#onetrust-pc-sdk #ot-selall-adtlvencntr,#onetrust-pc-sdk #ot-selall-gnvencntr{position:relative;right:20px}#onetrust-pc-sdk .ot-acc-cntr{position:relative;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr{background-color:#f9f9fc;padding-left:15px;padding-top:5px;padding-bottom:5px;width:calc(100% - 15px)}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-plus-minus{vertical-align:middle;top:auto}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-arw-cntr{right:10px;left:auto}#onetrust-pc-sdk .ot-acc-cntr.ot-add-tech .ot-acc-hdr{padding:10px 0 10px 15px}#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-hdr{border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-txt{padding-left:10px;padding-right:10px;padding-top:10px;position:relative;z-index:1}#onetrust-pc-sdk .ot-acc-cntr .ot-addtl-venbox{display:none}#onetrust-pc-sdk .ot-vensec-title{font-size:.813em;vertical-align:middle;display:inline-block}#onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler{border:none;height:auto;line-height:1.5;text-decoration:underline;font-size:.69em;background:none;right:15px;top:15px;width:auto;position:absolute;font-weight:normal}#onetrust-pc-sdk .ot-cat-header{float:left;font-weight:600;font-size:.875em;line-height:1.5;max-width:90%;vertical-align:middle}#onetrust-pc-sdk .ot-vnd-item>button:focus{outline:#000 solid 2px}#onetrust-pc-sdk .ot-vnd-item>button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=false]~.ot-acc-txt{margin-top:0;max-height:0;opacity:0;overflow:hidden;width:100%;transition:.25s ease-out;display:none}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-txt{transition:.1s ease-in;margin-top:10px;width:100%;overflow:auto;display:block}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-grpcntr{width:auto;margin-top:0px;padding-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{position:relative;border-radius:2px;margin:0;padding:0;border:1px solid #d8d8d8;border-top:none;width:calc(100% - 2px);float:left}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:10px;border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{padding-left:20px;padding-right:20px;width:calc(100% - 40px);font-size:.812em;margin-bottom:10px;margin-top:15px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul{padding-top:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul li{padding-top:0;line-height:1.5;padding-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout div+.ot-acc-grpdesc{margin-top:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:first-child{margin-top:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:last-child,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child{margin-bottom:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding-top:11.5px;padding-bottom:11.5px;padding-left:20px;padding-right:20px;width:calc(100% - 40px);display:inline-block}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt{width:100%;padding:0}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr{padding-left:20px;padding-right:15px;padding-bottom:0;width:calc(100% - 35px)}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp{padding-right:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{z-index:1;position:relative}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{position:absolute;top:50%;transform:translateY(-50%);right:20px;margin-top:-2px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr .ot-arw{width:15px;height:20px;margin-left:5px;color:dimgray}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{float:none;color:#2e3644;margin:0;display:inline-block;height:auto;word-wrap:break-word;min-height:inherit}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{padding-left:20px;width:calc(100% - 20px);display:inline-block;margin-top:0;padding-bottom:2px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{position:relative;min-height:25px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active{position:absolute;top:50%;transform:translateY(-50%);right:20px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl{right:95px}#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler,#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler+a{margin-top:5px}#onetrust-pc-sdk #ot-pc-lst{display:flex;flex-direction:column}#onetrust-pc-sdk #ot-lst-cnt{margin-top:1rem;max-height:calc(100% - 100px)}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:.75rem 2rem;padding-bottom:0;width:auto;margin-top:.5rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info{margin-bottom:1rem;padding-left:.75rem;padding-right:.75rem;display:flex;flex-direction:column}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info>div{display:flex}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:.85em;margin-bottom:.5rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-cnt{margin-left:.5rem;font-weight:500;font-size:.85rem}#onetrust-pc-sdk .ot-vs-list,#onetrust-pc-sdk .ot-vnd-serv{width:auto;padding:1rem 1.25rem;padding-bottom:0}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:.75rem;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:600;font-size:.95em;line-height:2;margin-left:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item{border:none;margin:0;padding:0}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button{outline:none;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button[aria-expanded=true],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button[aria-expanded=true]{border-bottom:none}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:first-child{margin-top:.25rem;border-top:unset}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child{margin-bottom:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child button{border-bottom:none}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:.75rem 1.75rem;padding-bottom:0;width:auto;margin-top:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info{margin-bottom:1rem;padding-left:.75rem;padding-right:.75rem;display:flex;flex-direction:column}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info>div,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info>div{display:flex}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-lbl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:.85em;margin-bottom:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-cnt,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-cnt{margin-left:.5rem;font-weight:500;font-size:.85rem}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt{padding-left:40px}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-size:.8em}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-cat-header{font-size:.8em}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv{margin-bottom:1rem;padding:1rem .95rem}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:.75rem;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:700;font-size:.8em;line-height:20px;margin-left:.82rem}#onetrust-pc-sdk .ot-subgrp-cntr .ot-cat-header{font-weight:700;font-size:.8em;line-height:20px}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-vnd-serv .ot-vnd-lst-cont .ot-accordion-layout .ot-acc-hdr div.ot-chkbox{margin-left:.82rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr{padding:.7rem 0;margin:0;display:flex;width:100%;align-items:center;justify-content:space-between}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:first-child{margin-left:.5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:last-child{margin-right:.5rem;margin-left:.5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-always-active{position:relative;right:unset;top:unset;transform:unset}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-plus-minus{top:0}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-arw-cntr{float:none;top:unset;right:unset;transform:unset;margin-top:-2px;position:relative}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-cat-header{flex:1;margin:0 .5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-tgl{position:relative;transform:none;right:0;top:0;float:none}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox{position:relative;margin:0 .5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label{padding:0}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label::before{position:relative}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox input{position:absolute;cursor:pointer;width:100%;height:100%;opacity:0;margin:0;top:0;left:0;z-index:1}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h5.ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h4.ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr p[aria-level="5"].ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr p[aria-level="4"].ot-cat-header{margin:0}#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp h5,#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp p[aria-level="5"]{top:0;line-height:20px}#onetrust-pc-sdk .ot-vs-list{display:flex;flex-direction:column;padding:0;margin:.5rem 4px}#onetrust-pc-sdk .ot-vs-selc-all{display:flex;padding:0;float:unset;align-items:center;justify-content:flex-start}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf{justify-content:flex-end}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox{margin-right:48px}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox{margin:0;padding:0;margin-right:14px;justify-content:flex-end}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-chkbox,#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-tgl{display:inline-block;right:unset;width:auto;height:auto;float:none}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr label{width:45px;height:25px}#onetrust-pc-sdk .ot-vs-selc-all .ot-sel-all-chkbox{margin-right:11px;margin-left:.75rem;display:flex;align-items:center}#onetrust-pc-sdk .ot-vs-selc-all .sel-all-hdr{margin:0 1.25rem;font-size:.812em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-vnd-list-cnt #ot-selall-vencntr.ot-chkbox{float:unset;right:0}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox{margin-right:.5rem}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox{margin-right:15px}#onetrust-pc-sdk #ot-sel-blk .ot-chkbox{right:unset}#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl{padding:0}#onetrust-pc-sdk .ot-vs-list{margin-top:.5rem}#onetrust-pc-sdk .ot-pgph-link{font-size:.813em;margin-top:5px;position:relative}#onetrust-pc-sdk .ot-pgph-link.ot-pgph-link-subgroup{margin-bottom:1rem}#onetrust-pc-sdk .ot-pgph-contr{margin:0 2.5rem}#onetrust-pc-sdk .ot-pgph-title{font-size:1.18rem;margin-bottom:2rem}#onetrust-pc-sdk .ot-pgph-desc{font-size:1rem;font-weight:400;margin-bottom:2rem;line-height:1.5rem}#onetrust-pc-sdk .ot-pgph-desc:not(:last-child):after{content:"";width:96%;display:block;margin:0 auto;padding-bottom:2rem;border-bottom:1px solid #e9e9e9}@media(min-width: 768px){#onetrust-pc-sdk.ot-tgl-with-label .ot-label-status{display:inline}#onetrust-pc-sdk.ot-tgl-with-label #ot-pc-lst .ot-label-status{display:none}}@media only screen and (max-width: 600px){#onetrust-pc-sdk{max-width:100%;min-width:100%}#onetrust-pc-sdk .ot-ftr-stacked button{width:100%}#onetrust-pc-sdk #ot-lst-cnt,#onetrust-pc-sdk #ot-pc-hdr{margin-top:0;padding:0 5px 0 10px;width:calc(100% - 25px)}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container{height:100%;display:flex;flex-direction:column;justify-content:space-around}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .ot-pc-refuse-all-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .save-preference-btn-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container #accept-recommended-btn-handler{width:100%;float:none !important;margin:0 !important}}@media only screen and (max-width: 425px){#onetrust-pc-sdk.otPcPanel{left:0;min-width:100%;height:100%;top:0;border-radius:0}#onetrust-pc-sdk #ot-host-lst .ot-chkbox{margin-left:0}#onetrust-pc-sdk #ot-pc-content{margin:0 10px 0 20px}#onetrust-pc-sdk p{font-size:.7em}#onetrust-pc-sdk .ot-tgl-cntr{width:auto}#onetrust-pc-sdk #vendor-search-handler{font-size:1em}#onetrust-pc-sdk #ot-lst-cnt{height:calc(100% - 95px)}#onetrust-pc-sdk .ot-switch+p{max-width:80%}#onetrust-pc-sdk button{letter-spacing:.01em}#onetrust-pc-sdk .save-preference-btn-handler{margin-top:0}#onetrust-pc-sdk .ot-search-cntr{width:75%}}@media only screen and (max-width: 320px){#onetrust-pc-sdk #ot-fltr-cnt{margin-left:15px}}@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape){#onetrust-pc-sdk{left:0;top:0;min-width:100%;height:100%;border-radius:0}#onetrust-pc-sdk .ot-pc-header{height:auto;min-height:20px}#onetrust-pc-sdk .ot-pc-header .ot-pc-logo{max-height:30px}#onetrust-pc-sdk .ot-pc-footer{max-height:90px;height:100%}#onetrust-pc-sdk .ot-pc-footer .ot-btn-container{overflow-y:auto;overflow-x:hidden;max-height:calc(100% - 30px)}#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk #ot-pc-lst{bottom:100px;height:auto !important}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content{bottom:100px}#onetrust-pc-sdk button{letter-spacing:.02em}#onetrust-pc-sdk #ot-anchor{left:initial;right:50px}#onetrust-pc-sdk #ot-lst-title{margin-top:12px}#onetrust-pc-sdk #ot-lst-title *{font-size:inherit}#onetrust-pc-sdk #ot-pc-hdr input{margin-right:0;padding-right:45px}#onetrust-pc-sdk .ot-switch+p{max-width:85%}#onetrust-pc-sdk #ot-lst-cnt{max-height:none;overflow:initial}#onetrust-pc-sdk #ot-lst-cnt.no-results{height:auto}#onetrust-pc-sdk input{font-size:1em !important}#onetrust-pc-sdk p{font-size:.6em}#onetrust-pc-sdk #ot-pc-lst{overflow:auto}#onetrust-pc-sdk #ot-fltr-modal{width:100%;height:100%;max-height:none;top:0}#onetrust-pc-sdk #ot-sel-blk{position:static}#onetrust-pc-sdk #ot-fltr-cnt{height:250px;width:100%}#onetrust-pc-sdk.ot-shw-fltr #ot-anchor{display:none !important}#onetrust-pc-sdk.ot-shw-fltr #ot-pc-lst{height:100% !important;overflow:hidden;top:0px}#onetrust-pc-sdk.ot-shw-fltr #ot-fltr-cnt{margin:0;height:100%;padding:10px;top:0;width:calc(100% - 20px);position:absolute;right:0;left:0;max-width:none}#onetrust-pc-sdk.ot-shw-fltr .ot-fltr-scrlcnt{max-height:calc(100% - 65px)}} #onetrust-consent-sdk #onetrust-pc-sdk, #onetrust-consent-sdk #ot-search-cntr, #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle, #onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after ,#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk, #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt, #onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor { background-color: #FFFFFF; } #onetrust-consent-sdk #onetrust-pc-sdk h3, #onetrust-consent-sdk #onetrust-pc-sdk h4, #onetrust-consent-sdk #onetrust-pc-sdk h5, #onetrust-consent-sdk #onetrust-pc-sdk h6, #onetrust-consent-sdk #onetrust-pc-sdk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header, #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title p[aria-level="3"], #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category, #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status, #onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler, #onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal { color: #1F3047; } #onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link, #onetrust-consent-sdk #onetrust-pc-sdk .ot-pgph-link, #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler, #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler + a, #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler, #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link, #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-legclaim-link, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content #ot-pc-desc .ot-link-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc a { color: #066FEF; } #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover { text-decoration: underline;} #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets { background-color: #F8F8F8; } #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn { background-color: #066FEF;border-color: #066FEF; color: #FFFFFF; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu { border-color: #066FEF; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler{ background-color: transparent; border: 1px solid transparent; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn { background-color: #FFFFFF; color: #4D4D4D; border-color: #4D4D4D; }#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob { background-color: #d5e9ff; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch-nob { background-color: #767676; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch, .ot-switch .ot-switch-nob, .ot-switch .ot-switch-nob:before, #onetrust-pc-sdk .ot-checkbox input[type="checkbox"]:focus + label::before, #onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus + label::before { outline-color: #000000; outline-width: 1px; outline-offset: 1px; } #onetrust-pc-sdk .ot-host-item > button:focus, #onetrust-pc-sdk .ot-ven-item > button:focus { border: 1px solid #000000; } #onetrust-consent-sdk #onetrust-pc-sdk *:focus, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus { outline: 1px solid #000000; outline-offset: 1px; }#ot-header-id-BG115.ot-cat-header {display: none !important;} #ot-desc-id-BG115.ot-category-desc {display: none !important;} #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon { background-image: url("https://cdn.cookielaw.org/logos/static/ot_close.svg") !important; } #onetrust-pc-sdk .ot-optout-signal{ Color: #1F3047; Font-family: FordMotion, arial; Font-size: 16px; Font-Style: normal; Font-weight: 500px; Background-color: #E5F3E6; Border: transparent; Text-align: left;} #onetrust-pc-sdk #ot-pc-title{ Font-family: FordMotion, arial; Font-size: 24px; Font-style: normal; Font-weight: 500; Line-height: 32px;} #onetrust-pc-sdk .ot-cat-header{ Color: #4D5B6D; Font-family: FordMotion, arial; Font-size: 16px; Font-style: normal; Font-weight: 400; Line-height: 24px;} #onetrust-pc-sdk #ot-pc-desc{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 400; line-height: 20px;} #onetrust-consent-sdk #onetrust-pc-sdk p{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 400; line-height: 20px;} #onetrust-pc-sdk button{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 700; line-height: 20px; border-radius: var(--radius-full, 400px);} #onetrust-pc-sdk .ot-pc-footer-logo{ background: transparent;} #onetrust-pc-sdk .ot-switch-nob{ outline-color: transparent; background-color: #9CA3AD;} #onetrust-pc-sdk .ot-switch-nob:before{ background-color: #FFFFFF; border: transparent; outline-color: transparent;} #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{ background-color: #d5e9ff; border: #3860be; outline-color: transparent;} #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{ background-color: #3860be; border: #3860be;} .ot-sdk-cookie-policy{font-family:inherit;font-size:16px}.ot-sdk-cookie-policy.otRelFont{font-size:1rem}.ot-sdk-cookie-policy h3,.ot-sdk-cookie-policy h4,.ot-sdk-cookie-policy h6,.ot-sdk-cookie-policy p,.ot-sdk-cookie-policy li,.ot-sdk-cookie-policy a,.ot-sdk-cookie-policy th,.ot-sdk-cookie-policy #cookie-policy-description,.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,.ot-sdk-cookie-policy #cookie-policy-title{color:dimgray}.ot-sdk-cookie-policy #cookie-policy-description{margin-bottom:1em}.ot-sdk-cookie-policy h4{font-size:1.2em}.ot-sdk-cookie-policy h6{font-size:1em;margin-top:2em}.ot-sdk-cookie-policy th{min-width:75px}.ot-sdk-cookie-policy a,.ot-sdk-cookie-policy a:hover{background:#fff}.ot-sdk-cookie-policy thead{background-color:#f6f6f4;font-weight:bold}.ot-sdk-cookie-policy .ot-mobile-border{display:none}.ot-sdk-cookie-policy section{margin-bottom:2em}.ot-sdk-cookie-policy table{border-collapse:inherit}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy{font-family:inherit;font-size:1rem}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title{color:dimgray}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description{margin-bottom:1em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup{margin-left:1.5em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td{font-size:.9em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a{font-size:inherit}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group{font-size:1em;margin-bottom:.6em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title{margin-bottom:1.2em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy>section{margin-bottom:1em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th{min-width:75px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover{background:#fff}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead{background-color:#f6f6f4;font-weight:bold}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border{display:none}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section{margin-bottom:2em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li{list-style:disc;margin-left:1.5em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4{display:inline-block}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table{border-collapse:inherit;margin:auto;border:1px solid #d7d7d7;border-radius:5px;border-spacing:initial;width:100%;overflow:hidden}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td{border-bottom:1px solid #d7d7d7;border-right:1px solid #d7d7d7}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td{border-bottom:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child{border-right:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type{width:25%}.ot-sdk-cookie-policy[dir=rtl]{text-align:left}#ot-sdk-cookie-policy h3{font-size:1.5em}@media only screen and (max-width: 530px){.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{display:block}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr{position:absolute;top:-9999px;left:-9999px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{margin:0 0 1em 0}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a{background:#f6f6f4}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{position:absolute;height:100%;left:6px;width:40%;padding-right:10px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border{display:inline-block;background-color:#e4e4e4;position:absolute;height:100%;top:0;left:45%;width:2px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{content:attr(data-label);font-weight:bold}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li{word-break:break-word;word-wrap:break-word}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table{overflow:hidden}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td{border:none;border-bottom:1px solid #d7d7d7}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr{display:block}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type{width:auto}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr{margin:0 0 1em 0}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before{height:100%;width:40%;padding-right:10px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before{content:attr(data-label);font-weight:bold}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li{word-break:break-word;word-wrap:break-word}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr{position:absolute;top:-9999px;left:-9999px;z-index:-9999}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td{border-bottom:1px solid #d7d7d7;border-right:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child{border-bottom:0px}} #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th { background-color: #F8F8F8; } .ot-floating-button__front{background-image:url('https://cdn.cookielaw.org/logos/static/ot_persistent_cookie.png')} @keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } @-webkit-keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } @-moz-keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } </style><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/8f445078121c/EX9235bfe389894bc2a5ec6d7944970b99-libraryCode_source.min.js" async=""></script><script src="https://assets.adobedtm.com/extensions/EPef068a8d6dd34a43866d9a80cc98baab/AppMeasurement_Module_AudienceManagement.min.js" async=""></script><script>_satellite["_runScript1"](function(event, target, Promise) { if (document.URL.indexOf('ccpaCookieTest') != -1){ _satellite.cookie.set('aaCcpaOptSell','N'); } });</script><script type="text/javascript" src="https://www.ford.com/6bb0a6072175257e_complete.js" crossorigin="anonymous"></script><script>_satellite["_runScript2"](function(event, target, Promise) { // commenting out for likely deletion once validated // uncommmented out code 230502 - JS document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function (e) { window.ttMETA= typeof(window.ttMETA)!="undefined" ? window.ttMETA : []; var tokens=e.detail.responseTokens; if (isEmpty(tokens)) { return; } var uniqueTokens = distinct(tokens); uniqueTokens.forEach(function(token) { window.ttMETA.push({ 'CampaignName': token["activity.name"], 'CampaignId' : token["activity.id"], 'experience': token["experience.name"], 'experienceId': token["experience.id"], 'RecipeName': token["experience.name"], //Added from Content Square documentation 'RecipeId': token["experience.id"], //Added from Content Square documentation 'OfferId': token["option.id"], 'OfferName': token["option.name"], 'MboxName': e.detail.mbox}); console.log(ttMETA); }); }); function isEmpty(val){ return (val === undefined || val == null || val.length <= 0) ? true : false; } function key(obj) { return Object.keys(obj) .map(function(k) { return k + "" + obj[k]; }) .join(""); } function distinct(arr) { var result = arr.reduce(function(acc, e) { acc[key(e)] = e; return acc; }, {}); return Object.keys(result) .map(function(k) { return result[k]; }); } });</script><script>_satellite["_runScript3"](function(event, target, Promise) { (window.Flickerlessly = window.Flickerlessly || {}), (function (A) { "use strict"; const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); const doesDebugParamExist = urlParams.has('Debug') && urlParams.get('Debug') === '1'; var init = function (id, sel, callbackSuccess, persist) { var animationName = 'atNodeInserted' + id; var css = [], prefixes = ['', '-moz-', '-webkit-', '-ms-', '-o-']; prefixes.forEach(function (prefix, index) { css.push('@' + prefix + 'keyframes ' + animationName + ' {from {opacity:0.99} to {opacity:1}}'); }); css.push(sel + '{'); prefixes.forEach(function (prefix, index) { css.push(prefix + 'animation-duration:0.001s;' + prefix + 'animation-name:' + animationName + ';'); }); css.push('}'); var head = document.getElementsByTagName('head')[0]; if (head) { var style = document.createElement('style'); style.setAttribute('type', 'text/css'); if (style.styleSheet) style.styleSheet.cssText = css.join('\n'); else style.appendChild(document.createTextNode(css.join('\n'))); head.insertBefore(style, head.firstChild); } var _removeListener = function () { ['animationstart', 'MSAnimationStart', 'webkitAnimationStart'].forEach(function (item, index) { document.removeEventListener(item, _insertListener, false); }); if (style) style.parentNode.removeChild(style); }; var _insertListener = function (event) { if (doesDebugParamExist) { console.log('FLK: _insertListener method called'); } if (event.animationName === animationName && typeof event.target === 'object') { var isExecute = ((persist === true) || (persist === false && event.target.getAttribute('data-flk-success') === null)); if (doesDebugParamExist) { console.log("FLK: ('" + sel + "') ready!0<!DOCTYPE html><html lang="en" class="fgx-brand-Ford" dir="ltr" data-locale="en_us" translate="no"><head><meta name="referrer" content="origin"><style class="vjs-styles-defaults"> .video-js { width: 300px; height: 150px; } .vjs-fluid:not(.vjs-audio-only-mode) { padding-top: 56.25% } </style> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ford® Privacy Policy | Ford.com</title> <meta name="description" content="This privacy statement explains our policies and practices regarding online customer information on ford.com &amp; owner.ford.com."> <meta name="content-page-ref" content="pQvTTqDNLOodqn-kdOpQHwJglcwgzuF09-8u4uw1-6poFpYAFjRmWDdB_G6tpvO74oTRz2yaanjN3kUnXkQFzw"> <script defer="defer" type="text/javascript" src="/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js"></script> <link rel="manifest" href="/acslibs/etc.clientlibs/common/clientlibs/skin/ford/resources/manifest.webmanifest"> <meta property="og:type" content="website"> <meta property="og:title" content="Ford® Privacy Policy | Ford.com"> <meta property="og:description" content="This privacy statement explains our policies and practices regarding online customer information on ford.com &amp; owner.ford.com."> <meta property="og:image" content="/acslibs/content/dam/na/ford/en_us/images/brand/Ford_OG_1200x630.png"> <meta property="og:url"> <meta property="og:site_name" content="https://www.ford.com/"> <meta property="fb:app_id" content="22166130048"> <meta name="twitter:title" content="Ford® Privacy Policy | Ford.com"> <meta name="twitter:description" content="This privacy statement explains our policies and practices regarding online customer information on ford.com &amp; owner.ford.com."> <meta name="twitter:image" content="/acslibs/content/dam/na/ford/en_us/images/brand/Ford_OG_1200x630.png"> <meta name="twitter:site" content="https://x.com/Ford"> <meta name="twitter:creator" content="https://x.com/Ford"> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/bold.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/regular.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/semibold.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="preload" href="https://www.ford.com/shared/fonts/f1/light.woff2" as="font" type="font/woff2" crossorigin=""> <link rel="stylesheet" href="https://www.ford.com/shared/fonts/ford.css"> <!-- Thai Specific Font Loading --> <!-- Arabic Specific Font Loading --> <link rel="canonical" href="www.ford.com/help/privacy/"> <link rel="stylesheet" href="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford.lc--lc.min.css" type="text/css"> <script src="/acslibs/etc.clientlibs/clientlibs/granite/jquery.lc--lc.min.js"></script> <!-- data-sly-test="false" --> <!-- OneTrust Cookies Consent Notice start --> <script type="text/javascript"> var params = new URLSearchParams(window.location.search); if (params.get('disableCookieCheck') !== 'true') { var oneTrustScript = document.createElement('script'); oneTrustScript.src = "https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"; oneTrustScript.type = "text/javascript"; oneTrustScript.charset = "UTF-8"; oneTrustScript.setAttribute('data-domain-script', ""); document.head.appendChild(oneTrustScript); } // OneTrust Changes Start Here function getCookie(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); } function OptanonWrapper() { // Get initial OnetrustActiveGroups ids if(typeof OptanonWrapperCount == "undefined"){ otGetInitialGrps(); } //Delete cookies otDeleteCookie(otIniGrps); // Assign OnetrustActiveGroups to custom variable function otGetInitialGrps(){ OptanonWrapperCount = ''; otIniGrps = OnetrustActiveGroups; // console.log("otGetInitialGrps", otIniGrps) } function otDeleteCookie(iniOptGrpId) { var otDomainGrps = JSON.parse(JSON.stringify(Optanon.GetDomainData().Groups)); var otDeletedGrpIds = otGetInactiveId(iniOptGrpId, OnetrustActiveGroups); if(otDeletedGrpIds.length != 0 && otDomainGrps.length !=0){ for(var i=0; i < otDomainGrps.length; i++){ //Check if CustomGroupId matches if(otDomainGrps[i]['CustomGroupId'] != '' && otDeletedGrpIds.includes(otDomainGrps[i]['CustomGroupId'])){ for(var j=0; j < otDomainGrps[i]['Cookies'].length; j++){ // console.log("otDeleteCookie",otDomainGrps[i]['Cookies'][j]['Name']) //Delete cookie eraseCookie(otDomainGrps[i]['Cookies'][j]['Name']); } } //Check if Hostid matches if(otDomainGrps[i]['Hosts'].length != 0){ for(var j=0; j < otDomainGrps[i]['Hosts'].length; j++){ //Check if HostId presents in the deleted list and cookie array is not blank if(otDeletedGrpIds.includes(otDomainGrps[i]['Hosts'][j]['HostId']) && otDomainGrps[i]['Hosts'][j]['Cookies'].length !=0){ for(var k=0; k < otDomainGrps[i]['Hosts'][j]['Cookies'].length; k++){ //Delete cookie eraseCookie(otDomainGrps[i]['Hosts'][j]['Cookies'][k]['Name']); } } } } } } otGetInitialGrps(); //Reassign new group ids } //Get inactive ids function otGetInactiveId(customIniId, otActiveGrp){ //Initial OnetrustActiveGroups // console.log("otGetInactiveId",customIniId) customIniId = customIniId.split(","); customIniId = customIniId.filter(Boolean); //After action OnetrustActiveGroups otActiveGrp = otActiveGrp.split(","); otActiveGrp = otActiveGrp.filter(Boolean); var result=[]; for (var i=0; i < customIniId.length; i++){ if ( otActiveGrp.indexOf(customIniId[i]) <= -1 ){ result.push(customIniId[i]); } } return result; } function eraseCookie(name) { var hostname = window.location.hostname; var domainParts = hostname.split('.'); var pathArray = window.location.pathname.split('/'); // Build list of domains to try var domains = []; // Start full hostname domains.push(hostname); // If hostname has subdomains, loop and collect all levels if (domainParts.length > 2) { for (var i = 1; i <= domainParts.length - 2; i++) { domains.push(domainParts.slice(i).join('.')); } } // Always add base domain domains.push(domainParts.slice(-2).join('.')); // Also add with leading dot versions var additionalDomains = []; for (var i = 0; i < domains.length; i++) { if (domains[i].charAt(0) !== '.') { additionalDomains.push('.' + domains[i]); } } domains = domains.concat(additionalDomains); // Remove duplicates (optional) domains = domains.filter(function(value, index, self) { return self.indexOf(value) === index; }); // Log domains we're deleting from (for debugging) console.log("Deleting cookie from domains: ", domains); // Delete from all domain variants and all path levels for (var d = 0; d < domains.length; d++) { var domainName = domains[d]; // Start with root path document.cookie = name + '=; Max-Age=-99999999; Path=/; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/;'; // Loop through path hierarchy for (var i = 0; i < pathArray.length; i++) { if (pathArray[i]) { var currentPath = pathArray.slice(0, i + 1).join('/'); document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + ';'; // Optional: handle trailing slash document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '/; Domain=' + domainName + ';'; document.cookie = name + '=; Max-Age=-99999999; Path=/' + currentPath + '/;'; } } } // Also remove local storage try { localStorage.removeItem(name); } catch (e) { console.warn('LocalStorage remove error:', e); } console.log("Attempted to delete cookie: ", name); } // set function to allow or block script based on OneTrust Category function decodeParameters(cookie) { var result = {}; var pairs = cookie.split('&'); for (var i = 0; i < pairs.length; i++) { var pair = pairs[i].split('='); if (pair.length === 2) { result[pair[0]] = decodeURIComponent(pair[1]); } } return result; } function allowScript(cat) { var allow = true; var cookie = getCookie('OptanonConsent'); if (cookie) { var groups = ((decodeParameters(cookie) || {}).groups || '').split(','); if (groups.indexOf(cat + ':0') >= 0) { allow = false; } } return allow; } // Function to delete Adobe AMCV/AMCVS/_evga/ _sfid cookies more aggressively function deleteAdobeCookie(name) { var hostname = window.location.hostname; var domainParts = hostname.split('.'); // Build all possible domain variations var domains = ['', hostname]; // Add domain with leading dot domains.push('.' + hostname); // Add parent domains (e.g., .ford.com from www.ford.com) for (var i = 1; i < domainParts.length; i++) { var parentDomain = domainParts.slice(i).join('.'); domains.push(parentDomain); domains.push('.' + parentDomain); } // Common paths to try var paths = ['/', '', window.location.pathname]; // Past date for expiration var expires = 'Thu, 01 Jan 1970 00:00:00 GMT'; // Try all combinations of domain and path for (var d = 0; d < domains.length; d++) { for (var p = 0; p < paths.length; p++) { var cookieStr = name + '=; expires=' + expires + '; Max-Age=0'; if (paths[p]) { cookieStr += '; path=' + paths[p]; } if (domains[d]) { cookieStr += '; domain=' + domains[d]; } document.cookie = cookieStr; document.cookie = cookieStr + '; Secure'; document.cookie = cookieStr + '; SameSite=None; Secure'; document.cookie = cookieStr + '; SameSite=Lax'; document.cookie = cookieStr + '; SameSite=Strict'; } } console.log("Attempted to delete Adobe cookie: ", name); } if(!allowScript('4')) { try { var cookiePrefixesToDelete = JSON.parse('[\x22AMCV\x22,\x22AMCVS\x22,\x22_evga\x22,\x22_sfid\x22]'); // Target all cookies matching the authorable prefixes var allCookies = document.cookie.split(';'); console.log("Checking for cookies to delete based on configured prefixes:", cookiePrefixesToDelete); for (var i = 0; i < allCookies.length; i++) { var cookieName = allCookies[i].split('=')[0].trim(); // Check if cookie name starts with any of the configured prefixes for (var j = 0; j < cookiePrefixesToDelete.length; j++) { if (cookieName.indexOf(cookiePrefixesToDelete[j]) === 0) { console.log("Deleting cookie based on configured prefix: ", cookieName); deleteAdobeCookie(cookieName); // Also try with decoded name in case of URL encoding try { var decodedName = decodeURIComponent(cookieName); if (decodedName !== cookieName) { deleteAdobeCookie(decodedName); } } catch(e) {} break; // Cookie matched, no need to check other prefixes } } } } catch(e) { console.error("Error parsing cookie prefixes or deleting cookies: ", e); } } console.log("OptanonWrapper called"); var OABCcookieName = "OptanonAlertBoxClosed"; var bannerAcceptBtn = document.getElementById("onetrust-accept-btn-handler"); var bannerRejectBtn = document.getElementById("onetrust-reject-all-handler"); var pcAllowAllBtn = document.getElementById("accept-recommended-btn-handler"); var pcSaveBtn = document.getElementsByClassName("save-preference-btn-handler onetrust-close-btn-handler")[0]; var pcRejectBtn = document.getElementsByClassName("ot-pc-refuse-all-handler"); var OABCcookie = getCookie(OABCcookieName); // IF logic needed here because ot-banner-sdk DIV is not injected on page loads if banner is not exposed if (!OABCcookie && bannerAcceptBtn) { bannerAcceptBtn.addEventListener('click', function() { console.log("Allowed all via Banner"); location.reload(); }); } if (pcAllowAllBtn) { pcAllowAllBtn.addEventListener('click', function() { console.log("Allowed all via Preference Center"); location.reload(); }); } if(pcSaveBtn){ pcSaveBtn.addEventListener('click', function() { setTimeout(function() { console.log("Set custom settings via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } if(pcRejectBtn){ pcRejectBtn.addEventListener('click', function() { setTimeout(function() { console.log("Rejected all via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } if(bannerRejectBtn){ bannerRejectBtn.addEventListener('click', function() { setTimeout(function() { console.log("Rejected all via Preference Center"); location.reload(); }, 1000) //quick timeout so that the consent receipt can be sent and the cookie can be updated }); } } // OneTrust Changes End Here </script><script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script=""></script> <!-- OneTrust Cookies Consent Notice end --> <script type="text/javascript" src="https://www.ford.com/adobedtmredirect/248d63c2ff6b/5e8baaa76508/launch-dda3f8250d58.min" class="optanon-category-2-4"></script><script src="https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js" async="" type="text/javascript"></script><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/8f445078121c/EX9235bfe389894bc2a5ec6d7944970b99-libraryCode_source.min.js" async=""></script><script src="https://assets.adobedtm.com/extensions/EPef068a8d6dd34a43866d9a80cc98baab/AppMeasurement_Module_AudienceManagement.min.js" async=""></script><script>_satellite["_runScript1"](function(event, target, Promise) { if (document.URL.indexOf('ccpaCookieTest') != -1){ _satellite.cookie.set('aaCcpaOptSell','N'); } });</script><script type="text/javascript" src="https://www.ford.com/6bb0a6072175257e_complete.js" crossorigin="anonymous"></script><script>_satellite["_runScript2"](function(event, target, Promise) { // commenting out for likely deletion once validated // uncommmented out code 230502 - JS document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function (e) { window.ttMETA= typeof(window.ttMETA)!="undefined" ? window.ttMETA : []; var tokens=e.detail.responseTokens; if (isEmpty(tokens)) { return; } var uniqueTokens = distinct(tokens); uniqueTokens.forEach(function(token) { window.ttMETA.push({ 'CampaignName': token["activity.name"], 'CampaignId' : token["activity.id"], 'experience': token["experience.name"], 'experienceId': token["experience.id"], 'RecipeName': token["experience.name"], //Added from Content Square documentation 'RecipeId': token["experience.id"], //Added from Content Square documentation 'OfferId': token["option.id"], 'OfferName': token["option.name"], 'MboxName': e.detail.mbox}); console.log(ttMETA); }); }); function isEmpty(val){ return (val === undefined || val == null || val.length <= 0) ? true : false; } function key(obj) { return Object.keys(obj) .map(function(k) { return k + "" + obj[k]; }) .join(""); } function distinct(arr) { var result = arr.reduce(function(acc, e) { acc[key(e)] = e; return acc; }, {}); return Object.keys(result) .map(function(k) { return result[k]; }); } });</script><script>_satellite["_runScript3"](function(event, target, Promise) { (window.Flickerlessly = window.Flickerlessly || {}), (function (A) { "use strict"; const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); const doesDebugParamExist = urlParams.has('Debug') && urlParams.get('Debug') === '1'; var init = function (id, sel, callbackSuccess, persist) { var animationName = 'atNodeInserted' + id; var css = [], prefixes = ['', '-moz-', '-webkit-', '-ms-', '-o-']; prefixes.forEach(function (prefix, index) { css.push('@' + prefix + 'keyframes ' + animationName + ' {from {opacity:0.99} to {opacity:1}}'); }); css.push(sel + '{'); prefixes.forEach(function (prefix, index) { css.push(prefix + 'animation-duration:0.001s;' + prefix + 'animation-name:' + animationName + ';'); }); css.push('}'); var head = document.getElementsByTagName('head')[0]; if (head) { var style = document.createElement('style'); style.setAttribute('type', 'text/css'); if (style.styleSheet) style.styleSheet.cssText = css.join('\n'); else style.appendChild(document.createTextNode(css.join('\n'))); head.insertBefore(style, head.firstChild); } var _removeListener = function () { ['animationstart', 'MSAnimationStart', 'webkitAnimationStart'].forEach(function (item, index) { document.removeEventListener(item, _insertListener, false); }); if (style) style.parentNode.removeChild(style); }; var _insertListener = function (event) { if (doesDebugParamExist) { console.log('FLK: _insertListener method called'); } if (event.animationName === animationName && typeof event.target === 'object') { var isExecute = ((persist === true) || (persist === false && event.target.getAttribute('data-flk-success') === null)); if (doesDebugParamExist) { console.log("FLK: ('" + sel + "') ready!
1Execute: " + isExecute, event.target); } if (typeof callbackSuccess === 'function' && isExecute) { event.target.setAttribute('data-flk-success', animationName); if (persist !== true) _removeListener(); callbackSuccess(event.target); } else { if (doesDebugParamExist) { console.log("FLK: Won't Callback", isExecute, callbackSuccess); } } } }; ['animationstart', 'MSAnimationStart', 'webkitAnimationStart'].forEach(function (item, index) { document.addEventListener(item, _insertListener, false); }); }, rand = Math.floor((Math.random() * 1000) + 1); A.onReady = function () { for (let i = 0; i < arguments.length; i++) { var obj = arguments[i]; var selector = obj.selector; var success = obj.success || null; var persist = obj.persist || false; init(rand++, selector, success, persist); } }; })(Flickerlessly), (function (window, document) { "use strict"; const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); const doesDebugParamExist = urlParams.has('Debug') && urlParams.get('Debug') === '1'; var init = function (url, sel, callbackSuccess, callbackError, method) { if (doesDebugParamExist) { console.log('AT-RO: init method fired'); } var head = (function (_style) { var _head = document.getElementsByTagName("head")[0]; if (_head) { var style = document.createElement("style"); style.setAttribute("type", "text/css"); if (style.stylesheet) style.styleSheet.cssText = _style; else style.appendChild(document.createTextNode(_style)); _head.insertBefore(style, _head.firstChild); return style; } return null; })(sel + "{visibility:hidden}"); if (doesDebugParamExist) { console.log("AT-RO: " + head.innerHTML); } !function (url, success, error) { if (doesDebugParamExist) { console.log("AT-RO: " + url); } var xhr = new XMLHttpRequest(); xhr.onreadystatechange = function () { if (xhr.readyState === 4) { if (xhr.status === 200) { success(xhr.responseText); } else { error(xhr.status); } } }; xhr.open("GET", url, true); xhr.send(); }(url, function (_offer) { Flickerlessly.onReady({ selector: sel, success: function (target) { if (doesDebugParamExist) { console.log("AT-RO: " + 'Flickerly success fired'); console.log("AT-RO: " + target); } if (typeof method === "string" && method === "replace") { var div = document.createElement("div"); target.parentNode.replaceChild(div, target); target = div; } adobe.target.applyOffer({ mbox: "target-global-mbox", selector: target, offer: [{action: "setContent", content: _offer}]//todo this is the point where the content is injected into the component. }); if (doesDebugParamExist) { console.log("AT-RO: " + 'adobe offer applied'); } if (head) { head.parentNode.removeChild(head); } if (typeof callbackSuccess === "function") { callbackSuccess(); } }, persist: false }); }, function (status) { if (doesDebugParamExist) { console.log("AT-RO: " + 'OFFER API FAILURE'); } if (head) { head.parentNode.removeChild(head); } if (typeof callbackError === 'function') { callbackError(); } } ); }; window.adobe.target.ext = window.adobe.target.ext || {}; window.adobe.target.ext.remoteoffers = window.adobe.target.ext.remoteoffers || {}; window.adobe.target.ext.remoteoffers.init = window.adobe.target.ext.remoteoffers.init || function (offers) { for (let i = 0; i < offers.length; i++) { var offer = offers[i]; if (offer.url && offer.selector) { init(offer.url, offer.selector, offer.callbackSuccess, offer.callbackError, offer.method); } else { if (doesDebugParamExist) { console.log("AT-RO: " + 'Error:missing URL or selector'); } } } }; })(window, document); });</script><script>_satellite["_runScript4"](function(event, target, Promise) { // Response Token Event Handler Code document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function(event) { console.log('target response:', event.detail); var tokens=event.detail.responseTokens; if(!isEmpty(tokens)){ for (var i=0; i<event.detail.responseTokens.length; ++i) { _satellite.setVar('responseTokens',event.detail.responseTokens[i]); } }else{ _satellite.setVar('allResponseTokens','empty'); _satellite.setVar('responseTokens','empty'); } function isEmpty(val){return (val === undefined || val == null || val.length <= 0) ? true : false;} //RG - step1 to check if the digitaldata is defined and contains digitaldata.page.variantName to avoid console error //RG - This also addressess the race condition i.e. rule fires but digitaldata not ready so wrapped the code if (typeof digitaldata !== 'undefined' && digitaldata.page && digitaldata.page.variantName){ //RG - step2 to trigger DCR if the required digitaldata.page.variantName detected _satellite.logger.log('Target 2.0 - CHECK POINT: the value of digitaldata.page.variantName is: ' + digitaldata.page.variantName); //home page //if (_satellite.getVar('page: variantName') == 'home-load' && _satellite.getVar('page: page name') == 'fv:home'){_satellite.track('bsr-hp-analytics');} //vehicle home pages //if (_satellite.getVar('page: variantName') == 'vehicle-load'){_satellite.track('bsr-vhp-analytics');} //SPA test if (_satellite.getVar('page: variantName') == 'dd:bp:4:vehicle summary:ford taurus'){_satellite.track('summary-page-test');} //RG - console log target code executed _satellite.logger.log('Target 2.0 - workaround custom code executed successfully for the DCR'); } else _satellite.logger.log('Target 2.0 - digitaldata.page.variantName not detected or not ready'); //RG - console log when race condition }); });</script> <!-- Custom Head Scripts for IMG Market --> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-dependencies.lc--lc.min.js"></script> <link rel="icon" type="image/png" href="/acslibs/content/dam/na/ford/en_us/img/shared/favicon.png"> <link rel="icon" type="image/png" sizes="180x180" href="/acslibs/content/dam/na/ford/en_us/img/shared/favicon-180x180.png"> <link rel="apple-touch-icon" href="/acslibs/content/dam/na/ford/en_us/img/shared/shortcut-icon-180px.png"> <script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"false","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"SJ","rua.cook":"false","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"true","rua.isuxp":"false","rua.texp":"norulematch","rua.ceh":"false","rua.ueh":"false","rua.ieh.st":"0"}]);</script> <script>!function(){function o(n,i){if(n&&i)for(var r in i)i.hasOwnProperty(r)&&(void 0===n[r]?n[r]=i[r]:n[r].constructor===Object&&i[r].constructor===Object?o(n[r],i[r]):n[r]=i[r])}try{var n=decodeURIComponent("%7B%0A%22ResourceTiming%22%3A%7B%0A%22comment%22%3A%20%22Clear%20RT%20Buffer%20on%20mPulse%20beacon%22%2C%0A%22clearOnBeacon%22%3A%20true%0A%7D%2C%0A%0A%22AutoXHR%22%3A%7B%0A%22comment%22%3A%20%22Monitor%20XHRs%20requested%20using%20FETCH%22%2C%0A%22monitorFetch%22%3A%20true%2C%0A%22comment%22%3A%20%22Start%20Monitoring%20SPAs%20from%20Click%22%2C%0A%22spaStartFromClick%22%3A%20true%0A%7D%2C%0A%0A%22PageParams%22%3A%7B%0A%22comment%22%3A%20%22Monitor%20all%20SPA%20XHRs%22%2C%0A%22spaXhr%22%3A%20%22all%22%0A%7D%0A%7D");if(n.length>0&&window.JSON&&"function"==typeof window.JSON.parse){var i=JSON.parse(n);void 0!==window.BOOMR_config?o(window.BOOMR_config,i):window.BOOMR_config=i}}catch(r){window.console&&"function"==typeof window.console.error&&console.error("mPulse: Could not parse configuration",r)}}();</script> <script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("False"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="GYKYY-ZXCV3-7897G-57TA3-2CB7R",function(){function e(){if(!i){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,o.parentNode.appendChild(e),i=!0}}function t(e){i=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(o.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",o.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"GYKYY-ZXCV3-7897G-57TA3-2CB7R";var o=document.currentScript||document.getElementsByTagName("script")[0],i=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!i)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),o.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n="true"=="true"?1:0,t="",a="gq2ej2ax3ckuu2qq7rzq-f-69e7a1553-clientnsv4-s.akamaihd.net",o="false"=="true"?2:1,i={"ak.v":"41","ak.cp":"1879221","ak.ai":parseInt("246232",10),"ak.ol":"0","ak.cr":1,"ak.ipv":4,"ak.proto":"h2","ak.rid":"b886c17","ak.r":43972,"ak.a2":n,"ak.m":"dscx","ak.n":"essl","ak.cport":33610,"ak.gh":"23.216.148.89","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"","ak.t":"1779498099","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==mv1Bjlxm8Qf5lSkovMpcXuSUrCElIe5p6MIs0a9Wz1VS4r+LhvHqs5Z0di+jmhY/X9atTsAUNb6kTS05779Us4OkLNA27bjQefvv0F7JZqb2vEVbxcq/yRkg2cP4WOysvpFpaGYINYoJPYO1Igij3zzrnuPCNzqL1CV8CeRNI+gyY3Qv5JWrK+zsDlOXU5EedE+NJrKchnF3j6t5IjTjufTWLNtq0ZWD/Xjeb3bcEeRdapkvM1KqHEiGK0LuNEnhtLMHNeZlIazADInEi59+Ei7+jBS/Rz7g7TjVcbFHrrQVGTjRZ4rihNNDmjHpC/iyqhTqu5gKakHfu1rtlQtF5ADeH6MND4KJnGB6keN9N987ZYV8sR8XQeG8MkBFLCRZs9MtveTYD+ag7YSYkCNGjalshHoxBNnTu8v8W1m1GBQ=","ak.pv":"1571","ak.dpoabenc":"","ak.tf":o};if(""!==t)i["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))i["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(i)},rv:function(){var e=["ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:i,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script><link href="https://s.go-mpulse.net/boomerang/GYKYY-ZXCV3-7897G-57TA3-2CB7R" rel="preload" as="script"><script id="boomr-scr-as" src="https://s.go-mpulse.net/boomerang/GYKYY-ZXCV3-7897G-57TA3-2CB7R" async=""></script><meta http-equiv="origin-trial" content="A6A+1d+C3ouRtnK8HZmLfRaTibk7Y5RIysXvkTgkdjhqJIIf/lhKui+K3HFmT7FjsIInJLWjy/x5UTLp9k7IewQAAACGeyJvcmlnaW4iOiJodHRwczovL2dvLW1wdWxzZS5uZXQ6NDQzIiwiZmVhdHVyZSI6IlNvZnROYXZpZ2F0aW9uSGV1cmlzdGljcyIsImV4cGlyeSI6MTcxNjk0MDc5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0="><script type="text/javascript" src="https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie.js"></script><script src="https://www.account.ford.com/etc/fd/fma/bundle.js" defer="" async="" data-app-id="" data-fma-script="" data-lang="en_us" data-property-key="brand_ford" data-region="na" data-fs-url="https://stg.api.mps.ford.com" data-client-id="" data-base-path="/" data-base-path-redirection="true" data-redirect-url="https://www.ford.com/login/"></script><script src="https://www.ford.com/fps/script/Ford/USA" async=""></script><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/8f445078121c/RC79026732bf684b57aeb5c7a8c840d8f2-source.min.js" async=""></script><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/8f445078121c/RCca4f6f5cc02b4b7d9e5572335793c2bc-source.min.js" async=""></script><style type="text/css" id="kampyleStyle">.noOutline{outline: none !important;}.wcagOutline:focus{outline: 1px dashed #595959 !important;outline-offset: 2px !important;transition: none !important;}</style></head> <body class="opt1 gdux--lightTheme back-to-top-enabled"> <div id="fmc-icon-sprites" style="display:none" data-url="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-sprites/resources/fordIcons.svg"><svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <!-- add.svg --> <symbol id="add" viewBox="0 0 24 24"> <path d="M11 13H6C5.71667 13 5.47917 12.9042 5.2875 12.7125C5.09583 12.5208 5 12.2833 5 12C5 11.7167 5.09583 11.4792 5.2875 11.2875C5.47917 11.0958 5.71667 11 6 11H11V6C11 5.71667 11.0958 5.47917 11.2875 5.2875C11.4792 5.09583 11.7167 5 12 5C12.2833 5 12.5208 5.09583 12.7125 5.2875C12.9042 5.47917 13 5.71667 13 6V11H18C18.2833 11 18.5208 11.0958 18.7125 11.2875C18.9042 11.4792 19 11.7167 19 12C19 12.2833 18.9042 12.5208 18.7125 12.7125C18.5208 12.9042 18.2833 13 18 13H13V18C13 18.2833 12.9042 18.5208 12.7125 18.7125C12.5208 18.9042 12.2833 19 12 19C11.7167 19 11.4792 18.9042 11.2875 18.7125C11.0958 18.5208 11 18.2833 11 18V13Z" fill="currentColor"></path> </symbol> <!-- arrow_left_alt.svg --> <symbol id="arrow_left_alt" viewBox="0 0 24 24"> <path d="M7.85002 13L10.7 15.85C10.9 16.05 10.9959 16.2833 10.9875 16.55C10.9792 16.8167 10.8834 17.05 10.7 17.25C10.5 17.45 10.2625 17.5542 9.98752 17.5625C9.71252 17.5708 9.47502 17.475 9.27502 17.275L4.70002 12.7C4.50002 12.5 4.40002 12.2667 4.40002 12C4.40002 11.7333 4.50002 11.5 4.70002 11.3L9.27502 6.72501C9.47502 6.52501 9.71252 6.42918 9.98752 6.43751C10.2625 6.44585 10.5 6.55001 10.7 6.75001C10.8834 6.95001 10.9792 7.18335 10.9875 7.45001C10.9959 7.71668 10.9 7.95001 10.7 8.15001L7.85002 11H19C19.2834 11 19.5209 11.0958 19.7125 11.2875C19.9042 11.4792 20 11.7167 20 12C20 12.2833 19.9042 12.5208 19.7125 12.7125C19.5209 12.9042 19.2834 13 19 13H7.85002Z" fill="currentColor"></path> </symbol> <!-- arrow_right_alt.svg --> <symbol id="arrow_right_alt" viewBox="0 0 24 24"> <path d="M16.15 13H5C4.71667 13 4.47917 12.9042 4.2875 12.7125C4.09583 12.5208 4 12.2833 4 12C4 11.7167 4.09583 11.4792 4.2875 11.2875C4.47917 11.0958 4.71667 11 5 11H16.15L13.3 8.15001C13.1 7.95001 13.0042 7.71668 13.0125 7.45001C13.0208 7.18335 13.1167 6.95001 13.3 6.75001C13.5 6.55001 13.7375 6.44585 14.0125 6.43751C14.2875 6.42918 14.525 6.52501 14.725 6.72501L19.3 11.3C19.4 11.4 19.4708 11.5083 19.5125 11.625C19.5542 11.7417 19.575 11.8667 19.575 12C19.575 12.1333 19.5542 12.2583 19.5125 12.375C19.4708 12.4917 19.4 12.6 19.3 12.7L14.725 17.275C14.525 17.475 14.2875 17.5708 14.0125 17.5625C13.7375 17.5542 13.5 17.45 13.3 17.25C13.1167 17.05 13.0208 16.8167 13.0125 16.55C13.0042 16.2833 13.1 16.05 13.3 15.85L16.15 13Z" fill="currentColor"></path> </symbol> <!-- arrow_upward_alt.svg --> <symbol id="arrow_upward_alt" viewBox="0 0 24 24"> <path d="M11 8.79999L8.09999 11.7C7.91665 11.8833 7.68332 11.975 7.39999 11.975C7.11665 11.975 6.88332 11.8833 6.69999 11.7C6.51665 11.5167 6.42499 11.2833 6.42499 11C6.42499 10.7167 6.51665 10.4833 6.69999 10.3L11.3 5.69999C11.5 5.49999 11.7333 5.39999 12 5.39999C12.2667 5.39999 12.5 5.49999 12.7 5.69999L17.3 10.3C17.4833 10.4833 17.575 10.7167 17.575 11C17.575 11.2833 17.4833 11.5167 17.3 11.7C17.1167 11.8833 16.8833 11.975 16.6 11.975C16.3167 11.975 16.0833 11.8833 15.9 11.7L13 8.79999V17C13 17.2833 12.9042 17.5208 12.7125 17.7125C12.5208 17.9042 12.2833 18 12 18C11.7167 18 11.4792 17.9042 11.2875 17.7125C11.0958 17.5208 11 17.2833 11 17V8.79999Z" fill="currentColor"></path> </symbol> <!-- close.svg --> <symbol id="close" viewBox="0 0 24 24"> <path d="M12 13.4L7.09999 18.3C6.91665 18.4834 6.68332 18.575 6.39999 18.575C6.11665 18.575 5.88332 18.4834 5.69999 18.3C5.51665 18.1167 5.42499 17.8834 5.42499 17.6C5.42499 17.3167 5.51665 17.0834 5.69999 16.9L10.6 12L5.69999 7.10005C5.51665 6.91672 5.42499 6.68338 5.42499 6.40005C5.42499 6.11672 5.51665 5.88338 5.69999 5.70005C5.88332 5.51672 6.11665 5.42505 6.39999 5.42505C6.68332 5.42505 6.91665 5.51672 7.09999 5.70005L12 10.6L16.9 5.70005C17.0833 5.51672 17.3167 5.42505 17.6 5.42505C17.8833 5.42505 18.1167 5.51672 18.3 5.70005C18.4833 5.88338 18.575 6.11672 18.575 6.40005C18.575 6.68338 18.4833 6.91672 18.3 7.10005L13.4 12L18.3 16.9C18.4833 17.0834 18.575 17.3167 18.575 17.6C18.575 17.8834 18.4833 18.1167 18.3 18.3C18.1167 18.4834 17.8833 18.575 17.6 18.575C17.3167 18.575 17.0833 18.4834 16.9 18.3L12 13.4Z" fill="currentColor"></path> </symbol> <!-- closed_caption.svg --> <symbol id="closed_caption" viewBox="0 0 24 24"> <path d="M5 20C4.45 20 3.97917 19.8042 3.5875 19.4125C3.19583 19.0208 3 18.55 3 18V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V18C21 18.55 20.8042 19.0208 20.4125 19.4125C20.0208 19.8042 19.55 20 19 20H5ZM5 18H19V6H5V18ZM7 15H10C10.2833 15 10.5208 14.9042 10.7125 14.7125C10.9042 14.5208 11 14.2833 11 14V13.5C11 13.35 10.95 13.225 10.85 13.125C10.75 13.025 10.625 12.975 10.475 12.975H10.025C9.875 12.975 9.75 13.025 9.65 13.125C9.55 13.225 9.5 13.35 9.5 13.5H7.5V10.5H9.5C9.5 10.65 9.55 10.775 9.65 10.875C9.75 10.975 9.875 11.025 10.025 11.025H10.475C10.625 11.025 10.75 10.975 10.85 10.875C10.95 10.775 11 10.65 11 10.5V10C11 9.71667 10.9042 9.47917 10.7125 9.2875C10.5208 9.09583 10.2833 9 10 9H7C6.71667 9 6.47917 9.09583 6.2875 9.2875C6.09583 9.47917 6 9.71667 6 10V14C6 14.2833 6.09583 14.5208 6.2875 14.7125C6.47917 14.9042 6.71667 15 7 15ZM17 9H14C13.7167 9 13.4792 9.09583 13.2875 9.2875C13.0958 9.47917 13 9.71667 13 10V14C13 14.2833 13.0958 14.5208 13.2875 14.7125C13.4792 14.9042 13.7167 15 14 15H17C17.2833 15 17.5208 14.9042 17.7125 14.7125C17.9042 14.5208 18 14.2833 18 14V13.5C18 13.35 17.95 13.225 17.85 13.125C17.75 13.025 17.625 12.975 17.475 12.975H17.025C16.875 12.975 16.75 13.025 16.65 13.125C16.55 13.225 16.5 13.35 16.5 13.5H14.5V10.5H16.5C16.5 10.65 16.55 10.775 16.65 10.875C16.75 10.975 16.875 11.025 17.025 11.025H17.475C17.625 11.025 17.75 10.975 17.85 10.875C17.95 10.775 18 10.65 18 10.5V10C18 9.71667 17.9042 9.47917 17.7125 9.2875C17.5208 9.09583 17.2833 9 17 9Z" fill="currentColor"></path> </symbol> <!-- error.svg --> <symbol id="error" viewBox="0 0 24 24"> <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 13C12.2833 13 12.5208 12.9042 12.7125 12.7125C12.9042 12.5208 13 12.2833 13 12V8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8V12C11 12.2833 11.0958 12.5208 11.2875 12.7125C11.4792 12.9042 11.7167 13 12 13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- expand_circle_right.svg --> <symbol id="expand_circle_right" viewBox="0 0 24 24"> <path d="M12.675 12L10.3 14.375C10.1167 14.5583 10.025 14.7875 10.025 15.0625C10.025 15.3375 10.1167 15.575 10.3 15.775C10.5 15.975 10.7375 16.075 11.0125 16.075C11.2875 16.075 11.525 15.975 11.725 15.775L14.8 12.7C15 12.5 15.1 12.2667 15.1 12C15.1 11.7333 15 11.5 14.8 11.3L11.7 8.2C11.5 8 11.2667 7.90417 11 7.9125C10.7333 7.92083 10.5 8.025 10.3 8.225C10.1167 8.425 10.0208 8.65833 10.0125 8.925C10.0042 9.19167 10.1 9.425 10.3 9.625L12.675 12ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- fullscreen.svg --> <symbol id="fullscreen" viewBox="0 0 24 24"> <path d="M5 19H7C7.28333 19 7.52083 19.0958 7.7125 19.2875C7.90417 19.4792 8 19.7167 8 20C8 20.2833 7.90417 20.5208 7.7125 20.7125C7.52083 20.9042 7.28333 21 7 21H4C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20V17C3 16.7167 3.09583 16.4792 3.2875 16.2875C3.47917 16.0958 3.71667 16 4 16C4.28333 16 4.52083 16.0958 4.7125 16.2875C4.90417 16.4792 5 16.7167 5 17V19ZM19 19V17C19 16.7167 19.0958 16.4792 19.2875 16.2875C19.4792 16.0958 19.7167 16 20 16C20.2833 16 20.5208 16.0958 20.7125 16.2875C20.9042 16.4792 21 16.7167 21 17V20C21 20.2833 20.9042 20.5208 20.7125 20.7125C20.5208 20.9042 20.2833 21 20 21H17C16.7167 21 16.4792 20.9042 16.2875 20.7125C16.0958 20.5208 16 20.2833 16 20C16 19.7167 16.0958 19.4792 16.2875 19.2875C16.4792 19.0958 16.7167 19 17 19H19ZM5 5V7C5 7.28333 4.90417 7.52083 4.7125 7.7125C4.52083 7.90417 4.28333 8 4 8C3.71667 8 3.47917 7.90417 3.2875 7.7125C3.09583 7.52083 3 7.28333 3 7V4C3 3.71667 3.09583 3.47917 3.2875 3.2875C3.47917 3.09583 3.71667 3 4 3H7C7.28333 3 7.52083 3.09583 7.7125 3.2875C7.90417 3.47917 8 3.71667 8 4C8 4.28333 7.90417 4.52083 7.7125 4.7125C7.52083 4.90417 7.28333 5 7 5H5ZM19 5H17C16.7167 5 16.4792 4.90417 16.2875 4.7125C16.0958 4.52083 16 4.28333 16 4C16 3.71667 16.0958 3.47917 16.2875 3.2875C16.4792 3.09583 16.7167 3 17 3H20C20.2833 3 20.5208 3.09583 20.7125 3.2875C20.9042 3.47917 21 3.71667 21 4V7C21 7.28333 20.9042 7.52083 20.7125 7.7125C20.5208 7.90417 20.2833 8 20 8C19.7167 8 19.4792 7.90417 19.2875 7.7125C19.0958 7.52083 19 7.28333 19 7V5Z" fill="currentColor"></path> </symbol> <!-- fullscreen_exit.svg --> <symbol id="fullscreen_exit" viewBox="0 0 24 24"> <path d="M6 18H4C3.71667 18 3.47917 17.9042 3.2875 17.7125C3.09583 17.5208 3 17.2833 3 17C3 16.7167 3.09583 16.4792 3.2875 16.2875C3.47917 16.0958 3.71667 16 4 16H7C7.28333 16 7.52083 16.0958 7.7125 16.2875C7.90417 16.4792 8 16.7167 8 17V20C8 20.2833 7.90417 20.5208 7.7125 20.7125C7.52083 20.9042 7.28333 21 7 21C6.71667 21 6.47917 20.9042 6.2875 20.7125C6.09583 20.5208 6 20.2833 6 20V18ZM18 18V20C18 20.2833 17.9042 20.5208 17.7125 20.7125C17.5208 20.9042 17.2833 21 17 21C16.7167 21 16.4792 20.9042 16.2875 20.7125C16.0958 20.5208 16 20.2833 16 20V17C16 16.7167 16.0958 16.4792 16.2875 16.2875C16.4792 16.0958 16.7167 16 17 16H20C20.2833 16 20.5208 16.0958 20.7125 16.2875C20.9042 16.4792 21 16.7167 21 17C21 17.2833 20.9042 17.5208 20.7125 17.7125C20.5208 17.9042 20.2833 18 20 18H18ZM6 6V4C6 3.71667 6.09583 3.47917 6.2875 3.2875C6.47917 3.09583 6.71667 3 7 3C7.28333 3 7.52083 3.09583 7.7125 3.2875C7.90417 3.47917 8 3.71667 8 4V7C8 7.28333 7.90417 7.52083 7.7125 7.7125C7.52083 7.90417 7.28333 8 7 8H4C3.71667 8 3.47917 7.90417 3.2875 7.7125C3.09583 7.52083 3 7.28333 3 7C3 6.71667 3.09583 6.47917 3.2875 6.2875C3.47917 6.09583 3.71667 6 4 6H6ZM18 6H20C20.2833 6 20.5208 6.09583 20.7125 6.2875C20.9042 6.47917 21 6.71667 21 7C21 7.28333 20.9042 7.52083 20.7125 7.7125C20.5208 7.90417 20.2833 8 20 8H17C16.7167 8 16.4792 7.90417 16.2875 7.7125C16.0958 7.52083 16 7.28333 16 7V4C16 3.71667 16.0958 3.47917 16.2875 3.2875C16.4792 3.09583 16.7167 3 17 3C17.2833 3 17.5208 3.09583 17.7125 3.2875C17.9042 3.47917 18 3.71667 18 4V6Z" fill="currentColor"></path> </symbol> <!-- hybrid.svg --> <symbol id="hybrid" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.361 8.52832H16.3745V15.9563H14.361V13.2601H9.63929V15.9563H7.62578V8.52832H9.63929V11.2206H14.361V8.52832ZM24 8.31049L21.2692 3.69013L16.9096 3.68913L14.7289 0H9.2688L7.09142 3.68913L2.73158 3.69013L0 8.31049L2.18018 12.0016L0 15.6907L2.73158 20.3109L7.0899 20.3104L9.2688 24H14.7289L16.9096 20.3089L21.2692 20.3109L24 15.6907L21.8193 12.0001L24 8.31049Z" fill="#6AAD40"></path> </symbol> <!-- info.svg --> <symbol id="info" viewBox="0 0 24 24"> <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16V12C13 11.7167 12.9042 11.4792 12.7125 11.2875C12.5208 11.0958 12.2833 11 12 11C11.7167 11 11.4792 11.0958 11.2875 11.2875C11.0958 11.4792 11 11.7167 11 12V16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 9C12.2833 9 12.5208 8.90417 12.7125 8.7125C12.9042 8.52083 13 8.28333 13 8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8C11 8.28333 11.0958 8.52083 11.2875 8.7125C11.4792 8.90417 11.7167 9 12 9ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_down.svg --> <symbol id="keyboard_arrow_down" viewBox="0 0 24 24"> <path d="M12 15.975C11.8667 15.975 11.7417 15.9542 11.625 15.9125C11.5083 15.8708 11.4 15.8 11.3 15.7L6.69999 11.1C6.51665 10.9167 6.42499 10.6833 6.42499 10.4C6.42499 10.1167 6.51665 9.88334 6.69999 9.7C6.88332 9.51667 7.11665 9.425 7.39999 9.425C7.68332 9.425 7.91665 9.51667 8.09999 9.7L12 13.6L15.9 9.7C16.0833 9.51667 16.3167 9.425 16.6 9.425C16.8833 9.425 17.1167 9.51667 17.3 9.7C17.4833 9.88334 17.575 10.1167 17.575 10.4C17.575 10.6833 17.4833 10.9167 17.3 11.1L12.7 15.7C12.6 15.8 12.4917 15.8708 12.375 15.9125C12.2583 15.9542 12.1333 15.975 12 15.975Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_left.svg --> <symbol id="keyboard_arrow_left" viewBox="0 0 24 24"> <path d="M10.8 12L14.7 15.9C14.8833 16.0833 14.975 16.3167 14.975 16.6C14.975 16.8833 14.8833 17.1167 14.7 17.3C14.5167 17.4833 14.2833 17.575 14 17.575C13.7167 17.575 13.4833 17.4833 13.3 17.3L8.69999 12.7C8.59999 12.6 8.52915 12.4917 8.48749 12.375C8.44582 12.2583 8.42499 12.1333 8.42499 12C8.42499 11.8667 8.44582 11.7417 8.48749 11.625C8.52915 11.5083 8.59999 11.4 8.69999 11.3L13.3 6.7C13.4833 6.51667 13.7167 6.425 14 6.425C14.2833 6.425 14.5167 6.51667 14.7 6.7C14.8833 6.88334 14.975 7.11667 14.975 7.4C14.975 7.68334 14.8833 7.91667 14.7 8.1L10.8 12Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_right.svg --> <symbol id="keyboard_arrow_right" viewBox="0 0 24 24"> <path d="M13.6 12L9.69999 8.1C9.51665 7.91667 9.42499 7.68334 9.42499 7.4C9.42499 7.11667 9.51665 6.88334 9.69999 6.7C9.88332 6.51667 10.1167 6.425 10.4 6.425C10.6833 6.425 10.9167 6.51667 11.1 6.7L15.7 11.3C15.8 11.4 15.8708 11.5083 15.9125 11.625C15.9542 11.7417 15.975 11.8667 15.975 12C15.975 12.1333 15.9542 12.2583 15.9125 12.375C15.8708 12.4917 15.8 12.6 15.7 12.7L11.1 17.3C10.9167 17.4833 10.6833 17.575 10.4 17.575C10.1167 17.575 9.88332 17.4833 9.69999 17.3C9.51665 17.1167 9.42499 16.8833 9.42499 16.6C9.42499 16.3167 9.51665 16.0833 9.69999 15.9L13.6 12Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_up.svg --> <symbol id="keyboard_arrow_up" viewBox="0 0 24 24"> <path d="M12 10.8L8.09999 14.7C7.91665 14.8833 7.68332 14.975 7.39999 14.975C7.11665 14.975 6.88332 14.8833 6.69999 14.7C6.51665 14.5167 6.42499 14.2833 6.42499 14C6.42499 13.7167 6.51665 13.4833 6.69999 13.3L11.3 8.7C11.5 8.5 11.7333 8.4 12 8.4C12.2667 8.4 12.5 8.5 12.7 8.7L17.3 13.3C17.4833 13.4833 17.575 13.7167 17.575 14C17.575 14.2833 17.4833 14.5167 17.3 14.7C17.1167 14.8833 16.8833 14.975 16.6 14.975C16.3167 14.975 16.0833 14.8833 15.9 14.7L12 10.8Z" fill="currentColor"></path> </symbol> <!-- location_on.svg --> <symbol id="location_on" viewBox="0 0 24 24"> <path d="M12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 21.325C11.7667 21.325 11.5333 21.2833 11.3 21.2C11.0667 21.1167 10.8583 20.9917 10.675 20.825C9.59167 19.825 8.63333 18.85 7.8 17.9C6.96667 16.95 6.27083 16.0292 5.7125 15.1375C5.15417 14.2458 4.72917 13.3875 4.4375 12.5625C4.14583 11.7375 4 10.95 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 10.95 19.8542 11.7375 19.5625 12.5625C19.2708 13.3875 18.8458 14.2458 18.2875 15.1375C17.7292 16.0292 17.0333 16.95 16.2 17.9C15.3667 18.85 14.4083 19.825 13.325 20.825C13.1417 20.9917 12.9333 21.1167 12.7 21.2C12.4667 21.2833 12.2333 21.325 12 21.325ZM12 12C12.55 12 13.0208 11.8042 13.4125 11.4125C13.8042 11.0208 14 10.55 14 10C14 9.45 13.8042 8.97917 13.4125 8.5875C13.0208 8.19583 12.55 8 12 8C11.45 8 10.9792 8.19583 10.5875 8.5875C10.1958 8.97917 10 9.45 10 10C10 10.55 10.1958 11.0208 10.5875 11.4125C10.9792 11.8042 11.45 12 12 12Z" fill="currentColor"></path> </symbol> <!-- more_horiz.svg --> <symbol id="more_horiz" viewBox="0 0 24 24"> <path d="M6 14C5.45 14 4.97917 13.8042 4.5875 13.4125C4.19583 13.0208 4 12.55 4 12C4 11.45 4.19583 10.9792 4.5875 10.5875C4.97917 10.1958 5.45 10 6 10C6.55 10 7.02083 10.1958 7.4125 10.5875C7.80417 10.9792 8 11.45 8 12C8 12.55 7.80417 13.0208 7.4125 13.4125C7.02083 13.8042 6.55 14 6 14ZM12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.45 10.1958 10.9792 10.5875 10.5875C10.9792 10.1958 11.45 10 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125C13.0208 13.8042 12.55 14 12 14ZM18 14C17.45 14 16.9792 13.8042 16.5875 13.4125C16.1958 13.0208 16 12.55 16 12C16 11.45 16.1958 10.9792 16.5875 10.5875C16.9792 10.1958 17.45 10 18 10C18.55 10 19.0208 10.1958 19.4125 10.5875C19.8042 10.9792 20 11.45 20 12C20 12.55 19.8042 13.0208 19.4125 13.4125C19.0208 13.8042 18.55 14 18 14Z" fill="currentColor"></path> </symbol> <!-- my_location.svg --> <symbol id="my_location" viewBox="0 0 24 24"> <path d="M11.2498 22.2V20.4693C9.16647 20.2551 7.41264 19.4359 5.9883 18.0115C4.56397 16.5872 3.74472 14.8334 3.53055 12.75H1.7998V11.25H3.53055C3.74472 9.16672 4.56397 7.41288 5.9883 5.98855C7.41264 4.56421 9.16647 3.74496 11.2498 3.5308V1.80005H12.7498V3.5308C14.8331 3.74496 16.587 4.56421 18.0113 5.98855C19.4356 7.41288 20.2549 9.16672 20.4691 11.25H22.1998V12.75H20.4691C20.2549 14.8334 19.4356 16.5872 18.0113 18.0115C16.587 19.4359 14.8331 20.2551 12.7498 20.4693V22.2H11.2498ZM11.9998 19C13.9331 19 15.5831 18.3167 16.9498 16.95C18.3165 15.5834 18.9998 13.9334 18.9998 12C18.9998 10.0667 18.3165 8.41672 16.9498 7.05005C15.5831 5.68338 13.9331 5.00005 11.9998 5.00005C10.0665 5.00005 8.41647 5.68338 7.0498 7.05005C5.68314 8.41672 4.9998 10.0667 4.9998 12C4.9998 13.9334 5.68314 15.5834 7.0498 16.95C8.41647 18.3167 10.0665 19 11.9998 19ZM11.9998 15.5C11.0373 15.5 10.2134 15.1573 9.52805 14.4718C8.84255 13.7865 8.4998 12.9625 8.4998 12C8.4998 11.0375 8.84255 10.2136 9.52805 9.5283C10.2134 8.8428 11.0373 8.50005 11.9998 8.50005C12.9623 8.50005 13.7862 8.8428 14.4716 9.5283C15.1571 10.2136 15.4998 11.0375 15.4998 12C15.4998 12.9625 15.1571 13.7865 14.4716 14.4718C13.7862 15.1573 12.9623 15.5 11.9998 15.5ZM11.9998 14C12.5498 14 13.0206 13.8042 13.4123 13.4125C13.804 13.0209 13.9998 12.55 13.9998 12C13.9998 11.45 13.804 10.9792 13.4123 10.5875C13.0206 10.1959 12.5498 10 11.9998 10C11.4498 10 10.979 10.1959 10.5873 10.5875C10.1956 10.9792 9.9998 11.45 9.9998 12C9.9998 12.55 10.1956 13.0209 10.5873 13.4125C10.979 13.8042 11.4498 14 11.9998 14Z" fill="black"></path> </symbol> <!-- pause.svg --> <symbol id="pause" viewBox="0 0 24 24"> <path d="M16 19C15.45 19 14.9792 18.8042 14.5875 18.4125C14.1958 18.0208 14 17.55 14 17V7C14 6.45 14.1958 5.97917 14.5875 5.5875C14.9792 5.19583 15.45 5 16 5C16.55 5 17.0208 5.19583 17.4125 5.5875C17.8042 5.97917 18 6.45 18 7V17C18 17.55 17.8042 18.0208 17.4125 18.4125C17.0208 18.8042 16.55 19 16 19ZM8 19C7.45 19 6.97917 18.8042 6.5875 18.4125C6.19583 18.0208 6 17.55 6 17V7C6 6.45 6.19583 5.97917 6.5875 5.5875C6.97917 5.19583 7.45 5 8 5C8.55 5 9.02083 5.19583 9.4125 5.5875C9.80417 5.97917 10 6.45 10 7V17C10 17.55 9.80417 18.0208 9.4125 18.4125C9.02083 18.8042 8.55 19 8 19Z" fill="currentColor"></path> </symbol> <!-- play_arrow.svg --> <symbol id="play_arrow" viewBox="0 0 24 24"> <path d="M8 17.175V6.82501C8 6.54168 8.1 6.30418 8.3 6.11251C8.5 5.92085 8.73333 5.82501 9 5.82501C9.08333 5.82501 9.17083 5.83751 9.2625 5.86251C9.35417 5.88751 9.44167 5.92501 9.525 5.97501L17.675 11.15C17.825 11.25 17.9375 11.375 18.0125 11.525C18.0875 11.675 18.125 11.8333 18.125 12C18.125 12.1667 18.0875 12.325 18.0125 12.475C17.9375 12.625 17.825 12.75 17.675 12.85L9.525 18.025C9.44167 18.075 9.35417 18.1125 9.2625 18.1375C9.17083 18.1625 9.08333 18.175 9 18.175C8.73333 18.175 8.5 18.0792 8.3 17.8875C8.1 17.6958 8 17.4583 8 17.175Z" fill="currentColor"></path> </symbol> <!-- print.svg --> <symbol id="print" viewBox="0 0 24 24"> <path d="M8 21C7.45 21 6.97917 20.8042 6.5875 20.4125C6.19583 20.0208 6 19.55 6 19V17H4C3.45 17 2.97917 16.8042 2.5875 16.4125C2.19583 16.0208 2 15.55 2 15V11C2 10.15 2.29167 9.4375 2.875 8.8625C3.45833 8.2875 4.16667 8 5 8H19C19.85 8 20.5625 8.2875 21.1375 8.8625C21.7125 9.4375 22 10.15 22 11V15C22 15.55 21.8042 16.0208 21.4125 16.4125C21.0208 16.8042 20.55 17 20 17H18V19C18 19.55 17.8042 20.0208 17.4125 20.4125C17.0208 20.8042 16.55 21 16 21H8ZM4 15H6C6 14.45 6.19583 13.9792 6.5875 13.5875C6.97917 13.1958 7.45 13 8 13H16C16.55 13 17.0208 13.1958 17.4125 13.5875C17.8042 13.9792 18 14.45 18 15H20V11C20 10.7167 19.9042 10.4792 19.7125 10.2875C19.5208 10.0958 19.2833 10 19 10H5C4.71667 10 4.47917 10.0958 4.2875 10.2875C4.09583 10.4792 4 10.7167 4 11V15ZM16 8V5H8V8H6V5C6 4.45 6.19583 3.97917 6.5875 3.5875C6.97917 3.19583 7.45 3 8 3H16C16.55 3 17.0208 3.19583 17.4125 3.5875C17.8042 3.97917 18 4.45 18 5V8H16ZM18 12.5C18.2833 12.5 18.5208 12.4042 18.7125 12.2125C18.9042 12.0208 19 11.7833 19 11.5C19 11.2167 18.9042 10.9792 18.7125 10.7875C18.5208 10.5958 18.2833 10.5 18 10.5C17.7167 10.5 17.4792 10.5958 17.2875 10.7875C17.0958 10.9792 17 11.2167 17 11.5C17 11.7833 17.0958 12.0208 17.2875 12.2125C17.4792 12.4042 17.7167 12.5 18 12.5ZM16 19V15H8V19H16Z" fill="currentColor"></path> </symbol> <!-- remove.svg --> <symbol id="remove" viewBox="0 0 24 24"> <path d="M6 13C5.71667 13 5.47917 12.9042 5.2875 12.7125C5.09583 12.5208 5 12.2833 5 12C5 11.7167 5.09583 11.4792 5.2875 11.2875C5.47917 11.0958 5.71667 11 6 11H18C18.2833 11 18.5208 11.0958 18.7125 11.2875C18.9042 11.4792 19 11.7167 19 12C19 12.2833 18.9042 12.5208 18.7125 12.7125C18.5208 12.9042 18.2833 13 18 13H6Z" fill="currentColor"></path> </symbol> <!-- unpaved_road.svg --> <symbol id="unpaved_road" viewBox="0 0 24 24"> <path d="M16.95 19.35C16.7667 19.4667 16.5833 19.575 16.4 19.675C16.2167 19.775 16.025 19.8667 15.825 19.95C15.575 20.0667 15.3208 20.0667 15.0625 19.95C14.8042 19.8333 14.625 19.6417 14.525 19.375C14.425 19.125 14.4375 18.8792 14.5625 18.6375C14.6875 18.3958 14.875 18.2167 15.125 18.1C15.1917 18.0667 15.2542 18.0333 15.3125 18C15.3708 17.9667 15.4333 17.9333 15.5 17.9L12.175 14.575V17.35C12.175 17.8 11.9708 18.1125 11.5625 18.2875C11.1542 18.4625 10.7917 18.3917 10.475 18.075L7.175 14.775H4.175C3.89167 14.775 3.65417 14.6792 3.4625 14.4875C3.27083 14.2958 3.175 14.0583 3.175 13.775V9.775C3.175 9.49167 3.27083 9.25417 3.4625 9.0625C3.65417 8.87083 3.89167 8.775 4.175 8.775H6.375L2.275 4.675C2.09167 4.49167 2 4.25833 2 3.975C2 3.69167 2.09167 3.45833 2.275 3.275C2.45833 3.09167 2.69167 3 2.975 3C3.25833 3 3.49167 3.09167 3.675 3.275L20.675 20.275C20.8583 20.4583 20.95 20.6917 20.95 20.975C20.95 21.2583 20.8583 21.4917 20.675 21.675C20.4917 21.8583 20.2583 21.95 19.975 21.95C19.6917 21.95 19.4583 21.8583 19.275 21.675L16.95 19.35ZM19.175 11.75C19.175 10.3667 18.8083 9.10417 18.075 7.9625C17.3417 6.82083 16.3583 5.96667 15.125 5.4C14.875 5.28333 14.6917 5.10417 14.575 4.8625C14.4583 4.62083 14.4417 4.375 14.525 4.125C14.625 3.85833 14.8042 3.66667 15.0625 3.55C15.3208 3.43333 15.5833 3.43333 15.85 3.55C17.4667 4.26667 18.7583 5.35833 19.725 6.825C20.6917 8.29167 21.175 9.93333 21.175 11.75C21.175 12.3 21.125 12.8458 21.025 13.3875C20.925 13.9292 20.7833 14.45 20.6 14.95C20.4667 15.3167 20.2625 15.5458 19.9875 15.6375C19.7125 15.7292 19.4583 15.7333 19.225 15.65C18.9917 15.5667 18.8042 15.4167 18.6625 15.2C18.5208 14.9833 18.5167 14.7333 18.65 14.45C18.8333 14.0167 18.9667 13.5792 19.05 13.1375C19.1333 12.6958 19.175 12.2333 19.175 11.75ZM14.95 8.2C15.5 8.55 15.925 9.075 16.225 9.775C16.525 10.475 16.675 11.1417 16.675 11.775V12.025C16.675 12.1083 16.6667 12.1917 16.65 12.275C16.6167 12.4917 16.5 12.6333 16.3 12.7C16.1 12.7667 15.9167 12.7167 15.75 12.55L14.475 11.275C14.375 11.175 14.3 11.0625 14.25 10.9375C14.2 10.8125 14.175 10.6833 14.175 10.55V8.625C14.175 8.425 14.2625 8.27917 14.4375 8.1875C14.6125 8.09583 14.7833 8.1 14.95 8.2ZM9.925 6.725C9.825 6.625 9.775 6.50833 9.775 6.375C9.775 6.24167 9.825 6.125 9.925 6.025L10.475 5.475C10.7917 5.15833 11.1542 5.0875 11.5625 5.2625C11.9708 5.4375 12.175 5.75 12.175 6.2V7.775C12.175 8.00833 12.075 8.16667 11.875 8.25C11.675 8.33333 11.4917 8.29167 11.325 8.125L9.925 6.725ZM10.175 14.925V12.575L8.375 10.775H5.175V12.775H8.025L10.175 14.925Z" fill="currentColor"></path> </symbol> <!-- volume_up.svg --> <symbol id="volume_up" viewBox="0 0 24 24"> <path d="M19 12.2875C19 10.9042 18.6333 9.64167 17.9 8.5C17.1667 7.35833 16.1833 6.50417 14.95 5.9375C14.7 5.82083 14.5167 5.64167 14.4 5.4C14.2833 5.15833 14.2667 4.9125 14.35 4.6625C14.45 4.39583 14.6292 4.20417 14.8875 4.0875C15.1458 3.97083 15.4083 3.97083 15.675 4.0875C17.2917 4.80417 18.5833 5.9 19.55 7.375C20.5167 8.85 21 10.4875 21 12.2875C21 14.0875 20.5167 15.725 19.55 17.2C18.5833 18.675 17.2917 19.7708 15.675 20.4875C15.4083 20.6042 15.1458 20.6042 14.8875 20.4875C14.6292 20.3708 14.45 20.1792 14.35 19.9125C14.2667 19.6625 14.2833 19.4167 14.4 19.175C14.5167 18.9333 14.7 18.7542 14.95 18.6375C16.1833 18.0708 17.1667 17.2167 17.9 16.075C18.6333 14.9333 19 13.6708 19 12.2875ZM7 15.3125H4C3.71667 15.3125 3.47917 15.2167 3.2875 15.025C3.09583 14.8333 3 14.5958 3 14.3125V10.3125C3 10.0292 3.09583 9.79167 3.2875 9.6C3.47917 9.40833 3.71667 9.3125 4 9.3125H7L10.3 6.0125C10.6167 5.69583 10.9792 5.625 11.3875 5.8C11.7958 5.975 12 6.2875 12 6.7375V17.8875C12 18.3375 11.7958 18.65 11.3875 18.825C10.9792 19 10.6167 18.9292 10.3 18.6125L7 15.3125ZM16.5 12.3125C16.5 13.0125 16.3417 13.675 16.025 14.3C15.7083 14.925 15.2917 15.4375 14.775 15.8375C14.6083 15.9375 14.4375 15.9417 14.2625 15.85C14.0875 15.7583 14 15.6125 14 15.4125V9.1625C14 8.9625 14.0875 8.81667 14.2625 8.725C14.4375 8.63333 14.6083 8.6375 14.775 8.7375C15.2917 9.15417 15.7083 9.67917 16.025 10.3125C16.3417 10.9458 16.5 11.6125 16.5 12.3125ZM10 9.1625L7.85 11.3125H5V13.3125H7.85L10 15.4625V9.1625Z" fill="currentColor"></path> </symbol> </svg> </div> <script> !function(){ const spriteContainer = document.getElementById("fmc-icon-sprites"); if (!spriteContainer) { return; } const spriteUrl = spriteContainer.getAttribute("data-url"); if (!spriteUrl) { return; } fetch(spriteUrl).then(function(response){ if (!response.ok) { throw new Error("HTTP "+response.status+" "+response.statusText); } return response.text(); }).then(function(svgContent){ if (!svgContent) { return; } spriteContainer.innerHTML=svgContent; }).catch(function(){}); }(); </script> <main class="main-container"> </main> <div class="zipcode-overlay"> <div class="metrics-actions hidden"></div> <div class="zipcode-overlay__content" role="dialog" tabindex="-1"> <button type="button" role="button" aria-label="Close" class="icon icon-close zipcode-toggle-popup"> <span> <svg aria-label="Close" aria-hidden="true" height="24" width="24"> <use href="#close"></use> </svg> </span> </button> <div class="header_section"> <h2 class="header" aria-labelledby="Find local incentives">Find local incentives</h2> <p class="description">Enter your ZIP code so we can find incentives near you.</p> </div> <div class="zipcode-overlay__form" data-zip-errormsg="Please enter a valid 5-digit ZIP code"> <label class="zipcode-overlay_label">ZIP code</label> <div class="zipcode-overlay_field"> <input type="text" class="zipcode-overlay__input" aria-label="ZIP code" maxlength="5"> <span class="icon-info"></span> </div> <div class="error_msg">Please enter a valid 5-digit ZIP code</div> </div> <div class="zipcode-overlay__location_submit"> <button type="button" class="zipcode-overlay__submit cmp-button"> Submit location </button> <button type="button" data-url="#" class="zipcode-overlay_uselocation">Use my location</button> </div> </div> </div> <!-- locationVerificationModal.html --> <div class="cmp-location-verification-modal" data-component-name="Location Verification Modal" data-loc-verify-headline="Find local incentives" data-loc-verify-description="Enter your ZIP code so we can find incentives and dealers near you." data-loc-verify-zip-label="ZIP code" data-loc-verify-error-msg="Please enter a valid ZIP code" data-loc-verify-submit-label="Submit Location" data-loc-verify-use-location-label="Use My Location" data-loc-verify-finding-location-label="Finding Location..." data-loc-verify-close-aria-label="Close" data-loc-verify-dealer-label="Closest Dealer" data-comp-init="true"> <div class="cmp-location-verification-modal__overlay" role="dialog" aria-modal="true" aria-labelledby="loc-verify-title" tabindex="-1" style="display:none;"> <div class="cmp-location-verification-modal__content"> <button type="button" class="cmp-location-verification-modal__close" aria-label="Close"> <svg aria-hidden="true" height="24" width="24"> <use href="#close"></use> </svg> </button> <div class="cmp-location-verification-modal__header"> <h2 id="loc-verify-title" class="cmp-location-verification-modal__title"> Find local incentives </h2> <p class="cmp-location-verification-modal__subtitle"> Enter your ZIP code so we can find incentives and dealers near you. </p> </div> <div class="cmp-location-verification-modal__form"> <label class="cmp-location-verification-modal__label" for="loc-verify-input"> ZIP code </label> <div class="cmp-location-verification-modal__field"> <input type="text" id="loc-verify-input" class="cmp-location-verification-modal__input" aria-label="ZIP code" aria-describedby="loc-verify-error" autocomplete="postal-code"> </div> <div id="loc-verify-error" class="cmp-location-verification-modal__error" role="alert" aria-live="assertive" style="display:none;"> Please enter a valid ZIP code </div> </div> <div class="cmp-location-verification-modal__dealer-preview" style="display:none;"> <p class="cmp-location-verification-modal__dealer-label">Closest Dealer</p> <p class="cmp-location-verification-modal__dealer-name"></p> <p class="cmp-location-verification-modal__dealer-address"></p> </div> <div class="cmp-location-verification-modal__actions"> <button type="button" class="cmp-location-verification-modal__use-location cmp-button cmp-button--secondary"> Use My Location </button> <button type="button" class="cmp-location-verification-modal__submit cmp-button cmp-button--primary"> Submit Location </button> </div> </div> </div> </div> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-lazysizes.lc--lc.min.js"></script> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-picturefill.lc--lc.min.js"></script> <!-- Render the New Syndicated Header HTML content --> <link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-header.lc--lc.min.css" type="text/css"><link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-footer.lc--lc.min.css" type="text/css"><link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-blank-page.lc--lc.min.css" type="text/css"> <div class="promobanner promoBanner"> </div><header class="header header--theme-transparent-on-dark" data-cmp-is="header"> <div class="metrics-actions hidden"></div> <svg style="display: none" xmlns="http://www.w3.org/2000/svg"> <symbol id="navigation-menu-ford-logo" viewBox="0 0 80 30"> <path d="M40 0C17.7988 0 0 6.65555 0 15C0 23.2944 17.9432 30 40 30C62.0568 30 80 23.2722 80 15C80 6.72778 62.0568 0 40 0Z" fill="#00095B"></path> <path d="M63.4981 10.6943C63.5509 10.6027 63.4953 10.536 63.3787 10.536C62.7759 10.536 61.9843 10.536 61.3566 10.536C61.2066 10.536 61.1288 10.5555 61.0594 10.6943C60.8288 11.1388 58.004 15.3721 57.4763 16.1943C57.3874 16.3193 57.2791 16.3027 57.268 16.161C57.2152 15.6721 56.793 15.111 56.1292 14.8416C55.6236 14.636 55.1265 14.5999 54.6126 14.6666C53.6849 14.7916 52.8544 15.2805 52.1267 15.8332C51.0295 16.6666 50.0824 17.7471 48.863 18.5471C48.1964 18.9805 47.2826 19.361 46.6715 18.7943C46.1187 18.2805 46.1799 17.1416 47.027 16.261C47.1159 16.1693 47.2242 16.2471 47.2076 16.3277C47.127 16.7249 47.227 17.1221 47.527 17.3999C47.8964 17.7305 48.4241 17.7693 48.8769 17.5471C49.4102 17.2832 49.7241 16.7721 49.8157 16.1916C49.9574 15.2916 49.2658 14.4999 48.3991 14.436C47.6964 14.386 47.0215 14.6305 46.3632 15.1749C46.0326 15.4471 45.8465 15.6499 45.5605 16.0555C45.491 16.1555 45.3855 16.1666 45.3882 16.0193C45.4216 14.8693 44.9438 14.2221 43.9939 14.1999C43.2551 14.1832 42.4662 14.5832 41.8524 15.0721C41.1774 15.6138 40.5886 16.3305 39.9581 17.0055C39.8803 17.0888 39.8109 17.086 39.7886 16.9249C39.7692 16.161 39.5775 15.4249 39.2248 14.8999C39.0998 14.7166 38.8359 14.6277 38.6165 14.7499C38.5137 14.8055 38.161 14.9693 37.9027 15.1777C37.7749 15.2832 37.7249 15.436 37.7804 15.6305C38.1221 16.7693 38.0471 18.0638 37.5832 19.1582C37.1583 20.161 36.3333 21.0638 35.3639 21.3693C34.7251 21.5721 34.0613 21.4721 33.6502 20.9055C33.0863 20.1249 33.3141 18.7638 34.1557 17.636C34.8973 16.6416 35.9722 16.011 37.0416 15.6055C37.1666 15.5582 37.1944 15.4749 37.1583 15.3693C37.0999 15.1943 37.0083 14.9527 36.9694 14.8443C36.8722 14.5832 36.5972 14.5416 36.2611 14.5777C35.4834 14.6693 34.7806 14.936 34.089 15.3055C32.2725 16.2777 31.3642 18.1582 30.9642 19.1666C30.7726 19.6499 30.6087 19.9527 30.3948 20.2193C30.1087 20.5777 29.7504 20.9055 29.0922 21.4832C29.0338 21.536 28.9894 21.6471 29.0394 21.7499C29.106 21.8888 29.4477 22.3721 29.5449 22.4138C29.6504 22.4666 29.7754 22.3916 29.8254 22.3582C30.2865 22.0471 30.8337 21.5527 31.1031 21.2166C31.1976 21.1027 31.2948 21.1499 31.3448 21.3249C31.5948 22.2221 32.253 22.9527 33.1641 23.2582C34.8279 23.8193 36.5555 23.0082 37.8582 21.5916C38.6859 20.6916 38.9859 20.1138 39.3026 19.7221C39.8414 19.0555 40.9024 17.5638 42.1662 16.6055C42.6301 16.2527 43.1773 15.9832 43.455 16.161C43.6773 16.3055 43.7467 16.6388 43.3939 17.2832C42.1051 19.636 40.208 22.4027 39.8608 23.0721C39.797 23.1888 39.8525 23.2805 39.9747 23.2805C40.6497 23.2777 41.3163 23.2777 41.9301 23.2777C42.0329 23.2721 42.0774 23.2277 42.1274 23.1555C43.1162 21.6082 44.0467 20.1332 45.0438 18.611C45.0994 18.5221 45.1521 18.5916 45.1521 18.6305C45.1716 18.9832 45.2605 19.4666 45.4688 19.786C45.8465 20.3721 46.3798 20.6249 46.9742 20.6305C47.4464 20.636 47.6853 20.5638 48.1936 20.3749C48.6075 20.2221 48.9408 20.0193 49.1935 19.8388C49.3435 19.736 49.3685 19.9082 49.3657 19.936C49.138 21.1638 49.4185 22.6221 50.6407 23.2249C52.1017 23.9443 53.7071 22.9332 54.632 22.0193C54.7237 21.9305 54.8181 21.9416 54.8293 22.1305C54.8487 22.4805 55.007 22.8943 55.2959 23.1832C56.0708 23.961 57.6318 23.6527 59.2012 22.4388C60.2067 21.661 61.2621 20.5638 62.2121 19.3999C62.2482 19.3555 62.2732 19.2832 62.2065 19.2082C62.0621 19.0555 61.851 18.8832 61.7093 18.7499C61.6427 18.6943 61.5482 18.711 61.4927 18.7527C60.5177 19.6805 59.64 20.7388 58.3707 21.6138C57.9429 21.9138 57.2596 22.1527 56.9541 21.7388C56.8347 21.5777 56.8486 21.3555 56.9652 21.0638C57.3374 20.1416 63.1953 11.2221 63.4981 10.6943ZM55.7542 18.1749C55.7653 18.2443 55.8542 18.3082 55.9431 18.3416C55.9736 18.3527 55.9903 18.3749 55.957 18.4471C55.707 18.9805 55.4792 19.2888 55.1653 19.7527C54.8793 20.1805 54.5543 20.5166 54.1626 20.836C53.571 21.3249 52.7516 21.8582 52.0739 21.4999C51.7739 21.3443 51.6434 20.9221 51.6489 20.5805C51.6656 19.6193 52.0906 18.636 52.8794 17.6666C53.8404 16.4832 54.9042 15.8693 55.6014 16.2055C56.3236 16.5499 56.0931 17.386 55.7709 18.0416C55.7431 18.0916 55.7431 18.1332 55.7542 18.1749Z" fill="white"></path> <path d="M21.0065 23.2525C18.8233 23.2692 16.8984 21.9192 16.6762 19.5803C16.554 18.2859 16.9207 17.1303 17.6512 16.1803C18.3011 15.3331 19.4011 14.6303 20.3315 14.4581C20.6343 14.4025 21.0426 14.4387 21.2093 14.6387C21.4731 14.947 21.3981 15.2831 21.1343 15.4192C20.4232 15.7831 19.5677 16.4025 19.1455 17.2498C18.8011 17.9414 18.7317 18.7775 19.2566 19.572C20.1343 20.897 22.5786 20.9331 24.8535 18.8192C25.4173 18.3025 25.92 17.8053 26.4339 17.2164C27.4338 16.072 27.7671 15.6553 29.1004 13.8081C29.117 13.7859 29.1198 13.7581 29.1143 13.7442C29.1032 13.722 29.0837 13.7137 29.0448 13.7109C28.156 13.7359 27.3811 13.9998 26.6283 14.5637C26.4117 14.722 26.1006 14.6998 25.9617 14.4914C25.8089 14.2553 25.92 13.9498 26.17 13.7775C27.3811 12.9359 28.7032 12.7831 30.0559 12.5553C30.0559 12.5553 30.1503 12.5609 30.2281 12.4581C30.7836 11.747 31.2002 11.1025 31.7919 10.3831C32.3863 9.65254 33.1584 8.9831 33.7445 8.47754C34.5667 7.77199 35.0916 7.5331 35.6277 7.24421C35.7694 7.17199 35.611 7.0831 35.5666 7.0831C32.5807 6.52199 29.4754 5.79421 26.5089 6.89421C24.4535 7.66088 23.5535 9.29143 23.9868 10.3775C24.2952 11.1498 25.309 11.2748 26.2617 10.8109C27.0505 10.4248 27.781 9.79976 28.3004 8.99699C28.5893 8.55254 29.2004 8.87199 28.8698 9.64699C28.0032 11.6887 26.3422 13.3053 24.3229 13.3748C22.6036 13.4303 21.4954 12.1664 21.4981 10.6053C21.5037 7.52754 24.9312 5.49976 28.531 5.19699C32.8668 4.83865 36.9748 5.99421 41.2773 6.51643C44.5771 6.91643 47.738 6.92476 51.0544 6.16365C51.4461 6.07754 51.721 6.32754 51.696 6.72476C51.6627 7.29699 51.2211 7.84699 50.1295 8.44421C48.8879 9.12476 47.588 9.3331 46.2325 9.34421C42.9522 9.37199 39.8941 8.09143 36.7332 7.40532C36.7387 7.54421 36.7721 7.7081 36.6582 7.79699C34.9055 9.08865 33.3223 10.4025 32.2613 12.2442C32.2252 12.2859 32.2446 12.3275 32.3057 12.322C33.2279 12.272 34.0556 12.2498 34.9139 12.1803C35.0639 12.1692 35.0694 12.1303 35.0555 12.0192C34.9805 11.3831 35.1638 10.6609 35.7249 10.1609C36.2971 9.64699 37.0137 9.58865 37.4887 9.9581C38.0275 10.3775 37.9803 11.1359 37.6859 11.7025C37.3859 12.2775 36.8887 12.5859 36.4138 12.7359C36.4138 12.7359 36.3138 12.7581 36.3277 12.8498C36.3471 12.9942 36.9943 13.3553 37.0498 13.4498C37.1026 13.5414 37.0748 13.6831 36.9776 13.7914C36.9082 13.8692 36.8026 13.9442 36.6637 13.9414C36.5526 13.9387 36.486 13.8998 36.3415 13.8248C36.0499 13.6664 35.686 13.4081 35.4444 13.1025C35.3611 12.9998 35.3194 12.997 35.1139 13.0081C34.1834 13.0609 32.7335 13.2025 31.7502 13.3248C31.5113 13.3553 31.478 13.3998 31.428 13.4803C29.8614 16.0637 28.1893 18.8498 26.3506 20.7164C24.3813 22.7137 22.7425 23.2387 21.0065 23.2525ZM35.936 11.772C35.961 11.9053 36.0138 11.9303 36.0721 11.9192C36.3693 11.8609 36.6971 11.6137 36.8915 11.3303C37.0665 11.072 37.1498 10.6998 36.9748 10.5498C36.8193 10.4164 36.5638 10.4525 36.3777 10.6192C36.0027 10.9498 35.8888 11.4192 35.936 11.772Z" fill="white"></path> <path d="M39.9997 28.6919C18.829 28.6919 1.66907 22.5641 1.66907 15.003C1.66907 7.44193 18.829 1.31415 39.9997 1.31415C61.1677 1.31415 78.3249 7.44193 78.3249 15.003C78.3249 22.5641 61.1649 28.6919 39.9997 28.6919ZM39.9997 2.45304C19.5734 2.45304 3.01897 8.09748 3.01897 15.003C3.01897 21.9114 19.5762 27.5558 39.9997 27.5558C60.4233 27.5558 76.9805 21.9114 76.9805 15.003C76.9777 8.09748 60.4233 2.45304 39.9997 2.45304Z" fill="white"></path> </symbol> <symbol id="navigation-menu-plus" viewBox="0 0 24 24"> <path d="M10.9 0v10.9H0v2.2h10.9V24h2.2V13.1H24v-2.2H13.1V0z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-minus" viewBox="0 0 24 24"> <path d="M0 10.9v2.2h24v-2.2z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-search" viewBox="0 0 24 24"> <path d="M2.6 9.6c0-3.9 3.2-7.1 7.1-7.1s7.1 3.2 7.1 7.1-3.2 7.1-7.1 7.1-7.1-3.2-7.1-7.1m20.2 13.2c.3-.3.3-.8 0-1.1l-6.5-6.5c1.5-1.8 2.2-4.1 2-6.4-.4-3.9-3.5-7.2-7.5-7.7C6 .5 1.7 3.8 1.1 8.5v2.2c.5 3.9 3.7 7.1 7.7 7.5 2.3.3 4.7-.5 6.4-2l6.5 6.5c.3.3.8.3 1.1 0" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-up" viewBox="0 0 24 13.4"> <path d="M12, 0L0, 12l1.4, 1.4L12, 2.8l10.6, 10.6, 1.4-1.4L12, 0Z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-right" viewBox="0 0 13 24"> <path d="M1.4 0 13 12 1.4 24 0 22.6 10.3 12 0 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-down" viewBox="0 0 24 13.4"> <path d="m12 13.4 12-12L22.6 0 12 10.6 1.4 0 0 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-left" viewBox="0 0 13 24"> <path d="M11.6 0 0 12l11.6 12 1.4-1.4L2.7 12 13 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="vehicle-link-hybrid" viewBox="0 0 15.4 16"> <path d="M9.2 5.7h1.3v5H9.2V8.9h-3v1.8H4.9v-5h1.3v1.8h3zm6.2-.1-1.8-3.1h-2.8L9.4 0H5.9L4.5 2.4H1.8L0 5.5 1.4 8 0 10.4l1.8 3.1h2.8L6 15.9h3.5l1.4-2.5h2.8l1.8-3.1-1.4-2.5 1.4-2.4Z" fill="#6aad40"></path> </symbol> <symbol id="close" viewBox="0 0 24 24"> <g> <path d="M12 13.4L7.09999 18.3C6.91665 18.4834 6.68332 18.575 6.39999 18.575C6.11665 18.575 5.88332 18.4834 5.69999 18.3C5.51665 18.1167 5.42499 17.8834 5.42499 17.6C5.42499 17.3167 5.51665 17.0834 5.69999 16.9L10.6 12L5.69999 7.10005C5.51665 6.91672 5.42499 6.68338 5.42499 6.40005C5.42499 6.11672 5.51665 5.88338 5.69999 5.70005C5.88332 5.51672 6.11665 5.42505 6.39999 5.42505C6.68332 5.42505 6.91665 5.51672 7.09999 5.70005L12 10.6L16.9 5.70005C17.0833 5.51672 17.3167 5.42505 17.6 5.42505C17.8833 5.42505 18.1167 5.51672 18.3 5.70005C18.4833 5.88338 18.575 6.11672 18.575 6.40005C18.575 6.68338 18.4833 6.91672 18.3 7.10005L13.4 12L18.3 16.9C18.4833 17.0834 18.575 17.3167 18.575 17.6C18.575 17.8834 18.4833 18.1167 18.3 18.3C18.1167 18.4834 17.8833 18.575 17.6 18.575C17.3167 18.575 17.0833 18.4834 16.9 18.3L12 13.4Z" fill="currentColor"></path> </g> </symbol> <symbol id="vehicle-link-electric" viewBox="0 0 15.8 16"> <path d="M1.9 7.4H.7C1 3.9 3.8 1.1 7.2.8V2c-2.8.3-5.1 2.6-5.4 5.4m5.4 6.7v1.2C3.8 15 1 12.2.7 8.7h1.2c.3 2.9 2.5 5.1 5.4 5.4M15 8.7c-.3 3.5-3.1 6.3-6.5 6.6v-1.2c2.8-.3 5-2.6 5.3-5.4zM8.5 2V.8c3.4.3 6.2 3.1 6.5 6.6h-1.2c-.3-2.9-2.5-5.1-5.3-5.4m2.3 4.6H6.2s-.3 0-.3.3v.6h4.7v1.2H5.9v.6c0 .2.2.3.3.3h4.6v1.2H6.3c-1.3 0-1.6-1.2-1.7-1.6v-2c0-.4.4-1.6 1.7-1.6h4.5v1.2ZM7.9 0C3.5 0 0 3.6 0 8s3.5 8 7.9 8 7.9-3.6 7.9-8-3.6-8-7.9-8" fill="#009cc8"></path> </symbol> <symbol id="vehicle-link-electric-canada" viewBox="0 0 13.9 16"> <path d="M6.9 0 0 4v8l6.9 4 6.9-4V4z" fill="#00a5b5"></path> <path d="m6.9 1-6 3.5v7l6 3.5 6-3.5v-7zm5 9.9-5 2.9-5-2.9V5.1l5-2.9 5 2.9z" fill="#fff"></path> <path d="M9.5 7.4c0-.8-.3-1.5-1.8-1.5H4.8V10h1.1V8.9h1.5l.7 1.2h1.2l-.8-1.4c.7-.2.9-.8.9-1.4Zm-3.6-.5h1.8c.5 0 .6.1.6.5s-.2.5-.6.5H5.9V6.8Z" fill="#fff"></path> </symbol> <symbol id="vehicle-link-plugin" viewBox="0 0 13.6 16"> <path d="M7.8 8.2c.6 0 .8-.2.8-.7s-.2-.7-.8-.7H5.6v1.3h2.2ZM4.2 5.6h3.6c1.7 0 2.1.8 2.1 1.8s-.4 1.9-2.2 1.9H5.6v1.4H4.2zM0 4v8l6.8 4 6.8-4V4L6.8 0z" fill="#009ba5"></path> </symbol> <symbol id="navigation-menu-my-account" viewBox="0 0 24 24"> <path d="M8.8 6.3c0 1.8 1.4 3.2 3.2 3.2s3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2-3.2 1.4-3.2 3.2m8 0c0 2.7-2.1 4.8-4.8 4.8S7.2 8.9 7.2 6.3 9.3 1.5 12 1.5s4.8 2.2 4.8 4.8m1.6 12.2v2.4H5.6v-2.4c0-2.2 1.8-4 4-4h4.8c2.2 0 4 1.8 4 4M4 22.5h16v-4c0-3.1-2.5-5.7-5.6-5.7H9.6c-3.1 0-5.6 2.5-5.6 5.7z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-my-account-authenticated" viewBox="0 0 16 16"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.7995 5.1999C10.7995 6.7599 9.55946 7.9999 7.99946 7.9999C6.43946 7.9999 5.19946 6.7599 5.19946 5.1999C5.19946 3.6399 6.43946 2.3999 7.99946 2.3999C9.55946 2.3999 10.7995 3.6399 10.7995 5.1999ZM3.19922 14.4003H12.7992V12.0003C12.7992 10.2403 11.3592 8.80029 9.59922 8.80029H6.39922C4.63922 8.80029 3.19922 10.2403 3.19922 12.0003V14.4003Z" fill="#00095B"></path> </symbol> <symbol id="navigation-menu-language-selector" viewBox="0 0 24 24"> <path d="M14.7 21c1.7-2.5 2.6-5.3 2.8-8.2h3.9c-.3 3.9-3 7.1-6.7 8.2M2.6 12.8h3.9c.1 2.9 1.1 5.8 2.8 8.2-3.6-1.1-6.3-4.3-6.7-8.2M9.3 3c-1.7 2.5-2.6 5.3-2.8 8.2H2.6c.3-3.9 3-7.1 6.7-8.2m3.5 8.2V3c1.9 2.4 3 5.3 3.1 8.2zm0 1.6h3.1c-.2 2.9-1.2 5.8-3.1 8.2zm-1.6 0V21c-1.9-2.4-3-5.3-3.1-8.2zm0-1.6H8.1c.2-2.9 1.2-5.8 3.1-8.2zm10.2 0h-3.9c-.1-2.9-1.1-5.8-2.8-8.2 3.6 1.1 6.3 4.3 6.7 8.2M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-new-window" viewBox="0 0 24 24"> <path d="M16.4 0H24v7.6h-2.8V4.8l-7.6 7.6-2.1-2.1 7.6-7.6h-2.8V0ZM0 2.9h11.8v2H2V22h17.1v-9.8h2V24H0z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-heart" viewBox="0 0 25 22.9"> <path d="m12.8 2.5-.3.3-.3-.3c-2.7-2.7-7-2.7-9.7 0s-2.7 7 0 9.7l.3.3 9.7 9.7 9.7-9.7.3-.3c2.7-2.7 2.7-7 0-9.7s-7-2.7-9.7 0Z" fill="none" stroke="currentColor" stroke-width="1.5px"></path> </symbol> <symbol id="navigation-menu-cart" viewBox="0 0 24 24"> <path d="M8.9 13.4 21.5 12V7.3L7 5.8zM2.6 2.6C1.7 2.6 1 1.9 1 1h4.7l.8 3.2L23 5.9V12c0 .8-.6 1.5-1.4 1.6L8.2 15.1l-1 1.7h12.6c.9 0 1.6.7 1.6 1.6H7.3c-1.2 0-2-1.3-1.4-2.3l1.4-2.4L4.5 2.6zm6.3 17.3c-.9 0-1.6.7-1.6 1.6s.7 1.6 1.6 1.6 1.6-.7 1.6-1.6-.7-1.6-1.6-1.6m9.4 0c-.9 0-1.6.7-1.6 1.6s.7 1.6 1.6 1.6 1.6-.7 1.6-1.6-.7-1.6-1.6-1.6" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-clear" viewBox="0 0 16 16"> <path d="m8.6 0 1 .2c3.1.6 5.5 3.1 6.2 6.2v1c.1.4.2.9.1 1.3-.4 6.3-8 9.6-13 5.6C-2.6 9.8.1.6 7.3 0s1.3 0 1.3 0m-1 1.2c-6 .4-8.7 7.9-4.1 11.9 5.1 4.5 12.8-.5 11.1-6.9-.8-3-3.9-5.3-7-5.1Z" fill="currentColor"></path> <path d="M5.4 4.6 8 7.2l2.6-2.6.8.8L8.8 8l2.6 2.6-.8.8L8 8.8l-2.6 2.6-.8-.8L7.2 8 4.6 5.4z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-link" viewBox="0 0 16 16"> <path d="M.8 8c0 2.4 2 4.4 4.4 4.4h2v-.8h-2c-2 0-3.6-1.6-3.6-3.6s1.6-3.6 3.6-3.6h2v-.8h-2C2.8 3.6.8 5.6.8 8M12 7.6H4v.8h8zm-1.2-4c2.4 0 4.4 2 4.4 4.4s-2 4.4-4.4 4.4h-2v-.8h2c2 0 3.6-1.6 3.6-3.6s-1.6-3.6-3.6-3.6h-2v-.8z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-clock" viewBox="0 0 16 16"> <path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8m0 1.1c3.7 0 6.9 3.1 6.9 6.9s-3.1 6.9-6.9 6.9S1.1 11.7 1.1 8 4.3 1.1 8 1.1m2.4 8.6q.45.45 0 .9t-.9 0L7.6 8.7c-.3-.3-.3-.6-.3-.9V2.9c0-.3.3-.6.6-.6s.6.3.6.6v4.9z" fill="currentColor"></path> </symbol> <symbol id="locate-dealer-icon" viewBox="0 0 24 24"> <mask id="mask0_62110_835" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"> <rect width="24" height="24" fill="white"></rect> </mask> <g mask="url(#mask0_62110_835)"> <path d="M12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 21.325C11.7667 21.325 11.5333 21.2833 11.3 21.2C11.0667 21.1167 10.8583 20.9917 10.675 20.825C9.59167 19.825 8.63333 18.85 7.8 17.9C6.96667 16.95 6.27083 16.0292 5.7125 15.1375C5.15417 14.2458 4.72917 13.3875 4.4375 12.5625C4.14583 11.7375 4 10.95 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 10.95 19.8542 11.7375 19.5625 12.5625C19.2708 13.3875 18.8458 14.2458 18.2875 15.1375C17.7292 16.0292 17.0333 16.95 16.2 17.9C15.3667 18.85 14.4083 19.825 13.325 20.825C13.1417 20.9917 12.9333 21.1167 12.7 21.2C12.4667 21.2833 12.2333 21.325 12 21.325ZM12 12C12.55 12 13.0208 11.8042 13.4125 11.4125C13.8042 11.0208 14 10.55 14 10C14 9.45 13.8042 8.97917 13.4125 8.5875C13.0208 8.19583 12.55 8 12 8C11.45 8 10.9792 8.19583 10.5875 8.5875C10.1958 8.97917 10 9.45 10 10C10 10.55 10.1958 11.0208 10.5875 11.4125C10.9792 11.8042 11.45 12 12 12Z" fill="currentColor"></path> </g> </symbol> </svg> <div class="header__scrim"></div> <nav class="header__navbar" id="header__navbar" role="navigation" aria-label="Main Navigation"> <div class="header__navbar-container"> <a aria-label="Skip to content" class="header__skip-content visually-hidden" href="#header__content-end"> Skip to content </a> <div class="mobile-navigation"> <a class="mobile-navigation__brand" href="http://www.ford.com/"> <svg aria-label="Ford Home Page" height="30" width="80"> <title>Ford Home Page</title> <use href="#navigation-menu-ford-logo"></use> </svg> </a> <div class="mobile-navigation__toggle"> <button aria-controls="navigation-menu" class="mobile-navigation__toggle-button" type="button"> <span aria-hidden="true" class="mobile-navigation__toggle-lines"></span> <div class="mobile-navigation__toggle-label mobile-navigation__toggle-label--open visually-hidden"> display menu </div> <div aria-hidden="true" class="mobile-navigation__toggle-label mobile-navigation__toggle-label--close visually-hidden"> close menu </div> </button> </div> </div> <div class="navigation-menu" data-cmp-is="navigation-menu" id="navigation-menu"> <div class="navigation-menu__container" data-role-cfg="{&quot;mbl&quot;: &quot;list&quot;, &quot;dsk&quot;: &quot;presentation&quot;}" role="presentation"> <ul class="navigation-menu__unordered-list"> <a class="navigation-menu__brand" href="http://www.ford.com/" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:ford logo&quot;}}"> <svg aria-label="Ford Home Page" height="30" width="80"> <title>Ford Home Page</title> <use href="#navigation-menu-ford-logo"></use> </svg> </a> <li class="navigation-menu__list-item locate-dealer"> <a class="utility-item locate-dealer-link" href="//www.ford.com/content/brand_ford/en_us/brand/dealerships" id="brand-nav-lad-desktop-lnk" aria-label="Locate Dealer" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:locate dealer&quot;}}"> <span class="fgx-icon locate-dealer-icon icon-location-v2" aria-hidden="true"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <use href="#locate-dealer-icon"></use> </svg> </span> <span class="locate-dealer-label">Locate Dealer</span> </a> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="Vehicles" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:vehicles&quot;}}"> <span class="navigation-menu__text">Vehicles</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable flyout--vehicle" data-cmp-is="vehicle-flyout"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="Shop" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:shop&quot;}}"> <span class="navigation-menu__text">Shop</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="Support &amp; Service" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:support and service&quot;}}"> <span class="navigation-menu__text">Support &amp; Service</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="For Business" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:for business&quot;}}"> <span class="navigation-menu__text">For Business</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item navigation-menu__list-item--hide-on-desktop navigation-menu__list-item--my-account" data-cmp-is="my-account-menu-item" data-authentication-state="logged out"> <button class="navigation-menu__list-item-button" type="button" aria-label="My Account" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:account&quot;}}"> <span class="my-account-auth-greeting"> Hi {firstName} </span> <span class="navigation-menu__text">My Account</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> </ul> <ul class="navigation-menu__unordered-list navigation-menu__unordered-list--icons"> <li class="navigation-menu__list-item search-bar" data-cmp-is="search-bar"> <form action="https://www.ford.com/search/" class="search-bar__form navigation-menu__list-item-button" method="GET" novalidate="" role="search" data-search-click-action="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:header{($typeahead,:)}&quot;}}" data-search-input-name="f:searchInputString"> <div class="search-bar__form-group"> <input aria-label="Type your search" autocapitalize="none" autocomplete="off" autocorrect="off" class="search-bar__input" maxlength="{55}" name="f:searchInputString" placeholder="Search" type="search"> <button aria-label="Search Submit" class="search-bar__button search-bar__submit" type="submit"> <svg aria-label="Search Submit" height="16" width="16"> <title>Search Submit</title> <use href="#navigation-menu-search"></use> </svg> </button> <button aria-label="Clear" class="search-bar__button search-bar__clear" type="button"> <svg aria-label="Clear" height="16" width="16"> <title>Clear</title> <use href="#navigation-menu-clear"></use> </svg> </button> </div> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> </form> <div class="flyout flyout--simple search-prompts"> <div class="search-prompts__recent"> <div class="search-prompts__heading"> <h6>Recent Searches</h6> <button class="search-prompts__clear-recent" type="button"> Clear </button> </div> <ul class="search-prompts__prompts search-prompts__prompts--recent"></ul> </div> <div class="search-prompts__suggested"> <div class="search-prompts__heading"> <h6>Suggested Searches</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--suggested"></ul> </div> <div class="search-prompts__history"> <div class="search-prompts__heading"> <h6>Search History</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--history"></ul> </div> <div class="flyout__tab-panels"> <div class="flyout__tab-panel"> <form action="https://www.ford.com/search/" class="search-bar__form search-bar__form--mobile search-bar__form--active" method="GET" novalidate="" role="search" data-search-input-name="f:searchInputString"> <button class="search-bar__close-flyout" type="button"> <svg aria-label="back" height="16" width="8.67"> <title>back</title> <use href="#navigation-menu-arrow-left"></use> </svg> </button> <div class="search-bar__form-group"> <input aria-label="Type your search" autocapitalize="none" autocomplete="off" autocorrect="off" class="search-bar__input" maxlength="{55}" name="f:searchInputString" placeholder="Search" type="search"> <button aria-label="Search Submit" class="search-bar__button search-bar__submit" type="submit" data-ford-metrics-click="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:header{($typeahead,:)}&quot;}}"> <svg aria-label="Search Submit" height="16" width="16"> <title>Search Submit</title> <use href="#navigation-menu-search"></use> </svg> </button> <button aria-label="Clear" class="search-bar__button search-bar__clear" type="button"> <svg aria-label="Clear" height="16" width="16"> <title>Clear</title> <use href="#navigation-menu-clear"></use> </svg> </button> </div> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> </form> <div class="search-prompts"> <div class="search-prompts__recent"> <div class="search-prompts__heading"> <h6>Recent Searches</h6> <button class="search-prompts__clear-recent" type="button"> Clear </button> </div> <ul class="search-prompts__prompts search-prompts__prompts--recent"></ul> </div> <div class="search-prompts__suggested"> <div class="search-prompts__heading"> <h6>Suggested Searches</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--suggested"></ul> </div> <div class="search-prompts__history"> <div class="search-prompts__heading"> <h6>Search History</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--history"></ul> </div> </div> </div> </div> </div> </li> <li class="navigation-menu__list-item locate-dealer"> <a class="utility-item locate-dealer-link" href="//www.ford.com/content/brand_ford/en_us/brand/dealerships" id="brand-nav-lad-desktop-lnk" aria-label="Locate Dealer" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:locate dealer&quot;}}"> <span class="fgx-icon locate-dealer-icon icon-location-v2" aria-hidden="true"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <use href="#locate-dealer-icon"></use> </svg> </span> <span class="locate-dealer-label">Locate Dealer</span> </a> </li> <li class="navigation-menu__list-item navigation-menu__list-item--my-account" data-cmp-is="my-account-menu-item" data-authentication-state="logged out"> <button class="navigation-menu__list-item-button" type="button" aria-label="My Account" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:account&quot;}}"> <svg aria-label="My Account" height="16" width="16"> <title>My Account</title> <use href="#navigation-menu-my-account"></use> </svg> <span class="my-account-auth-greeting"> Hi {firstName} </span> </button> <div class="flyout flyout--simple"> <div class="flyout__headline-container"> <p class="flyout__headline">Get more with a Ford Account</p> <p class="flyout__description">Sign in for easier vehicle and accessories shopping, order tracking or to manage your vehicle.</p> <div class="flyout__headline-cta-container"> <a aria-label="Sign In" class="cmp-button cmp-button--primary cmp-button--on-background-light cmp-button--color-blue " data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:sign in:header&quot;}}" href="#$userSignIn"> <span class="cmp-button__text">Sign In</span> </a> <a aria-label="Create Account" class="cmp-button cmp-button--primary cmp-button--on-background-light cmp-button--color-blue " data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:create account:header&quot;}}" href="#$userCreateAccount"> <span class="cmp-button__text">Create Account</span> </a> </div> </div> <div class="flyout__button-list"> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/?gnav=header-account" style="--transition-delay: 0" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:account:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:account&quot;}}" data-auth-type="user"> {firstName}'s Account </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/vehicle-order-tracking/?gnav=header-account" style="--transition-delay: 0;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:cvot:lp:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:cvot:lp&quot;}}" data-auth-type="anonymous"> Check Order Status </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/support/vehicle-dashboard/?gnav=header-account" style="--transition-delay: 2" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:account:add vehicle:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:account:add vehicle&quot;}}" data-auth-type="user"> Vehicle Dashboard </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/order-history?gnav=header-account" style="--transition-delay: 3" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:orders:header&quot;}}" data-auth-type="user"> Orders </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/finance/pay-my-bill/?gnav=header-account" style="--transition-delay: 1;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:pay mybill:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:pay mybill&quot;}}" data-auth-type="both"> Payment Center </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/support/fordpass/fordpass-rewards/overview/?gnav=header-account" style="--transition-delay: 2;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fpr:overview:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fpr:overview&quot;}}" data-auth-type="anonymous"> Ford Rewards </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/account/saveditems/#/?gnav=header-account" style="--transition-delay: 3;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:saved items:header&quot;}}" data-auth-type="both"> Saved Items </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="#$userSignOut" style="--transition-delay: 7" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:sign out:header&quot;}}" data-auth-type="user"> Sign Out </a> </div> </div> </li> <li class="navigation-menu__list-item navigation-menu__list-item--language-selector" data-cmp-is="language-selector-menu-item"> <button class="navigation-menu__list-item-button" type="button" aria-label="Language Selection" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:language selection&quot;}}"> <svg aria-label="Language Selection" height="16" width="16"> <title>Language Selection</title> <use href="#navigation-menu-language-selector"></use> </svg> </button> <div class="flyout flyout--simple"><p class="flyout__eyebrow-label">Language Selection</p><div class="flyout__button-list"><a class="flyout__interactive-item flyout__interactive-item--link flyout__interactive-item--active" href="#" data-language-code="en" data-language-domain="www.ford.com" target="_self" title="English" style="--transition-delay: 0;">English</a><a class="flyout__interactive-item flyout__interactive-item--link" href="//es.ford.com/help/privacy/" data-language-code="es" data-language-domain="es.ford.com" target="_self" title="Spanish" style="--transition-delay: 1;">Spanish</a></div></div></li> <template id="language-selector-list-item" data-eyebrow-label="Language Selection"> [[SAMPLE_TEXT]] </template> </ul> </div> </div> <div class="header__content-end" id="header__content-end" tabindex="-1"></div> </div> </nav> </header> <div class="responsivegrid"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section id="USprivacypolicy" class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__text-container pad-bottom-56"> <div id="USprivacypolicy-id" class="cmp-grid__heading-container "> <h1 class="cmp-grid__heading fade fade-in" style="opacity: 1;"> Privacy </h1> </div> </div> <div class="cmp-grid__items-section "> <div id="container-024c1d9524" class="cmp-container"> <div class="fofAccordion"> <div class="cmp-accordion "> <div class="metrics-actions" data-fofaccordion-click-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:expand{($accordionName,:)}&quot;}}"></div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="Ford US Privacy Notice" id="accordion-f1uq4nqjc">Ford US Privacy Notice</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-f1uq4nqjc"> <div> <div class="container responsivegrid"> <div id="container-5b6cb87599" class="cmp-container"> <div class="experiencefragment"> <div id="USprivacynotice" class="cmp-experiencefragment cmp-experiencefragment--ac1"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-5ce21b5ffd" class="cmp-container"> <div class="text"> <div id="text-b2fdab4c0a" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <h3><b>Ford Motor Company US Privacy Notice</b></h3> <p><i>Effective on: January 16, 2026<br> <br> </i>For California residents: This US Privacy Notice supplements our California Notice at Collection and Privacy Disclosures.1Execute: " + isExecute, event.target); } if (typeof callbackSuccess === 'function' && isExecute) { event.target.setAttribute('data-flk-success', animationName); if (persist !== true) _removeListener(); callbackSuccess(event.target); } else { if (doesDebugParamExist) { console.log("FLK: Won't Callback", isExecute, callbackSuccess); } } } }; ['animationstart', 'MSAnimationStart', 'webkitAnimationStart'].forEach(function (item, index) { document.addEventListener(item, _insertListener, false); }); }, rand = Math.floor((Math.random() * 1000) + 1); A.onReady = function () { for (let i = 0; i < arguments.length; i++) { var obj = arguments[i]; var selector = obj.selector; var success = obj.success || null; var persist = obj.persist || false; init(rand++, selector, success, persist); } }; })(Flickerlessly), (function (window, document) { "use strict"; const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); const doesDebugParamExist = urlParams.has('Debug') && urlParams.get('Debug') === '1'; var init = function (url, sel, callbackSuccess, callbackError, method) { if (doesDebugParamExist) { console.log('AT-RO: init method fired'); } var head = (function (_style) { var _head = document.getElementsByTagName("head")[0]; if (_head) { var style = document.createElement("style"); style.setAttribute("type", "text/css"); if (style.stylesheet) style.styleSheet.cssText = _style; else style.appendChild(document.createTextNode(_style)); _head.insertBefore(style, _head.firstChild); return style; } return null; })(sel + "{visibility:hidden}"); if (doesDebugParamExist) { console.log("AT-RO: " + head.innerHTML); } !function (url, success, error) { if (doesDebugParamExist) { console.log("AT-RO: " + url); } var xhr = new XMLHttpRequest(); xhr.onreadystatechange = function () { if (xhr.readyState === 4) { if (xhr.status === 200) { success(xhr.responseText); } else { error(xhr.status); } } }; xhr.open("GET", url, true); xhr.send(); }(url, function (_offer) { Flickerlessly.onReady({ selector: sel, success: function (target) { if (doesDebugParamExist) { console.log("AT-RO: " + 'Flickerly success fired'); console.log("AT-RO: " + target); } if (typeof method === "string" && method === "replace") { var div = document.createElement("div"); target.parentNode.replaceChild(div, target); target = div; } adobe.target.applyOffer({ mbox: "target-global-mbox", selector: target, offer: [{action: "setContent", content: _offer}]//todo this is the point where the content is injected into the component. }); if (doesDebugParamExist) { console.log("AT-RO: " + 'adobe offer applied'); } if (head) { head.parentNode.removeChild(head); } if (typeof callbackSuccess === "function") { callbackSuccess(); } }, persist: false }); }, function (status) { if (doesDebugParamExist) { console.log("AT-RO: " + 'OFFER API FAILURE'); } if (head) { head.parentNode.removeChild(head); } if (typeof callbackError === 'function') { callbackError(); } } ); }; window.adobe.target.ext = window.adobe.target.ext || {}; window.adobe.target.ext.remoteoffers = window.adobe.target.ext.remoteoffers || {}; window.adobe.target.ext.remoteoffers.init = window.adobe.target.ext.remoteoffers.init || function (offers) { for (let i = 0; i < offers.length; i++) { var offer = offers[i]; if (offer.url && offer.selector) { init(offer.url, offer.selector, offer.callbackSuccess, offer.callbackError, offer.method); } else { if (doesDebugParamExist) { console.log("AT-RO: " + 'Error:missing URL or selector'); } } } }; })(window, document); });</script><script>_satellite["_runScript4"](function(event, target, Promise) { // Response Token Event Handler Code document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function(event) { console.log('target response:', event.detail); var tokens=event.detail.responseTokens; if(!isEmpty(tokens)){ for (var i=0; i<event.detail.responseTokens.length; ++i) { _satellite.setVar('responseTokens',event.detail.responseTokens[i]); } }else{ _satellite.setVar('allResponseTokens','empty'); _satellite.setVar('responseTokens','empty'); } function isEmpty(val){return (val === undefined || val == null || val.length <= 0) ? true : false;} //RG - step1 to check if the digitaldata is defined and contains digitaldata.page.variantName to avoid console error //RG - This also addressess the race condition i.e. rule fires but digitaldata not ready so wrapped the code if (typeof digitaldata !== 'undefined' && digitaldata.page && digitaldata.page.variantName){ //RG - step2 to trigger DCR if the required digitaldata.page.variantName detected _satellite.logger.log('Target 2.0 - CHECK POINT: the value of digitaldata.page.variantName is: ' + digitaldata.page.variantName); //home page //if (_satellite.getVar('page: variantName') == 'home-load' && _satellite.getVar('page: page name') == 'fv:home'){_satellite.track('bsr-hp-analytics');} //vehicle home pages //if (_satellite.getVar('page: variantName') == 'vehicle-load'){_satellite.track('bsr-vhp-analytics');} //SPA test if (_satellite.getVar('page: variantName') == 'dd:bp:4:vehicle summary:ford taurus'){_satellite.track('summary-page-test');} //RG - console log target code executed _satellite.logger.log('Target 2.0 - workaround custom code executed successfully for the DCR'); } else _satellite.logger.log('Target 2.0 - digitaldata.page.variantName not detected or not ready'); //RG - console log when race condition }); });</script> <!-- Custom Head Scripts for IMG Market --> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-dependencies.lc--lc.min.js"></script> <link rel="icon" type="image/png" href="/acslibs/content/dam/na/ford/en_us/img/shared/favicon.png"> <link rel="icon" type="image/png" sizes="180x180" href="/acslibs/content/dam/na/ford/en_us/img/shared/favicon-180x180.png"> <link rel="apple-touch-icon" href="/acslibs/content/dam/na/ford/en_us/img/shared/shortcut-icon-180px.png"> <script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"true","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"SJ","rua.cook":"false","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"true","rua.isuxp":"false","rua.texp":"norulematch","rua.ceh":"false","rua.ueh":"false","rua.ieh.st":"0"}]);</script> <script>!function(){function o(n,i){if(n&&i)for(var r in i)i.hasOwnProperty(r)&&(void 0===n[r]?n[r]=i[r]:n[r].constructor===Object&&i[r].constructor===Object?o(n[r],i[r]):n[r]=i[r])}try{var n=decodeURIComponent("%7B%0A%22ResourceTiming%22%3A%7B%0A%22comment%22%3A%20%22Clear%20RT%20Buffer%20on%20mPulse%20beacon%22%2C%0A%22clearOnBeacon%22%3A%20true%0A%7D%2C%0A%0A%22AutoXHR%22%3A%7B%0A%22comment%22%3A%20%22Monitor%20XHRs%20requested%20using%20FETCH%22%2C%0A%22monitorFetch%22%3A%20true%2C%0A%22comment%22%3A%20%22Start%20Monitoring%20SPAs%20from%20Click%22%2C%0A%22spaStartFromClick%22%3A%20true%0A%7D%2C%0A%0A%22PageParams%22%3A%7B%0A%22comment%22%3A%20%22Monitor%20all%20SPA%20XHRs%22%2C%0A%22spaXhr%22%3A%20%22all%22%0A%7D%0A%7D");if(n.length>0&&window.JSON&&"function"==typeof window.JSON.parse){var i=JSON.parse(n);void 0!==window.BOOMR_config?o(window.BOOMR_config,i):window.BOOMR_config=i}}catch(r){window.console&&"function"==typeof window.console.error&&console.error("mPulse: Could not parse configuration",r)}}();</script> <script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("False"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="GYKYY-ZXCV3-7897G-57TA3-2CB7R",function(){function e(){if(!i){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,o.parentNode.appendChild(e),i=!0}}function t(e){i=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(o.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",o.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"GYKYY-ZXCV3-7897G-57TA3-2CB7R";var o=document.currentScript||document.getElementsByTagName("script")[0],i=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!i)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),o.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n="true"=="true"?1:0,t="",a="gq2ej2axhyxjc2qsjwua-f-197bd4043-clientnsv4-s.akamaihd.net",o="false"=="true"?2:1,i={"ak.v":"41","ak.cp":"1879221","ak.ai":parseInt("246232",10),"ak.ol":"0","ak.cr":1,"ak.ipv":4,"ak.proto":"h2","ak.rid":"b6e64406","ak.r":47697,"ak.a2":n,"ak.m":"dscx","ak.n":"essl","ak.cport":35416,"ak.gh":"23.62.45.133","ak.quicv":"","ak.tlsv":"tls1.3","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"","ak.t":"1779584424","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==YM8RnqO/6gqlF2c1GnocTRDK1vrNpjqM3PRxxMrcw1gmhj7jntNlaxWKt3LnYC8A4+dhP3TWq3YDdLyuyILSML74QUhMnivlNHEPW/ZFXUsmaAmZEUBr40r+aVfbLJC90pmJvtk9RDfWifeYssEbDiRKO9ia7aeG0/iRuCFRoMbtBi3i2RktVLWab8AHirKZEHFTcZTkcGwsWJq0TvrMcEJMwYkQcKv+qdHULUKuP6AWHfIMDKwxsmvsfVo3sJZfvk5QPhpdkesrWnhGIY5gvvr+mb5v0AaLt0MRVvIrysLY6VFrCzxxwPsqsQQzeJoVkd8ziMt9OrGAq2yCPKDLyOrUAeNQNiCsm7E7K54fxCpqz2ojYu3nHSaag81JJ60Ey311IgYlcZeQP7gNNTL18UmIxcIV8C1EzyaJ6MvFBIA=","ak.pv":"1571","ak.dpoabenc":"","ak.tf":o};if(""!==t)i["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))i["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(i)},rv:function(){var e=["ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:i,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script><link href="https://s.go-mpulse.net/boomerang/GYKYY-ZXCV3-7897G-57TA3-2CB7R" rel="preload" as="script"><script id="boomr-scr-as" src="https://s.go-mpulse.net/boomerang/GYKYY-ZXCV3-7897G-57TA3-2CB7R" async=""></script><style id="onetrust-style">#onetrust-banner-sdk .onetrust-vendors-list-handler{cursor:pointer;color:#1f96db;font-size:inherit;font-weight:bold;text-decoration:none;margin-left:5px;white-space:normal;word-wrap:break-word;text-align:left}#onetrust-banner-sdk .onetrust-vendors-list-handler:hover{color:#1f96db}#onetrust-banner-sdk:focus{outline:2px solid #000;outline-offset:-2px}#onetrust-banner-sdk a:focus{outline:2px solid #000}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{outline-offset:1px}#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{height:64px;width:64px}#onetrust-banner-sdk #onetrust-policy svg,#onetrust-banner-sdk .banner-option svg{height:13px;width:13px;margin-left:1px;vertical-align:middle}#onetrust-banner-sdk .ot-tcf2-vendor-count.ot-text-bold{font-weight:bold}#onetrust-banner-sdk .ot-button-order-0{order:0}#onetrust-banner-sdk .ot-button-order-1{order:1}#onetrust-banner-sdk .ot-button-order-2{order:2}#onetrust-banner-sdk #onetrust-close-btn-container svg{height:10px;width:10px;pointer-events:none}#onetrust-banner-sdk .ot-close-icon,#onetrust-pc-sdk .ot-close-icon,#ot-sync-ntfy .ot-close-icon{background-size:contain;background-repeat:no-repeat;background-position:center;height:12px;width:12px}#onetrust-banner-sdk .powered-by-logo,#onetrust-banner-sdk .ot-pc-footer-logo a,#onetrust-pc-sdk .powered-by-logo,#onetrust-pc-sdk .ot-pc-footer-logo a,#ot-sync-ntfy .powered-by-logo,#ot-sync-ntfy .ot-pc-footer-logo a{background-size:contain;background-repeat:no-repeat;background-position:center;height:25px;width:152px;display:block;text-decoration:none;font-size:.75em}#onetrust-banner-sdk .powered-by-logo:hover,#onetrust-banner-sdk .ot-pc-footer-logo a:hover,#onetrust-pc-sdk .powered-by-logo:hover,#onetrust-pc-sdk .ot-pc-footer-logo a:hover,#ot-sync-ntfy .powered-by-logo:hover,#ot-sync-ntfy .ot-pc-footer-logo a:hover{color:#565656}#onetrust-banner-sdk h3 *,#onetrust-banner-sdk h4 *,#onetrust-banner-sdk h6 *,#onetrust-banner-sdk button *,#onetrust-banner-sdk a[data-parent-id] *,#onetrust-banner-sdk p[role=heading] *,#onetrust-pc-sdk h3 *,#onetrust-pc-sdk h4 *,#onetrust-pc-sdk h6 *,#onetrust-pc-sdk button *,#onetrust-pc-sdk a[data-parent-id] *,#onetrust-pc-sdk p[role=heading] *,#ot-sync-ntfy h3 *,#ot-sync-ntfy h4 *,#ot-sync-ntfy h6 *,#ot-sync-ntfy button *,#ot-sync-ntfy a[data-parent-id] *,#ot-sync-ntfy p[role=heading] *{font-size:inherit;font-weight:inherit;color:inherit}#onetrust-banner-sdk .ot-hide,#onetrust-pc-sdk .ot-hide,#ot-sync-ntfy .ot-hide{display:none !important}#onetrust-banner-sdk button.ot-link-btn:hover,#onetrust-pc-sdk button.ot-link-btn:hover,#ot-sync-ntfy button.ot-link-btn:hover{text-decoration:underline;opacity:1}#onetrust-pc-sdk .ot-sdk-row .ot-sdk-column{padding:0}#onetrust-pc-sdk .ot-sdk-container{padding-right:0}#onetrust-pc-sdk .ot-sdk-row{flex-direction:initial;width:100%}#onetrust-pc-sdk [type=checkbox]:checked,#onetrust-pc-sdk [type=checkbox]:not(:checked){pointer-events:initial}#onetrust-pc-sdk [type=checkbox]:disabled+label::before,#onetrust-pc-sdk [type=checkbox]:disabled+label:after,#onetrust-pc-sdk [type=checkbox]:disabled+label{pointer-events:none;opacity:.8}#onetrust-pc-sdk #vendor-list-content{transform:translate3d(0, 0, 0)}#onetrust-pc-sdk li input[type=checkbox]{z-index:1}#onetrust-pc-sdk li .ot-checkbox label{z-index:2}#onetrust-pc-sdk li .ot-checkbox input[type=checkbox]{height:auto;width:auto}#onetrust-pc-sdk li .host-title a,#onetrust-pc-sdk li .ot-host-name a,#onetrust-pc-sdk li .accordion-text,#onetrust-pc-sdk li .ot-acc-txt{z-index:2;position:relative}#onetrust-pc-sdk input{margin:3px .1ex}#onetrust-pc-sdk .pc-logo,#onetrust-pc-sdk .ot-pc-logo{height:60px;width:180px;background-position:center;background-size:contain;background-repeat:no-repeat;display:inline-flex;justify-content:center;align-items:center}#onetrust-pc-sdk .pc-logo img,#onetrust-pc-sdk .ot-pc-logo img{max-height:100%;max-width:100%}#onetrust-pc-sdk .pc-logo svg,#onetrust-pc-sdk .ot-pc-logo svg{height:60px;width:180px}#onetrust-pc-sdk #close-pc-btn-handler>svg{margin:auto;display:block;height:12px;width:12px}#onetrust-pc-sdk #ot-pc-desc svg,#onetrust-pc-sdk .ot-desc-cntr svg,#onetrust-pc-sdk .ot-cat-grp svg{height:13px;width:13px;margin-left:-7px;vertical-align:middle;margin-right:5px}#onetrust-pc-sdk .ot-host-hdr>a{display:inline-block}#onetrust-pc-sdk .screen-reader-only,#onetrust-pc-sdk .ot-scrn-rdr,.ot-sdk-cookie-policy .screen-reader-only,.ot-sdk-cookie-policy .ot-scrn-rdr{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#onetrust-pc-sdk.ot-fade-in,.onetrust-pc-dark-filter.ot-fade-in,#onetrust-banner-sdk.ot-fade-in,.ot-confirm-dialog-overlay.ot-fade-in{animation-name:onetrust-fade-in;animation-duration:400ms;animation-timing-function:ease-in-out}#onetrust-pc-sdk.ot-hide{display:none !important}.onetrust-pc-dark-filter.ot-hide{display:none !important}#ot-sdk-btn.ot-sdk-show-settings,#ot-sdk-btn.optanon-show-settings{color:#fff;background-color:#468254;height:auto;white-space:normal;word-wrap:break-word;padding:.8em 2em;font-size:.8em;line-height:1.2;cursor:pointer;-moz-transition:.1s ease;-o-transition:.1s ease;-webkit-transition:1s ease;transition:.1s ease}#ot-sdk-btn.ot-sdk-show-settings:hover,#ot-sdk-btn.optanon-show-settings:hover{color:#fff;background-color:#2c6415}#ot-sdk-btn.ot-sdk-show-settings:active,#ot-sdk-btn.optanon-show-settings:active{color:#fff;background-color:#2c6415;border:1px solid rgba(162,192,169,.5)}.onetrust-pc-dark-filter{background:rgba(0,0,0,.5);z-index:2147483646;width:100%;height:100%;overflow:hidden;position:fixed;top:0;bottom:0;left:0}@keyframes onetrust-fade-in{0%{opacity:0}100%{opacity:1}}.ot-cookie-label{text-decoration:underline}@media only screen and (min-width: 426px)and (max-width: 896px)and (orientation: landscape){#onetrust-pc-sdk p{font-size:.75em}}#onetrust-banner-sdk .banner-option-input:focus+label{outline:1px solid #000;outline-style:auto}.category-vendors-list-handler+a:focus,.category-vendors-list-handler+a:focus-visible{outline:2px solid #000}#onetrust-pc-sdk .ot-userid-title{margin-top:10px}#onetrust-pc-sdk .ot-userid-title>span,#onetrust-pc-sdk .ot-userid-timestamp>span{font-weight:700}#onetrust-pc-sdk .ot-userid-desc{font-style:italic}#onetrust-pc-sdk .ot-host-desc a{pointer-events:initial}#onetrust-pc-sdk .ot-ven-hdr>p a{position:relative;z-index:2;pointer-events:initial}#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info a{margin-right:8px}#onetrust-pc-sdk .ot-vnd-item svg.ot-ext-lnk{align-self:center}#onetrust-pc-sdk .ot-pc-footer-logo svg,#onetrust-pc-sdk .ot-pc-footer-logo img{width:136px;height:16px}#onetrust-pc-sdk .ot-pur-vdr-count{font-weight:400;font-size:.8em;padding-top:3px;display:block}#onetrust-pc-sdk p[role=heading] .ot-pur-vdr-count{font-weight:400 !important;font-size:.8em !important}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal{border:1px solid #32ae88;border-radius:3px;padding:5px;margin-bottom:10px;background-color:#f9fffa;font-size:.85rem;line-height:2}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal .ot-optout-icon,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal .ot-optout-icon{display:inline;margin-right:5px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg{height:20px;width:30px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg.ot-source-sprite,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg.ot-source-sprite{position:relative;bottom:-3px}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite),#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite){transform:scale(0.5)}#onetrust-banner-sdk #onetrust-policy .ot-optout-signal svg:not(.ot-source-sprite) path,#onetrust-pc-sdk #ot-pc-content .ot-optout-signal svg:not(.ot-source-sprite) path{fill:#32ae88}#onetrust-consent-sdk .ot-general-modal{overflow:hidden;position:fixed;margin:0 auto;top:50%;left:50%;width:40%;padding:1.5rem;max-width:575px;min-width:575px;z-index:2147483647;border-radius:2.5px;transform:translate(-50%, -50%)}#onetrust-consent-sdk .ot-signature-health-group{margin-top:1rem;padding-left:1.25rem;padding-right:1.25rem;margin-bottom:.625rem;width:calc(100% - 2.5rem)}#onetrust-consent-sdk .ot-signature-health-group .ot-signature-health-form{gap:.5rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:70%;gap:.35rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-input{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:none;box-sizing:border-box}#onetrust-consent-sdk .ot-signature-health .ot-signature-subtitle{font-size:1.125rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-group-title{font-size:1.25rem;font-weight:bold}#onetrust-consent-sdk .ot-signature-health,#onetrust-consent-sdk .ot-signature-health-group{display:flex;flex-direction:column;gap:1rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-cont{display:flex;flex-direction:column;gap:.25rem}#onetrust-consent-sdk .ot-signature-health .ot-signature-paragraph,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-paragraph{margin:0;line-height:20px;font-size:max(14px,.875rem)}#onetrust-consent-sdk .ot-signature-health .ot-health-signature-error,#onetrust-consent-sdk .ot-signature-health-group .ot-health-signature-error{color:#4d4d4d;font-size:min(12px,.75rem)}#onetrust-consent-sdk .ot-signature-health .ot-signature-buttons-cont,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-buttons-cont{margin-top:max(.75rem,2%);gap:1rem;display:flex;justify-content:flex-end}#onetrust-consent-sdk .ot-signature-health .ot-signature-button,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button{flex:1;height:auto;color:#fff;cursor:pointer;line-height:1.2;min-width:125px;font-weight:600;font-size:.813em;border-radius:2px;padding:12px 10px;white-space:normal;word-wrap:break-word;word-break:break-word;background-color:#68b631;border:2px solid #68b631}#onetrust-consent-sdk .ot-signature-health .ot-signature-button.reject,#onetrust-consent-sdk .ot-signature-health-group .ot-signature-button.reject{background-color:#fff}#onetrust-consent-sdk .ot-input-field-cont{display:flex;flex-direction:column;gap:.5rem}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:65%}#onetrust-consent-sdk .ot-signature-health-form{display:flex;flex-direction:column}#onetrust-consent-sdk .ot-signature-health-form .ot-signature-label{margin-bottom:0;line-height:20px;font-size:max(14px,.875rem)}#onetrust-consent-sdk #onetrust-sprite-svg{display:none}@media only screen and (max-width: 600px){#onetrust-consent-sdk .ot-general-modal{min-width:100%}#onetrust-consent-sdk .ot-signature-health .ot-signature-health-form{width:100%}#onetrust-consent-sdk .ot-input-field-cont .ot-signature-input{width:100%}}#onetrust-banner-sdk,#onetrust-pc-sdk,#ot-sdk-cookie-policy,#ot-sync-ntfy{font-size:16px}#onetrust-banner-sdk *,#onetrust-banner-sdk ::after,#onetrust-banner-sdk ::before,#onetrust-pc-sdk *,#onetrust-pc-sdk ::after,#onetrust-pc-sdk ::before,#ot-sdk-cookie-policy *,#ot-sdk-cookie-policy ::after,#ot-sdk-cookie-policy ::before,#ot-sync-ntfy *,#ot-sync-ntfy ::after,#ot-sync-ntfy ::before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}#onetrust-banner-sdk div,#onetrust-banner-sdk span,#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-banner-sdk p,#onetrust-banner-sdk img,#onetrust-banner-sdk svg,#onetrust-banner-sdk button,#onetrust-banner-sdk section,#onetrust-banner-sdk a,#onetrust-banner-sdk label,#onetrust-banner-sdk input,#onetrust-banner-sdk ul,#onetrust-banner-sdk li,#onetrust-banner-sdk nav,#onetrust-banner-sdk table,#onetrust-banner-sdk thead,#onetrust-banner-sdk tr,#onetrust-banner-sdk td,#onetrust-banner-sdk tbody,#onetrust-banner-sdk .ot-main-content,#onetrust-banner-sdk .ot-toggle,#onetrust-banner-sdk #ot-content,#onetrust-banner-sdk #ot-pc-content,#onetrust-banner-sdk .checkbox,#onetrust-pc-sdk div,#onetrust-pc-sdk span,#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#onetrust-pc-sdk p,#onetrust-pc-sdk img,#onetrust-pc-sdk svg,#onetrust-pc-sdk button,#onetrust-pc-sdk section,#onetrust-pc-sdk a,#onetrust-pc-sdk label,#onetrust-pc-sdk input,#onetrust-pc-sdk ul,#onetrust-pc-sdk li,#onetrust-pc-sdk nav,#onetrust-pc-sdk table,#onetrust-pc-sdk thead,#onetrust-pc-sdk tr,#onetrust-pc-sdk td,#onetrust-pc-sdk tbody,#onetrust-pc-sdk .ot-main-content,#onetrust-pc-sdk .ot-toggle,#onetrust-pc-sdk #ot-content,#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk .checkbox,#ot-sdk-cookie-policy div,#ot-sdk-cookie-policy span,#ot-sdk-cookie-policy h1,#ot-sdk-cookie-policy h2,#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,#ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy p,#ot-sdk-cookie-policy img,#ot-sdk-cookie-policy svg,#ot-sdk-cookie-policy button,#ot-sdk-cookie-policy section,#ot-sdk-cookie-policy a,#ot-sdk-cookie-policy label,#ot-sdk-cookie-policy input,#ot-sdk-cookie-policy ul,#ot-sdk-cookie-policy li,#ot-sdk-cookie-policy nav,#ot-sdk-cookie-policy table,#ot-sdk-cookie-policy thead,#ot-sdk-cookie-policy tr,#ot-sdk-cookie-policy td,#ot-sdk-cookie-policy tbody,#ot-sdk-cookie-policy .ot-main-content,#ot-sdk-cookie-policy .ot-toggle,#ot-sdk-cookie-policy #ot-content,#ot-sdk-cookie-policy #ot-pc-content,#ot-sdk-cookie-policy .checkbox,#ot-sync-ntfy div,#ot-sync-ntfy span,#ot-sync-ntfy h1,#ot-sync-ntfy h2,#ot-sync-ntfy h3,#ot-sync-ntfy h4,#ot-sync-ntfy h5,#ot-sync-ntfy h6,#ot-sync-ntfy p,#ot-sync-ntfy img,#ot-sync-ntfy svg,#ot-sync-ntfy button,#ot-sync-ntfy section,#ot-sync-ntfy a,#ot-sync-ntfy label,#ot-sync-ntfy input,#ot-sync-ntfy ul,#ot-sync-ntfy li,#ot-sync-ntfy nav,#ot-sync-ntfy table,#ot-sync-ntfy thead,#ot-sync-ntfy tr,#ot-sync-ntfy td,#ot-sync-ntfy tbody,#ot-sync-ntfy .ot-main-content,#ot-sync-ntfy .ot-toggle,#ot-sync-ntfy #ot-content,#ot-sync-ntfy #ot-pc-content,#ot-sync-ntfy .checkbox{font-family:inherit;font-weight:normal;-webkit-font-smoothing:auto;letter-spacing:normal;line-height:normal;padding:0;margin:0;height:auto;min-height:0;max-height:none;width:auto;min-width:0;max-width:none;border-radius:0;border:none;clear:none;float:none;position:static;bottom:auto;left:auto;right:auto;top:auto;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;white-space:normal;background:none;overflow:visible;vertical-align:baseline;visibility:visible;z-index:auto;box-shadow:none}#onetrust-banner-sdk img,#onetrust-pc-sdk img,#ot-sdk-cookie-policy img,#ot-sync-ntfy img{overflow:hidden !important}#onetrust-banner-sdk label:before,#onetrust-banner-sdk label:after,#onetrust-banner-sdk .checkbox:after,#onetrust-banner-sdk .checkbox:before,#onetrust-pc-sdk label:before,#onetrust-pc-sdk label:after,#onetrust-pc-sdk .checkbox:after,#onetrust-pc-sdk .checkbox:before,#ot-sdk-cookie-policy label:before,#ot-sdk-cookie-policy label:after,#ot-sdk-cookie-policy .checkbox:after,#ot-sdk-cookie-policy .checkbox:before,#ot-sync-ntfy label:before,#ot-sync-ntfy label:after,#ot-sync-ntfy .checkbox:after,#ot-sync-ntfy .checkbox:before{content:"";content:none}#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{position:relative;width:100%;max-width:100%;margin:0 auto;padding:0 20px;box-sizing:border-box}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{width:100%;float:left;box-sizing:border-box;padding:0;display:initial}@media(min-width: 400px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{width:90%;padding:0}}@media(min-width: 550px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{width:100%}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{margin-left:4%}#onetrust-banner-sdk .ot-sdk-column:first-child,#onetrust-banner-sdk .ot-sdk-columns:first-child,#onetrust-pc-sdk .ot-sdk-column:first-child,#onetrust-pc-sdk .ot-sdk-columns:first-child,#ot-sdk-cookie-policy .ot-sdk-column:first-child,#ot-sdk-cookie-policy .ot-sdk-columns:first-child{margin-left:0}#onetrust-banner-sdk .ot-sdk-two.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-two.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-two.ot-sdk-columns{width:13.3333333333%}#onetrust-banner-sdk .ot-sdk-three.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-three.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-three.ot-sdk-columns{width:22%}#onetrust-banner-sdk .ot-sdk-four.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-four.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-four.ot-sdk-columns{width:30.6666666667%}#onetrust-banner-sdk .ot-sdk-eight.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eight.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-eight.ot-sdk-columns{width:65.3333333333%}#onetrust-banner-sdk .ot-sdk-nine.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-nine.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-nine.ot-sdk-columns{width:74%}#onetrust-banner-sdk .ot-sdk-ten.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-ten.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-ten.ot-sdk-columns{width:82.6666666667%}#onetrust-banner-sdk .ot-sdk-eleven.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-eleven.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-eleven.ot-sdk-columns{width:91.3333333333%}#onetrust-banner-sdk .ot-sdk-twelve.ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-twelve.ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-twelve.ot-sdk-columns{width:100%;margin-left:0}}#onetrust-banner-sdk h1,#onetrust-banner-sdk h2,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk h5,#onetrust-banner-sdk h6,#onetrust-banner-sdk p[role=heading],#onetrust-pc-sdk h1,#onetrust-pc-sdk h2,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk h5,#onetrust-pc-sdk h6,#onetrust-pc-sdk p[role=heading],#ot-sdk-cookie-policy h1,#ot-sdk-cookie-policy h2,#ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy h5,#ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy p[role=heading]{margin-top:0;font-weight:600;font-family:inherit}#onetrust-banner-sdk h1,#onetrust-pc-sdk h1,#ot-sdk-cookie-policy h1{font-size:1.5rem;line-height:1.2}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2,#ot-sdk-cookie-policy h2{font-size:1.5rem;line-height:1.25}#onetrust-banner-sdk h3,#onetrust-pc-sdk h3,#ot-sdk-cookie-policy h3{font-size:1.5rem;line-height:1.3}#onetrust-banner-sdk h4,#onetrust-pc-sdk h4,#ot-sdk-cookie-policy h4{font-size:1.5rem;line-height:1.35}#onetrust-banner-sdk h5,#onetrust-pc-sdk h5,#ot-sdk-cookie-policy h5{font-size:1.5rem;line-height:1.5}#onetrust-banner-sdk h6,#onetrust-pc-sdk h6,#ot-sdk-cookie-policy h6{font-size:1.5rem;line-height:1.6}@media(min-width: 550px){#onetrust-banner-sdk h1,#onetrust-pc-sdk h1,#ot-sdk-cookie-policy h1{font-size:1.5rem}#onetrust-banner-sdk h2,#onetrust-pc-sdk h2,#ot-sdk-cookie-policy h2{font-size:1.5rem}#onetrust-banner-sdk h3,#onetrust-pc-sdk h3,#ot-sdk-cookie-policy h3{font-size:1.5rem}#onetrust-banner-sdk h4,#onetrust-pc-sdk h4,#ot-sdk-cookie-policy h4{font-size:1.5rem}#onetrust-banner-sdk h5,#onetrust-pc-sdk h5,#ot-sdk-cookie-policy h5{font-size:1.5rem}#onetrust-banner-sdk h6,#onetrust-pc-sdk h6,#ot-sdk-cookie-policy h6{font-size:1.5rem}}#onetrust-banner-sdk p:not([role=heading]),#onetrust-pc-sdk p:not([role=heading]),#ot-sdk-cookie-policy p:not([role=heading]){margin:0 0 1em 0;font-family:inherit;line-height:normal}#onetrust-banner-sdk a,#onetrust-pc-sdk a,#ot-sdk-cookie-policy a{color:#565656;text-decoration:underline}#onetrust-banner-sdk a:hover,#onetrust-pc-sdk a:hover,#ot-sdk-cookie-policy a:hover{color:#565656;text-decoration:none}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy .ot-sdk-button,#ot-sdk-cookie-policy button{margin-bottom:1rem;font-family:inherit}#onetrust-banner-sdk .ot-sdk-button,#onetrust-banner-sdk button,#onetrust-pc-sdk .ot-sdk-button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy .ot-sdk-button,#ot-sdk-cookie-policy button{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:.9em;font-weight:400;line-height:38px;letter-spacing:.01em;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border-radius:2px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box}#onetrust-banner-sdk .ot-sdk-button:hover,#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#onetrust-banner-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus,#onetrust-pc-sdk .ot-sdk-button:hover,#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#onetrust-pc-sdk :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus,#ot-sdk-cookie-policy .ot-sdk-button:hover,#ot-sdk-cookie-policy :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):hover,#ot-sdk-cookie-policy :not(.ot-leg-btn-container):not(.ot-confirm-dialog-buttons)>button:not(.ot-link-btn):focus{color:#333;border-color:#888;opacity:.9}#onetrust-banner-sdk .ot-sdk-button:focus,#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,#onetrust-pc-sdk .ot-sdk-button:focus,#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,#ot-sdk-cookie-policy .ot-sdk-button:focus,#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus{outline:2px solid #000}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-banner-sdk button.ot-sdk-button-primary,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary,#onetrust-pc-sdk button.ot-sdk-button-primary,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary,#ot-sdk-cookie-policy button.ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary{color:#fff;background-color:#33c3f0;border-color:#33c3f0}#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-banner-sdk button.ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-banner-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-banner-sdk button.ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-banner-sdk input[type=button].ot-sdk-button-primary:focus,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:hover,#onetrust-pc-sdk button.ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:hover,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:hover,#onetrust-pc-sdk .ot-sdk-button.ot-sdk-button-primary:focus,#onetrust-pc-sdk button.ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=submit].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=reset].ot-sdk-button-primary:focus,#onetrust-pc-sdk input[type=button].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:hover,#ot-sdk-cookie-policy button.ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:hover,#ot-sdk-cookie-policy .ot-sdk-button.ot-sdk-button-primary:focus,#ot-sdk-cookie-policy button.ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=submit].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=reset].ot-sdk-button-primary:focus,#ot-sdk-cookie-policy input[type=button].ot-sdk-button-primary:focus{color:#fff;background-color:#1eaedb;border-color:#1eaedb}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text],#ot-sdk-cookie-policy input[type=text]{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #707070;border-radius:4px;box-shadow:none;box-sizing:border-box}#onetrust-banner-sdk input[type=text],#onetrust-pc-sdk input[type=text],#ot-sdk-cookie-policy input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none}#onetrust-banner-sdk input[type=text]:focus,#onetrust-pc-sdk input[type=text]:focus,#ot-sdk-cookie-policy input[type=text]:focus{border:1px solid #000;outline:0}#onetrust-banner-sdk label,#onetrust-pc-sdk label,#ot-sdk-cookie-policy label{display:block;margin-bottom:.5rem;font-weight:600}#onetrust-banner-sdk input[type=checkbox],#onetrust-pc-sdk input[type=checkbox],#ot-sdk-cookie-policy input[type=checkbox]{display:inline}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul,#ot-sdk-cookie-policy ul{list-style:circle inside}#onetrust-banner-sdk ul,#onetrust-pc-sdk ul,#ot-sdk-cookie-policy ul{padding-left:0;margin-top:0}#onetrust-banner-sdk ul ul,#onetrust-pc-sdk ul ul,#ot-sdk-cookie-policy ul ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%}#onetrust-banner-sdk li,#onetrust-pc-sdk li,#ot-sdk-cookie-policy li{margin-bottom:1rem}#onetrust-banner-sdk th,#onetrust-banner-sdk td,#onetrust-pc-sdk th,#onetrust-pc-sdk td,#ot-sdk-cookie-policy th,#ot-sdk-cookie-policy td{padding:12px 15px;text-align:left;border-bottom:1px solid #e1e1e1}#onetrust-banner-sdk button,#onetrust-pc-sdk button,#ot-sdk-cookie-policy button{margin-bottom:1rem;font-family:inherit}#onetrust-banner-sdk .ot-sdk-container:after,#onetrust-banner-sdk .ot-sdk-row:after,#onetrust-pc-sdk .ot-sdk-container:after,#onetrust-pc-sdk .ot-sdk-row:after,#ot-sdk-cookie-policy .ot-sdk-container:after,#ot-sdk-cookie-policy .ot-sdk-row:after{content:"";display:table;clear:both}#onetrust-banner-sdk .ot-sdk-row,#onetrust-pc-sdk .ot-sdk-row,#ot-sdk-cookie-policy .ot-sdk-row{margin:0;max-width:none;display:block}#onetrust-banner-sdk{box-shadow:0 0 18px rgba(0,0,0,.2)}#onetrust-banner-sdk.otFlat{position:fixed;z-index:2147483645;bottom:0;right:0;left:0;background-color:#fff;max-height:90%;overflow-x:hidden;overflow-y:auto}#onetrust-banner-sdk.otFlat.top{top:0px;bottom:auto}#onetrust-banner-sdk.otRelFont{font-size:1rem}#onetrust-banner-sdk>.ot-sdk-container{overflow:hidden}#onetrust-banner-sdk::-webkit-scrollbar{width:11px}#onetrust-banner-sdk::-webkit-scrollbar-thumb{border-radius:10px;background:#c1c1c1}#onetrust-banner-sdk{scrollbar-arrow-color:#c1c1c1;scrollbar-darkshadow-color:#c1c1c1;scrollbar-face-color:#c1c1c1;scrollbar-shadow-color:#c1c1c1}#onetrust-banner-sdk #onetrust-policy{margin:1.25em 0 .625em 2em;overflow:hidden}#onetrust-banner-sdk #onetrust-policy .ot-gv-list-handler{float:left;font-size:.82em;padding:0;margin-bottom:0;border:0;line-height:normal;height:auto;width:auto}#onetrust-banner-sdk #onetrust-policy-title{font-size:1.2em;line-height:1.3;margin-bottom:10px}#onetrust-banner-sdk #onetrust-group-container{position:relative}#onetrust-banner-sdk #onetrust-policy-text{clear:both;text-align:left;font-size:.88em;line-height:1.4}#onetrust-banner-sdk #onetrust-policy-text *{font-size:inherit;line-height:inherit}#onetrust-banner-sdk #onetrust-policy-text a{font-weight:bold}#onetrust-banner-sdk #onetrust-policy-title,#onetrust-banner-sdk #onetrust-policy-text{color:dimgray;float:left}#onetrust-banner-sdk #onetrust-button-group-parent{min-height:1px;text-align:center}#onetrust-banner-sdk #onetrust-button-group{display:inline-block}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{background-color:#68b631;color:#fff;border-color:#68b631;margin-right:1em;min-width:125px;height:auto;white-space:normal;word-break:break-word;word-wrap:break-word;padding:12px 10px;line-height:1.2;font-size:.813em;font-weight:600}#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link{background-color:#fff;border:none;color:#68b631;text-decoration:underline;padding-left:0;padding-right:0}#onetrust-banner-sdk .onetrust-close-btn-ui{width:44px;height:44px;background-size:12px;border:none;position:relative;margin:auto;padding:0}#onetrust-banner-sdk .banner_logo{display:none}#onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{position:absolute;top:50%;transform:translateY(-50%);left:0px;margin-right:5px}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:65px}#onetrust-banner-sdk .ot-b-addl-desc{clear:both;float:left;display:block}#onetrust-banner-sdk #banner-options{float:left;display:table;margin-right:0;margin-left:1em;width:calc(100% - 1em)}#onetrust-banner-sdk .banner-option-input{cursor:pointer;width:auto;height:auto;border:none;padding:0;padding-right:3px;margin:0 0 10px;font-size:.82em;line-height:1.4}#onetrust-banner-sdk .banner-option-input *{pointer-events:none;font-size:inherit;line-height:inherit}#onetrust-banner-sdk .banner-option-input[aria-expanded=true]~.banner-option-details{display:block;height:auto}#onetrust-banner-sdk .banner-option-input[aria-expanded=true] .ot-arrow-container{transform:rotate(90deg)}#onetrust-banner-sdk .banner-option{margin-bottom:12px;margin-left:0;border:none;float:left;padding:0}#onetrust-banner-sdk .banner-option:first-child{padding-left:2px}#onetrust-banner-sdk .banner-option:not(:first-child){padding:0;border:none}#onetrust-banner-sdk .banner-option-header{cursor:pointer;display:inline-block}#onetrust-banner-sdk .banner-option-header :first-child{color:dimgray;font-weight:bold;float:left}#onetrust-banner-sdk .banner-option-header .ot-arrow-container{display:inline-block;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0);border-left:6px solid dimgray;margin-left:10px;vertical-align:middle}#onetrust-banner-sdk .banner-option-details{display:none;font-size:.83em;line-height:1.5;padding:10px 0px 5px 10px;margin-right:10px;height:0px}#onetrust-banner-sdk .banner-option-details *{font-size:inherit;line-height:inherit;color:dimgray}#onetrust-banner-sdk .ot-arrow-container,#onetrust-banner-sdk .banner-option-details{transition:all 300ms ease-in 0s;-webkit-transition:all 300ms ease-in 0s;-moz-transition:all 300ms ease-in 0s;-o-transition:all 300ms ease-in 0s}#onetrust-banner-sdk .ot-dpd-container{float:left}#onetrust-banner-sdk .ot-dpd-title{margin-bottom:10px}#onetrust-banner-sdk .ot-dpd-title,#onetrust-banner-sdk .ot-dpd-desc{font-size:.88em;line-height:1.4;color:dimgray}#onetrust-banner-sdk .ot-dpd-title *,#onetrust-banner-sdk .ot-dpd-desc *{font-size:inherit;line-height:inherit}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text *{margin-bottom:0}#onetrust-banner-sdk.ot-iab-2 .onetrust-vendors-list-handler{display:block;margin-left:0;margin-top:5px;clear:both;margin-bottom:0;padding:0;border:0;height:auto;width:auto}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button{display:block}#onetrust-banner-sdk.ot-close-btn-link{padding-top:25px}#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container{top:15px;transform:none;right:15px}#onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button{padding:0;white-space:pre-wrap;border:none;height:auto;line-height:1.5;text-decoration:underline;font-size:.69em}#onetrust-banner-sdk #onetrust-policy-text,#onetrust-banner-sdk .ot-dpd-desc,#onetrust-banner-sdk .ot-b-addl-desc{font-size:.813em;line-height:1.5}#onetrust-banner-sdk .ot-dpd-desc{margin-bottom:10px}#onetrust-banner-sdk .ot-dpd-desc>.ot-b-addl-desc{margin-top:10px;margin-bottom:10px;font-size:1em}@media only screen and (max-width: 425px){#onetrust-banner-sdk #onetrust-close-btn-container{position:absolute;top:6px;right:2px}#onetrust-banner-sdk #onetrust-policy{margin-left:0;margin-top:3em}#onetrust-banner-sdk #onetrust-button-group{display:block}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{width:100%}#onetrust-banner-sdk .onetrust-close-btn-ui{top:auto;transform:none}#onetrust-banner-sdk #onetrust-policy-title{display:inline;float:none}#onetrust-banner-sdk #banner-options{margin:0;padding:0;width:100%}}@media only screen and (max-width: 550px){#onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{margin-right:0}#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button div#onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{margin-right:0}}@media only screen and (min-width: 426px)and (max-width: 896px){#onetrust-banner-sdk #onetrust-close-btn-container{position:absolute;top:0;right:0}#onetrust-banner-sdk #onetrust-policy{margin-left:1em;margin-right:1em}#onetrust-banner-sdk .onetrust-close-btn-ui{top:10px;right:10px}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:95%}#onetrust-banner-sdk.ot-iab-2 #onetrust-group-container{width:100%}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent{padding-left:50px}#onetrust-banner-sdk #onetrust-button-group-parent{width:100%;position:relative;margin-left:0}#onetrust-banner-sdk #onetrust-button-group button{display:inline-block}#onetrust-banner-sdk #onetrust-button-group{margin-right:0;text-align:center}#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler{width:auto}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container{display:inline-flex;flex-wrap:wrap}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-pc-btn-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container #onetrust-accept-btn-handler{float:none}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group.ot-button-order-container *[class*=ot-button-order-]:nth-of-type(1){margin-right:auto !important}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler{float:left}#onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler{float:right}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group{width:calc(100% - 2em);margin-right:0}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link{padding-left:0px;text-align:left}#onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button{width:100%;text-align:center}#onetrust-banner-sdk.ot-buttons-fw #onetrust-button-group-parent button{float:none}#onetrust-banner-sdk.ot-buttons-fw #onetrust-pc-btn-handler.cookie-setting-link{text-align:center}}@media only screen and (min-width: 550px){#onetrust-banner-sdk .banner-option:not(:first-child){border-left:1px solid #d8d8d8;padding-left:25px}}@media only screen and (min-width: 425px)and (max-width: 550px){#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group,#onetrust-banner-sdk.ot-iab-2 .banner-option{width:100%}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-pc-btn-handler{width:100%}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-accept-btn-handler,#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group #onetrust-reject-all-handler{float:left}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group.ot-button-order-container{width:auto}}@media only screen and (min-width: 769px){#onetrust-banner-sdk #onetrust-button-group{margin-right:30%}#onetrust-banner-sdk #banner-options{margin-left:2em;margin-right:5em;margin-bottom:1.25em;width:calc(100% - 7em)}}@media only screen and (min-width: 897px)and (max-width: 1023px){#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:absolute;top:50%;left:80%;transform:translateY(-50%)}#onetrust-banner-sdk #onetrust-close-btn-container{top:50%;margin:auto;transform:translate(-50%, -50%);position:absolute;padding:0;right:0}#onetrust-banner-sdk #onetrust-close-btn-container button{position:relative;margin:0;right:-22px;top:2px}}@media only screen and (min-width: 1024px){#onetrust-banner-sdk #onetrust-close-btn-container{top:50%;margin:auto;transform:translate(-50%, -50%);position:absolute;right:0}#onetrust-banner-sdk #onetrust-close-btn-container button{right:-12px}#onetrust-banner-sdk #onetrust-policy{margin-left:2em}#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:absolute;top:50%;left:60%;transform:translateY(-50%)}#onetrust-banner-sdk .ot-optout-signal{width:50%}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-title{width:50%}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text,#onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc{margin-bottom:1em;width:50%;border-right:1px solid #d8d8d8;padding-right:1rem}#onetrust-banner-sdk.ot-iab-2 #onetrust-policy-text{margin-bottom:0;padding-bottom:1em}#onetrust-banner-sdk.ot-iab-2 :not(.ot-dpd-desc)>.ot-b-addl-desc{margin-bottom:0;padding-bottom:1em}#onetrust-banner-sdk.ot-iab-2 .ot-dpd-container{width:45%;padding-left:1rem;display:inline-block;float:none}#onetrust-banner-sdk.ot-iab-2 .ot-dpd-title{line-height:1.7}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group-parent{left:auto;right:4%;margin-left:0}#onetrust-banner-sdk.ot-iab-2 #onetrust-button-group button{display:block}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{margin:auto;width:30%}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:60%}#onetrust-banner-sdk #onetrust-button-group{margin-right:auto}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler{margin-top:1em}}@media only screen and (min-width: 890px){#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group-parent{padding-left:3%;padding-right:4%;margin-left:0}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group{margin-right:0;margin-top:1.25em;width:100%}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button{width:100%;margin-bottom:5px;margin-top:5px}#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button:last-of-type{margin-bottom:20px}}@media only screen and (min-width: 1280px){#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:55%}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{width:44%;padding-left:2%;padding-right:2%}#onetrust-banner-sdk:not(.ot-iab-2).vertical-align-content #onetrust-button-group-parent{position:absolute;left:55%}} #onetrust-consent-sdk #onetrust-banner-sdk {background-color: #000000;} #onetrust-consent-sdk #onetrust-policy-title, #onetrust-consent-sdk #onetrust-policy-text, #onetrust-consent-sdk .ot-b-addl-desc, #onetrust-consent-sdk .ot-dpd-desc, #onetrust-consent-sdk .ot-dpd-title, #onetrust-consent-sdk #onetrust-policy-text *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk .ot-dpd-desc *:not(.onetrust-vendors-list-handler), #onetrust-consent-sdk #onetrust-banner-sdk #banner-options *, #onetrust-banner-sdk .ot-cat-header, #onetrust-banner-sdk .ot-optout-signal { color: #FFFFFF; } #onetrust-consent-sdk #onetrust-banner-sdk .banner-option-details { background-color: #d5cdcd;} #onetrust-consent-sdk #onetrust-banner-sdk a[href], #onetrust-consent-sdk #onetrust-banner-sdk a[href] font, #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn { color: #FFFFFF; }#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #ot-dialog-confirm-handler { background-color: #066fef;border-color: #066fef; color: #c2bdbd; } #onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link, #onetrust-consent-sdk #ot-dialog-cancel-handler { color: #eff2f5; border-color: #eff2f5; background-color: #066FEF; }#onetrust-banner-sdk #onetrust-policy-text a.ot-cookie-policy-link, #onetrust-banner-sdk #onetrust-policy-text a.ot-imprint-link { margin-left: 5px; }#onetrust-banner-sdk.otFlat{ left: 50px; right: 50px; margin-bottom: 24px; } #onetrust-banner-sdk .ot-close-icon, #onetrust-pc-sdk .ot-close-icon, #ot-sync-ntfy .ot-close-icon { background-image: url(https://flaticons.net/icon.php?slug_category=mobile-application&slug_icon=close) !important; background-position: top; } // #onetrust-banner-sdk.ot-close-btn-link #onetrust-close-btn-container button{ font-family: FordMotion, arial; font-size: 16px; line-height: 16px; background-position: top; text-decoration: none; } #onetrust-banner-sdk.ot-close-btn-link {padding-top: 0px; !important} #onetrust-banner-sdk #onetrust-policy-text{ font-family: FordMotion, arial; Font-style: normal; font-weight: 400px; font-size: 14px; line-height: 20px; } #onetrust-banner-sdk #onetrust-policy{ padding-left: 16px; padding-top: 8px; padding-bottom: 8px; margin: 6px; } #onetrust-banner-sdk .ot-sdk-container{ position: relative; padding-left: 6px; padding-right: 6px; box-sizing: border-box;} #onetrust-banner-sdk #onetrust-button-group button{ display: flex; padding: var(--space-xs, 4px); justify-content: center; align-item: center; align-content: center; border-radius: gap: 8px var(--space-sm, 8px); flex-wrap: wrap; border-radius: var(--radius-full, 400px); font-family: FordMotion, arial; Font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; height: 40px; margin: 0px; border: transparent; width: 80%; margin-right: 14px;} #onetrust-banner-sdk #onetrust-button-group-parent{ text-align: right; margin: 20px; } @media (max-width:500px) and (min-width:200px) #onetrust-banner-sdk #onetrust-pc-btn-handler { font-family: FordMotion, arial; Font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; padding-left: 20px; padding-right: 20px; padding-top: 8px; padding-bottom: 8px; width: 80%;} @media (max-width:500px) and (min-width:200px) #onetrust-banner-sdk #onetrust-policy-text{ font-family: FordMotion, arial; Font-style: normal; font-weight: 400px; font-size: 14px; line-height: 20px; padding-left: 0px; padding-top: 8px; padding-bottom: 8px; width: 80%;} } @keyframes ot-slide-in-left{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ot-slide-in-right{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ot-slide-out-left{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes ot-slide-out-right{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}#onetrust-pc-sdk.otPcPanel.ot-slide-out-right{-webkit-animation-name:ot-slide-out-right;animation-name:ot-slide-out-right}#onetrust-pc-sdk.otPcPanel.ot-slide-in-left{-webkit-animation-name:ot-slide-in-left;animation-name:ot-slide-in-left}#onetrust-pc-sdk.otPcPanel.ot-slide-in-right{-webkit-animation-name:ot-slide-in-right;animation-name:ot-slide-in-right}#onetrust-pc-sdk.otPcPanel.ot-slide-out-left{-webkit-animation-name:ot-slide-out-left;animation-name:ot-slide-out-left}@media print,(prefers-reduced-motion){.ot-animated{-webkit-animation:initial !important;animation:initial !important;-webkit-transition:none !important;transition:none !important}#onetrust-pc-sdk.otPcPanel.ot-slide-out-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}#onetrust-pc-sdk.otPcPanel.ot-slide-out-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}#onetrust-pc-sdk{--ot-footer-space: 160px;position:fixed;z-index:2147483647;bottom:0;left:0;background-color:#fff;max-width:480px;min-width:480px;height:100%;-webkit-box-shadow:0px 2px 10px -3px #999;-moz-box-shadow:0px 2px 10px -3px #999;box-shadow:0px 2px 10px -3px #999}#onetrust-pc-sdk.otRelFont{font-size:1rem}#onetrust-pc-sdk.otPcPanel.right,#onetrust-pc-sdk.otPcPanel[dir=rtl]{right:0;left:auto}#onetrust-pc-sdk.otPcPanel.right-rtl[dir=rtl]{left:0;right:auto}#onetrust-pc-sdk.otPcPanel.ot-animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{background-color:rgba(0,0,0,0);border:none}#onetrust-pc-sdk .ot-optout-signal{margin-top:.625rem}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-track{margin-right:20px}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar{width:11px}#onetrust-pc-sdk .ot-pc-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background:#d8d8d8}#onetrust-pc-sdk .ot-pc-scrollbar{scrollbar-arrow-color:#d8d8d8;scrollbar-darkshadow-color:#d8d8d8;scrollbar-face-color:#d8d8d8;scrollbar-shadow-color:#d8d8d8}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-refuse-all-handler{margin-bottom:0px}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-lst{bottom:var(--ot-footer-space)}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content{bottom:var(--ot-footer-space)}#onetrust-pc-sdk.ot-ftr-stacked .ot-pc-footer button{width:100%;max-width:none}#onetrust-pc-sdk.ot-ftr-stacked #ot-lst-cnt{max-height:84%}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus,#onetrust-pc-sdk .ot-hide-tgl{visibility:hidden}#onetrust-pc-sdk #ot-addtl-venlst .ot-arw-cntr *,#onetrust-pc-sdk #ot-addtl-venlst .ot-plus-minus *,#onetrust-pc-sdk .ot-hide-tgl *{visibility:hidden}#onetrust-pc-sdk .ot-pc-header{height:39px;border-bottom:1px solid #e9e9e9;padding:10px 0 10px 25px}#onetrust-pc-sdk .ot-pc-logo{height:40px;width:120px}#onetrust-pc-sdk .ot-close-icon{float:right;height:10px;width:10px;margin-top:10px;margin-right:5px}#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk #ot-pc-lst{position:absolute;top:60px;bottom:104px}#onetrust-pc-sdk #ot-pc-content{padding-left:2px;padding-right:10px;margin-left:23px;margin-right:7px;width:calc(100% - 42px);overflow-y:auto}#onetrust-pc-sdk #ot-pc-lst{width:100%}#onetrust-pc-sdk .ot-pc-footer{position:absolute;bottom:0px;width:100%;max-height:var(--ot-footer-space);border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-pc-footer button{margin-top:19px}#onetrust-pc-sdk .ot-button-order-0{float:left !important;margin-right:10px !important;margin-bottom:25px !important}#onetrust-pc-sdk .ot-btn-container{text-align:left;padding:0 25px}#onetrust-pc-sdk .ot-btn-container button{min-width:calc(50% - 5px)}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container{height:100%;display:flex;flex-direction:column;gap:.5rem;justify-content:space-around}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .ot-pc-refuse-all-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .save-preference-btn-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container #accept-recommended-btn-handler{width:100%;float:none !important;margin:0 !important;min-height:40px}#onetrust-pc-sdk .ot-pc-footer-logo{padding-left:25px;height:30px;background:#f4f4f4;text-align:right}#onetrust-pc-sdk .ot-pc-footer-logo a{display:inline-block;margin-top:5px;margin-right:10px}#onetrust-pc-sdk.otPcPanel[dir=rtl] .ot-pc-footer-logo{direction:rtl}#onetrust-pc-sdk.otPcPanel[dir=rtl] .ot-pc-footer-logo a{margin-right:25px}#onetrust-pc-sdk button{display:inline-block;font-size:.75em;letter-spacing:.08em;max-width:394px;padding:12px 30px;line-height:1;word-break:break-word;word-wrap:break-word;white-space:normal;font-weight:bold;height:auto}#onetrust-pc-sdk button:hover,#onetrust-pc-sdk button:focus{color:#fff;border-color:#68b631}#onetrust-pc-sdk .ot-link-btn{padding:0;margin-bottom:0;border:0;font-weight:normal;line-height:normal;width:auto;height:auto}#onetrust-pc-sdk #accept-recommended-btn-handler{margin-right:10px;margin-bottom:25px}#onetrust-pc-sdk .ot-pc-refuse-all-handler{margin-right:5px}#onetrust-pc-sdk .ot-tgl{float:right;position:relative;z-index:1}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#468254;border:1px solid #fff}#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{-webkit-transform:translateX(21px);-ms-transform:translateX(21px);transform:translateX(21px);background-color:#fff}#onetrust-pc-sdk .ot-tgl input:focus+.ot-switch .ot-switch-nob{box-shadow:0 0 1px #2196f3;outline-style:auto !important;outline-width:1px !important}#onetrust-pc-sdk .ot-switch{position:relative;display:inline-block;width:45px;height:25px;margin-bottom:0}#onetrust-pc-sdk .ot-switch-nob{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#767676;border:1px solid #ddd;transition:all .2s ease-in 0s;-moz-transition:all .2s ease-in 0s;-o-transition:all .2s ease-in 0s;-webkit-transition:all .2s ease-in 0s;border-radius:20px}#onetrust-pc-sdk .ot-switch-nob:before{position:absolute;content:"";height:18px;width:18px;bottom:3px;left:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:20px}#onetrust-pc-sdk .ot-chkbox{z-index:1}#onetrust-pc-sdk .ot-chkbox input{width:28px !important;height:28px !important}#onetrust-pc-sdk .ot-chkbox input:checked~label::before{background-color:#3860be}#onetrust-pc-sdk .ot-chkbox input+label::after{content:none;color:#fff}#onetrust-pc-sdk .ot-chkbox input:checked+label::after{content:""}#onetrust-pc-sdk .ot-chkbox input:focus+label::before{outline-style:solid;outline-width:2px;outline-style:auto}#onetrust-pc-sdk .ot-chkbox input[aria-checked=mixed]~label::before{background-color:#3860be}#onetrust-pc-sdk .ot-chkbox input[aria-checked=mixed]+label::after{content:""}#onetrust-pc-sdk .ot-chkbox label{position:relative;display:flex;align-items:center;cursor:pointer;min-height:28px}#onetrust-pc-sdk .ot-chkbox label::before,#onetrust-pc-sdk .ot-chkbox label::after{position:absolute;content:"";display:inline-block;border-radius:3px}#onetrust-pc-sdk .ot-chkbox label::before{height:18px;width:18px;border:1px solid #3860be;left:0px;left:4px;top:4px}#onetrust-pc-sdk .ot-chkbox label::after{height:5px;width:9px;border-left:3px solid;border-bottom:3px solid;transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);left:8px;top:8px}#onetrust-pc-sdk .ot-label-txt{display:none}#onetrust-pc-sdk .ot-chkbox input,#onetrust-pc-sdk .ot-tgl input{position:absolute;opacity:0;width:0;height:0}#onetrust-pc-sdk .ot-arw-cntr{left:5px;float:right;position:relative;pointer-events:none}#onetrust-pc-sdk .ot-arw{width:16px;height:16px;margin-left:5px;color:dimgray;display:inline-block;vertical-align:middle;-webkit-transition:all 150ms ease-in 0s;-moz-transition:all 150ms ease-in 0s;-o-transition:all 150ms ease-in 0s;transition:all 150ms ease-in 0s}#onetrust-pc-sdk input:checked~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw-cntr svg{transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg)}#onetrust-pc-sdk input[type=checkbox]:focus+.ot-acc-hdr{outline:1px solid #000}#onetrust-pc-sdk .ot-acc-hdr{display:inline-block;width:100%;justify-content:flex-start !important}#onetrust-pc-sdk .ot-enbl-chr .ot-acc-hdr{justify-content:space-between}#onetrust-pc-sdk .ot-cat-item p[role=heading]{max-width:60%;line-height:1.5}#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item p[role=heading]{max-width:90%}#onetrust-pc-sdk #ot-fltr-modal .ot-label-txt{display:inline-block;font-size:.85em;color:dimgray}#onetrust-pc-sdk .ot-label-status{font-size:.75em;display:none;position:relative;top:2px;padding-right:5px;float:left}#onetrust-pc-sdk .ot-plus-minus{width:20px;height:20px;font-size:1.5em;position:relative;display:inline-block;margin-right:5px;top:3px}#onetrust-pc-sdk .ot-plus-minus span{position:absolute;background:#27455c;border-radius:1px}#onetrust-pc-sdk .ot-plus-minus span:first-of-type{top:25%;bottom:25%;width:10%;left:45%}#onetrust-pc-sdk .ot-plus-minus span:last-of-type{left:25%;right:25%;height:10%;top:45%}#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:first-of-type,#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type{transform:rotate(90deg)}#onetrust-pc-sdk button[aria-expanded=true]~.ot-acc-hdr .ot-plus-minus span:last-of-type{left:50%;right:50%}#onetrust-pc-sdk .ot-host-item,#onetrust-pc-sdk .ot-ven-item{padding-right:0}#onetrust-pc-sdk .ot-host-item .ot-plus-minus,#onetrust-pc-sdk .ot-ven-item .ot-plus-minus{float:left;margin-right:8px;margin-top:10px}#onetrust-pc-sdk .ot-ven-item ul{list-style:none inside;font-size:100%;margin:0}#onetrust-pc-sdk .ot-ven-item ul li{margin:0 !important;padding:0;border:none !important}#onetrust-pc-sdk .ot-hide-acc>button{pointer-events:none}#onetrust-pc-sdk .ot-hide-acc .ot-plus-minus>*,#onetrust-pc-sdk .ot-hide-acc .ot-arw-cntr>*{visibility:hidden}#onetrust-pc-sdk .ot-hide-acc .ot-acc-hdr{min-height:30px}#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk .ot-cat-item p:last-of-type:not([role=heading]){color:dimgray}#onetrust-pc-sdk #ot-pc-title{margin-top:20px;margin-bottom:10px}#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk .ot-cat-item p{font-size:.79em;line-height:1.4}#onetrust-pc-sdk #ot-pc-desc *,#onetrust-pc-sdk .ot-cat-item p *{font-size:inherit;line-height:inherit}#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk #ot-pc-title{font-size:1.125em;line-height:1.2}#onetrust-pc-sdk #ot-pc-desc{clear:both;font-size:.813em;line-height:1.5;margin-bottom:25px}#onetrust-pc-sdk #ot-pc-desc *{font-size:inherit}#onetrust-pc-sdk #ot-pc-desc a.privacy-notice-link,#onetrust-pc-sdk #ot-pc-desc a.ot-imprint-handler{margin-right:8px}#onetrust-pc-sdk #ot-pc-desc li{padding:10px 0px}#onetrust-pc-sdk #ot-pc-desc,#onetrust-pc-sdk #accept-recommended-btn-handler,#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header{float:left}#onetrust-pc-sdk #ot-category-title{width:100%;text-align:left}#onetrust-pc-sdk #ot-pc-title,#onetrust-pc-sdk #ot-category-title,#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk #ot-lst-title,#onetrust-pc-sdk .ot-ven-hdr .ot-ven-name,#onetrust-pc-sdk .ot-always-active{font-weight:bold}#onetrust-pc-sdk a{color:#656565;cursor:pointer}#onetrust-pc-sdk a:hover{color:#3860be}#onetrust-pc-sdk .ot-always-active{float:right;color:#3860be;margin-top:-2px}#onetrust-pc-sdk .ot-cat-header,#onetrust-pc-sdk .ot-always-active{font-size:.88em;line-height:1.4;position:relative}#onetrust-pc-sdk .ot-cat-item{margin-top:25px;line-height:1.1}#onetrust-pc-sdk .ot-cat-item p:last-of-type:not([role=heading]){clear:both;padding-top:15px;margin:0}#onetrust-pc-sdk .ot-acc-txt p ul,#onetrust-pc-sdk .ot-cat-item ul,#onetrust-pc-sdk li.ot-subgrp p ul{margin:0px;list-style:disc;margin-left:15px}#onetrust-pc-sdk .ot-acc-txt p ul li,#onetrust-pc-sdk .ot-cat-item ul li,#onetrust-pc-sdk li.ot-subgrp p ul li{font-size:inherit;margin:5px 0 0 0;padding:0;border:none}#onetrust-pc-sdk .ot-subgrp-cntr{display:inline-block;width:100%}#onetrust-pc-sdk .ot-subgrp-cntr .ot-tgl-cntr{float:right}#onetrust-pc-sdk .ot-subgrp-cntr .ot-tgl-cntr.ot-always-active-subgroup{width:auto}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li h5{font-size:.813em;line-height:1.5;color:dimgray}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr{display:inline-block;width:100%;vertical-align:middle}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-txt{margin:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li{margin:10px 0 0 0;padding:0;border:none}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p{clear:both;float:left;padding-top:10px;margin:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li h5,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li p[aria-level="5"]{font-weight:bold;margin-bottom:0;float:left;position:relative;top:6px;padding-top:0}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp{margin-left:20px;overflow:hidden}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp>p ul:first-child{padding-bottom:7.5px}#onetrust-pc-sdk ul.ot-subgrps{margin:0}#onetrust-pc-sdk .ot-hlst-cntr,#onetrust-pc-sdk .ot-vlst-cntr{margin-top:3px;overflow:hidden;clear:both;padding-left:2px;padding-bottom:2px}#onetrust-pc-sdk .ot-always-active-subgroup{width:auto;padding-left:0px !important;top:3px;position:relative}#onetrust-pc-sdk .category-vendors-list-handler,#onetrust-pc-sdk .category-vendors-list-handler+a,#onetrust-pc-sdk .category-host-list-handler{color:#3860be;margin-left:0;font-size:.813em;text-decoration:none;float:left;margin-top:5px}#onetrust-pc-sdk .category-vendors-list-handler:hover,#onetrust-pc-sdk .category-vendors-list-handler+a:hover,#onetrust-pc-sdk .category-host-list-handler:hover{text-decoration-line:underline}#onetrust-pc-sdk .category-vendors-list-handler+a{clear:none}#onetrust-pc-sdk .ot-vlst-cntr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-ven-hdr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-host-hdr svg.ot-ext-lnk,#onetrust-pc-sdk .ot-cat-grp svg.ot-ext-lnk{display:inline-block;height:13px;width:13px;background-repeat:no-repeat;margin-left:1px;cursor:pointer;vertical-align:middle}#onetrust-pc-sdk .ot-ven-hdr svg.ot-ext-lnk{margin-bottom:-1px}#onetrust-pc-sdk .back-btn-handler{min-height:20px;font-size:1em;text-decoration:none}#onetrust-pc-sdk .back-btn-handler svg{width:12px;height:12px}#onetrust-pc-sdk .back-btn-handler:hover{opacity:.6}#onetrust-pc-sdk #ot-lst-title h3,#onetrust-pc-sdk #ot-lst-title p[aria-level="3"]{word-break:break-word;word-wrap:break-word;margin-bottom:0;color:#656565;font-weight:bold;margin-left:15px;display:inline-block;font-size:1em}#onetrust-pc-sdk #ot-lst-title{margin-top:15px;font-size:1em}#onetrust-pc-sdk #ot-pc-hdr{display:inline-block;padding-left:27px;padding-right:17px;width:calc(100% - 44px)}#onetrust-pc-sdk #ot-pc-hdr input::placeholder{color:#707070;font-style:italic}#onetrust-pc-sdk #vendor-search-handler{height:31px;width:100%;border-radius:50px;font-size:.8em;padding-right:35px;padding-left:15px;float:left;margin-left:15px}#onetrust-pc-sdk #ot-lst-cnt{transform:translate3d(0, 0, 0);position:relative;padding-left:27px;margin-right:10px;margin-top:10px;width:calc(100% - 37px);top:0;bottom:70px;height:calc(100% - 94px);overflow-y:auto;overflow-x:hidden}#onetrust-pc-sdk #ot-pc-lst .ot-tgl-cntr{right:32px;position:absolute;margin-top:10px;height:20px}#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr):not(.ot-hosts-ui) .ot-tgl-cntr{right:12px}#onetrust-pc-sdk #ot-sel-blk{position:sticky;position:-webkit-sticky;width:100%;display:inline-block;top:0;overflow:hidden;z-index:3}#onetrust-pc-sdk #ot-sel-blk p{font-size:.75em;color:#6b6b6b;margin:0;display:inline-block}#onetrust-pc-sdk .ot-enbl-chr>:not(.ot-hosts-ui) .ot-sel-all{padding-right:33px}#onetrust-pc-sdk .ot-enbl-chr .ot-hosts-ui .ot-sel-all{padding-right:23px}#onetrust-pc-sdk .ot-enbl-chr .ot-accordion-layout h4~.ot-tgl+.ot-tgl,#onetrust-pc-sdk .ot-enbl-chr .ot-accordion-layout p[aria-level="4"]~.ot-tgl+.ot-tgl{right:105px}#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item h5+.ot-tgl-cntr,#onetrust-pc-sdk .ot-enbl-chr .ot-cat-item p[aria-level="5"]+.ot-tgl-cntr{padding-left:31px;padding-right:13px}#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst:not(.ot-enbl-chr) .ot-tgl-cntr .ot-arw-cntr *{visibility:hidden}#onetrust-pc-sdk #ot-pc-content:not(.ot-enbl-chr) .ot-pli-hdr.ot-leg-border-color span:first-child{text-align:center}#onetrust-pc-sdk #ot-pc-content:not(.ot-enbl-chr) .ot-pli-hdr.ot-leg-border-color span:last-child{text-align:right}#onetrust-pc-sdk .ot-hosts-ui:not(.ot-enbl-chr) .ot-tgl-cntr{right:23px}#onetrust-pc-sdk .ot-hosts-ui #ot-sel-blk{width:100%}#onetrust-pc-sdk .ot-lst-subhdr{display:inline-block;width:100%;margin-top:10px}#onetrust-pc-sdk .ot-lst-subhdr svg{width:30px;height:30px;position:absolute;float:left;right:-15px}#onetrust-pc-sdk .ot-search-cntr{float:left;width:82%;position:relative}#onetrust-pc-sdk .ot-fltr-cntr{float:right;right:15px;position:relative}#onetrust-pc-sdk #ot-filter-list-header{margin-top:20px;margin-bottom:10px;float:left;max-width:150px;text-decoration:none;color:#3860be;font-size:.9em;font-weight:bold;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);padding:1px 1px 1px 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#onetrust-pc-sdk #filter-btn-handler{background-color:#3860be;border-radius:17px;display:inline-block;position:relative;width:32px;height:32px;-moz-transition:.1s ease;-o-transition:.1s ease;-webkit-transition:1s ease;transition:.1s ease;padding:0;margin:0}#onetrust-pc-sdk #filter-btn-handler:hover{opacity:.7}#onetrust-pc-sdk #filter-btn-handler svg{width:12px;margin:6px 10px 0 9px;display:block;height:12px;position:static;right:auto;top:auto}#onetrust-pc-sdk .ot-ven-link,#onetrust-pc-sdk .ot-ven-legclaim-link{color:#3860be;text-decoration:none;display:inline-block;margin-top:10px;transform:translate(0, 1%);-o-transform:translate(0, 1%);-ms-transform:translate(0, 1%);-webkit-transform:translate(0, 1%);z-index:2;position:relative;font-size:.75em}#onetrust-pc-sdk .ot-ven-link:hover,#onetrust-pc-sdk .ot-ven-legclaim-link:hover{text-decoration:underline}#onetrust-pc-sdk .ot-ven-link *,#onetrust-pc-sdk .ot-ven-legclaim-link *{font-size:inherit}#onetrust-pc-sdk .ot-ven-name{vertical-align:middle}#onetrust-pc-sdk .ot-ven-hdr,#onetrust-pc-sdk .ot-host-hdr{width:calc(100% - 165px);height:auto;float:left;text-align:left;word-break:break-word;word-wrap:break-word;vertical-align:middle;padding-bottom:2px;padding-left:2px}#onetrust-pc-sdk .ot-host-hdr{pointer-events:none;position:relative;z-index:1}#onetrust-pc-sdk .ot-host-hdr .ot-host-name{pointer-events:none}#onetrust-pc-sdk .ot-host-hdr a{pointer-events:initial}#onetrust-pc-sdk #ot-host-lst .ot-host-info{font-size:.7em;line-height:1.1}#onetrust-pc-sdk #ot-host-lst .ot-host-name,#onetrust-pc-sdk #ot-host-lst .ot-host-name a{color:dimgray;font-size:.81em;font-weight:bold;line-height:1.4;margin-bottom:5px;position:relative}#onetrust-pc-sdk #ot-host-lst .ot-host-name a,#onetrust-pc-sdk #ot-host-lst .ot-host-info a{font-size:1em}#onetrust-pc-sdk #ot-host-lst .ot-host-desc{width:100%;margin-bottom:5px}#onetrust-pc-sdk #ot-host-lst .ot-host-expand,#onetrust-pc-sdk #ot-host-lst .ot-host-desc{color:dimgray;font-size:.69em;line-height:1.4;float:left;font-weight:normal}#onetrust-pc-sdk #ot-host-lst .ot-host-hdr>a{text-decoration:underline;font-size:.69em;position:relative;z-index:2;margin-bottom:5px;line-height:1.4}#onetrust-pc-sdk #ot-host-lst .ot-host-expand{color:#3860be}#onetrust-pc-sdk #ot-host-lst .ot-host-expand *{font-size:inherit}#onetrust-pc-sdk .ot-host-opt{margin:0;font-size:inherit;display:inline-block;width:100%}#onetrust-pc-sdk .ot-host-opt .ot-host-info{border:none;font-size:.8em;color:dimgray;display:inline-block;width:calc(100% - 20px);padding:10px;margin-bottom:10px;background-color:#f8f8f8}#onetrust-pc-sdk .ot-host-opt .ot-host-info>div{overflow:auto}#onetrust-pc-sdk .ot-host-opt li>dl{font-size:.8em;padding:5px 0;margin:5px 0;display:flex}#onetrust-pc-sdk .ot-host-opt li>dl dt{width:30%;float:left}#onetrust-pc-sdk .ot-host-opt li>dl dd{width:70%;float:left;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk #ot-ven-lst .ot-acc-hdr{overflow:hidden;cursor:pointer}#onetrust-pc-sdk .ot-ven-dets{border-radius:2px;margin-top:10px;background-color:#f8f8f8}#onetrust-pc-sdk .ot-ven-dets li:first-child p:first-child{border-top:none}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:not(:first-child){border-top:1px solid #ddd !important}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p{display:inline-block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(odd){width:30%}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc:nth-child(n+3) p:nth-of-type(even){width:50%;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p,#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h5{padding-top:5px;padding-bottom:5px;display:block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc h5,#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p[aria-level="5"]{display:inline-block}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-last-child(-n+1){padding-bottom:10px}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc p:nth-child(-n+2):not(.disc-pur):not([role=heading]){padding-top:10px}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur-cont{display:inline}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur{position:relative;width:50% !important;word-break:break-word;word-wrap:break-word;left:calc(30% + 17px)}#onetrust-pc-sdk .ot-ven-dets .ot-ven-disc .disc-pur:nth-child(-n+1){position:static}#onetrust-pc-sdk .ot-ven-dets p,#onetrust-pc-sdk .ot-ven-dets h5,#onetrust-pc-sdk .ot-ven-dets span{font-size:.69em;text-align:left;vertical-align:middle;word-break:break-word;word-wrap:break-word;margin:0;padding-bottom:10px;padding-left:15px;color:#2e3644}#onetrust-pc-sdk .ot-ven-dets h5,#onetrust-pc-sdk .ot-ven-dets p[aria-level="5"]{padding-top:5px;line-height:1.5}#onetrust-pc-sdk .ot-ven-dets span{color:dimgray;padding:0;vertical-align:baseline}#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur h5,#onetrust-pc-sdk .ot-ven-dets .ot-ven-pur p[aria-level="5"]{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding-bottom:5px;margin-bottom:5px;font-weight:bold}#onetrust-pc-sdk #no-results{text-align:center;margin-top:30px;height:calc(100% - 300px);margin-left:27px}#onetrust-pc-sdk #no-results span{font-weight:bold}#onetrust-pc-sdk #no-results p{font-size:1em;color:#2e3644;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk #ot-fltr-modal{right:13px;top:87px;height:90%;max-height:370px;display:none;-moz-transition:.2s ease;-o-transition:.2s ease;-webkit-transition:2s ease;transition:.2s ease;opacity:1;position:absolute}#onetrust-pc-sdk #ot-fltr-cnt{z-index:2147483646;background-color:#fff;position:relative;height:100%;max-width:325px;border-radius:3px;padding-right:10px;padding-bottom:5px;-webkit-box-shadow:0px 0px 12px 2px #c7c5c7;-moz-box-shadow:0px 0px 12px 2px #c7c5c7;box-shadow:0px 0px 12px 2px #c7c5c7}#onetrust-pc-sdk .ot-fltr-scrlcnt{overflow-y:auto;overflow-x:hidden;clear:both;max-height:calc(100% - 60px)}#onetrust-pc-sdk #ot-anchor{border:12px solid rgba(0,0,0,0);display:none;position:absolute;z-index:2147483647;right:36px;top:75px;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);background-color:#fff;-webkit-box-shadow:-3px -3px 5px -2px #c7c5c7;-moz-box-shadow:-3px -3px 5px -2px #c7c5c7;box-shadow:-3px -3px 5px -2px #c7c5c7}#onetrust-pc-sdk .ot-fltr-btns{margin-left:15px}#onetrust-pc-sdk #filter-apply-handler{margin-right:15px}#onetrust-pc-sdk .ot-fltr-opt{margin-bottom:5px;margin-left:15px;min-height:20px;width:75%}#onetrust-pc-sdk .ot-fltr-opt label{padding-left:30px;margin-bottom:0}#onetrust-pc-sdk .ot-fltr-opt p{display:inline-block;margin:0;font-size:.9em;color:#2e3644}#onetrust-pc-sdk #ot-sel-blk .ot-chkbox{width:20px;height:20px;float:right}#onetrust-pc-sdk .line-through label::after,#onetrust-pc-sdk[dir=rtl] .line-through label::after{height:auto;border-left:0;transform:none;-o-transform:none;-ms-transform:none;-webkit-transform:none;left:9px;top:12px}#onetrust-pc-sdk #ot-selall-vencntr label,#onetrust-pc-sdk #ot-selall-adtlvencntr label,#onetrust-pc-sdk #ot-selall-hostcntr label,#onetrust-pc-sdk #ot-selall-licntr label,#onetrust-pc-sdk #ot-selall-gnvencntr label{position:relative;display:inline-block;margin:0}#onetrust-pc-sdk #ot-selall-vencntr input,#onetrust-pc-sdk #ot-selall-adtlvencntr input,#onetrust-pc-sdk #ot-selall-hostcntr input,#onetrust-pc-sdk #ot-selall-licntr input,#onetrust-pc-sdk #ot-selall-gnvencntr input{height:auto;width:auto;border-radius:0;font-size:initial;padding:0;float:none}#onetrust-pc-sdk #ot-ven-lst:first-child{border-top:1px solid #e2e2e2}#onetrust-pc-sdk #vdr-lst-dsc{font-size:.812em;line-height:1.5;padding:10px 15px 5px 15px}#onetrust-pc-sdk #close-pc-btn-handler{margin:0;float:right;height:44px;width:44px;background-size:10px}#onetrust-pc-sdk #close-pc-btn-handler svg{display:block}#onetrust-pc-sdk .ot-close-icon{padding:0;background-color:rgba(0,0,0,0);border:none}#onetrust-pc-sdk #clear-filters-handler{float:right;max-width:200px;margin-bottom:10px;text-decoration:none;margin-top:20px;font-weight:bold;color:#3860be;font-size:.9em;letter-spacing:normal;border:none;padding:1px}#onetrust-pc-sdk #clear-filters-handler:hover{color:#2285f7}#onetrust-pc-sdk #clear-filters-handler:focus{outline:#000 solid 1px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{position:relative;border-radius:1px;margin:0;padding:0;border:1px solid #d8d8d8;border-top:none;float:left;width:calc(100% - 2px)}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:10px;border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-vlst-cntr:first-child{margin-top:15px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc{font-size:.813em;line-height:1.5;padding-left:20px;padding-right:20px;width:calc(100% - 40px)}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item .ot-acc-grpdesc ul{padding-bottom:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding-top:11.5px;padding-bottom:11.5px;padding-left:20px;padding-right:15px;width:calc(100% - 35px);display:inline-block;position:relative;min-height:25px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt{width:100%;padding:0px}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc+.ot-leg-btn-container{padding-left:20px;padding-right:16px;width:calc(100% - 36px)}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc+.ot-leg-btn-container{margin-top:5px;margin-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{z-index:1;position:relative}#onetrust-pc-sdk .ot-accordion-layout input[type=checkbox]:checked~.ot-acc-txt.ot-acc-grpcntr{width:auto;padding-bottom:15px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{float:none;font-size:.88em;color:#2e3644;margin:0;display:inline-block;height:auto;word-wrap:break-word;vertical-align:middle;min-height:inherit}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{padding-left:20px;width:calc(100% - 20px);display:inline-block;margin-top:0;padding-bottom:2px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active{right:16px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl+.ot-tgl{right:88px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{right:10px;margin-top:-2px;left:auto}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active,#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{position:absolute;top:60%;transform:translateY(-50%)}#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout p[aria-level="4"]~.ot-always-active{position:relative;transform:none;right:0}#onetrust-pc-sdk #ot-category-title{padding-bottom:10px}#onetrust-pc-sdk .ot-pli-hdr{color:#77808e;overflow:hidden;padding-top:7.5px;padding-bottom:7.5px;width:calc(100% - 2px);border-top-left-radius:3px;border-top-right-radius:3px}#onetrust-pc-sdk .ot-pli-hdr .ot-li-title{float:right;font-size:.813em}#onetrust-pc-sdk .ot-pli-hdr span:first-child{top:50%;transform:translateY(50%);max-width:80px}#onetrust-pc-sdk .ot-pli-hdr span:last-child{text-align:center;max-width:95px}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color{background-color:#f8f8f8;border:1px solid #e9e9e9}#onetrust-pc-sdk .ot-pli-hdr.ot-leg-border-color span:first-child{text-align:left;width:80px}#onetrust-pc-sdk .ot-subgrp>h5,#onetrust-pc-sdk .ot-subgrp>p[aria-level="5"],#onetrust-pc-sdk .ot-cat-header{width:calc(100% - 130px);max-width:60%}#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>h5,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-subgrp>p[aria-level="5"],#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header{width:calc(100% - 145px)}#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item h5+.ot-tgl-cntr,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item p[aria-level="5"]+.ot-tgl-cntr,#onetrust-pc-sdk .ot-pli-hdr~.ot-cat-item .ot-cat-header+.ot-tgl{padding-left:28px}#onetrust-pc-sdk .ot-acc-grpcntr .ot-acc-grpdesc{margin-bottom:5px}#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr{border-top:1px solid #e9e9e9}#onetrust-pc-sdk .ot-acc-grpcntr .ot-subgrp-cntr ul.ot-subgrps li{margin-top:5px;margin-bottom:5px}#onetrust-pc-sdk .ot-acc-hdr .ot-arw-cntr+.ot-tgl,#onetrust-pc-sdk .ot-cat-item h4+.ot-tgl,#onetrust-pc-sdk .ot-acc-txt h4+.ot-tgl-cntr,#onetrust-pc-sdk .ot-cat-item p[aria-level="4"]+.ot-tgl,#onetrust-pc-sdk .ot-acc-txt p[aria-level="4"]+.ot-tgl-cntr{padding-left:30px}#onetrust-pc-sdk .ot-sel-all-hdr,#onetrust-pc-sdk .ot-sel-all-chkbox{position:relative;display:inline-block;width:100%}#onetrust-pc-sdk .ot-sel-all-chkbox{z-index:1}#onetrust-pc-sdk .ot-li-hdr,#onetrust-pc-sdk .ot-consent-hdr{float:right;font-size:.813em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-li-hdr{max-width:100px;min-width:100px}#onetrust-pc-sdk .ot-consent-hdr{margin-right:5px;max-width:55px}#onetrust-pc-sdk .ot-ven-litgl+.ot-arw-cntr{margin-left:81px}#onetrust-pc-sdk .ot-sel-all{margin:0;position:relative;padding-right:13px;float:right}#onetrust-pc-sdk #ot-selall-hostcntr,#onetrust-pc-sdk #ot-selall-vencntr{right:20px;position:relative}#onetrust-pc-sdk #ot-selall-licntr{position:relative;right:79px}#onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .ot-sel-all{position:relative;display:inline-block;width:20px;height:25px}#onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .ot-sel-all label{position:absolute;padding:0;width:18px;height:18px}#onetrust-pc-sdk .ot-always-active-group .ot-cat-header{width:55%}#onetrust-pc-sdk .ot-leg-btn-container{display:inline-block;width:100%;margin-top:10px}#onetrust-pc-sdk .ot-leg-btn-container button{height:auto;padding:6.5px 8px;margin-bottom:0;letter-spacing:0;line-height:normal}#onetrust-pc-sdk .ot-leg-btn-container svg{display:none;height:14px;width:14px;padding-right:5px;vertical-align:sub}#onetrust-pc-sdk .ot-active-leg-btn{cursor:default;pointer-events:none}#onetrust-pc-sdk .ot-active-leg-btn svg{display:inline-block}#onetrust-pc-sdk .ot-remove-objection-handler{border:none;text-decoration:underline;padding:0;font-size:.82em;font-weight:600;line-height:1.4;padding-left:10px}#onetrust-pc-sdk .ot-obj-leg-btn-handler span{font-weight:bold;text-align:center;font-size:.91em;line-height:1.5}#onetrust-pc-sdk[dir=rtl] input~.ot-acc-hdr .ot-arw,#onetrust-pc-sdk[dir=rtl] #ot-back-arw{transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg)}#onetrust-pc-sdk[dir=rtl] input:checked~.ot-acc-hdr .ot-arw{transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg)}#onetrust-pc-sdk[dir=rtl] .ot-chkbox label::after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);border-left:0;border-right:3px solid}#onetrust-pc-sdk[dir=rtl] .ot-lst-subhdr svg{right:0}#onetrust-pc-sdk .ot-ven-ctgl,#onetrust-pc-sdk .ot-ven-litgl,#onetrust-pc-sdk .ot-host-tgl,#onetrust-pc-sdk .ot-ven-gvctgl{position:relative;display:inline-block;width:20px;height:20px;margin-left:60px}#onetrust-pc-sdk .ot-ven-ctgl label,#onetrust-pc-sdk .ot-ven-litgl label,#onetrust-pc-sdk .ot-host-tgl label,#onetrust-pc-sdk .ot-ven-gvctgl label{position:absolute;margin:0}#onetrust-pc-sdk #ot-host-lst .ot-host-expand{clear:both;float:none;display:block}#onetrust-pc-sdk ul{list-style:none}#onetrust-pc-sdk ul li:not(.ot-fltr-opt){position:relative;margin:0;padding:15px 15px 15px 15px;border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk ul li h3,#onetrust-pc-sdk ul li h4,#onetrust-pc-sdk ul li p[aria-level="3"],#onetrust-pc-sdk ul li p[aria-level="4"]{font-size:.75em;color:#656565;margin:0;height:auto;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk ul li p:not([role=heading]){margin:0;font-size:.7em}#onetrust-pc-sdk .ot-ven-item>button:focus,#onetrust-pc-sdk .ot-host-item>button:focus,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button:focus,#onetrust-pc-sdk .ot-acc-cntr>button:focus{outline:#000 solid 2px}#onetrust-pc-sdk .ot-ven-item>button,#onetrust-pc-sdk .ot-host-item>button,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button,#onetrust-pc-sdk .ot-acc-cntr>button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none}#onetrust-pc-sdk .ot-ven-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-host-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button[aria-expanded=false]~.ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=false]~.ot-acc-txt{margin-top:0;max-height:0;overflow:hidden;width:100%;transition:.25s ease-out;display:none}#onetrust-pc-sdk .ot-ven-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-host-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item>button[aria-expanded=true]~.ot-acc-txt,#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-txt{transition:.1s ease-in;width:auto;overflow:auto;display:block}#onetrust-pc-sdk .ot-host-item>button:focus{outline:0;border:2px solid #000}#onetrust-pc-sdk.ot-addtl-vendors .ot-enbl-chr #ot-selall-vencntr{right:0}#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-licntr{right:135px}#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-adtlvencntr,#onetrust-pc-sdk.ot-addtl-vendors>:not(.ot-enbl-chr) #ot-selall-gnvencntr{right:40px}#onetrust-pc-sdk.ot-addtl-vendors .ot-li-hdr{margin-right:15px}#onetrust-pc-sdk.ot-addtl-vendors #ot-selall-licntr{right:115px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-sel-blk{background-color:#f9f9fc;border:1px solid #e2e2e2;width:auto;padding-bottom:5px;padding-top:5px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all{padding-right:23px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) ul li{border:1px solid #e2e2e2;margin-bottom:10px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-sel-all-chkbox{float:right;width:auto;right:3px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-tgl-cntr{right:12px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-ven-ctgl{margin-left:75px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-ven-litgl+.ot-arw-cntr{margin-left:95px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) .ot-acc-cntr>.ot-acc-hdr{padding-top:10px;padding-bottom:10px}#onetrust-pc-sdk.ot-addtl-vendors #ot-lst-cnt:not(.ot-host-cnt) #ot-addtl-venlst .ot-tgl-cntr{right:32px}#onetrust-pc-sdk.ot-addtl-vendors #ot-ven-lst:first-child{border-top:none}#onetrust-pc-sdk.ot-addtl-vendors #ot-selall-vencntr{right:40px;position:absolute}#onetrust-pc-sdk #ot-selall-adtlvencntr,#onetrust-pc-sdk #ot-selall-gnvencntr{position:relative;right:20px}#onetrust-pc-sdk .ot-acc-cntr{position:relative;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr{background-color:#f9f9fc;padding-left:15px;padding-top:5px;padding-bottom:5px;width:calc(100% - 15px)}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-plus-minus{vertical-align:middle;top:auto}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-hdr .ot-arw-cntr{right:10px;left:auto}#onetrust-pc-sdk .ot-acc-cntr.ot-add-tech .ot-acc-hdr{padding:10px 0 10px 15px}#onetrust-pc-sdk .ot-acc-cntr>button[aria-expanded=true]~.ot-acc-hdr{border-bottom:1px solid #e2e2e2}#onetrust-pc-sdk .ot-acc-cntr>.ot-acc-txt{padding-left:10px;padding-right:10px;padding-top:10px;position:relative;z-index:1}#onetrust-pc-sdk .ot-acc-cntr .ot-addtl-venbox{display:none}#onetrust-pc-sdk .ot-vensec-title{font-size:.813em;vertical-align:middle;display:inline-block}#onetrust-pc-sdk.ot-close-btn-link #close-pc-btn-handler{border:none;height:auto;line-height:1.5;text-decoration:underline;font-size:.69em;background:none;right:15px;top:15px;width:auto;position:absolute;font-weight:normal}#onetrust-pc-sdk .ot-cat-header{float:left;font-weight:600;font-size:.875em;line-height:1.5;max-width:90%;vertical-align:middle}#onetrust-pc-sdk .ot-vnd-item>button:focus{outline:#000 solid 2px}#onetrust-pc-sdk .ot-vnd-item>button{position:absolute;cursor:pointer;width:100%;height:100%;margin:0;top:0;left:0;z-index:1;max-width:none;border:none}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=false]~.ot-acc-txt{margin-top:0;max-height:0;opacity:0;overflow:hidden;width:100%;transition:.25s ease-out;display:none}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-txt{transition:.1s ease-in;margin-top:10px;width:100%;overflow:auto;display:block}#onetrust-pc-sdk .ot-vnd-item>button[aria-expanded=true]~.ot-acc-grpcntr{width:auto;margin-top:0px;padding-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{position:relative;border-radius:2px;margin:0;padding:0;border:1px solid #d8d8d8;border-top:none;width:calc(100% - 2px);float:left}#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{margin-top:10px;border-top:1px solid #d8d8d8}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{padding-left:20px;padding-right:20px;width:calc(100% - 40px);font-size:.812em;margin-bottom:10px;margin-top:15px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul{padding-top:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc>ul li{padding-top:0;line-height:1.5;padding-bottom:10px}#onetrust-pc-sdk .ot-accordion-layout div+.ot-acc-grpdesc{margin-top:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:first-child{margin-top:10px}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr:last-child,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr:last-child{margin-bottom:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding-top:11.5px;padding-bottom:11.5px;padding-left:20px;padding-right:20px;width:calc(100% - 40px);display:inline-block}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-txt{width:100%;padding:0}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp-cntr{padding-left:20px;padding-right:15px;padding-bottom:0;width:calc(100% - 35px)}#onetrust-pc-sdk .ot-accordion-layout .ot-subgrp{padding-right:5px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{z-index:1;position:relative}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr{position:absolute;top:50%;transform:translateY(-50%);right:20px;margin-top:-2px}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header+.ot-arw-cntr .ot-arw{width:15px;height:20px;margin-left:5px;color:dimgray}#onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{float:none;color:#2e3644;margin:0;display:inline-block;height:auto;word-wrap:break-word;min-height:inherit}#onetrust-pc-sdk .ot-accordion-layout .ot-vlst-cntr,#onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{padding-left:20px;width:calc(100% - 20px);display:inline-block;margin-top:0;padding-bottom:2px}#onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{position:relative;min-height:25px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl,#onetrust-pc-sdk .ot-accordion-layout h4~.ot-always-active{position:absolute;top:50%;transform:translateY(-50%);right:20px}#onetrust-pc-sdk .ot-accordion-layout h4~.ot-tgl+.ot-tgl{right:95px}#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler,#onetrust-pc-sdk .ot-accordion-layout .category-vendors-list-handler+a{margin-top:5px}#onetrust-pc-sdk #ot-pc-lst{display:flex;flex-direction:column}#onetrust-pc-sdk #ot-lst-cnt{margin-top:1rem;max-height:calc(100% - 100px)}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:.75rem 2rem;padding-bottom:0;width:auto;margin-top:.5rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info{margin-bottom:1rem;padding-left:.75rem;padding-right:.75rem;display:flex;flex-direction:column}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info>div{display:flex}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:.85em;margin-bottom:.5rem}#onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info .ot-vnd-cnt{margin-left:.5rem;font-weight:500;font-size:.85rem}#onetrust-pc-sdk .ot-vs-list,#onetrust-pc-sdk .ot-vnd-serv{width:auto;padding:1rem 1.25rem;padding-bottom:0}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:.75rem;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-vs-list .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:600;font-size:.95em;line-height:2;margin-left:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item{border:none;margin:0;padding:0}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button{outline:none;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item button[aria-expanded=true],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item button[aria-expanded=true]{border-bottom:none}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:first-child{margin-top:.25rem;border-top:unset}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child{margin-bottom:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item:last-child button,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item:last-child button{border-bottom:none}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info-cntr{border:1px solid #d8d8d8;padding:.75rem 1.75rem;padding-bottom:0;width:auto;margin-top:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info{margin-bottom:1rem;padding-left:.75rem;padding-right:.75rem;display:flex;flex-direction:column}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info>div,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info>div{display:flex}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOEmail]{border-top:1px solid #d8d8d8;padding-top:1rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink],#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info[data-vnd-info-key*=DPOLink]{border-bottom:1px solid #d8d8d8;padding-bottom:1rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-lbl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-lbl{font-weight:bold;font-size:.85em;margin-bottom:.5rem}#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-vnd-info .ot-vnd-cnt,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info .ot-vnd-cnt{margin-left:.5rem;font-weight:500;font-size:.85rem}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt{padding-left:40px}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-size:.8em}#onetrust-pc-sdk .ot-vs-list.ot-vnd-subgrp-cnt .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv.ot-vnd-subgrp-cnt .ot-cat-header{font-size:.8em}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv{margin-bottom:1rem;padding:1rem .95rem}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr{padding-bottom:.75rem;border-bottom:1px solid #d8d8d8}#onetrust-pc-sdk .ot-subgrp-cntr .ot-vnd-serv .ot-vnd-serv-hdr-cntr .ot-vnd-serv-hdr{font-weight:700;font-size:.8em;line-height:20px;margin-left:.82rem}#onetrust-pc-sdk .ot-subgrp-cntr .ot-cat-header{font-weight:700;font-size:.8em;line-height:20px}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-vnd-serv .ot-vnd-lst-cont .ot-accordion-layout .ot-acc-hdr div.ot-chkbox{margin-left:.82rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr{padding:.7rem 0;margin:0;display:flex;width:100%;align-items:center;justify-content:space-between}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:first-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:first-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:first-child{margin-left:.5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr div:last-child,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr div:last-child,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr div:last-child{margin-right:.5rem;margin-left:.5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-always-active,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-always-active{position:relative;right:unset;top:unset;transform:unset}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-plus-minus,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-plus-minus{top:0}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-arw-cntr,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-arw-cntr{float:none;top:unset;right:unset;transform:unset;margin-top:-2px;position:relative}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-cat-header,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-cat-header{flex:1;margin:0 .5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-tgl,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-tgl{position:relative;transform:none;right:0;top:0;float:none}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox{position:relative;margin:0 .5rem}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label{padding:0}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox label::before,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox label::before{position:relative}#onetrust-pc-sdk .ot-vs-config .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk #ot-pc-lst .ot-vs-list .ot-vnd-item .ot-acc-hdr .ot-chkbox input,#onetrust-pc-sdk .ot-accordion-layout.ot-checkbox-consent .ot-acc-hdr .ot-chkbox input{position:absolute;cursor:pointer;width:100%;height:100%;opacity:0;margin:0;top:0;left:0;z-index:1}#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h5.ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr h4.ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr p[aria-level="5"].ot-cat-header,#onetrust-pc-sdk .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp .ot-acc-hdr p[aria-level="4"].ot-cat-header{margin:0}#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp h5,#onetrust-pc-sdk .ot-vs-config .ot-subgrp-cntr ul.ot-subgrps li.ot-subgrp p[aria-level="5"]{top:0;line-height:20px}#onetrust-pc-sdk .ot-vs-list{display:flex;flex-direction:column;padding:0;margin:.5rem 4px}#onetrust-pc-sdk .ot-vs-selc-all{display:flex;padding:0;float:unset;align-items:center;justify-content:flex-start}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf{justify-content:flex-end}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox{margin-right:48px}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox{margin:0;padding:0;margin-right:14px;justify-content:flex-end}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-chkbox,#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr.ot-tgl{display:inline-block;right:unset;width:auto;height:auto;float:none}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf #ot-selall-vencntr label{width:45px;height:25px}#onetrust-pc-sdk .ot-vs-selc-all .ot-sel-all-chkbox{margin-right:11px;margin-left:.75rem;display:flex;align-items:center}#onetrust-pc-sdk .ot-vs-selc-all .sel-all-hdr{margin:0 1.25rem;font-size:.812em;line-height:normal;text-align:center;word-break:break-word;word-wrap:break-word}#onetrust-pc-sdk .ot-vnd-list-cnt #ot-selall-vencntr.ot-chkbox{float:unset;right:0}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf.ot-caret-conf .ot-sel-all-chkbox{margin-right:.5rem}#onetrust-pc-sdk .ot-vs-selc-all.ot-toggle-conf .ot-sel-all-chkbox{margin-right:15px}#onetrust-pc-sdk #ot-sel-blk .ot-chkbox{right:unset}#onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-acc-hdr .ot-tgl{padding:0}#onetrust-pc-sdk .ot-vs-list{margin-top:.5rem}#onetrust-pc-sdk .ot-pgph-link{font-size:.813em;margin-top:5px;position:relative}#onetrust-pc-sdk .ot-pgph-link.ot-pgph-link-subgroup{margin-bottom:1rem}#onetrust-pc-sdk .ot-pgph-contr{margin:0 2.5rem}#onetrust-pc-sdk .ot-pgph-title{font-size:1.18rem;margin-bottom:2rem}#onetrust-pc-sdk .ot-pgph-desc{font-size:1rem;font-weight:400;margin-bottom:2rem;line-height:1.5rem}#onetrust-pc-sdk .ot-pgph-desc:not(:last-child):after{content:"";width:96%;display:block;margin:0 auto;padding-bottom:2rem;border-bottom:1px solid #e9e9e9}@media(min-width: 768px){#onetrust-pc-sdk.ot-tgl-with-label .ot-label-status{display:inline}#onetrust-pc-sdk.ot-tgl-with-label #ot-pc-lst .ot-label-status{display:none}}@media only screen and (max-width: 600px){#onetrust-pc-sdk{max-width:100%;min-width:100%}#onetrust-pc-sdk .ot-ftr-stacked button{width:100%}#onetrust-pc-sdk #ot-lst-cnt,#onetrust-pc-sdk #ot-pc-hdr{margin-top:0;padding:0 5px 0 10px;width:calc(100% - 25px)}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container{height:100%;display:flex;flex-direction:column;justify-content:space-around}#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .ot-pc-refuse-all-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container .save-preference-btn-handler,#onetrust-pc-sdk .ot-btn-container.ot-button-order-container #accept-recommended-btn-handler{width:100%;float:none !important;margin:0 !important}}@media only screen and (max-width: 425px){#onetrust-pc-sdk.otPcPanel{left:0;min-width:100%;height:100%;top:0;border-radius:0}#onetrust-pc-sdk #ot-host-lst .ot-chkbox{margin-left:0}#onetrust-pc-sdk #ot-pc-content{margin:0 10px 0 20px}#onetrust-pc-sdk p{font-size:.7em}#onetrust-pc-sdk .ot-tgl-cntr{width:auto}#onetrust-pc-sdk #vendor-search-handler{font-size:1em}#onetrust-pc-sdk #ot-lst-cnt{height:calc(100% - 95px)}#onetrust-pc-sdk .ot-switch+p{max-width:80%}#onetrust-pc-sdk button{letter-spacing:.01em}#onetrust-pc-sdk .save-preference-btn-handler{margin-top:0}#onetrust-pc-sdk .ot-search-cntr{width:75%}}@media only screen and (max-width: 320px){#onetrust-pc-sdk #ot-fltr-cnt{margin-left:15px}}@media only screen and (max-width: 896px)and (max-height: 425px)and (orientation: landscape){#onetrust-pc-sdk{left:0;top:0;min-width:100%;height:100%;border-radius:0}#onetrust-pc-sdk .ot-pc-header{height:auto;min-height:20px}#onetrust-pc-sdk .ot-pc-header .ot-pc-logo{max-height:30px}#onetrust-pc-sdk .ot-pc-footer{max-height:90px;height:100%}#onetrust-pc-sdk .ot-pc-footer .ot-btn-container{overflow-y:auto;overflow-x:hidden;max-height:calc(100% - 30px)}#onetrust-pc-sdk #ot-pc-content,#onetrust-pc-sdk #ot-pc-lst{bottom:100px;height:auto !important}#onetrust-pc-sdk.ot-ftr-stacked #ot-pc-content{bottom:100px}#onetrust-pc-sdk button{letter-spacing:.02em}#onetrust-pc-sdk #ot-anchor{left:initial;right:50px}#onetrust-pc-sdk #ot-lst-title{margin-top:12px}#onetrust-pc-sdk #ot-lst-title *{font-size:inherit}#onetrust-pc-sdk #ot-pc-hdr input{margin-right:0;padding-right:45px}#onetrust-pc-sdk .ot-switch+p{max-width:85%}#onetrust-pc-sdk #ot-lst-cnt{max-height:none;overflow:initial}#onetrust-pc-sdk #ot-lst-cnt.no-results{height:auto}#onetrust-pc-sdk input{font-size:1em !important}#onetrust-pc-sdk p{font-size:.6em}#onetrust-pc-sdk #ot-pc-lst{overflow:auto}#onetrust-pc-sdk #ot-fltr-modal{width:100%;height:100%;max-height:none;top:0}#onetrust-pc-sdk #ot-sel-blk{position:static}#onetrust-pc-sdk #ot-fltr-cnt{height:250px;width:100%}#onetrust-pc-sdk.ot-shw-fltr #ot-anchor{display:none !important}#onetrust-pc-sdk.ot-shw-fltr #ot-pc-lst{height:100% !important;overflow:hidden;top:0px}#onetrust-pc-sdk.ot-shw-fltr #ot-fltr-cnt{margin:0;height:100%;padding:10px;top:0;width:calc(100% - 20px);position:absolute;right:0;left:0;max-width:none}#onetrust-pc-sdk.ot-shw-fltr .ot-fltr-scrlcnt{max-height:calc(100% - 65px)}} #onetrust-consent-sdk #onetrust-pc-sdk, #onetrust-consent-sdk #ot-search-cntr, #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch.ot-toggle, #onetrust-consent-sdk #onetrust-pc-sdk ot-grp-hdr1 .checkbox, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title:after ,#onetrust-consent-sdk #onetrust-pc-sdk #ot-sel-blk, #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-cnt, #onetrust-consent-sdk #onetrust-pc-sdk #ot-anchor { background-color: #FFFFFF; } #onetrust-consent-sdk #onetrust-pc-sdk h3, #onetrust-consent-sdk #onetrust-pc-sdk h4, #onetrust-consent-sdk #onetrust-pc-sdk h5, #onetrust-consent-sdk #onetrust-pc-sdk h6, #onetrust-consent-sdk #onetrust-pc-sdk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-ven-lst .ot-ven-opts p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-li-title, #onetrust-consent-sdk #onetrust-pc-sdk .ot-sel-all-hdr span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #modal-header, #onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-sel-blk p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title h3, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-lst-title p[aria-level="3"], #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .back-btn-handler p, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst .ot-ven-name, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst #ot-ven-lst .consent-category, #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-label-status, #onetrust-consent-sdk #onetrust-pc-sdk .ot-chkbox label span, #onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler, #onetrust-consent-sdk #onetrust-pc-sdk .ot-optout-signal { color: #1F3047; } #onetrust-consent-sdk #onetrust-pc-sdk .privacy-notice-link, #onetrust-consent-sdk #onetrust-pc-sdk .ot-pgph-link, #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler, #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler + a, #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler, #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-link, #onetrust-consent-sdk #onetrust-pc-sdk .ot-ven-legclaim-link, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-name a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-acc-hdr .ot-host-expand, #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-content #ot-pc-desc .ot-link-btn, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vnd-serv .ot-vnd-item .ot-vnd-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt .ot-vnd-info a, #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc a { color: #066FEF; } #onetrust-consent-sdk #onetrust-pc-sdk .category-vendors-list-handler:hover { text-decoration: underline;} #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info, #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets { background-color: #F8F8F8; } #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn { background-color: #066FEF;border-color: #066FEF; color: #FFFFFF; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu { border-color: #066FEF; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-remove-objection-handler{ background-color: transparent; border: 1px solid transparent; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-inactive-leg-btn { background-color: #FFFFFF; color: #4D4D4D; border-color: #4D4D4D; }#onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob { background-color: #d5e9ff; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-switch-nob { background-color: #767676; } #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:focus + .ot-switch, .ot-switch .ot-switch-nob, .ot-switch .ot-switch-nob:before, #onetrust-pc-sdk .ot-checkbox input[type="checkbox"]:focus + label::before, #onetrust-pc-sdk .ot-chkbox input[type="checkbox"]:focus + label::before { outline-color: #000000; outline-width: 1px; outline-offset: 1px; } #onetrust-pc-sdk .ot-host-item > button:focus, #onetrust-pc-sdk .ot-ven-item > button:focus { border: 1px solid #000000; } #onetrust-consent-sdk #onetrust-pc-sdk *:focus, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus { outline: 1px solid #000000; outline-offset: 1px; }#ot-header-id-BG115.ot-cat-header {display: none !important;} #ot-desc-id-BG115.ot-category-desc {display: none !important;} #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon { background-image: url("https://cdn.cookielaw.org/logos/static/ot_close.svg") !important; } #onetrust-pc-sdk .ot-optout-signal{ Color: #1F3047; Font-family: FordMotion, arial; Font-size: 16px; Font-Style: normal; Font-weight: 500px; Background-color: #E5F3E6; Border: transparent; Text-align: left;} #onetrust-pc-sdk #ot-pc-title{ Font-family: FordMotion, arial; Font-size: 24px; Font-style: normal; Font-weight: 500; Line-height: 32px;} #onetrust-pc-sdk .ot-cat-header{ Color: #4D5B6D; Font-family: FordMotion, arial; Font-size: 16px; Font-style: normal; Font-weight: 400; Line-height: 24px;} #onetrust-pc-sdk #ot-pc-desc{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 400; line-height: 20px;} #onetrust-consent-sdk #onetrust-pc-sdk p{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 400; line-height: 20px;} #onetrust-pc-sdk button{ Font-family: FordMotion, arial; Font-size: 14px; font-style: normal; Font-weight: 700; line-height: 20px; border-radius: var(--radius-full, 400px);} #onetrust-pc-sdk .ot-pc-footer-logo{ background: transparent;} #onetrust-pc-sdk .ot-switch-nob{ outline-color: transparent; background-color: #9CA3AD;} #onetrust-pc-sdk .ot-switch-nob:before{ background-color: #FFFFFF; border: transparent; outline-color: transparent;} #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{ background-color: #d5e9ff; border: #3860be; outline-color: transparent;} #onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{ background-color: #3860be; border: #3860be;} .ot-sdk-cookie-policy{font-family:inherit;font-size:16px}.ot-sdk-cookie-policy.otRelFont{font-size:1rem}.ot-sdk-cookie-policy h3,.ot-sdk-cookie-policy h4,.ot-sdk-cookie-policy h6,.ot-sdk-cookie-policy p,.ot-sdk-cookie-policy li,.ot-sdk-cookie-policy a,.ot-sdk-cookie-policy th,.ot-sdk-cookie-policy #cookie-policy-description,.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,.ot-sdk-cookie-policy #cookie-policy-title{color:dimgray}.ot-sdk-cookie-policy #cookie-policy-description{margin-bottom:1em}.ot-sdk-cookie-policy h4{font-size:1.2em}.ot-sdk-cookie-policy h6{font-size:1em;margin-top:2em}.ot-sdk-cookie-policy th{min-width:75px}.ot-sdk-cookie-policy a,.ot-sdk-cookie-policy a:hover{background:#fff}.ot-sdk-cookie-policy thead{background-color:#f6f6f4;font-weight:bold}.ot-sdk-cookie-policy .ot-mobile-border{display:none}.ot-sdk-cookie-policy section{margin-bottom:2em}.ot-sdk-cookie-policy table{border-collapse:inherit}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy{font-family:inherit;font-size:1rem}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title{color:dimgray}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description{margin-bottom:1em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup{margin-left:1.5em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td{font-size:.9em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a{font-size:inherit}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group{font-size:1em;margin-bottom:.6em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-title{margin-bottom:1.2em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy>section{margin-bottom:1em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th{min-width:75px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover{background:#fff}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead{background-color:#f6f6f4;font-weight:bold}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-mobile-border{display:none}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy section{margin-bottom:2em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li{list-style:disc;margin-left:1.5em}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-subgroup ul li h4{display:inline-block}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table{border-collapse:inherit;margin:auto;border:1px solid #d7d7d7;border-radius:5px;border-spacing:initial;width:100%;overflow:hidden}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td{border-bottom:1px solid #d7d7d7;border-right:1px solid #d7d7d7}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td{border-bottom:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr th:last-child,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child{border-right:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type{width:25%}.ot-sdk-cookie-policy[dir=rtl]{text-align:left}#ot-sdk-cookie-policy h3{font-size:1.5em}@media only screen and (max-width: 530px){.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td,.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{display:block}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr{position:absolute;top:-9999px;left:-9999px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr{margin:0 0 1em 0}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd),.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a{background:#f6f6f4}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{position:absolute;height:100%;left:6px;width:40%;padding-right:10px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border{display:inline-block;background-color:#e4e4e4;position:absolute;height:100%;top:0;left:45%;width:2px}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before{content:attr(data-label);font-weight:bold}.ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li{word-break:break-word;word-wrap:break-word}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table{overflow:hidden}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td{border:none;border-bottom:1px solid #d7d7d7}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr{display:block}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type{width:auto}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr{margin:0 0 1em 0}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before{height:100%;width:40%;padding-right:10px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before{content:attr(data-label);font-weight:bold}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li{word-break:break-word;word-wrap:break-word}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr{position:absolute;top:-9999px;left:-9999px;z-index:-9999}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td{border-bottom:1px solid #d7d7d7;border-right:0px}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child{border-bottom:0px}} #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h5, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title { color: #696969; } #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th { background-color: #F8F8F8; } .ot-floating-button__front{background-image:url('https://cdn.cookielaw.org/logos/static/ot_persistent_cookie.png')} @keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } @-webkit-keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } @-moz-keyframes slide-down-custom { 0% { bottom: 1024px !important; } 100% { bottom: 0px; } } </style><meta http-equiv="origin-trial" content="A6A+1d+C3ouRtnK8HZmLfRaTibk7Y5RIysXvkTgkdjhqJIIf/lhKui+K3HFmT7FjsIInJLWjy/x5UTLp9k7IewQAAACGeyJvcmlnaW4iOiJodHRwczovL2dvLW1wdWxzZS5uZXQ6NDQzIiwiZmVhdHVyZSI6IlNvZnROYXZpZ2F0aW9uSGV1cmlzdGljcyIsImV4cGlyeSI6MTcxNjk0MDc5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0="><script type="text/javascript" src="https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie.js"></script><script src="https://www.account.ford.com/etc/fd/fma/bundle.js" defer="" async="" data-app-id="" data-fma-script="" data-lang="en_us" data-property-key="brand_ford" data-region="na" data-fs-url="https://stg.api.mps.ford.com" data-client-id="" data-base-path="/" data-base-path-redirection="true" data-redirect-url="https://www.ford.com/login/"></script><script src="https://www.ford.com/fps/script/Ford/USA" async=""></script><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/8f445078121c/RC79026732bf684b57aeb5c7a8c840d8f2-source.min.js" async=""></script><script src="https://assets.adobedtm.com/248d63c2ff6b/5e8baaa76508/8f445078121c/RCca4f6f5cc02b4b7d9e5572335793c2bc-source.min.js" async=""></script><style type="text/css" id="kampyleStyle">.noOutline{outline: none !important;}.wcagOutline:focus{outline: 1px dashed #595959 !important;outline-offset: 2px !important;transition: none !important;}</style></head> <body class="opt1 gdux--lightTheme back-to-top-enabled"> <div id="fmc-icon-sprites" style="display:none" data-url="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-sprites/resources/fordIcons.svg"><svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <!-- add.svg --> <symbol id="add" viewBox="0 0 24 24"> <path d="M11 13H6C5.71667 13 5.47917 12.9042 5.2875 12.7125C5.09583 12.5208 5 12.2833 5 12C5 11.7167 5.09583 11.4792 5.2875 11.2875C5.47917 11.0958 5.71667 11 6 11H11V6C11 5.71667 11.0958 5.47917 11.2875 5.2875C11.4792 5.09583 11.7167 5 12 5C12.2833 5 12.5208 5.09583 12.7125 5.2875C12.9042 5.47917 13 5.71667 13 6V11H18C18.2833 11 18.5208 11.0958 18.7125 11.2875C18.9042 11.4792 19 11.7167 19 12C19 12.2833 18.9042 12.5208 18.7125 12.7125C18.5208 12.9042 18.2833 13 18 13H13V18C13 18.2833 12.9042 18.5208 12.7125 18.7125C12.5208 18.9042 12.2833 19 12 19C11.7167 19 11.4792 18.9042 11.2875 18.7125C11.0958 18.5208 11 18.2833 11 18V13Z" fill="currentColor"></path> </symbol> <!-- arrow_left_alt.svg --> <symbol id="arrow_left_alt" viewBox="0 0 24 24"> <path d="M7.85002 13L10.7 15.85C10.9 16.05 10.9959 16.2833 10.9875 16.55C10.9792 16.8167 10.8834 17.05 10.7 17.25C10.5 17.45 10.2625 17.5542 9.98752 17.5625C9.71252 17.5708 9.47502 17.475 9.27502 17.275L4.70002 12.7C4.50002 12.5 4.40002 12.2667 4.40002 12C4.40002 11.7333 4.50002 11.5 4.70002 11.3L9.27502 6.72501C9.47502 6.52501 9.71252 6.42918 9.98752 6.43751C10.2625 6.44585 10.5 6.55001 10.7 6.75001C10.8834 6.95001 10.9792 7.18335 10.9875 7.45001C10.9959 7.71668 10.9 7.95001 10.7 8.15001L7.85002 11H19C19.2834 11 19.5209 11.0958 19.7125 11.2875C19.9042 11.4792 20 11.7167 20 12C20 12.2833 19.9042 12.5208 19.7125 12.7125C19.5209 12.9042 19.2834 13 19 13H7.85002Z" fill="currentColor"></path> </symbol> <!-- arrow_right_alt.svg --> <symbol id="arrow_right_alt" viewBox="0 0 24 24"> <path d="M16.15 13H5C4.71667 13 4.47917 12.9042 4.2875 12.7125C4.09583 12.5208 4 12.2833 4 12C4 11.7167 4.09583 11.4792 4.2875 11.2875C4.47917 11.0958 4.71667 11 5 11H16.15L13.3 8.15001C13.1 7.95001 13.0042 7.71668 13.0125 7.45001C13.0208 7.18335 13.1167 6.95001 13.3 6.75001C13.5 6.55001 13.7375 6.44585 14.0125 6.43751C14.2875 6.42918 14.525 6.52501 14.725 6.72501L19.3 11.3C19.4 11.4 19.4708 11.5083 19.5125 11.625C19.5542 11.7417 19.575 11.8667 19.575 12C19.575 12.1333 19.5542 12.2583 19.5125 12.375C19.4708 12.4917 19.4 12.6 19.3 12.7L14.725 17.275C14.525 17.475 14.2875 17.5708 14.0125 17.5625C13.7375 17.5542 13.5 17.45 13.3 17.25C13.1167 17.05 13.0208 16.8167 13.0125 16.55C13.0042 16.2833 13.1 16.05 13.3 15.85L16.15 13Z" fill="currentColor"></path> </symbol> <!-- arrow_upward_alt.svg --> <symbol id="arrow_upward_alt" viewBox="0 0 24 24"> <path d="M11 8.79999L8.09999 11.7C7.91665 11.8833 7.68332 11.975 7.39999 11.975C7.11665 11.975 6.88332 11.8833 6.69999 11.7C6.51665 11.5167 6.42499 11.2833 6.42499 11C6.42499 10.7167 6.51665 10.4833 6.69999 10.3L11.3 5.69999C11.5 5.49999 11.7333 5.39999 12 5.39999C12.2667 5.39999 12.5 5.49999 12.7 5.69999L17.3 10.3C17.4833 10.4833 17.575 10.7167 17.575 11C17.575 11.2833 17.4833 11.5167 17.3 11.7C17.1167 11.8833 16.8833 11.975 16.6 11.975C16.3167 11.975 16.0833 11.8833 15.9 11.7L13 8.79999V17C13 17.2833 12.9042 17.5208 12.7125 17.7125C12.5208 17.9042 12.2833 18 12 18C11.7167 18 11.4792 17.9042 11.2875 17.7125C11.0958 17.5208 11 17.2833 11 17V8.79999Z" fill="currentColor"></path> </symbol> <!-- close.svg --> <symbol id="close" viewBox="0 0 24 24"> <path d="M12 13.4L7.09999 18.3C6.91665 18.4834 6.68332 18.575 6.39999 18.575C6.11665 18.575 5.88332 18.4834 5.69999 18.3C5.51665 18.1167 5.42499 17.8834 5.42499 17.6C5.42499 17.3167 5.51665 17.0834 5.69999 16.9L10.6 12L5.69999 7.10005C5.51665 6.91672 5.42499 6.68338 5.42499 6.40005C5.42499 6.11672 5.51665 5.88338 5.69999 5.70005C5.88332 5.51672 6.11665 5.42505 6.39999 5.42505C6.68332 5.42505 6.91665 5.51672 7.09999 5.70005L12 10.6L16.9 5.70005C17.0833 5.51672 17.3167 5.42505 17.6 5.42505C17.8833 5.42505 18.1167 5.51672 18.3 5.70005C18.4833 5.88338 18.575 6.11672 18.575 6.40005C18.575 6.68338 18.4833 6.91672 18.3 7.10005L13.4 12L18.3 16.9C18.4833 17.0834 18.575 17.3167 18.575 17.6C18.575 17.8834 18.4833 18.1167 18.3 18.3C18.1167 18.4834 17.8833 18.575 17.6 18.575C17.3167 18.575 17.0833 18.4834 16.9 18.3L12 13.4Z" fill="currentColor"></path> </symbol> <!-- closed_caption.svg --> <symbol id="closed_caption" viewBox="0 0 24 24"> <path d="M5 20C4.45 20 3.97917 19.8042 3.5875 19.4125C3.19583 19.0208 3 18.55 3 18V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V18C21 18.55 20.8042 19.0208 20.4125 19.4125C20.0208 19.8042 19.55 20 19 20H5ZM5 18H19V6H5V18ZM7 15H10C10.2833 15 10.5208 14.9042 10.7125 14.7125C10.9042 14.5208 11 14.2833 11 14V13.5C11 13.35 10.95 13.225 10.85 13.125C10.75 13.025 10.625 12.975 10.475 12.975H10.025C9.875 12.975 9.75 13.025 9.65 13.125C9.55 13.225 9.5 13.35 9.5 13.5H7.5V10.5H9.5C9.5 10.65 9.55 10.775 9.65 10.875C9.75 10.975 9.875 11.025 10.025 11.025H10.475C10.625 11.025 10.75 10.975 10.85 10.875C10.95 10.775 11 10.65 11 10.5V10C11 9.71667 10.9042 9.47917 10.7125 9.2875C10.5208 9.09583 10.2833 9 10 9H7C6.71667 9 6.47917 9.09583 6.2875 9.2875C6.09583 9.47917 6 9.71667 6 10V14C6 14.2833 6.09583 14.5208 6.2875 14.7125C6.47917 14.9042 6.71667 15 7 15ZM17 9H14C13.7167 9 13.4792 9.09583 13.2875 9.2875C13.0958 9.47917 13 9.71667 13 10V14C13 14.2833 13.0958 14.5208 13.2875 14.7125C13.4792 14.9042 13.7167 15 14 15H17C17.2833 15 17.5208 14.9042 17.7125 14.7125C17.9042 14.5208 18 14.2833 18 14V13.5C18 13.35 17.95 13.225 17.85 13.125C17.75 13.025 17.625 12.975 17.475 12.975H17.025C16.875 12.975 16.75 13.025 16.65 13.125C16.55 13.225 16.5 13.35 16.5 13.5H14.5V10.5H16.5C16.5 10.65 16.55 10.775 16.65 10.875C16.75 10.975 16.875 11.025 17.025 11.025H17.475C17.625 11.025 17.75 10.975 17.85 10.875C17.95 10.775 18 10.65 18 10.5V10C18 9.71667 17.9042 9.47917 17.7125 9.2875C17.5208 9.09583 17.2833 9 17 9Z" fill="currentColor"></path> </symbol> <!-- error.svg --> <symbol id="error" viewBox="0 0 24 24"> <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 13C12.2833 13 12.5208 12.9042 12.7125 12.7125C12.9042 12.5208 13 12.2833 13 12V8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8V12C11 12.2833 11.0958 12.5208 11.2875 12.7125C11.4792 12.9042 11.7167 13 12 13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- expand_circle_right.svg --> <symbol id="expand_circle_right" viewBox="0 0 24 24"> <path d="M12.675 12L10.3 14.375C10.1167 14.5583 10.025 14.7875 10.025 15.0625C10.025 15.3375 10.1167 15.575 10.3 15.775C10.5 15.975 10.7375 16.075 11.0125 16.075C11.2875 16.075 11.525 15.975 11.725 15.775L14.8 12.7C15 12.5 15.1 12.2667 15.1 12C15.1 11.7333 15 11.5 14.8 11.3L11.7 8.2C11.5 8 11.2667 7.90417 11 7.9125C10.7333 7.92083 10.5 8.025 10.3 8.225C10.1167 8.425 10.0208 8.65833 10.0125 8.925C10.0042 9.19167 10.1 9.425 10.3 9.625L12.675 12ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- fullscreen.svg --> <symbol id="fullscreen" viewBox="0 0 24 24"> <path d="M5 19H7C7.28333 19 7.52083 19.0958 7.7125 19.2875C7.90417 19.4792 8 19.7167 8 20C8 20.2833 7.90417 20.5208 7.7125 20.7125C7.52083 20.9042 7.28333 21 7 21H4C3.71667 21 3.47917 20.9042 3.2875 20.7125C3.09583 20.5208 3 20.2833 3 20V17C3 16.7167 3.09583 16.4792 3.2875 16.2875C3.47917 16.0958 3.71667 16 4 16C4.28333 16 4.52083 16.0958 4.7125 16.2875C4.90417 16.4792 5 16.7167 5 17V19ZM19 19V17C19 16.7167 19.0958 16.4792 19.2875 16.2875C19.4792 16.0958 19.7167 16 20 16C20.2833 16 20.5208 16.0958 20.7125 16.2875C20.9042 16.4792 21 16.7167 21 17V20C21 20.2833 20.9042 20.5208 20.7125 20.7125C20.5208 20.9042 20.2833 21 20 21H17C16.7167 21 16.4792 20.9042 16.2875 20.7125C16.0958 20.5208 16 20.2833 16 20C16 19.7167 16.0958 19.4792 16.2875 19.2875C16.4792 19.0958 16.7167 19 17 19H19ZM5 5V7C5 7.28333 4.90417 7.52083 4.7125 7.7125C4.52083 7.90417 4.28333 8 4 8C3.71667 8 3.47917 7.90417 3.2875 7.7125C3.09583 7.52083 3 7.28333 3 7V4C3 3.71667 3.09583 3.47917 3.2875 3.2875C3.47917 3.09583 3.71667 3 4 3H7C7.28333 3 7.52083 3.09583 7.7125 3.2875C7.90417 3.47917 8 3.71667 8 4C8 4.28333 7.90417 4.52083 7.7125 4.7125C7.52083 4.90417 7.28333 5 7 5H5ZM19 5H17C16.7167 5 16.4792 4.90417 16.2875 4.7125C16.0958 4.52083 16 4.28333 16 4C16 3.71667 16.0958 3.47917 16.2875 3.2875C16.4792 3.09583 16.7167 3 17 3H20C20.2833 3 20.5208 3.09583 20.7125 3.2875C20.9042 3.47917 21 3.71667 21 4V7C21 7.28333 20.9042 7.52083 20.7125 7.7125C20.5208 7.90417 20.2833 8 20 8C19.7167 8 19.4792 7.90417 19.2875 7.7125C19.0958 7.52083 19 7.28333 19 7V5Z" fill="currentColor"></path> </symbol> <!-- fullscreen_exit.svg --> <symbol id="fullscreen_exit" viewBox="0 0 24 24"> <path d="M6 18H4C3.71667 18 3.47917 17.9042 3.2875 17.7125C3.09583 17.5208 3 17.2833 3 17C3 16.7167 3.09583 16.4792 3.2875 16.2875C3.47917 16.0958 3.71667 16 4 16H7C7.28333 16 7.52083 16.0958 7.7125 16.2875C7.90417 16.4792 8 16.7167 8 17V20C8 20.2833 7.90417 20.5208 7.7125 20.7125C7.52083 20.9042 7.28333 21 7 21C6.71667 21 6.47917 20.9042 6.2875 20.7125C6.09583 20.5208 6 20.2833 6 20V18ZM18 18V20C18 20.2833 17.9042 20.5208 17.7125 20.7125C17.5208 20.9042 17.2833 21 17 21C16.7167 21 16.4792 20.9042 16.2875 20.7125C16.0958 20.5208 16 20.2833 16 20V17C16 16.7167 16.0958 16.4792 16.2875 16.2875C16.4792 16.0958 16.7167 16 17 16H20C20.2833 16 20.5208 16.0958 20.7125 16.2875C20.9042 16.4792 21 16.7167 21 17C21 17.2833 20.9042 17.5208 20.7125 17.7125C20.5208 17.9042 20.2833 18 20 18H18ZM6 6V4C6 3.71667 6.09583 3.47917 6.2875 3.2875C6.47917 3.09583 6.71667 3 7 3C7.28333 3 7.52083 3.09583 7.7125 3.2875C7.90417 3.47917 8 3.71667 8 4V7C8 7.28333 7.90417 7.52083 7.7125 7.7125C7.52083 7.90417 7.28333 8 7 8H4C3.71667 8 3.47917 7.90417 3.2875 7.7125C3.09583 7.52083 3 7.28333 3 7C3 6.71667 3.09583 6.47917 3.2875 6.2875C3.47917 6.09583 3.71667 6 4 6H6ZM18 6H20C20.2833 6 20.5208 6.09583 20.7125 6.2875C20.9042 6.47917 21 6.71667 21 7C21 7.28333 20.9042 7.52083 20.7125 7.7125C20.5208 7.90417 20.2833 8 20 8H17C16.7167 8 16.4792 7.90417 16.2875 7.7125C16.0958 7.52083 16 7.28333 16 7V4C16 3.71667 16.0958 3.47917 16.2875 3.2875C16.4792 3.09583 16.7167 3 17 3C17.2833 3 17.5208 3.09583 17.7125 3.2875C17.9042 3.47917 18 3.71667 18 4V6Z" fill="currentColor"></path> </symbol> <!-- hybrid.svg --> <symbol id="hybrid" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.361 8.52832H16.3745V15.9563H14.361V13.2601H9.63929V15.9563H7.62578V8.52832H9.63929V11.2206H14.361V8.52832ZM24 8.31049L21.2692 3.69013L16.9096 3.68913L14.7289 0H9.2688L7.09142 3.68913L2.73158 3.69013L0 8.31049L2.18018 12.0016L0 15.6907L2.73158 20.3109L7.0899 20.3104L9.2688 24H14.7289L16.9096 20.3089L21.2692 20.3109L24 15.6907L21.8193 12.0001L24 8.31049Z" fill="#6AAD40"></path> </symbol> <!-- info.svg --> <symbol id="info" viewBox="0 0 24 24"> <path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16V12C13 11.7167 12.9042 11.4792 12.7125 11.2875C12.5208 11.0958 12.2833 11 12 11C11.7167 11 11.4792 11.0958 11.2875 11.2875C11.0958 11.4792 11 11.7167 11 12V16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM12 9C12.2833 9 12.5208 8.90417 12.7125 8.7125C12.9042 8.52083 13 8.28333 13 8C13 7.71667 12.9042 7.47917 12.7125 7.2875C12.5208 7.09583 12.2833 7 12 7C11.7167 7 11.4792 7.09583 11.2875 7.2875C11.0958 7.47917 11 7.71667 11 8C11 8.28333 11.0958 8.52083 11.2875 8.7125C11.4792 8.90417 11.7167 9 12 9ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_down.svg --> <symbol id="keyboard_arrow_down" viewBox="0 0 24 24"> <path d="M12 15.975C11.8667 15.975 11.7417 15.9542 11.625 15.9125C11.5083 15.8708 11.4 15.8 11.3 15.7L6.69999 11.1C6.51665 10.9167 6.42499 10.6833 6.42499 10.4C6.42499 10.1167 6.51665 9.88334 6.69999 9.7C6.88332 9.51667 7.11665 9.425 7.39999 9.425C7.68332 9.425 7.91665 9.51667 8.09999 9.7L12 13.6L15.9 9.7C16.0833 9.51667 16.3167 9.425 16.6 9.425C16.8833 9.425 17.1167 9.51667 17.3 9.7C17.4833 9.88334 17.575 10.1167 17.575 10.4C17.575 10.6833 17.4833 10.9167 17.3 11.1L12.7 15.7C12.6 15.8 12.4917 15.8708 12.375 15.9125C12.2583 15.9542 12.1333 15.975 12 15.975Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_left.svg --> <symbol id="keyboard_arrow_left" viewBox="0 0 24 24"> <path d="M10.8 12L14.7 15.9C14.8833 16.0833 14.975 16.3167 14.975 16.6C14.975 16.8833 14.8833 17.1167 14.7 17.3C14.5167 17.4833 14.2833 17.575 14 17.575C13.7167 17.575 13.4833 17.4833 13.3 17.3L8.69999 12.7C8.59999 12.6 8.52915 12.4917 8.48749 12.375C8.44582 12.2583 8.42499 12.1333 8.42499 12C8.42499 11.8667 8.44582 11.7417 8.48749 11.625C8.52915 11.5083 8.59999 11.4 8.69999 11.3L13.3 6.7C13.4833 6.51667 13.7167 6.425 14 6.425C14.2833 6.425 14.5167 6.51667 14.7 6.7C14.8833 6.88334 14.975 7.11667 14.975 7.4C14.975 7.68334 14.8833 7.91667 14.7 8.1L10.8 12Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_right.svg --> <symbol id="keyboard_arrow_right" viewBox="0 0 24 24"> <path d="M13.6 12L9.69999 8.1C9.51665 7.91667 9.42499 7.68334 9.42499 7.4C9.42499 7.11667 9.51665 6.88334 9.69999 6.7C9.88332 6.51667 10.1167 6.425 10.4 6.425C10.6833 6.425 10.9167 6.51667 11.1 6.7L15.7 11.3C15.8 11.4 15.8708 11.5083 15.9125 11.625C15.9542 11.7417 15.975 11.8667 15.975 12C15.975 12.1333 15.9542 12.2583 15.9125 12.375C15.8708 12.4917 15.8 12.6 15.7 12.7L11.1 17.3C10.9167 17.4833 10.6833 17.575 10.4 17.575C10.1167 17.575 9.88332 17.4833 9.69999 17.3C9.51665 17.1167 9.42499 16.8833 9.42499 16.6C9.42499 16.3167 9.51665 16.0833 9.69999 15.9L13.6 12Z" fill="currentColor"></path> </symbol> <!-- keyboard_arrow_up.svg --> <symbol id="keyboard_arrow_up" viewBox="0 0 24 24"> <path d="M12 10.8L8.09999 14.7C7.91665 14.8833 7.68332 14.975 7.39999 14.975C7.11665 14.975 6.88332 14.8833 6.69999 14.7C6.51665 14.5167 6.42499 14.2833 6.42499 14C6.42499 13.7167 6.51665 13.4833 6.69999 13.3L11.3 8.7C11.5 8.5 11.7333 8.4 12 8.4C12.2667 8.4 12.5 8.5 12.7 8.7L17.3 13.3C17.4833 13.4833 17.575 13.7167 17.575 14C17.575 14.2833 17.4833 14.5167 17.3 14.7C17.1167 14.8833 16.8833 14.975 16.6 14.975C16.3167 14.975 16.0833 14.8833 15.9 14.7L12 10.8Z" fill="currentColor"></path> </symbol> <!-- location_on.svg --> <symbol id="location_on" viewBox="0 0 24 24"> <path d="M12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 21.325C11.7667 21.325 11.5333 21.2833 11.3 21.2C11.0667 21.1167 10.8583 20.9917 10.675 20.825C9.59167 19.825 8.63333 18.85 7.8 17.9C6.96667 16.95 6.27083 16.0292 5.7125 15.1375C5.15417 14.2458 4.72917 13.3875 4.4375 12.5625C4.14583 11.7375 4 10.95 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 10.95 19.8542 11.7375 19.5625 12.5625C19.2708 13.3875 18.8458 14.2458 18.2875 15.1375C17.7292 16.0292 17.0333 16.95 16.2 17.9C15.3667 18.85 14.4083 19.825 13.325 20.825C13.1417 20.9917 12.9333 21.1167 12.7 21.2C12.4667 21.2833 12.2333 21.325 12 21.325ZM12 12C12.55 12 13.0208 11.8042 13.4125 11.4125C13.8042 11.0208 14 10.55 14 10C14 9.45 13.8042 8.97917 13.4125 8.5875C13.0208 8.19583 12.55 8 12 8C11.45 8 10.9792 8.19583 10.5875 8.5875C10.1958 8.97917 10 9.45 10 10C10 10.55 10.1958 11.0208 10.5875 11.4125C10.9792 11.8042 11.45 12 12 12Z" fill="currentColor"></path> </symbol> <!-- more_horiz.svg --> <symbol id="more_horiz" viewBox="0 0 24 24"> <path d="M6 14C5.45 14 4.97917 13.8042 4.5875 13.4125C4.19583 13.0208 4 12.55 4 12C4 11.45 4.19583 10.9792 4.5875 10.5875C4.97917 10.1958 5.45 10 6 10C6.55 10 7.02083 10.1958 7.4125 10.5875C7.80417 10.9792 8 11.45 8 12C8 12.55 7.80417 13.0208 7.4125 13.4125C7.02083 13.8042 6.55 14 6 14ZM12 14C11.45 14 10.9792 13.8042 10.5875 13.4125C10.1958 13.0208 10 12.55 10 12C10 11.45 10.1958 10.9792 10.5875 10.5875C10.9792 10.1958 11.45 10 12 10C12.55 10 13.0208 10.1958 13.4125 10.5875C13.8042 10.9792 14 11.45 14 12C14 12.55 13.8042 13.0208 13.4125 13.4125C13.0208 13.8042 12.55 14 12 14ZM18 14C17.45 14 16.9792 13.8042 16.5875 13.4125C16.1958 13.0208 16 12.55 16 12C16 11.45 16.1958 10.9792 16.5875 10.5875C16.9792 10.1958 17.45 10 18 10C18.55 10 19.0208 10.1958 19.4125 10.5875C19.8042 10.9792 20 11.45 20 12C20 12.55 19.8042 13.0208 19.4125 13.4125C19.0208 13.8042 18.55 14 18 14Z" fill="currentColor"></path> </symbol> <!-- my_location.svg --> <symbol id="my_location" viewBox="0 0 24 24"> <path d="M11.2498 22.2V20.4693C9.16647 20.2551 7.41264 19.4359 5.9883 18.0115C4.56397 16.5872 3.74472 14.8334 3.53055 12.75H1.7998V11.25H3.53055C3.74472 9.16672 4.56397 7.41288 5.9883 5.98855C7.41264 4.56421 9.16647 3.74496 11.2498 3.5308V1.80005H12.7498V3.5308C14.8331 3.74496 16.587 4.56421 18.0113 5.98855C19.4356 7.41288 20.2549 9.16672 20.4691 11.25H22.1998V12.75H20.4691C20.2549 14.8334 19.4356 16.5872 18.0113 18.0115C16.587 19.4359 14.8331 20.2551 12.7498 20.4693V22.2H11.2498ZM11.9998 19C13.9331 19 15.5831 18.3167 16.9498 16.95C18.3165 15.5834 18.9998 13.9334 18.9998 12C18.9998 10.0667 18.3165 8.41672 16.9498 7.05005C15.5831 5.68338 13.9331 5.00005 11.9998 5.00005C10.0665 5.00005 8.41647 5.68338 7.0498 7.05005C5.68314 8.41672 4.9998 10.0667 4.9998 12C4.9998 13.9334 5.68314 15.5834 7.0498 16.95C8.41647 18.3167 10.0665 19 11.9998 19ZM11.9998 15.5C11.0373 15.5 10.2134 15.1573 9.52805 14.4718C8.84255 13.7865 8.4998 12.9625 8.4998 12C8.4998 11.0375 8.84255 10.2136 9.52805 9.5283C10.2134 8.8428 11.0373 8.50005 11.9998 8.50005C12.9623 8.50005 13.7862 8.8428 14.4716 9.5283C15.1571 10.2136 15.4998 11.0375 15.4998 12C15.4998 12.9625 15.1571 13.7865 14.4716 14.4718C13.7862 15.1573 12.9623 15.5 11.9998 15.5ZM11.9998 14C12.5498 14 13.0206 13.8042 13.4123 13.4125C13.804 13.0209 13.9998 12.55 13.9998 12C13.9998 11.45 13.804 10.9792 13.4123 10.5875C13.0206 10.1959 12.5498 10 11.9998 10C11.4498 10 10.979 10.1959 10.5873 10.5875C10.1956 10.9792 9.9998 11.45 9.9998 12C9.9998 12.55 10.1956 13.0209 10.5873 13.4125C10.979 13.8042 11.4498 14 11.9998 14Z" fill="black"></path> </symbol> <!-- pause.svg --> <symbol id="pause" viewBox="0 0 24 24"> <path d="M16 19C15.45 19 14.9792 18.8042 14.5875 18.4125C14.1958 18.0208 14 17.55 14 17V7C14 6.45 14.1958 5.97917 14.5875 5.5875C14.9792 5.19583 15.45 5 16 5C16.55 5 17.0208 5.19583 17.4125 5.5875C17.8042 5.97917 18 6.45 18 7V17C18 17.55 17.8042 18.0208 17.4125 18.4125C17.0208 18.8042 16.55 19 16 19ZM8 19C7.45 19 6.97917 18.8042 6.5875 18.4125C6.19583 18.0208 6 17.55 6 17V7C6 6.45 6.19583 5.97917 6.5875 5.5875C6.97917 5.19583 7.45 5 8 5C8.55 5 9.02083 5.19583 9.4125 5.5875C9.80417 5.97917 10 6.45 10 7V17C10 17.55 9.80417 18.0208 9.4125 18.4125C9.02083 18.8042 8.55 19 8 19Z" fill="currentColor"></path> </symbol> <!-- play_arrow.svg --> <symbol id="play_arrow" viewBox="0 0 24 24"> <path d="M8 17.175V6.82501C8 6.54168 8.1 6.30418 8.3 6.11251C8.5 5.92085 8.73333 5.82501 9 5.82501C9.08333 5.82501 9.17083 5.83751 9.2625 5.86251C9.35417 5.88751 9.44167 5.92501 9.525 5.97501L17.675 11.15C17.825 11.25 17.9375 11.375 18.0125 11.525C18.0875 11.675 18.125 11.8333 18.125 12C18.125 12.1667 18.0875 12.325 18.0125 12.475C17.9375 12.625 17.825 12.75 17.675 12.85L9.525 18.025C9.44167 18.075 9.35417 18.1125 9.2625 18.1375C9.17083 18.1625 9.08333 18.175 9 18.175C8.73333 18.175 8.5 18.0792 8.3 17.8875C8.1 17.6958 8 17.4583 8 17.175Z" fill="currentColor"></path> </symbol> <!-- print.svg --> <symbol id="print" viewBox="0 0 24 24"> <path d="M8 21C7.45 21 6.97917 20.8042 6.5875 20.4125C6.19583 20.0208 6 19.55 6 19V17H4C3.45 17 2.97917 16.8042 2.5875 16.4125C2.19583 16.0208 2 15.55 2 15V11C2 10.15 2.29167 9.4375 2.875 8.8625C3.45833 8.2875 4.16667 8 5 8H19C19.85 8 20.5625 8.2875 21.1375 8.8625C21.7125 9.4375 22 10.15 22 11V15C22 15.55 21.8042 16.0208 21.4125 16.4125C21.0208 16.8042 20.55 17 20 17H18V19C18 19.55 17.8042 20.0208 17.4125 20.4125C17.0208 20.8042 16.55 21 16 21H8ZM4 15H6C6 14.45 6.19583 13.9792 6.5875 13.5875C6.97917 13.1958 7.45 13 8 13H16C16.55 13 17.0208 13.1958 17.4125 13.5875C17.8042 13.9792 18 14.45 18 15H20V11C20 10.7167 19.9042 10.4792 19.7125 10.2875C19.5208 10.0958 19.2833 10 19 10H5C4.71667 10 4.47917 10.0958 4.2875 10.2875C4.09583 10.4792 4 10.7167 4 11V15ZM16 8V5H8V8H6V5C6 4.45 6.19583 3.97917 6.5875 3.5875C6.97917 3.19583 7.45 3 8 3H16C16.55 3 17.0208 3.19583 17.4125 3.5875C17.8042 3.97917 18 4.45 18 5V8H16ZM18 12.5C18.2833 12.5 18.5208 12.4042 18.7125 12.2125C18.9042 12.0208 19 11.7833 19 11.5C19 11.2167 18.9042 10.9792 18.7125 10.7875C18.5208 10.5958 18.2833 10.5 18 10.5C17.7167 10.5 17.4792 10.5958 17.2875 10.7875C17.0958 10.9792 17 11.2167 17 11.5C17 11.7833 17.0958 12.0208 17.2875 12.2125C17.4792 12.4042 17.7167 12.5 18 12.5ZM16 19V15H8V19H16Z" fill="currentColor"></path> </symbol> <!-- remove.svg --> <symbol id="remove" viewBox="0 0 24 24"> <path d="M6 13C5.71667 13 5.47917 12.9042 5.2875 12.7125C5.09583 12.5208 5 12.2833 5 12C5 11.7167 5.09583 11.4792 5.2875 11.2875C5.47917 11.0958 5.71667 11 6 11H18C18.2833 11 18.5208 11.0958 18.7125 11.2875C18.9042 11.4792 19 11.7167 19 12C19 12.2833 18.9042 12.5208 18.7125 12.7125C18.5208 12.9042 18.2833 13 18 13H6Z" fill="currentColor"></path> </symbol> <!-- unpaved_road.svg --> <symbol id="unpaved_road" viewBox="0 0 24 24"> <path d="M16.95 19.35C16.7667 19.4667 16.5833 19.575 16.4 19.675C16.2167 19.775 16.025 19.8667 15.825 19.95C15.575 20.0667 15.3208 20.0667 15.0625 19.95C14.8042 19.8333 14.625 19.6417 14.525 19.375C14.425 19.125 14.4375 18.8792 14.5625 18.6375C14.6875 18.3958 14.875 18.2167 15.125 18.1C15.1917 18.0667 15.2542 18.0333 15.3125 18C15.3708 17.9667 15.4333 17.9333 15.5 17.9L12.175 14.575V17.35C12.175 17.8 11.9708 18.1125 11.5625 18.2875C11.1542 18.4625 10.7917 18.3917 10.475 18.075L7.175 14.775H4.175C3.89167 14.775 3.65417 14.6792 3.4625 14.4875C3.27083 14.2958 3.175 14.0583 3.175 13.775V9.775C3.175 9.49167 3.27083 9.25417 3.4625 9.0625C3.65417 8.87083 3.89167 8.775 4.175 8.775H6.375L2.275 4.675C2.09167 4.49167 2 4.25833 2 3.975C2 3.69167 2.09167 3.45833 2.275 3.275C2.45833 3.09167 2.69167 3 2.975 3C3.25833 3 3.49167 3.09167 3.675 3.275L20.675 20.275C20.8583 20.4583 20.95 20.6917 20.95 20.975C20.95 21.2583 20.8583 21.4917 20.675 21.675C20.4917 21.8583 20.2583 21.95 19.975 21.95C19.6917 21.95 19.4583 21.8583 19.275 21.675L16.95 19.35ZM19.175 11.75C19.175 10.3667 18.8083 9.10417 18.075 7.9625C17.3417 6.82083 16.3583 5.96667 15.125 5.4C14.875 5.28333 14.6917 5.10417 14.575 4.8625C14.4583 4.62083 14.4417 4.375 14.525 4.125C14.625 3.85833 14.8042 3.66667 15.0625 3.55C15.3208 3.43333 15.5833 3.43333 15.85 3.55C17.4667 4.26667 18.7583 5.35833 19.725 6.825C20.6917 8.29167 21.175 9.93333 21.175 11.75C21.175 12.3 21.125 12.8458 21.025 13.3875C20.925 13.9292 20.7833 14.45 20.6 14.95C20.4667 15.3167 20.2625 15.5458 19.9875 15.6375C19.7125 15.7292 19.4583 15.7333 19.225 15.65C18.9917 15.5667 18.8042 15.4167 18.6625 15.2C18.5208 14.9833 18.5167 14.7333 18.65 14.45C18.8333 14.0167 18.9667 13.5792 19.05 13.1375C19.1333 12.6958 19.175 12.2333 19.175 11.75ZM14.95 8.2C15.5 8.55 15.925 9.075 16.225 9.775C16.525 10.475 16.675 11.1417 16.675 11.775V12.025C16.675 12.1083 16.6667 12.1917 16.65 12.275C16.6167 12.4917 16.5 12.6333 16.3 12.7C16.1 12.7667 15.9167 12.7167 15.75 12.55L14.475 11.275C14.375 11.175 14.3 11.0625 14.25 10.9375C14.2 10.8125 14.175 10.6833 14.175 10.55V8.625C14.175 8.425 14.2625 8.27917 14.4375 8.1875C14.6125 8.09583 14.7833 8.1 14.95 8.2ZM9.925 6.725C9.825 6.625 9.775 6.50833 9.775 6.375C9.775 6.24167 9.825 6.125 9.925 6.025L10.475 5.475C10.7917 5.15833 11.1542 5.0875 11.5625 5.2625C11.9708 5.4375 12.175 5.75 12.175 6.2V7.775C12.175 8.00833 12.075 8.16667 11.875 8.25C11.675 8.33333 11.4917 8.29167 11.325 8.125L9.925 6.725ZM10.175 14.925V12.575L8.375 10.775H5.175V12.775H8.025L10.175 14.925Z" fill="currentColor"></path> </symbol> <!-- volume_up.svg --> <symbol id="volume_up" viewBox="0 0 24 24"> <path d="M19 12.2875C19 10.9042 18.6333 9.64167 17.9 8.5C17.1667 7.35833 16.1833 6.50417 14.95 5.9375C14.7 5.82083 14.5167 5.64167 14.4 5.4C14.2833 5.15833 14.2667 4.9125 14.35 4.6625C14.45 4.39583 14.6292 4.20417 14.8875 4.0875C15.1458 3.97083 15.4083 3.97083 15.675 4.0875C17.2917 4.80417 18.5833 5.9 19.55 7.375C20.5167 8.85 21 10.4875 21 12.2875C21 14.0875 20.5167 15.725 19.55 17.2C18.5833 18.675 17.2917 19.7708 15.675 20.4875C15.4083 20.6042 15.1458 20.6042 14.8875 20.4875C14.6292 20.3708 14.45 20.1792 14.35 19.9125C14.2667 19.6625 14.2833 19.4167 14.4 19.175C14.5167 18.9333 14.7 18.7542 14.95 18.6375C16.1833 18.0708 17.1667 17.2167 17.9 16.075C18.6333 14.9333 19 13.6708 19 12.2875ZM7 15.3125H4C3.71667 15.3125 3.47917 15.2167 3.2875 15.025C3.09583 14.8333 3 14.5958 3 14.3125V10.3125C3 10.0292 3.09583 9.79167 3.2875 9.6C3.47917 9.40833 3.71667 9.3125 4 9.3125H7L10.3 6.0125C10.6167 5.69583 10.9792 5.625 11.3875 5.8C11.7958 5.975 12 6.2875 12 6.7375V17.8875C12 18.3375 11.7958 18.65 11.3875 18.825C10.9792 19 10.6167 18.9292 10.3 18.6125L7 15.3125ZM16.5 12.3125C16.5 13.0125 16.3417 13.675 16.025 14.3C15.7083 14.925 15.2917 15.4375 14.775 15.8375C14.6083 15.9375 14.4375 15.9417 14.2625 15.85C14.0875 15.7583 14 15.6125 14 15.4125V9.1625C14 8.9625 14.0875 8.81667 14.2625 8.725C14.4375 8.63333 14.6083 8.6375 14.775 8.7375C15.2917 9.15417 15.7083 9.67917 16.025 10.3125C16.3417 10.9458 16.5 11.6125 16.5 12.3125ZM10 9.1625L7.85 11.3125H5V13.3125H7.85L10 15.4625V9.1625Z" fill="currentColor"></path> </symbol> </svg> </div> <script> !function(){ const spriteContainer = document.getElementById("fmc-icon-sprites"); if (!spriteContainer) { return; } const spriteUrl = spriteContainer.getAttribute("data-url"); if (!spriteUrl) { return; } fetch(spriteUrl).then(function(response){ if (!response.ok) { throw new Error("HTTP "+response.status+" "+response.statusText); } return response.text(); }).then(function(svgContent){ if (!svgContent) { return; } spriteContainer.innerHTML=svgContent; }).catch(function(){}); }(); </script> <main class="main-container"> </main> <div class="zipcode-overlay"> <div class="metrics-actions hidden"></div> <div class="zipcode-overlay__content" role="dialog" tabindex="-1"> <button type="button" role="button" aria-label="Close" class="icon icon-close zipcode-toggle-popup"> <span> <svg aria-label="Close" aria-hidden="true" height="24" width="24"> <use href="#close"></use> </svg> </span> </button> <div class="header_section"> <h2 class="header" aria-labelledby="Find local incentives">Find local incentives</h2> <p class="description">Enter your ZIP code so we can find incentives near you.</p> </div> <div class="zipcode-overlay__form" data-zip-errormsg="Please enter a valid 5-digit ZIP code"> <label class="zipcode-overlay_label">ZIP code</label> <div class="zipcode-overlay_field"> <input type="text" class="zipcode-overlay__input" aria-label="ZIP code" maxlength="5"> <span class="icon-info"></span> </div> <div class="error_msg">Please enter a valid 5-digit ZIP code</div> </div> <div class="zipcode-overlay__location_submit"> <button type="button" class="zipcode-overlay__submit cmp-button"> Submit location </button> <button type="button" data-url="#" class="zipcode-overlay_uselocation">Use my location</button> </div> </div> </div> <!-- locationVerificationModal.html --> <div class="cmp-location-verification-modal" data-component-name="Location Verification Modal" data-loc-verify-headline="Find local incentives" data-loc-verify-description="Enter your ZIP code so we can find incentives and dealers near you." data-loc-verify-zip-label="ZIP code" data-loc-verify-error-msg="Please enter a valid ZIP code" data-loc-verify-submit-label="Submit Location" data-loc-verify-use-location-label="Use My Location" data-loc-verify-finding-location-label="Finding Location..." data-loc-verify-close-aria-label="Close" data-loc-verify-dealer-label="Closest Dealer" data-comp-init="true"> <div class="cmp-location-verification-modal__overlay" role="dialog" aria-modal="true" aria-labelledby="loc-verify-title" tabindex="-1" style="display:none;"> <div class="cmp-location-verification-modal__content"> <button type="button" class="cmp-location-verification-modal__close" aria-label="Close"> <svg aria-hidden="true" height="24" width="24"> <use href="#close"></use> </svg> </button> <div class="cmp-location-verification-modal__header"> <h2 id="loc-verify-title" class="cmp-location-verification-modal__title"> Find local incentives </h2> <p class="cmp-location-verification-modal__subtitle"> Enter your ZIP code so we can find incentives and dealers near you. </p> </div> <div class="cmp-location-verification-modal__form"> <label class="cmp-location-verification-modal__label" for="loc-verify-input"> ZIP code </label> <div class="cmp-location-verification-modal__field"> <input type="text" id="loc-verify-input" class="cmp-location-verification-modal__input" aria-label="ZIP code" aria-describedby="loc-verify-error" autocomplete="postal-code"> </div> <div id="loc-verify-error" class="cmp-location-verification-modal__error" role="alert" aria-live="assertive" style="display:none;"> Please enter a valid ZIP code </div> </div> <div class="cmp-location-verification-modal__dealer-preview" style="display:none;"> <p class="cmp-location-verification-modal__dealer-label">Closest Dealer</p> <p class="cmp-location-verification-modal__dealer-name"></p> <p class="cmp-location-verification-modal__dealer-address"></p> </div> <div class="cmp-location-verification-modal__actions"> <button type="button" class="cmp-location-verification-modal__use-location cmp-button cmp-button--secondary"> Use My Location </button> <button type="button" class="cmp-location-verification-modal__submit cmp-button cmp-button--primary"> Submit Location </button> </div> </div> </div> </div> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-lazysizes.lc--lc.min.js"></script> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-picturefill.lc--lc.min.js"></script> <!-- Render the New Syndicated Header HTML content --> <link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-header.lc--lc.min.css" type="text/css"><link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-footer.lc--lc.min.css" type="text/css"><link rel="stylesheet" href="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-blank-page.lc--lc.min.css" type="text/css"> <div class="promobanner promoBanner"> </div><header class="header header--theme-transparent-on-dark" data-cmp-is="header"> <div class="metrics-actions hidden"></div> <svg style="display: none" xmlns="http://www.w3.org/2000/svg"> <symbol id="navigation-menu-ford-logo" viewBox="0 0 80 30"> <path d="M40 0C17.7988 0 0 6.65555 0 15C0 23.2944 17.9432 30 40 30C62.0568 30 80 23.2722 80 15C80 6.72778 62.0568 0 40 0Z" fill="#00095B"></path> <path d="M63.4981 10.6943C63.5509 10.6027 63.4953 10.536 63.3787 10.536C62.7759 10.536 61.9843 10.536 61.3566 10.536C61.2066 10.536 61.1288 10.5555 61.0594 10.6943C60.8288 11.1388 58.004 15.3721 57.4763 16.1943C57.3874 16.3193 57.2791 16.3027 57.268 16.161C57.2152 15.6721 56.793 15.111 56.1292 14.8416C55.6236 14.636 55.1265 14.5999 54.6126 14.6666C53.6849 14.7916 52.8544 15.2805 52.1267 15.8332C51.0295 16.6666 50.0824 17.7471 48.863 18.5471C48.1964 18.9805 47.2826 19.361 46.6715 18.7943C46.1187 18.2805 46.1799 17.1416 47.027 16.261C47.1159 16.1693 47.2242 16.2471 47.2076 16.3277C47.127 16.7249 47.227 17.1221 47.527 17.3999C47.8964 17.7305 48.4241 17.7693 48.8769 17.5471C49.4102 17.2832 49.7241 16.7721 49.8157 16.1916C49.9574 15.2916 49.2658 14.4999 48.3991 14.436C47.6964 14.386 47.0215 14.6305 46.3632 15.1749C46.0326 15.4471 45.8465 15.6499 45.5605 16.0555C45.491 16.1555 45.3855 16.1666 45.3882 16.0193C45.4216 14.8693 44.9438 14.2221 43.9939 14.1999C43.2551 14.1832 42.4662 14.5832 41.8524 15.0721C41.1774 15.6138 40.5886 16.3305 39.9581 17.0055C39.8803 17.0888 39.8109 17.086 39.7886 16.9249C39.7692 16.161 39.5775 15.4249 39.2248 14.8999C39.0998 14.7166 38.8359 14.6277 38.6165 14.7499C38.5137 14.8055 38.161 14.9693 37.9027 15.1777C37.7749 15.2832 37.7249 15.436 37.7804 15.6305C38.1221 16.7693 38.0471 18.0638 37.5832 19.1582C37.1583 20.161 36.3333 21.0638 35.3639 21.3693C34.7251 21.5721 34.0613 21.4721 33.6502 20.9055C33.0863 20.1249 33.3141 18.7638 34.1557 17.636C34.8973 16.6416 35.9722 16.011 37.0416 15.6055C37.1666 15.5582 37.1944 15.4749 37.1583 15.3693C37.0999 15.1943 37.0083 14.9527 36.9694 14.8443C36.8722 14.5832 36.5972 14.5416 36.2611 14.5777C35.4834 14.6693 34.7806 14.936 34.089 15.3055C32.2725 16.2777 31.3642 18.1582 30.9642 19.1666C30.7726 19.6499 30.6087 19.9527 30.3948 20.2193C30.1087 20.5777 29.7504 20.9055 29.0922 21.4832C29.0338 21.536 28.9894 21.6471 29.0394 21.7499C29.106 21.8888 29.4477 22.3721 29.5449 22.4138C29.6504 22.4666 29.7754 22.3916 29.8254 22.3582C30.2865 22.0471 30.8337 21.5527 31.1031 21.2166C31.1976 21.1027 31.2948 21.1499 31.3448 21.3249C31.5948 22.2221 32.253 22.9527 33.1641 23.2582C34.8279 23.8193 36.5555 23.0082 37.8582 21.5916C38.6859 20.6916 38.9859 20.1138 39.3026 19.7221C39.8414 19.0555 40.9024 17.5638 42.1662 16.6055C42.6301 16.2527 43.1773 15.9832 43.455 16.161C43.6773 16.3055 43.7467 16.6388 43.3939 17.2832C42.1051 19.636 40.208 22.4027 39.8608 23.0721C39.797 23.1888 39.8525 23.2805 39.9747 23.2805C40.6497 23.2777 41.3163 23.2777 41.9301 23.2777C42.0329 23.2721 42.0774 23.2277 42.1274 23.1555C43.1162 21.6082 44.0467 20.1332 45.0438 18.611C45.0994 18.5221 45.1521 18.5916 45.1521 18.6305C45.1716 18.9832 45.2605 19.4666 45.4688 19.786C45.8465 20.3721 46.3798 20.6249 46.9742 20.6305C47.4464 20.636 47.6853 20.5638 48.1936 20.3749C48.6075 20.2221 48.9408 20.0193 49.1935 19.8388C49.3435 19.736 49.3685 19.9082 49.3657 19.936C49.138 21.1638 49.4185 22.6221 50.6407 23.2249C52.1017 23.9443 53.7071 22.9332 54.632 22.0193C54.7237 21.9305 54.8181 21.9416 54.8293 22.1305C54.8487 22.4805 55.007 22.8943 55.2959 23.1832C56.0708 23.961 57.6318 23.6527 59.2012 22.4388C60.2067 21.661 61.2621 20.5638 62.2121 19.3999C62.2482 19.3555 62.2732 19.2832 62.2065 19.2082C62.0621 19.0555 61.851 18.8832 61.7093 18.7499C61.6427 18.6943 61.5482 18.711 61.4927 18.7527C60.5177 19.6805 59.64 20.7388 58.3707 21.6138C57.9429 21.9138 57.2596 22.1527 56.9541 21.7388C56.8347 21.5777 56.8486 21.3555 56.9652 21.0638C57.3374 20.1416 63.1953 11.2221 63.4981 10.6943ZM55.7542 18.1749C55.7653 18.2443 55.8542 18.3082 55.9431 18.3416C55.9736 18.3527 55.9903 18.3749 55.957 18.4471C55.707 18.9805 55.4792 19.2888 55.1653 19.7527C54.8793 20.1805 54.5543 20.5166 54.1626 20.836C53.571 21.3249 52.7516 21.8582 52.0739 21.4999C51.7739 21.3443 51.6434 20.9221 51.6489 20.5805C51.6656 19.6193 52.0906 18.636 52.8794 17.6666C53.8404 16.4832 54.9042 15.8693 55.6014 16.2055C56.3236 16.5499 56.0931 17.386 55.7709 18.0416C55.7431 18.0916 55.7431 18.1332 55.7542 18.1749Z" fill="white"></path> <path d="M21.0065 23.2525C18.8233 23.2692 16.8984 21.9192 16.6762 19.5803C16.554 18.2859 16.9207 17.1303 17.6512 16.1803C18.3011 15.3331 19.4011 14.6303 20.3315 14.4581C20.6343 14.4025 21.0426 14.4387 21.2093 14.6387C21.4731 14.947 21.3981 15.2831 21.1343 15.4192C20.4232 15.7831 19.5677 16.4025 19.1455 17.2498C18.8011 17.9414 18.7317 18.7775 19.2566 19.572C20.1343 20.897 22.5786 20.9331 24.8535 18.8192C25.4173 18.3025 25.92 17.8053 26.4339 17.2164C27.4338 16.072 27.7671 15.6553 29.1004 13.8081C29.117 13.7859 29.1198 13.7581 29.1143 13.7442C29.1032 13.722 29.0837 13.7137 29.0448 13.7109C28.156 13.7359 27.3811 13.9998 26.6283 14.5637C26.4117 14.722 26.1006 14.6998 25.9617 14.4914C25.8089 14.2553 25.92 13.9498 26.17 13.7775C27.3811 12.9359 28.7032 12.7831 30.0559 12.5553C30.0559 12.5553 30.1503 12.5609 30.2281 12.4581C30.7836 11.747 31.2002 11.1025 31.7919 10.3831C32.3863 9.65254 33.1584 8.9831 33.7445 8.47754C34.5667 7.77199 35.0916 7.5331 35.6277 7.24421C35.7694 7.17199 35.611 7.0831 35.5666 7.0831C32.5807 6.52199 29.4754 5.79421 26.5089 6.89421C24.4535 7.66088 23.5535 9.29143 23.9868 10.3775C24.2952 11.1498 25.309 11.2748 26.2617 10.8109C27.0505 10.4248 27.781 9.79976 28.3004 8.99699C28.5893 8.55254 29.2004 8.87199 28.8698 9.64699C28.0032 11.6887 26.3422 13.3053 24.3229 13.3748C22.6036 13.4303 21.4954 12.1664 21.4981 10.6053C21.5037 7.52754 24.9312 5.49976 28.531 5.19699C32.8668 4.83865 36.9748 5.99421 41.2773 6.51643C44.5771 6.91643 47.738 6.92476 51.0544 6.16365C51.4461 6.07754 51.721 6.32754 51.696 6.72476C51.6627 7.29699 51.2211 7.84699 50.1295 8.44421C48.8879 9.12476 47.588 9.3331 46.2325 9.34421C42.9522 9.37199 39.8941 8.09143 36.7332 7.40532C36.7387 7.54421 36.7721 7.7081 36.6582 7.79699C34.9055 9.08865 33.3223 10.4025 32.2613 12.2442C32.2252 12.2859 32.2446 12.3275 32.3057 12.322C33.2279 12.272 34.0556 12.2498 34.9139 12.1803C35.0639 12.1692 35.0694 12.1303 35.0555 12.0192C34.9805 11.3831 35.1638 10.6609 35.7249 10.1609C36.2971 9.64699 37.0137 9.58865 37.4887 9.9581C38.0275 10.3775 37.9803 11.1359 37.6859 11.7025C37.3859 12.2775 36.8887 12.5859 36.4138 12.7359C36.4138 12.7359 36.3138 12.7581 36.3277 12.8498C36.3471 12.9942 36.9943 13.3553 37.0498 13.4498C37.1026 13.5414 37.0748 13.6831 36.9776 13.7914C36.9082 13.8692 36.8026 13.9442 36.6637 13.9414C36.5526 13.9387 36.486 13.8998 36.3415 13.8248C36.0499 13.6664 35.686 13.4081 35.4444 13.1025C35.3611 12.9998 35.3194 12.997 35.1139 13.0081C34.1834 13.0609 32.7335 13.2025 31.7502 13.3248C31.5113 13.3553 31.478 13.3998 31.428 13.4803C29.8614 16.0637 28.1893 18.8498 26.3506 20.7164C24.3813 22.7137 22.7425 23.2387 21.0065 23.2525ZM35.936 11.772C35.961 11.9053 36.0138 11.9303 36.0721 11.9192C36.3693 11.8609 36.6971 11.6137 36.8915 11.3303C37.0665 11.072 37.1498 10.6998 36.9748 10.5498C36.8193 10.4164 36.5638 10.4525 36.3777 10.6192C36.0027 10.9498 35.8888 11.4192 35.936 11.772Z" fill="white"></path> <path d="M39.9997 28.6919C18.829 28.6919 1.66907 22.5641 1.66907 15.003C1.66907 7.44193 18.829 1.31415 39.9997 1.31415C61.1677 1.31415 78.3249 7.44193 78.3249 15.003C78.3249 22.5641 61.1649 28.6919 39.9997 28.6919ZM39.9997 2.45304C19.5734 2.45304 3.01897 8.09748 3.01897 15.003C3.01897 21.9114 19.5762 27.5558 39.9997 27.5558C60.4233 27.5558 76.9805 21.9114 76.9805 15.003C76.9777 8.09748 60.4233 2.45304 39.9997 2.45304Z" fill="white"></path> </symbol> <symbol id="navigation-menu-plus" viewBox="0 0 24 24"> <path d="M10.9 0v10.9H0v2.2h10.9V24h2.2V13.1H24v-2.2H13.1V0z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-minus" viewBox="0 0 24 24"> <path d="M0 10.9v2.2h24v-2.2z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-search" viewBox="0 0 24 24"> <path d="M2.6 9.6c0-3.9 3.2-7.1 7.1-7.1s7.1 3.2 7.1 7.1-3.2 7.1-7.1 7.1-7.1-3.2-7.1-7.1m20.2 13.2c.3-.3.3-.8 0-1.1l-6.5-6.5c1.5-1.8 2.2-4.1 2-6.4-.4-3.9-3.5-7.2-7.5-7.7C6 .5 1.7 3.8 1.1 8.5v2.2c.5 3.9 3.7 7.1 7.7 7.5 2.3.3 4.7-.5 6.4-2l6.5 6.5c.3.3.8.3 1.1 0" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-up" viewBox="0 0 24 13.4"> <path d="M12, 0L0, 12l1.4, 1.4L12, 2.8l10.6, 10.6, 1.4-1.4L12, 0Z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-right" viewBox="0 0 13 24"> <path d="M1.4 0 13 12 1.4 24 0 22.6 10.3 12 0 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-down" viewBox="0 0 24 13.4"> <path d="m12 13.4 12-12L22.6 0 12 10.6 1.4 0 0 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-arrow-left" viewBox="0 0 13 24"> <path d="M11.6 0 0 12l11.6 12 1.4-1.4L2.7 12 13 1.4z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="vehicle-link-hybrid" viewBox="0 0 15.4 16"> <path d="M9.2 5.7h1.3v5H9.2V8.9h-3v1.8H4.9v-5h1.3v1.8h3zm6.2-.1-1.8-3.1h-2.8L9.4 0H5.9L4.5 2.4H1.8L0 5.5 1.4 8 0 10.4l1.8 3.1h2.8L6 15.9h3.5l1.4-2.5h2.8l1.8-3.1-1.4-2.5 1.4-2.4Z" fill="#6aad40"></path> </symbol> <symbol id="close" viewBox="0 0 24 24"> <g> <path d="M12 13.4L7.09999 18.3C6.91665 18.4834 6.68332 18.575 6.39999 18.575C6.11665 18.575 5.88332 18.4834 5.69999 18.3C5.51665 18.1167 5.42499 17.8834 5.42499 17.6C5.42499 17.3167 5.51665 17.0834 5.69999 16.9L10.6 12L5.69999 7.10005C5.51665 6.91672 5.42499 6.68338 5.42499 6.40005C5.42499 6.11672 5.51665 5.88338 5.69999 5.70005C5.88332 5.51672 6.11665 5.42505 6.39999 5.42505C6.68332 5.42505 6.91665 5.51672 7.09999 5.70005L12 10.6L16.9 5.70005C17.0833 5.51672 17.3167 5.42505 17.6 5.42505C17.8833 5.42505 18.1167 5.51672 18.3 5.70005C18.4833 5.88338 18.575 6.11672 18.575 6.40005C18.575 6.68338 18.4833 6.91672 18.3 7.10005L13.4 12L18.3 16.9C18.4833 17.0834 18.575 17.3167 18.575 17.6C18.575 17.8834 18.4833 18.1167 18.3 18.3C18.1167 18.4834 17.8833 18.575 17.6 18.575C17.3167 18.575 17.0833 18.4834 16.9 18.3L12 13.4Z" fill="currentColor"></path> </g> </symbol> <symbol id="vehicle-link-electric" viewBox="0 0 15.8 16"> <path d="M1.9 7.4H.7C1 3.9 3.8 1.1 7.2.8V2c-2.8.3-5.1 2.6-5.4 5.4m5.4 6.7v1.2C3.8 15 1 12.2.7 8.7h1.2c.3 2.9 2.5 5.1 5.4 5.4M15 8.7c-.3 3.5-3.1 6.3-6.5 6.6v-1.2c2.8-.3 5-2.6 5.3-5.4zM8.5 2V.8c3.4.3 6.2 3.1 6.5 6.6h-1.2c-.3-2.9-2.5-5.1-5.3-5.4m2.3 4.6H6.2s-.3 0-.3.3v.6h4.7v1.2H5.9v.6c0 .2.2.3.3.3h4.6v1.2H6.3c-1.3 0-1.6-1.2-1.7-1.6v-2c0-.4.4-1.6 1.7-1.6h4.5v1.2ZM7.9 0C3.5 0 0 3.6 0 8s3.5 8 7.9 8 7.9-3.6 7.9-8-3.6-8-7.9-8" fill="#009cc8"></path> </symbol> <symbol id="vehicle-link-electric-canada" viewBox="0 0 13.9 16"> <path d="M6.9 0 0 4v8l6.9 4 6.9-4V4z" fill="#00a5b5"></path> <path d="m6.9 1-6 3.5v7l6 3.5 6-3.5v-7zm5 9.9-5 2.9-5-2.9V5.1l5-2.9 5 2.9z" fill="#fff"></path> <path d="M9.5 7.4c0-.8-.3-1.5-1.8-1.5H4.8V10h1.1V8.9h1.5l.7 1.2h1.2l-.8-1.4c.7-.2.9-.8.9-1.4Zm-3.6-.5h1.8c.5 0 .6.1.6.5s-.2.5-.6.5H5.9V6.8Z" fill="#fff"></path> </symbol> <symbol id="vehicle-link-plugin" viewBox="0 0 13.6 16"> <path d="M7.8 8.2c.6 0 .8-.2.8-.7s-.2-.7-.8-.7H5.6v1.3h2.2ZM4.2 5.6h3.6c1.7 0 2.1.8 2.1 1.8s-.4 1.9-2.2 1.9H5.6v1.4H4.2zM0 4v8l6.8 4 6.8-4V4L6.8 0z" fill="#009ba5"></path> </symbol> <symbol id="navigation-menu-my-account" viewBox="0 0 24 24"> <path d="M8.8 6.3c0 1.8 1.4 3.2 3.2 3.2s3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2-3.2 1.4-3.2 3.2m8 0c0 2.7-2.1 4.8-4.8 4.8S7.2 8.9 7.2 6.3 9.3 1.5 12 1.5s4.8 2.2 4.8 4.8m1.6 12.2v2.4H5.6v-2.4c0-2.2 1.8-4 4-4h4.8c2.2 0 4 1.8 4 4M4 22.5h16v-4c0-3.1-2.5-5.7-5.6-5.7H9.6c-3.1 0-5.6 2.5-5.6 5.7z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-my-account-authenticated" viewBox="0 0 16 16"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.7995 5.1999C10.7995 6.7599 9.55946 7.9999 7.99946 7.9999C6.43946 7.9999 5.19946 6.7599 5.19946 5.1999C5.19946 3.6399 6.43946 2.3999 7.99946 2.3999C9.55946 2.3999 10.7995 3.6399 10.7995 5.1999ZM3.19922 14.4003H12.7992V12.0003C12.7992 10.2403 11.3592 8.80029 9.59922 8.80029H6.39922C4.63922 8.80029 3.19922 10.2403 3.19922 12.0003V14.4003Z" fill="#00095B"></path> </symbol> <symbol id="navigation-menu-language-selector" viewBox="0 0 24 24"> <path d="M14.7 21c1.7-2.5 2.6-5.3 2.8-8.2h3.9c-.3 3.9-3 7.1-6.7 8.2M2.6 12.8h3.9c.1 2.9 1.1 5.8 2.8 8.2-3.6-1.1-6.3-4.3-6.7-8.2M9.3 3c-1.7 2.5-2.6 5.3-2.8 8.2H2.6c.3-3.9 3-7.1 6.7-8.2m3.5 8.2V3c1.9 2.4 3 5.3 3.1 8.2zm0 1.6h3.1c-.2 2.9-1.2 5.8-3.1 8.2zm-1.6 0V21c-1.9-2.4-3-5.3-3.1-8.2zm0-1.6H8.1c.2-2.9 1.2-5.8 3.1-8.2zm10.2 0h-3.9c-.1-2.9-1.1-5.8-2.8-8.2 3.6 1.1 6.3 4.3 6.7 8.2M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-new-window" viewBox="0 0 24 24"> <path d="M16.4 0H24v7.6h-2.8V4.8l-7.6 7.6-2.1-2.1 7.6-7.6h-2.8V0ZM0 2.9h11.8v2H2V22h17.1v-9.8h2V24H0z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-heart" viewBox="0 0 25 22.9"> <path d="m12.8 2.5-.3.3-.3-.3c-2.7-2.7-7-2.7-9.7 0s-2.7 7 0 9.7l.3.3 9.7 9.7 9.7-9.7.3-.3c2.7-2.7 2.7-7 0-9.7s-7-2.7-9.7 0Z" fill="none" stroke="currentColor" stroke-width="1.5px"></path> </symbol> <symbol id="navigation-menu-cart" viewBox="0 0 24 24"> <path d="M8.9 13.4 21.5 12V7.3L7 5.8zM2.6 2.6C1.7 2.6 1 1.9 1 1h4.7l.8 3.2L23 5.9V12c0 .8-.6 1.5-1.4 1.6L8.2 15.1l-1 1.7h12.6c.9 0 1.6.7 1.6 1.6H7.3c-1.2 0-2-1.3-1.4-2.3l1.4-2.4L4.5 2.6zm6.3 17.3c-.9 0-1.6.7-1.6 1.6s.7 1.6 1.6 1.6 1.6-.7 1.6-1.6-.7-1.6-1.6-1.6m9.4 0c-.9 0-1.6.7-1.6 1.6s.7 1.6 1.6 1.6 1.6-.7 1.6-1.6-.7-1.6-1.6-1.6" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="navigation-menu-clear" viewBox="0 0 16 16"> <path d="m8.6 0 1 .2c3.1.6 5.5 3.1 6.2 6.2v1c.1.4.2.9.1 1.3-.4 6.3-8 9.6-13 5.6C-2.6 9.8.1.6 7.3 0s1.3 0 1.3 0m-1 1.2c-6 .4-8.7 7.9-4.1 11.9 5.1 4.5 12.8-.5 11.1-6.9-.8-3-3.9-5.3-7-5.1Z" fill="currentColor"></path> <path d="M5.4 4.6 8 7.2l2.6-2.6.8.8L8.8 8l2.6 2.6-.8.8L8 8.8l-2.6 2.6-.8-.8L7.2 8 4.6 5.4z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-link" viewBox="0 0 16 16"> <path d="M.8 8c0 2.4 2 4.4 4.4 4.4h2v-.8h-2c-2 0-3.6-1.6-3.6-3.6s1.6-3.6 3.6-3.6h2v-.8h-2C2.8 3.6.8 5.6.8 8M12 7.6H4v.8h8zm-1.2-4c2.4 0 4.4 2 4.4 4.4s-2 4.4-4.4 4.4h-2v-.8h2c2 0 3.6-1.6 3.6-3.6s-1.6-3.6-3.6-3.6h-2v-.8z" fill="currentColor"></path> </symbol> <symbol id="navigation-menu-clock" viewBox="0 0 16 16"> <path d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8m0 1.1c3.7 0 6.9 3.1 6.9 6.9s-3.1 6.9-6.9 6.9S1.1 11.7 1.1 8 4.3 1.1 8 1.1m2.4 8.6q.45.45 0 .9t-.9 0L7.6 8.7c-.3-.3-.3-.6-.3-.9V2.9c0-.3.3-.6.6-.6s.6.3.6.6v4.9z" fill="currentColor"></path> </symbol> <symbol id="locate-dealer-icon" viewBox="0 0 24 24"> <mask id="mask0_62110_835" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"> <rect width="24" height="24" fill="white"></rect> </mask> <g mask="url(#mask0_62110_835)"> <path d="M12 19.35C14.0333 17.4833 15.5417 15.7875 16.525 14.2625C17.5083 12.7375 18 11.3833 18 10.2C18 8.38333 17.4208 6.89583 16.2625 5.7375C15.1042 4.57917 13.6833 4 12 4C10.3167 4 8.89583 4.57917 7.7375 5.7375C6.57917 6.89583 6 8.38333 6 10.2C6 11.3833 6.49167 12.7375 7.475 14.2625C8.45833 15.7875 9.96667 17.4833 12 19.35ZM12 21.325C11.7667 21.325 11.5333 21.2833 11.3 21.2C11.0667 21.1167 10.8583 20.9917 10.675 20.825C9.59167 19.825 8.63333 18.85 7.8 17.9C6.96667 16.95 6.27083 16.0292 5.7125 15.1375C5.15417 14.2458 4.72917 13.3875 4.4375 12.5625C4.14583 11.7375 4 10.95 4 10.2C4 7.7 4.80417 5.70833 6.4125 4.225C8.02083 2.74167 9.88333 2 12 2C14.1167 2 15.9792 2.74167 17.5875 4.225C19.1958 5.70833 20 7.7 20 10.2C20 10.95 19.8542 11.7375 19.5625 12.5625C19.2708 13.3875 18.8458 14.2458 18.2875 15.1375C17.7292 16.0292 17.0333 16.95 16.2 17.9C15.3667 18.85 14.4083 19.825 13.325 20.825C13.1417 20.9917 12.9333 21.1167 12.7 21.2C12.4667 21.2833 12.2333 21.325 12 21.325ZM12 12C12.55 12 13.0208 11.8042 13.4125 11.4125C13.8042 11.0208 14 10.55 14 10C14 9.45 13.8042 8.97917 13.4125 8.5875C13.0208 8.19583 12.55 8 12 8C11.45 8 10.9792 8.19583 10.5875 8.5875C10.1958 8.97917 10 9.45 10 10C10 10.55 10.1958 11.0208 10.5875 11.4125C10.9792 11.8042 11.45 12 12 12Z" fill="currentColor"></path> </g> </symbol> </svg> <div class="header__scrim"></div> <nav class="header__navbar" id="header__navbar" role="navigation" aria-label="Main Navigation"> <div class="header__navbar-container"> <a aria-label="Skip to content" class="header__skip-content visually-hidden" href="#header__content-end"> Skip to content </a> <div class="mobile-navigation"> <a class="mobile-navigation__brand" href="http://www.ford.com/"> <svg aria-label="Ford Home Page" height="30" width="80"> <title>Ford Home Page</title> <use href="#navigation-menu-ford-logo"></use> </svg> </a> <div class="mobile-navigation__toggle"> <button aria-controls="navigation-menu" class="mobile-navigation__toggle-button" type="button"> <span aria-hidden="true" class="mobile-navigation__toggle-lines"></span> <div class="mobile-navigation__toggle-label mobile-navigation__toggle-label--open visually-hidden"> display menu </div> <div aria-hidden="true" class="mobile-navigation__toggle-label mobile-navigation__toggle-label--close visually-hidden"> close menu </div> </button> </div> </div> <div class="navigation-menu" data-cmp-is="navigation-menu" id="navigation-menu"> <div class="navigation-menu__container" data-role-cfg="{&quot;mbl&quot;: &quot;list&quot;, &quot;dsk&quot;: &quot;presentation&quot;}" role="presentation"> <ul class="navigation-menu__unordered-list"> <a class="navigation-menu__brand" href="http://www.ford.com/" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:ford logo&quot;}}"> <svg aria-label="Ford Home Page" height="30" width="80"> <title>Ford Home Page</title> <use href="#navigation-menu-ford-logo"></use> </svg> </a> <li class="navigation-menu__list-item locate-dealer"> <a class="utility-item locate-dealer-link" href="//www.ford.com/content/brand_ford/en_us/brand/dealerships" id="brand-nav-lad-desktop-lnk" aria-label="Locate Dealer" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:locate dealer&quot;}}"> <span class="fgx-icon locate-dealer-icon icon-location-v2" aria-hidden="true"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <use href="#locate-dealer-icon"></use> </svg> </span> <span class="locate-dealer-label">Locate Dealer</span> </a> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="Vehicles" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:vehicles&quot;}}"> <span class="navigation-menu__text">Vehicles</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable flyout--vehicle" data-cmp-is="vehicle-flyout"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="Shop" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:shop&quot;}}"> <span class="navigation-menu__text">Shop</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="Support &amp; Service" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:support and service&quot;}}"> <span class="navigation-menu__text">Support &amp; Service</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item "> <button class="navigation-menu__list-item-button" type="button" aria-label="For Business" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:for business&quot;}}"> <span class="navigation-menu__text">For Business</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> <li class="navigation-menu__list-item navigation-menu__list-item--hide-on-desktop navigation-menu__list-item--my-account" data-cmp-is="my-account-menu-item" data-authentication-state="logged out"> <button class="navigation-menu__list-item-button" type="button" aria-label="My Account" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:account&quot;}}"> <span class="my-account-auth-greeting"> Hi {firstName} </span> <span class="navigation-menu__text">My Account</span> <span class="navigation-menu__list-item-icon"> <svg aria-hidden="true" height="16" width="16"> <title>Expand</title> <use href="#navigation-menu-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> <title>Collapse</title> <use href="#navigation-menu-minus"></use> </svg> </span> </button> <div class="flyout flyout--expandable"></div> </li> </ul> <ul class="navigation-menu__unordered-list navigation-menu__unordered-list--icons"> <li class="navigation-menu__list-item search-bar" data-cmp-is="search-bar"> <form action="https://www.ford.com/search/" class="search-bar__form navigation-menu__list-item-button" method="GET" novalidate="" role="search" data-search-click-action="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:header{($typeahead,:)}&quot;}}" data-search-input-name="f:searchInputString"> <div class="search-bar__form-group"> <input aria-label="Type your search" autocapitalize="none" autocomplete="off" autocorrect="off" class="search-bar__input" maxlength="{55}" name="f:searchInputString" placeholder="Search" type="search"> <button aria-label="Search Submit" class="search-bar__button search-bar__submit" type="submit"> <svg aria-label="Search Submit" height="16" width="16"> <title>Search Submit</title> <use href="#navigation-menu-search"></use> </svg> </button> <button aria-label="Clear" class="search-bar__button search-bar__clear" type="button"> <svg aria-label="Clear" height="16" width="16"> <title>Clear</title> <use href="#navigation-menu-clear"></use> </svg> </button> </div> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> </form> <div class="flyout flyout--simple search-prompts"> <div class="search-prompts__recent"> <div class="search-prompts__heading"> <h6>Recent Searches</h6> <button class="search-prompts__clear-recent" type="button"> Clear </button> </div> <ul class="search-prompts__prompts search-prompts__prompts--recent"></ul> </div> <div class="search-prompts__suggested"> <div class="search-prompts__heading"> <h6>Suggested Searches</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--suggested"></ul> </div> <div class="search-prompts__history"> <div class="search-prompts__heading"> <h6>Search History</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--history"></ul> </div> <div class="flyout__tab-panels"> <div class="flyout__tab-panel"> <form action="https://www.ford.com/search/" class="search-bar__form search-bar__form--mobile search-bar__form--active" method="GET" novalidate="" role="search" data-search-input-name="f:searchInputString"> <button class="search-bar__close-flyout" type="button"> <svg aria-label="back" height="16" width="8.67"> <title>back</title> <use href="#navigation-menu-arrow-left"></use> </svg> </button> <div class="search-bar__form-group"> <input aria-label="Type your search" autocapitalize="none" autocomplete="off" autocorrect="off" class="search-bar__input" maxlength="{55}" name="f:searchInputString" placeholder="Search" type="search"> <button aria-label="Search Submit" class="search-bar__button search-bar__submit" type="submit" data-ford-metrics-click="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:header{($typeahead,:)}&quot;}}"> <svg aria-label="Search Submit" height="16" width="16"> <title>Search Submit</title> <use href="#navigation-menu-search"></use> </svg> </button> <button aria-label="Clear" class="search-bar__button search-bar__clear" type="button"> <svg aria-label="Clear" height="16" width="16"> <title>Clear</title> <use href="#navigation-menu-clear"></use> </svg> </button> </div> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> </form> <div class="search-prompts"> <div class="search-prompts__recent"> <div class="search-prompts__heading"> <h6>Recent Searches</h6> <button class="search-prompts__clear-recent" type="button"> Clear </button> </div> <ul class="search-prompts__prompts search-prompts__prompts--recent"></ul> </div> <div class="search-prompts__suggested"> <div class="search-prompts__heading"> <h6>Suggested Searches</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--suggested"></ul> </div> <div class="search-prompts__history"> <div class="search-prompts__heading"> <h6>Search History</h6> </div> <ul class="search-prompts__prompts search-prompts__prompts--history"></ul> </div> </div> </div> </div> </div> </li> <li class="navigation-menu__list-item locate-dealer"> <a class="utility-item locate-dealer-link" href="//www.ford.com/content/brand_ford/en_us/brand/dealerships" id="brand-nav-lad-desktop-lnk" aria-label="Locate Dealer" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:locate dealer&quot;}}"> <span class="fgx-icon locate-dealer-icon icon-location-v2" aria-hidden="true"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <use href="#locate-dealer-icon"></use> </svg> </span> <span class="locate-dealer-label">Locate Dealer</span> </a> </li> <li class="navigation-menu__list-item navigation-menu__list-item--my-account" data-cmp-is="my-account-menu-item" data-authentication-state="logged out"> <button class="navigation-menu__list-item-button" type="button" aria-label="My Account" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:account&quot;}}"> <svg aria-label="My Account" height="16" width="16"> <title>My Account</title> <use href="#navigation-menu-my-account"></use> </svg> <span class="my-account-auth-greeting"> Hi {firstName} </span> </button> <div class="flyout flyout--simple"> <div class="flyout__headline-container"> <p class="flyout__headline">Get more with a Ford Account</p> <p class="flyout__description">Sign in for easier vehicle and accessories shopping, order tracking or to manage your vehicle.</p> <div class="flyout__headline-cta-container"> <a aria-label="Sign In" class="cmp-button cmp-button--primary cmp-button--on-background-light cmp-button--color-blue " data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:sign in:header&quot;}}" href="#$userSignIn"> <span class="cmp-button__text">Sign In</span> </a> <a aria-label="Create Account" class="cmp-button cmp-button--primary cmp-button--on-background-light cmp-button--color-blue " data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:create account:header&quot;}}" href="#$userCreateAccount"> <span class="cmp-button__text">Create Account</span> </a> </div> </div> <div class="flyout__button-list"> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/?gnav=header-account" style="--transition-delay: 0" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:account:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:account&quot;}}" data-auth-type="user"> {firstName}'s Account </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/vehicle-order-tracking/?gnav=header-account" style="--transition-delay: 0;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:cvot:lp:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:cvot:lp&quot;}}" data-auth-type="anonymous"> Check Order Status </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/support/vehicle-dashboard/?gnav=header-account" style="--transition-delay: 2" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:account:add vehicle:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:account:add vehicle&quot;}}" data-auth-type="user"> Vehicle Dashboard </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/myaccount/order-history?gnav=header-account" style="--transition-delay: 3" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:orders:header&quot;}}" data-auth-type="user"> Orders </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/finance/pay-my-bill/?gnav=header-account" style="--transition-delay: 1;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:pay mybill:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:pay mybill&quot;}}" data-auth-type="both"> Payment Center </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/support/fordpass/fordpass-rewards/overview/?gnav=header-account" style="--transition-delay: 2;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fpr:overview:header&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fpr:overview&quot;}}" data-auth-type="anonymous"> Ford Rewards </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="https://www.ford.com/account/saveditems/#/?gnav=header-account" style="--transition-delay: 3;" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:saved items:header&quot;}}" data-auth-type="both"> Saved Items </a> <a class="flyout__interactive-item flyout__interactive-item--link " href="#$userSignOut" style="--transition-delay: 7" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:account:content:actions&quot;,&quot;onclick_onclick&quot;:&quot;account:content:sign out:header&quot;}}" data-auth-type="user"> Sign Out </a> </div> </div> </li> <li class="navigation-menu__list-item navigation-menu__list-item--language-selector" data-cmp-is="language-selector-menu-item"> <button class="navigation-menu__list-item-button" type="button" aria-label="Language Selection" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;direct&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global nav:action&quot;,&quot;onclick_onclick&quot;:&quot;global nav action:header click:language selection&quot;}}"> <svg aria-label="Language Selection" height="16" width="16"> <title>Language Selection</title> <use href="#navigation-menu-language-selector"></use> </svg> </button> <div class="flyout flyout--simple"><p class="flyout__eyebrow-label">Language Selection</p><div class="flyout__button-list"><a class="flyout__interactive-item flyout__interactive-item--link flyout__interactive-item--active" href="#" data-language-code="en" data-language-domain="www.ford.com" target="_self" title="English" style="--transition-delay: 0;">English</a><a class="flyout__interactive-item flyout__interactive-item--link" href="//es.ford.com/help/privacy/" data-language-code="es" data-language-domain="es.ford.com" target="_self" title="Spanish" style="--transition-delay: 1;">Spanish</a></div></div></li> <template id="language-selector-list-item" data-eyebrow-label="Language Selection"> [[SAMPLE_TEXT]] </template> </ul> </div> </div> <div class="header__content-end" id="header__content-end" tabindex="-1"></div> </div> </nav> </header> <div class="responsivegrid"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section id="USprivacypolicy" class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__text-container pad-bottom-56"> <div id="USprivacypolicy-id" class="cmp-grid__heading-container "> <h1 class="cmp-grid__heading fade fade-in" style="opacity: 1;"> Privacy </h1> </div> </div> <div class="cmp-grid__items-section "> <div id="container-024c1d9524" class="cmp-container"> <div class="fofAccordion"> <div class="cmp-accordion "> <div class="metrics-actions" data-fofaccordion-click-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:expand{($accordionName,:)}&quot;}}"></div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="Ford US Privacy Notice" id="accordion-7zkp5rehe">Ford US Privacy Notice</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-7zkp5rehe"> <div> <div class="container responsivegrid"> <div id="container-5b6cb87599" class="cmp-container"> <div class="experiencefragment"> <div id="USprivacynotice" class="cmp-experiencefragment cmp-experiencefragment--ac1"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-5ce21b5ffd" class="cmp-container"> <div class="text"> <div id="text-b2fdab4c0a" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <h3><b>Ford Motor Company US Privacy Notice</b></h3> <p><i>Effective on: January 16, 2026<br> <br> </i>For California residents: This US Privacy Notice supplements our California Notice at Collection and Privacy Disclosures.
137If we make material changes to the Notice, we will provide notice or obtain consent regarding such changes as may be required by law.</p> <p>Before the current update, this Notice was last updated September 30, 2025.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><b><u><a id="howtocontactus"></a>HOW TO CONTACT US</u></b></h3> <p>If you have a privacy concern, complaint, or question for Ford, please contact us at:</p> <p>Ford Motor Company<br> Customer Relationship Center<br> P.O. Box 6248<br> Dearborn, MI 48126</p> <p>Telephone<br> 1-800-392-3673<br> For TTY/TDD users, please contact 1-800-392-3673, using the Telecommunication Relay Service by dialing 711<br> <br> Available M-F 8:00 am&nbsp;– 11:00 pm Eastern time<br> Available Sat. 8:00 am – 8:00 pm Eastern time<br> <br> Our Customer Relationship Center is closed on Sundays and on New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, the day after Thanksgiving, and Christmas Day.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a></p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="Connected Vehicle Privacy Notice" id="accordion-gm34z18wl">Connected Vehicle Privacy Notice </h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-gm34z18wl"> <div> <div class="container responsivegrid"> <div id="container-4250557ae2" class="cmp-container"> <div class="experiencefragment"> <div id="connectedvehicleprivacynotice" class="cmp-experiencefragment cmp-experiencefragment--ac2"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-a12d43c61c" class="cmp-container"> <div class="text"> <div id="text-7be9defb83" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><i>Effective on: July 23, 2025<a id="connected"></a></i><br> <br> A variety of technologies work together to provide connectivity.137If we make material changes to the Notice, we will provide notice or obtain consent regarding such changes as may be required by law.</p> <p>Before the current update, this Notice was last updated September 30, 2025.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a><br> &nbsp;</p> <h3><b><u><a id="howtocontactus"></a>HOW TO CONTACT US</u></b></h3> <p>If you have a privacy concern, complaint, or question for Ford, please contact us at:</p> <p>Ford Motor Company<br> Customer Relationship Center<br> P.O. Box 6248<br> Dearborn, MI 48126</p> <p>Telephone<br> 1-800-392-3673<br> For TTY/TDD users, please contact 1-800-392-3673, using the Telecommunication Relay Service by dialing 711<br> <br> Available M-F 8:00 am&nbsp;– 11:00 pm Eastern time<br> Available Sat. 8:00 am – 8:00 pm Eastern time<br> <br> Our Customer Relationship Center is closed on Sundays and on New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, the day after Thanksgiving, and Christmas Day.<br> <br> <a href="#top" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor:return to top&quot;}}" aria-label="Return to top">Return to top</a></p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="Connected Vehicle Privacy Notice" id="accordion-6pe9k9gs2">Connected Vehicle Privacy Notice </h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-6pe9k9gs2"> <div> <div class="container responsivegrid"> <div id="container-4250557ae2" class="cmp-container"> <div class="experiencefragment"> <div id="connectedvehicleprivacynotice" class="cmp-experiencefragment cmp-experiencefragment--ac2"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-a12d43c61c" class="cmp-container"> <div class="text"> <div id="text-7be9defb83" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><i>Effective on: July 23, 2025<a id="connected"></a></i><br> <br> A variety of technologies work together to provide connectivity.
217These icons may be hidden temporarily while you navigate in menus or use certain features and services (such as Android Auto™ or Apple CarPlay®).</p> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-6e092ba03c" class="cmp-container"> <div class="experiencefragment"> <div id="experiencefragment-cb0ca19495" class="cmp-experiencefragment cmp-experiencefragment--icon2"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-618dd124f4" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="746e7e2b" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Lincoln icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-568232dcc0" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="a09cdc09" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>Beginning in Model Year 2024, Ford Digital Experience equipped vehicles have the above Wi-Fi and cellular signal strength icon which indicates the reception strength of the connected network and also indicates the potential transmission of data, including Vehicle Data and/or Driving Data.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-78dfec6b18" class="cmp-experiencefragment cmp-experiencefragment--icon3"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-cde48e1ca9" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="6c6df8f7" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Data and location sharing icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-0fa17fbc06" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="25136238" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a FordPass / Lincoln Way account has been associated with the vehicle, the above icon indicates that Vehicle Data and/or Driving Data, plus Vehicle Location are being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-5c0f28bc1b" class="cmp-experiencefragment cmp-experiencefragment--icon4"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-f68fe084d0" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="7e0fa993" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Location Sharing icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-bb62b86e6b" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="79612848" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a FordPass / Lincoln Way account has been associated with the vehicle, the above icon indicates Vehicle Location is being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-7c5bdb18d3" class="cmp-experiencefragment cmp-experiencefragment--icon1"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-e0b477c366" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="244677ed" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Connectivity icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-575dc22511" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="979e9c3d" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a FordPass / Lincoln Way account has not been associated with the vehicle, the above icon indicates that only Vehicle Data is being shared.217These icons may be hidden temporarily while you navigate in menus or use certain features and services (such as Android Auto™ or Apple CarPlay®).</p> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-6e092ba03c" class="cmp-container"> <div class="experiencefragment"> <div id="experiencefragment-cb0ca19495" class="cmp-experiencefragment cmp-experiencefragment--icon2"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-618dd124f4" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="6c770bcc" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Lincoln-asset.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Lincoln icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-568232dcc0" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="be256276" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>Beginning in Model Year 2024, Ford Digital Experience equipped vehicles have the above Wi-Fi and cellular signal strength icon which indicates the reception strength of the connected network and also indicates the potential transmission of data, including Vehicle Data and/or Driving Data.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-78dfec6b18" class="cmp-experiencefragment cmp-experiencefragment--icon3"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-cde48e1ca9" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="e947aa94" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Data-and-Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Data and location sharing icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-0fa17fbc06" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="05768c7d" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a FordPass / Lincoln Way account has been associated with the vehicle, the above icon indicates that Vehicle Data and/or Driving Data, plus Vehicle Location are being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-5c0f28bc1b" class="cmp-experiencefragment cmp-experiencefragment--icon4"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-f68fe084d0" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="2ee965b5" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light activeDisclaimer" data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Location-Sharing-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Location Sharing icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> <div class="cmp-teaser__textBelowDisclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> <div class="cmp-teaser__disclaimer"> <span class="disclaimer"><p>&nbsp;</p> <p>&nbsp;</p> </span> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-bb62b86e6b" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="3a3d620e" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a FordPass / Lincoln Way account has been associated with the vehicle, the above icon indicates Vehicle Location is being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> <div class="experiencefragment"> <div id="experiencefragment-7c5bdb18d3" class="cmp-experiencefragment cmp-experiencefragment--icon1"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-e0b477c366" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="c1575ed6" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Connectivity icon"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-none pad-bottom-none"> <div class="cmp-grid__items-section "> <div id="container-575dc22511" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="fadf38f1" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-3 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__thumbnail cmp-skeletonLoader" hidden="hidden"> <picture> </picture> </div> </div> <div class="contentContainer"> <div class="cmp-teaser__content cmp-teaser__content--expandedText cmp-teaser__content--noImageTeaser"> <div class="cmp-teaser__content--wrapper smallCard"> <div> <div class="cmp-teaser__description"><p>If a FordPass / Lincoln Way account has not been associated with the vehicle, the above icon indicates that only Vehicle Data is being shared.
218If a FordPass / Lincoln Way account has been associated with the vehicle, the above icon indicates that Vehicle Data and/or Driving Data is being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-8 pad-bottom-40"> <div class="cmp-grid__items-section "> <div id="container-d4ae8a5b58" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="347a196b" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Connectivity Device"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-7df200c37f" class="cmp-container"> <div class="text"> <div id="text-ea887c915e" class="cmp-text width-lg- width-md- width-sm- "> <p>Vehicles equipped with Connectivity Devices include a window etching (or sticker) with an image similar to below, indicating the Connectivity Device may be sharing Connected Vehicle Information, for example Vehicle Data and Vehicle Location.</p> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-dcc7c50c41" class="cmp-container"> <div class="text"> <div id="text-f18b1ef0c2" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><b>Note</b>: To stop the Connectivity Device from sharing this information, see your Connectivity Settings through the FordPass / Lincoln Way app.218If a FordPass / Lincoln Way account has been associated with the vehicle, the above icon indicates that Vehicle Data and/or Driving Data is being shared.</p> </div> </div> </div> </div> <div class="cmp-teaser__button-container cmp-teaser__button-container--hidden cmp-teaser__button-container--belowTeaser"> <div class="cmp-teaser__button-wrapper smallCard"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-8 pad-bottom-40"> <div class="cmp-grid__items-section "> <div id="container-d4ae8a5b58" class="cmp-container"> <div class="teaser"><!-- Editor Use Only --> <div class="cmp-teaser__container" data-target-component="teaser" data-component-name="Teaser" data-correlation-id="ad360f52" style="--aspect-ratio-desktop: 3/2; --aspect-ratio-mobile: 3/2; --aspect-ratio-tablet: 3/2;"> <div class="cmp-teaser width-lg-2 width-md-4 width-sm-4 cmp-teaser--theme_light " data-comp-init="true"> <div class="imageContainer"> <div class="cmp-teaser__image"> <div class="cmp_media "> <div class="image "> <picture> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1440px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 992px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 768px)"> <source data-src="data:image/png;base64" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" media="(min-width: 1px)"> <img data-src="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" data-srcset="/acslibs/content/dam/na/ford/en_us/images/brand/privacy/Connectivity-Device-Icon.jpg/jcr:content/renditions/cq5dam.web.470.470.jpeg" class="lazyload" alt="Connectivity Device"> </picture> </div> </div> </div> <div class="cmp-teaser__thumbnail" hidden="hidden"> <picture> </picture> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-7df200c37f" class="cmp-container"> <div class="text"> <div id="text-ea887c915e" class="cmp-text width-lg- width-md- width-sm- "> <p>Vehicles equipped with Connectivity Devices include a window etching (or sticker) with an image similar to below, indicating the Connectivity Device may be sharing Connected Vehicle Information, for example Vehicle Data and Vehicle Location.</p> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-dcc7c50c41" class="cmp-container"> <div class="text"> <div id="text-f18b1ef0c2" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><b>Note</b>: To stop the Connectivity Device from sharing this information, see your Connectivity Settings through the FordPass / Lincoln Way app.
228When we make material changes to this policy, we will give you sufficient advance notice to enable you to exercise your rights in relation to your personal information (e.g., object to processing).<br> <br> </p> <p><b><u>How to Contact Us</u></b></p> <p>If you have a privacy concern, complaint, or question for Ford, please contact us at:</p> <p>Ford Motor Company<br> Customer Relationship Center<br> P.O. Box 6248<br> Dearborn, MI 48126<br> <br> Telephone<br> 800-392-3673<br> 800-232-5952 (TDD for the hearing impaired)<br> <br> Available M-F 8:00 am - 11:00 pm EST<br> Available Sat. 8:00 am – 8:00 pm EST</p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="California Notice At Collection And Privacy Disclosures" id="accordion-kbnvlm1lx">California Notice At Collection And Privacy Disclosures</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-kbnvlm1lx"> <div> <div class="container responsivegrid"> <div id="caPrivacy" class="cmp-container"> <div class="experiencefragment"> <div id="experiencefragment-306ff270b1" class="cmp-experiencefragment cmp-experiencefragment--ac3"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section id="ccpap" class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-879c9787b4" class="cmp-container"> <div class="text"> <div id="text-9ed789bb1a" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <h3>CALIFORNIA NOTICE AT COLLECTION AND PRIVACY DISCLOSURES<br> &nbsp;</h3> <p>Effective Date: June 26, 2025</p> <p>This California Consumer Privacy Act ("CCPA") Notice at Collection and Privacy Disclosures (the “California Notice”) describes how we Collect and use Personal Information (“PI”).<br> <br> To learn more about the Personal Information we collect and how we use it, you can click <a href="#whatinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;directAction&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:#whatinfo&quot;}}" aria-label="view our information practices">here</a> to view our information practices.228When we make material changes to this policy, we will give you sufficient advance notice to enable you to exercise your rights in relation to your personal information (e.g., object to processing).<br> <br> </p> <p><b><u>How to Contact Us</u></b></p> <p>If you have a privacy concern, complaint, or question for Ford, please contact us at:</p> <p>Ford Motor Company<br> Customer Relationship Center<br> P.O. Box 6248<br> Dearborn, MI 48126<br> <br> Telephone<br> 800-392-3673<br> 800-232-5952 (TDD for the hearing impaired)<br> <br> Available M-F 8:00 am - 11:00 pm EST<br> Available Sat. 8:00 am – 8:00 pm EST</p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="California Notice At Collection And Privacy Disclosures" id="accordion-41cmzrq9k">California Notice At Collection And Privacy Disclosures</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-41cmzrq9k"> <div> <div class="container responsivegrid"> <div id="caPrivacy" class="cmp-container"> <div class="experiencefragment"> <div id="experiencefragment-306ff270b1" class="cmp-experiencefragment cmp-experiencefragment--ac3"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section id="ccpap" class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__items-section "> <div id="container-879c9787b4" class="cmp-container"> <div class="text"> <div id="text-9ed789bb1a" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <h3>CALIFORNIA NOTICE AT COLLECTION AND PRIVACY DISCLOSURES<br> &nbsp;</h3> <p>Effective Date: June 26, 2025</p> <p>This California Consumer Privacy Act ("CCPA") Notice at Collection and Privacy Disclosures (the “California Notice”) describes how we Collect and use Personal Information (“PI”).<br> <br> To learn more about the Personal Information we collect and how we use it, you can click <a href="#whatinfo" data-ford-metrics-click="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;directAction&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:anchor click:#whatinfo&quot;}}" aria-label="view our information practices">here</a> to view our information practices.
260Before accepting a request from an agent, we will require the agent to provide proof you have authorized it to act on your behalf, and we may need you to verify your identity directly with us.<br> &nbsp;</p> <p><a></a><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> <br> &nbsp;</p> <h3><b><a id="annualmetrics"></a>Annual CCPA Metrics 2024</b></h3> <p><br> The following metrics cover January 1, 2024 through December 31, 2024:</p> <ul><li>Requests to Know / Access Requests:<ul><li>Received: 85</li><li>Complied with in whole or in part (providing categories or specific pieces of personal information): 79</li><li>Denied: 6</li><li>Median number of days to substantive response: 32</li></ul> </li><li>Requests to Delete:<ul><li>Received: 137</li><li>Complied with in whole or in part (deleting all personal information or personal information not subject to an exception): 130</li><li>Denied: 7</li><li>Median number of days to substantive response: 24</li></ul> </li><li>Requests to Opt-Out / Do Not Sell Requests:<ul><li>Received: 2,248</li><li>Complied with in whole or in part: 2,024</li><li>Denied: 224</li><li>Median number of days to substantive response: 1</li></ul> </li></ul> <p><a href="#top"></a><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><a href="#top"><br> </a>&nbsp;</p> <p><a href="#top" aria-label="Return to top of Privacy">Return to top of Privacy</a></p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__text-container pad-bottom-56"> <div id="-id" class="cmp-grid__heading-container "> <h2 class="cmp-grid__heading fade fade-in" style="opacity: 1;"> California Consumer Warranty Notice </h2> </div> </div> <div class="cmp-grid__items-section "> <div id="container-a8fe4e71fd" class="cmp-container"> <div class="fofAccordion"> <div class="cmp-accordion "> <div class="metrics-actions" data-fofaccordion-click-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:expand{($accordionName,:)}&quot;}}"></div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="California Consumer Warranty Notice" id="accordion-lcjbw1ya9">California Consumer Warranty Notice</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-lcjbw1ya9"> <div> <div class="container responsivegrid"> <div id="container-60c22f5b55" class="cmp-container"> <div class="experiencefragment"> <div id="californiaconsumernotice" class="cmp-experiencefragment cmp-experiencefragment--ac4"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-9c328710a6" class="cmp-container"> <div class="text"> <div id="text-ce4de72982" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><b>Notification requirements in California</b>.260Before accepting a request from an agent, we will require the agent to provide proof you have authorized it to act on your behalf, and we may need you to verify your identity directly with us.<br> &nbsp;</p> <p><a></a><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><br> <br> &nbsp;</p> <h3><b><a id="annualmetrics"></a>Annual CCPA Metrics 2024</b></h3> <p><br> The following metrics cover January 1, 2024 through December 31, 2024:</p> <ul><li>Requests to Know / Access Requests:<ul><li>Received: 85</li><li>Complied with in whole or in part (providing categories or specific pieces of personal information): 79</li><li>Denied: 6</li><li>Median number of days to substantive response: 32</li></ul> </li><li>Requests to Delete:<ul><li>Received: 137</li><li>Complied with in whole or in part (deleting all personal information or personal information not subject to an exception): 130</li><li>Denied: 7</li><li>Median number of days to substantive response: 24</li></ul> </li><li>Requests to Opt-Out / Do Not Sell Requests:<ul><li>Received: 2,248</li><li>Complied with in whole or in part: 2,024</li><li>Denied: 224</li><li>Median number of days to substantive response: 1</li></ul> </li></ul> <p><a href="#top"></a><a href="#caPrivacy" aria-label="Return to top of California Notice">Return to top of California Notice</a><a href="#top"><br> </a>&nbsp;</p> <p><a href="#top" aria-label="Return to top of Privacy">Return to top of Privacy</a></p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container inherit background-white pad-top-56 pad-bottom-56"> <div class="cmp-grid__text-container pad-bottom-56"> <div id="-id" class="cmp-grid__heading-container "> <h2 class="cmp-grid__heading fade fade-in" style="opacity: 1;"> California Consumer Warranty Notice </h2> </div> </div> <div class="cmp-grid__items-section "> <div id="container-a8fe4e71fd" class="cmp-container"> <div class="fofAccordion"> <div class="cmp-accordion "> <div class="metrics-actions" data-fofaccordion-click-action="{&quot;name&quot;:&quot;global-onclick&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:help:privacy:content:action&quot;,&quot;onclick_onclick&quot;:&quot;privacy:content:expand{($accordionName,:)}&quot;}}"></div> <div class="cmp-single-item-accordion accordion-item"> <h3 class="accordion-toggle cmp-single-item-accordion__heading " tabindex="0" role="button" aria-expanded="false" data-fgx-keypress="true" data-accordion-initialized="true" aria-label="California Consumer Warranty Notice" id="accordion-6o944tdl1">California Consumer Warranty Notice</h3> <div class="cmp-single-item-accordion__content" aria-labelledby="accordion-6o944tdl1"> <div> <div class="container responsivegrid"> <div id="container-60c22f5b55" class="cmp-container"> <div class="experiencefragment"> <div id="californiaconsumernotice" class="cmp-experiencefragment cmp-experiencefragment--ac4"> <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 "> <div class="grid aem-GridColumn aem-GridColumn--default--12"> <div class="cmp-grid"> <section class="cmp-grid__container "> <div class="cmp-grid__items-section "> <div id="container-9c328710a6" class="cmp-container"> <div class="text"> <div id="text-ce4de72982" class="cmp-text width-lg-12 width-md-8 width-sm-8 "> <p><b>Notification requirements in California</b>.
268Our Customer Relationship Center is closed on Sundays and on New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, the day after Thanksgiving, and Christmas Day.</p> <p><br> You can learn more at <a href="https://privacyportal.onetrust.com/webform//" aria-label="https://www.ford.com/help/privacy">https://www.ford.com/help/privacy/</a> by viewing our California Notice at Collection and Privacy Disclosures.</p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> <script> // Context Object Definition. window.FMC = window.FMC || {}; FMC.context = FMC.context || {}; FMC.context.vehicle = {}; FMC.context.site = FMC.context.site || {}; FMC.context.vehicle = FMC.context.vehicle || {}; FMC.context.shared = FMC.context.shared || {}; FMC.context.site.make = "Ford"; FMC.context.site.locale = "en_us"; if(FMC?.context?.site?.locale){ FMC.context.site.language = "en"; FMC.context.site.country = "US"; FMC.context.site.languageKey = "EN"; FMC.context.site.digURL = "//build.ford.com/dig" FMC.context.site.shopURL = "//shop.ford.com"; FMC.context.site.nasapiDomain = "https:\/\/www.ford.com"; FMC.context.site.nasapiId = "07152898\u002D698b\u002D456e\u002Dbe56\u002Dd3d83011d0a6"; FMC.context.site.brightcovePlayerId = "HJSjbNICW"; FMC.context.site.brightcoveAccountId = "2267017474001"; FMC.context.site.msrplabel = "<p>Starting at MSRP {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.azlabel = "<p>Starting AZ Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.xplanlabel = "<p>Starting X Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.leasepricelabel = "{{payment}}\/mo"; FMC.context.site.saleseventpricelabel = "Employee Pricing Starting At {{hamiltonPricing}}<sup data\u002Ddisc\u002Did=\x2264\x22 data\u002Ddisc=\x22Employee\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 class=\x22disclosure global_disclosures\x22> 64 <\/sup>\x26nbsp;"; FMC.context.site.fepEnabled = "true"; FMC.context.site.fepVehicleExclusionList = JSON.parse('[\x22*|E\u002DStripped Chassis|*\x22,\x22*|F\u002DStripped Chassis|*\x22,\x22*|*|F\u002D650\u002D750\x22,\x22*|*|f\u002D450lariat\x22,\x22*|*|f\u002D450kingranch\x22,\x22*|*|f\u002D450platinum\x22,\x22*|E\u002DTransit|*\x22,\x22*|Transit Commerical|*\x22,\x22*|*|raptor\x22,\x22*|bronco|oates\x22,\x22*|*|darkhorsesec\x22]'); FMC.context.site.playarialabel = "Play"; FMC.context.site.pausearialabel = "Pause"; FMC.context.site.mutearialabel = ""; FMC.context.site.unmutearialabel = ""; FMC.context.site.closecaptiononarialabel = ""; FMC.context.site.closecaptionoffarialabel = ""; FMC.context.site.closearialabel = "Close"; FMC.context.site.compareheadline = ""; FMC.context.site.standardlabel = ""; FMC.context.site.optionallabel = ""; FMC.context.site.notavailablelabel = ""; FMC.context.site.globalDisclosureLabelPrefix = ""; FMC.context.site.inlineDisclosureLabelPrefix = ""; FMC.context.site.zipcodeAriaLabelPrefix = "Zipcode"; FMC.context.site.backToTopAriaLabel = ""; FMC.context.site.reduceMotion = "false" === "true"; FMC.context.site.headerUrl = "https://www.ford.com"; FMC.context.site.videoStartAction = "{\x22name\x22:\x22video\u002Dsegment\u002D0\x22,\x22direct\x22:\x22video\u002Dsegment\u002D0\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22,\x22onclick_onclick\x22:\x22video:play\x22,\x22video_videoName\x22:\x22{($videoName)}\x22}}"; FMC.context.site.videoPauseAction = ""; FMC.context.site.video25Action = "{\x22name\x22:\x22video\u002Dsegment\u002D25\x22,\x22direct\x22:\x22video\u002Dsegment\u002D25\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.video50Action = "{\x22name\x22:\x22video\u002Dsegment\u002D50\x22,\x22direct\x22:\x22video\u002Dsegment\u002D50\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.video75Action = "{\x22name\x22:\x22video\u002Dsegment\u002D75\x22,\x22direct\x22:\x22video\u002Dsegment\u002D75\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.videoCompleteAction = "{\x22name\x22:\x22video\u002Dsegment\u002D100\x22,\x22direct\x22:\x22video\u002Dsegment\u002D100\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; } </script> <script> FMC.context.site.backToTopLabel = "Back To Top"; </script> <script> FMC.context.golf = FMC.context.golf || {}; FMC.context.golf.domain = "https:\/\/shop.ford.com"; FMC.context.golf.forms = [{"smartLinkId":"getupdates","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312720","formShowAction":"{\"name\":\"get-updates-start\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{($sitePrefix)}:vehicle:get updates:1:info{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\"}}","submissionSuccessAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{($sitePrefix)}:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{($sitePrefix)}:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","phoneOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{($sitePrefix)}:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"getquote","golfFormType":"request","golfFormId":"request","golfLeadContext":"Quote","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"312726","golfFormQaCodeEmail":"0799A","golfBrochureCode":"222","golfAllowChangeDealer":"true","golfAllowChangeVehicle":"false","golfHideAddress":"true","formShowAction":"{\"name\":\"quick-quote-start\",\"direct\":\"quick-quote-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{($sitePrefix)}:qrfq:gip{($nameplate,:ford )}\",\"page_siteSection\":\"quick quote\",\"page_hierarchy\":\"shopping tools:quick quote{($segment,:)}{($nameplate,:ford )}\",\"page_userLanguage\":\"application\",\"page_pageNameNoVehicle\":\"{($sitePrefix)}:qrfq:gip\",\"page_radUIVersion\":\"application\",\"page_pageDomain\":\"application\",\"page_pageType\":\"{($sitePrefix)}:quote form\",\"page_experienceType\":\"application\",\"vehicle_modelYear\":\"application\",\"vehicle_nameplate\":\"application\",\"user_paCode\":\"application\",\"user_fordRegion\":\"application\",\"user_fdafCode\":\"application\",\"user_loginStatus\":\"application\"}}","submissionSuccessAction":"{\"name\":\"quick-quote-complete\",\"direct\":\"quick-quote-complete\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{($sitePrefix)}:qrfq:gip:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"quick quote\",\"page_hierarchy\":\"shopping tools:quick quote{($segment,:)}{($nameplate,:ford )}\",\"page_userLanguage\":\"application\",\"page_pageNameNoVehicle\":\"{($sitePrefix)}:qrfq:gip:thank you\",\"page_tool\":\"event:quick quote\",\"page_toolDescriptor\":\"gip\",\"page_radUIVersion\":\"application\",\"page_pageDomain\":\"application\",\"page_pageType\":\"{($sitePrefix)}:quote form\",\"page_experienceType\":\"application\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_paCode\":\"application\",\"user_fordRegion\":\"application\",\"user_fdafCode\":\"application\",\"user_cksVisitId\":\"application\",\"user_leadType\":\"qrfq:gip\",\"user_loginStatus\":\"application\",\"event_action\":\"lead submitted | quick quote | tool |form submit|quick quote form submit\"}}","emailOptinAction":"{\"name\":\"quick-quote-complete\",\"direct\":\"quick-quote-complete\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{($sitePrefix)}:qrfq:gip:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"quick quote\",\"page_hierarchy\":\"shopping tools:quick quote{($segment,:)}{($nameplate,:ford )}\",\"page_userLanguage\":\"application\",\"page_pageNameNoVehicle\":\"{($sitePrefix)}:qrfq:gip:thank you\",\"page_tool\":\"event:quick quote\",\"page_toolDescriptor\":\"gip\",\"page_radUIVersion\":\"application\",\"page_pageDomain\":\"application\",\"page_pageType\":\"{($sitePrefix)}:quote form\",\"page_experienceType\":\"application\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_paCode\":\"application\",\"user_fordRegion\":\"application\",\"user_fdafCode\":\"application\",\"user_cksVisitId\":\"application\",\"user_leadType\":\"qrfq:gip\",\"user_loginStatus\":\"application\",\"event_action\":\"lead submitted | quick quote | tool |form submit|quick quote form submit\"}}","phoneOptinAction":"{\"name\":\"quick-quote-complete\",\"direct\":\"quick-quote-complete\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{($sitePrefix)}:qrfq:gip:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"quick quote\",\"page_hierarchy\":\"shopping tools:quick quote{($segment,:)}{($nameplate,:ford )}\",\"page_userLanguage\":\"application\",\"page_pageNameNoVehicle\":\"{($sitePrefix)}:qrfq:gip:thank you\",\"page_tool\":\"event:quick quote\",\"page_toolDescriptor\":\"gip\",\"page_radUIVersion\":\"application\",\"page_pageDomain\":\"application\",\"page_pageType\":\"{($sitePrefix)}:quote form\",\"page_experienceType\":\"application\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_paCode\":\"application\",\"user_fordRegion\":\"application\",\"user_fdafCode\":\"application\",\"user_cksVisitId\":\"application\",\"user_leadType\":\"qrfq:gip\",\"user_loginStatus\":\"application\",\"event_action\":\"lead submitted | quick quote | tool |form submit|quick quote form submit\"}}"},{"smartLinkId":"testdrive","golfFormType":"schedule","golfFormId":"schedule","golfLeadContext":"ScheduleTestDrive","golfFormPresentation":"overlay","golfAllowChangeDealer":"true"},{"smartLinkId":"testdrivev2","golfFormType":"schedulev2","golfFormId":"schedulev2","golfLeadContext":"ScheduleTestDrive","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfAllowChangeDealer":"true"},{"smartLinkId":"schedulemodele","golfFormType":"schedulemodele","golfFormId":"schedulemodele","golfAffiliateLeadSource":"test drive","golfLeadContext":"BrandScheduleTestDriveModele","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"320801","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312720","golfAllowChangeDealer":"true","golfAllowChangeVehicle":"false","formShowAction":"{\"name\":\"td-start\",\"direct\":\"td-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0001)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0001)}\",\"page_pageType\":\"{($sitePrefix)}:golf form\"}}","submissionSuccessAction":"{\"name\":\"td-thankyou\",\"direct\":\"td-thankyou\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0002)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0002)}\",\"page_tool\":\"event:lead submitted\",\"page_toolDescriptor\":\"test drive\",\"page_pageType\":\"{($sitePrefix)}:golf form\",\"onclick_onclick\":\"{(c5_0001)}\",\"user_leadOptIn\":\"email opt-in full\",\"user_leadType\":\"test drive\"}}"},{"smartLinkId":"guShop","golfFormType":"getupdates","golfFormId":"guShop","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312726"},{},{"smartLinkId":"guComm","golfFormType":"getupdates","golfFormId":"guComm","golfFormPresentation":"overlay","golfFormSkinVersion":"commform","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848501420"},{"smartLinkId":"fvslbroncortr","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700514","golfFormQaCodeMail":"0848700514","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvslmustangnightshade","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700509","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvslsdcarhartt","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700518","golfBrochureCode":"0848700518","formShowAction":"{\"name\":\"get-updates-start\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\"}}","submissionSuccessAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","phoneOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvslmlb","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700568","golfBrochureCode":"0848700568","formShowAction":"{\"name\":\"get-updates-start\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:1:info{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:1:info\",\"page_pageType\":\"fv:golf form\"}}","submissionSuccessAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvbroncofilsonwildland","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848700588","golfBrochureCode":"0848700588","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}"}]; FMC.context.golf.substitutions = "[\x22pageNameNoVehicle_0001={($sitePrefix)}:vehicle:home:test drive:1:info\x22,\x22h1_0001=shopping tools:fof:test drive{($modelYear,:)}{($segment,:)}{($nameplate,:ford )}\x22,\x22pageNameNoVehicle_0002={($sitePrefix)}:vehicle:home:test drive:2:thank you\x22,\x22c5_0001=vehicle:fof:home:test drive:thank you:addit\x27l info{($checkboxSelected,:)}\x22,\x22pageName_0001={($sitePrefix)}:vehicle:get updates:1:info{($nameplate,:ford )}\x22,\x22h1_0002=shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\x22,\x22pageName_0002={($sitePrefix)}:vehicle:get updates:2:thank you{($nameplate,:ford )}\x22]"; </script> <script> FMC.context.credit = FMC.context.credit || {}; FMC.context.credit.prequalScript = "https://www.qualify.ford.com/webcompbutton/prequal-app-button.js"; FMC.context.credit.prequalSource = "SHOP\u002DP"; </script> <script> FMC.context.salesforce = FMC.context.salesforce || {}; FMC.context.salesforce.salesforceUrl = ""; </script> <script src="/acservices/metrics.ford.en_us.js"></script> <!-- Conditionally include tier2 content only when relevant data exists to optimize JSON payload size --> <script type="text/javascript"> FMC.context.tier2 = FMC.context.tier2 || {}; FMC.context.tier2.regionList = []; FMC.context.tier2.offerCard = FMC.context.tier2.offerCard || {}; FMC.context.tier2.offerCard.externalSmartLink = ""; FMC.context.tier2.offerCard.cardVariation = "HomePage"; FMC.context.tier2.offerCard.tabAction = ""; FMC.context.tier2.offerCard.segmentAction = ""; FMC.context.tier2.offerCard.carouselAction = ""; FMC.context.tier2.offerCard.offersSubstitution = ""; FMC.context.tier2.offerCard.noOffersSubstitution = ""; FMC.context.tier2.offerCard.offersPendingSubstitution = ""; FMC.context.tier2.offerCard.offersHeadingTag = ""; FMC.context.tier2.offerCard.noOffersHeadingTag = ""; FMC.context.tier2.offerCard.noOffersTitle = ""; FMC.context.tier2.offerCard.noOffersLabel = ""; FMC.context.tier2.offerCard.leaseOfferLabel = ""; FMC.context.tier2.offerCard.retailOfferLabel = ""; FMC.context.tier2.offerCard.justAnnouncedLabel = ""; FMC.context.tier2.offerCard.endingSoonLabel = ""; FMC.context.tier2.offerCard.disclaimerLabel = ""; FMC.context.tier2.offerCard.disclaimerAriaLabel = ""; FMC.context.tier2.offerCard.directionsLabel = ""; FMC.context.tier2.offerCard.directionsAriaLabel = ""; FMC.context.tier2.offerCard.directionsMtxAction = ""; FMC.context.tier2.offerCard.changeDealerLabel = ""; FMC.context.tier2.offerCard.changeDealerAriaLabel = ""; FMC.context.tier2.offerCard.changeDealerMtxAction = ""; FMC.context.tier2.offerCard.dynamicChangeDealerLabel = ""; FMC.context.tier2.offerCard.dynamicChangeDealerAriaLabel = ""; FMC.context.tier2.offerCard.dynamicChangeDealerMtxAction = ""; FMC.context.tier2.offerCard.dynamicMobileDealerMtxAction = ""; FMC.context.tier2.offerCard.dealerServiceURL = ""; FMC.context.tier2.offerCard.goToOffersLabel = ""; FMC.context.tier2.offerCard.goToOffersAriaLabel = ""; FMC.context.tier2.offerCard.campaignId = ""; FMC.context.tier2.offerCard.viewInventoryLabel = ""; FMC.context.tier2.offerCard.viewInventoryAriaLabel = ""; FMC.context.tier2.offerCard.viewInventoryMtxAction = ""; FMC.context.tier2.offerCard.viewInventoryCampaignId = ""; FMC.context.tier2.offerCard.visitDealerLabel = ""; FMC.context.tier2.offerCard.visitDealerAriaLabel = ""; FMC.context.tier2.offerCard.visitDealerMtxAction = ""; FMC.context.tier2.offerCard.visitDealerCampaignId = ""; FMC.context.tier2.offerCard.mobileVisitDealerLabel = ""; FMC.context.tier2.offerCard.mobileVisitDealerAriaLabel = ""; FMC.context.tier2.offerCard.mobileVisitDealerMtxAction = ""; FMC.context.tier2.offerCard.hideImage = "false"; FMC.context.tier2.dealerModal = FMC.context.tier2.dealerModal || {}; FMC.context.tier2.dealerModal.dealerModalTitle = ""; FMC.context.tier2.dealerModal.dealerModalCloseAriaLabel = ""; FMC.context.tier2.dealerModal.dealerModalScreenReaderDescription = ""; FMC.context.tier2.dealerModal.currentDealerLabel = ""; FMC.context.tier2.dealerModal.selectDifferentDealerLabel = ""; FMC.context.tier2.dealerModal.availableDealersLabel = ""; FMC.context.tier2.dealerModal.milesAwayLabel = ""; FMC.context.tier2.dealerModal.overlayOpenedScreenReaderDialog = ","; FMC.context.tier2.dealerModal.overlayClosedScreenReaderDialog = ","; FMC.context.tier2.dealerModal.selectedDealerLabel = ""; FMC.context.tier2.dealerModal.selectDealerMtxAction = ""; FMC.context.tier2.competitiveCompareModal = FMC.context.tier2.competitiveCompareModal || {}; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalTitle = ""; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalCloseAriaLabel = ""; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalScreenReaderDescription = ""; FMC.context.tier2.competitiveCompareModal.currentVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.selectDifferentVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.availableVehiclesLabel = ""; FMC.context.tier2.competitiveCompareModal.selectVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.selectVehicleMtxAction = ""; </script> <script async="" src="https://shop.ford.com/aemservices/common/api/component/v2/loader.js/golf-spc?make=Ford&amp;region=US"></script> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford.lc--lc.min.js"></script> <footer data-cmp-is="footer" aria-label="Footer" class="footer"> <div class="language-selector-modal-overlay" tabindex="-1"> <button aria-label="Close" class="language-selector-modal-overlay__close" type="button"> <svg aria-label="Close Dialog" height="25" width="25"> <title>Close Dialog</title> <use href="#footer-skinny-close"></use> </svg> </button> <dialog class="language-selector-modal"> <h2 class="language-selector-modal__heading"> Please choose a language </h2> <div class="language-selector-modal__buttons"><a class="language-selector-modal__button" href="#" data-language-code="en" data-language-domain="www.ford.com" title="English">English</a><a class="language-selector-modal__button" href="//es.ford.com/help/privacy/" data-language-code="es" data-language-domain="es.ford.com" title="Spanish">Spanish</a></div> </dialog> </div> <svg style="display: none" xmlns="http://www.w3.org/2000/svg"> <symbol id="footer-main-plus" viewBox="0 0 24 24"> <path d="M10.9 0v10.9H0v2.2h10.9V24h2.2V13.1H24v-2.2H13.1V0z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-main-minus" viewBox="0 0 24 24"> <path d="M0 10.9v2.2h24v-2.2z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-nav-search" viewBox="0 0 24 24"> <path d="M2.6 9.6c0-3.9 3.2-7.1 7.1-7.1s7.1 3.2 7.1 7.1-3.2 7.1-7.1 7.1-7.1-3.2-7.1-7.1m20.2 13.2c.3-.3.3-.8 0-1.1l-6.5-6.5c1.5-1.8 2.2-4.1 2-6.4-.4-3.9-3.5-7.2-7.5-7.7C6 .5 1.7 3.8 1.1 8.5v2.2c.5 3.9 3.7 7.1 7.7 7.5 2.3.3 4.7-.5 6.4-2l6.5 6.5c.3.3.8.3 1.1 0" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-main-new-window" viewBox="0 0 24 24"> <path d="M16.4 0H24v7.6h-2.8V4.8l-7.6 7.6-2.1-2.1 7.6-7.6h-2.8V0ZM0 2.9h11.8v2H2V22h17.1v-9.8h2V24H0z" fill="currentColor"></path> </symbol> <symbol id="footer-skinny-language-selector" viewBox="0 0 24 24"> <path d="M14.7 21c1.7-2.5 2.6-5.3 2.8-8.2h3.9c-.3 3.9-3 7.1-6.7 8.2M2.6 12.8h3.9c.1 2.9 1.1 5.8 2.8 8.2-3.6-1.1-6.3-4.3-6.7-8.2M9.3 3c-1.7 2.5-2.6 5.3-2.8 8.2H2.6c.3-3.9 3-7.1 6.7-8.2m3.5 8.2V3c1.9 2.4 3 5.3 3.1 8.2zm0 1.6h3.1c-.2 2.9-1.2 5.8-3.1 8.2zm-1.6 0V21c-1.9-2.4-3-5.3-3.1-8.2zm0-1.6H8.1c.2-2.9 1.2-5.8 3.1-8.2zm10.2 0h-3.9c-.1-2.9-1.1-5.8-2.8-8.2 3.6 1.1 6.3 4.3 6.7 8.2M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-skinny-logo" viewBox="0 0 80 30"> <path d="M40 0C17.7988 0 0 6.65555 0 15C0 23.2944 17.9432 30 40 30C62.0568 30 80 23.2722 80 15C80 6.72778 62.0568 0 40 0Z" fill="#00095B"></path> <path d="M63.4981 10.6943C63.5509 10.6027 63.4953 10.536 63.3787 10.536C62.7759 10.536 61.9843 10.536 61.3566 10.536C61.2066 10.536 61.1288 10.5555 61.0594 10.6943C60.8288 11.1388 58.004 15.3721 57.4763 16.1943C57.3874 16.3193 57.2791 16.3027 57.268 16.161C57.2152 15.6721 56.793 15.111 56.1292 14.8416C55.6236 14.636 55.1265 14.5999 54.6126 14.6666C53.6849 14.7916 52.8544 15.2805 52.1267 15.8332C51.0295 16.6666 50.0824 17.7471 48.863 18.5471C48.1964 18.9805 47.2826 19.361 46.6715 18.7943C46.1187 18.2805 46.1799 17.1416 47.027 16.261C47.1159 16.1693 47.2242 16.2471 47.2076 16.3277C47.127 16.7249 47.227 17.1221 47.527 17.3999C47.8964 17.7305 48.4241 17.7693 48.8769 17.5471C49.4102 17.2832 49.7241 16.7721 49.8157 16.1916C49.9574 15.2916 49.2658 14.4999 48.3991 14.436C47.6964 14.386 47.0215 14.6305 46.3632 15.1749C46.0326 15.4471 45.8465 15.6499 45.5605 16.0555C45.491 16.1555 45.3855 16.1666 45.3882 16.0193C45.4216 14.8693 44.9438 14.2221 43.9939 14.1999C43.2551 14.1832 42.4662 14.5832 41.8524 15.0721C41.1774 15.6138 40.5886 16.3305 39.9581 17.0055C39.8803 17.0888 39.8109 17.086 39.7886 16.9249C39.7692 16.161 39.5775 15.4249 39.2248 14.8999C39.0998 14.7166 38.8359 14.6277 38.6165 14.7499C38.5137 14.8055 38.161 14.9693 37.9027 15.1777C37.7749 15.2832 37.7249 15.436 37.7804 15.6305C38.1221 16.7693 38.0471 18.0638 37.5832 19.1582C37.1583 20.161 36.3333 21.0638 35.3639 21.3693C34.7251 21.5721 34.0613 21.4721 33.6502 20.9055C33.0863 20.1249 33.3141 18.7638 34.1557 17.636C34.8973 16.6416 35.9722 16.011 37.0416 15.6055C37.1666 15.5582 37.1944 15.4749 37.1583 15.3693C37.0999 15.1943 37.0083 14.9527 36.9694 14.8443C36.8722 14.5832 36.5972 14.5416 36.2611 14.5777C35.4834 14.6693 34.7806 14.936 34.089 15.3055C32.2725 16.2777 31.3642 18.1582 30.9642 19.1666C30.7726 19.6499 30.6087 19.9527 30.3948 20.2193C30.1087 20.5777 29.7504 20.9055 29.0922 21.4832C29.0338 21.536 28.9894 21.6471 29.0394 21.7499C29.106 21.8888 29.4477 22.3721 29.5449 22.4138C29.6504 22.4666 29.7754 22.3916 29.8254 22.3582C30.2865 22.0471 30.8337 21.5527 31.1031 21.2166C31.1976 21.1027 31.2948 21.1499 31.3448 21.3249C31.5948 22.2221 32.253 22.9527 33.1641 23.2582C34.8279 23.8193 36.5555 23.0082 37.8582 21.5916C38.6859 20.6916 38.9859 20.1138 39.3026 19.7221C39.8414 19.0555 40.9024 17.5638 42.1662 16.6055C42.6301 16.2527 43.1773 15.9832 43.455 16.161C43.6773 16.3055 43.7467 16.6388 43.3939 17.2832C42.1051 19.636 40.208 22.4027 39.8608 23.0721C39.797 23.1888 39.8525 23.2805 39.9747 23.2805C40.6497 23.2777 41.3163 23.2777 41.9301 23.2777C42.0329 23.2721 42.0774 23.2277 42.1274 23.1555C43.1162 21.6082 44.0467 20.1332 45.0438 18.611C45.0994 18.5221 45.1521 18.5916 45.1521 18.6305C45.1716 18.9832 45.2605 19.4666 45.4688 19.786C45.8465 20.3721 46.3798 20.6249 46.9742 20.6305C47.4464 20.636 47.6853 20.5638 48.1936 20.3749C48.6075 20.2221 48.9408 20.0193 49.1935 19.8388C49.3435 19.736 49.3685 19.9082 49.3657 19.936C49.138 21.1638 49.4185 22.6221 50.6407 23.2249C52.1017 23.9443 53.7071 22.9332 54.632 22.0193C54.7237 21.9305 54.8181 21.9416 54.8293 22.1305C54.8487 22.4805 55.007 22.8943 55.2959 23.1832C56.0708 23.961 57.6318 23.6527 59.2012 22.4388C60.2067 21.661 61.2621 20.5638 62.2121 19.3999C62.2482 19.3555 62.2732 19.2832 62.2065 19.2082C62.0621 19.0555 61.851 18.8832 61.7093 18.7499C61.6427 18.6943 61.5482 18.711 61.4927 18.7527C60.5177 19.6805 59.64 20.7388 58.3707 21.6138C57.9429 21.9138 57.2596 22.1527 56.9541 21.7388C56.8347 21.5777 56.8486 21.3555 56.9652 21.0638C57.3374 20.1416 63.1953 11.2221 63.4981 10.6943ZM55.7542 18.1749C55.7653 18.2443 55.8542 18.3082 55.9431 18.3416C55.9736 18.3527 55.9903 18.3749 55.957 18.4471C55.707 18.9805 55.4792 19.2888 55.1653 19.7527C54.8793 20.1805 54.5543 20.5166 54.1626 20.836C53.571 21.3249 52.7516 21.8582 52.0739 21.4999C51.7739 21.3443 51.6434 20.9221 51.6489 20.5805C51.6656 19.6193 52.0906 18.636 52.8794 17.6666C53.8404 16.4832 54.9042 15.8693 55.6014 16.2055C56.3236 16.5499 56.0931 17.386 55.7709 18.0416C55.7431 18.0916 55.7431 18.1332 55.7542 18.1749Z" fill="white"></path> <path d="M21.0065 23.2525C18.8233 23.2692 16.8984 21.9192 16.6762 19.5803C16.554 18.2859 16.9207 17.1303 17.6512 16.1803C18.3011 15.3331 19.4011 14.6303 20.3315 14.4581C20.6343 14.4025 21.0426 14.4387 21.2093 14.6387C21.4731 14.947 21.3981 15.2831 21.1343 15.4192C20.4232 15.7831 19.5677 16.4025 19.1455 17.2498C18.8011 17.9414 18.7317 18.7775 19.2566 19.572C20.1343 20.897 22.5786 20.9331 24.8535 18.8192C25.4173 18.3025 25.92 17.8053 26.4339 17.2164C27.4338 16.072 27.7671 15.6553 29.1004 13.8081C29.117 13.7859 29.1198 13.7581 29.1143 13.7442C29.1032 13.722 29.0837 13.7137 29.0448 13.7109C28.156 13.7359 27.3811 13.9998 26.6283 14.5637C26.4117 14.722 26.1006 14.6998 25.9617 14.4914C25.8089 14.2553 25.92 13.9498 26.17 13.7775C27.3811 12.9359 28.7032 12.7831 30.0559 12.5553C30.0559 12.5553 30.1503 12.5609 30.2281 12.4581C30.7836 11.747 31.2002 11.1025 31.7919 10.3831C32.3863 9.65254 33.1584 8.9831 33.7445 8.47754C34.5667 7.77199 35.0916 7.5331 35.6277 7.24421C35.7694 7.17199 35.611 7.0831 35.5666 7.0831C32.5807 6.52199 29.4754 5.79421 26.5089 6.89421C24.4535 7.66088 23.5535 9.29143 23.9868 10.3775C24.2952 11.1498 25.309 11.2748 26.2617 10.8109C27.0505 10.4248 27.781 9.79976 28.3004 8.99699C28.5893 8.55254 29.2004 8.87199 28.8698 9.64699C28.0032 11.6887 26.3422 13.3053 24.3229 13.3748C22.6036 13.4303 21.4954 12.1664 21.4981 10.6053C21.5037 7.52754 24.9312 5.49976 28.531 5.19699C32.8668 4.83865 36.9748 5.99421 41.2773 6.51643C44.5771 6.91643 47.738 6.92476 51.0544 6.16365C51.4461 6.07754 51.721 6.32754 51.696 6.72476C51.6627 7.29699 51.2211 7.84699 50.1295 8.44421C48.8879 9.12476 47.588 9.3331 46.2325 9.34421C42.9522 9.37199 39.8941 8.09143 36.7332 7.40532C36.7387 7.54421 36.7721 7.7081 36.6582 7.79699C34.9055 9.08865 33.3223 10.4025 32.2613 12.2442C32.2252 12.2859 32.2446 12.3275 32.3057 12.322C33.2279 12.272 34.0556 12.2498 34.9139 12.1803C35.0639 12.1692 35.0694 12.1303 35.0555 12.0192C34.9805 11.3831 35.1638 10.6609 35.7249 10.1609C36.2971 9.64699 37.0137 9.58865 37.4887 9.9581C38.0275 10.3775 37.9803 11.1359 37.6859 11.7025C37.3859 12.2775 36.8887 12.5859 36.4138 12.7359C36.4138 12.7359 36.3138 12.7581 36.3277 12.8498C36.3471 12.9942 36.9943 13.3553 37.0498 13.4498C37.1026 13.5414 37.0748 13.6831 36.9776 13.7914C36.9082 13.8692 36.8026 13.9442 36.6637 13.9414C36.5526 13.9387 36.486 13.8998 36.3415 13.8248C36.0499 13.6664 35.686 13.4081 35.4444 13.1025C35.3611 12.9998 35.3194 12.997 35.1139 13.0081C34.1834 13.0609 32.7335 13.2025 31.7502 13.3248C31.5113 13.3553 31.478 13.3998 31.428 13.4803C29.8614 16.0637 28.1893 18.8498 26.3506 20.7164C24.3813 22.7137 22.7425 23.2387 21.0065 23.2525ZM35.936 11.772C35.961 11.9053 36.0138 11.9303 36.0721 11.9192C36.3693 11.8609 36.6971 11.6137 36.8915 11.3303C37.0665 11.072 37.1498 10.6998 36.9748 10.5498C36.8193 10.4164 36.5638 10.4525 36.3777 10.6192C36.0027 10.9498 35.8888 11.4192 35.936 11.772Z" fill="white"></path> <path d="M39.9997 28.6919C18.829 28.6919 1.66907 22.5641 1.66907 15.003C1.66907 7.44193 18.829 1.31415 39.9997 1.31415C61.1677 1.31415 78.3249 7.44193 78.3249 15.003C78.3249 22.5641 61.1649 28.6919 39.9997 28.6919ZM39.9997 2.45304C19.5734 2.45304 3.01897 8.09748 3.01897 15.003C3.01897 21.9114 19.5762 27.5558 39.9997 27.5558C60.4233 27.5558 76.9805 21.9114 76.9805 15.003C76.9777 8.09748 60.4233 2.45304 39.9997 2.45304Z" fill="white"></path> </symbol> <symbol id="footer-skinny-ccpa" viewBox="0 0 49.9 24"> <path d="M17.1 24c-5.1 0-6.1 0-6.6-.1-1.3-.2-2.7-.6-3.7-1.1-.6-.3-1.5-.8-1.6-.8l-.6-.4c-1.4-1-2.7-2.6-3.5-4.3-.4-.9-.8-1.8-1-2.9-.2-.8-.2-.9-.2-2.2s0-1.8.3-3 1-2.7 1.7-3.7c1.7-2.5 4-4.2 6.6-5C9.8.1 10.2.1 12.4 0h25.1c1.9 0 2.4 0 3.4.4 1 .2 2.7 1 3.6 1.6 2.8 1.8 4.5 4.5 5.2 7.8.1.7.1.8.1 2.2s0 1.4-.2 2.2c-.8 3.9-3.2 7-6.8 8.7-1 .5-2.6.9-3.6 1H17m5.5-2.1.4-1.2c.4-1.6.4-1.7.9-3.5.2-.9.6-2.3.8-3.1.3-1.3.5-2 .9-3.4 0-.1.1-.5.2-.9s.2-.9.4-1.3.3-.9.3-1.2.3-1 .4-1.5.3-1.1.3-1.3c.1-.6.4-1.6.5-1.8v-.4h-17c-3.3.4-6.2 2.4-7.7 5.3-.4.8-.7 1.5-.9 2.3-.7 3 0 6 1.9 8.4 1.7 2 3.9 3.3 6.5 3.6.8 0 11.7.1 11.8 0m10.2-4.5s1-.9 2-2l1.9-1.9s.9.8 1.9 1.9c1.8 1.8 1.9 1.9 2.2 2s.6 0 .9-.1c.4-.2.5-.6.4-1.1 0-.3-.2-.4-2-2.2-1.1-1-1.9-1.9-1.9-2s.9-.9 1.9-2c1.4-1.4 2-2.2 2-2.6 0-.6-.8-1-1.5-.7-.1 0-.9.8-2.1 2l-1.9 1.9-1.9-1.9c-1-1-2-1.9-2.1-2q-.45-.15-.9 0c-.45.15-.3.2-.4.4-.3.6-.3.7 2 3l1.9 1.9-1.9 1.9c-1.1 1.1-2 2-2 2.1-.4.9.5 1.8 1.4 1.3" fill="#2b64f6"></path> <path d="M12.7 17.2c-.1 0-.4-.3-1.1-1l-2-2c-.6-.6-1.2-1.2-1.2-1.3-.2-.3-.1-.7 0-1 .2-.3.5-.5.8-.5h.5c.1 0 .8.7 1.7 1.6l1.6 1.6h.2s.4-.4.7-.8c.6-.7 1.6-1.8 2-2.3.2-.2.3-.4.4-.4 0 0 .2-.2.4-.5s.4-.5.6-.7c.1-.1.4-.5.7-.8.2-.3.5-.5.5-.6s.4-.4.7-.8c.6-.8.8-.9 1.3-.9s1 .5 1 1-.2.7-.4.8-.2.2-.3.3c-.2.2-.6.7-1.6 2-.7.9-2 2.3-2.4 2.8-.2.2-.3.4-.3.4s-.2.3-.5.6-.5.6-.6.6-.4.4-.7.8c-.7.8-.8.9-1.2 1h-.6" fill="#2b64f6"></path> </symbol> <symbol id="footer-skinny-close" viewBox="0 0 14.9 14.9"> <path d="M.011 13.864 13.871.004l1.06 1.061-13.86 13.86z" fill="currentColor"></path> <path d="M-.13 1.036.93-.024l13.86 13.859-1.06 1.06z" fill="currentColor"></path> </symbol> <symbol id="footer-social-get-updates" viewBox="0 0 36 27"> <path d="M0 0v27h36V0zm32.1 2.2L18 16.3 3.9 2.2h28.4-.1Zm-9.6 12.9L19.6 18c-.9.9-2.3.9-3.1 0l-2.9-2.9L4 24.7h28.4l-9.6-9.6zm-10.6-1.6-9.6 9.6V3.9zm12.2 0 9.6 9.6V3.9z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-social-facebook" viewBox="0 0 12 22"> <path d="M10.3 10.5H7v11H3.4v-11H1V8h2.4V4C3.4 2 5 .4 7 .4h3.5v3.1H8c-.6 0-1 .4-1 1v3.4h4.1l-.7 2.5Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-twitter" viewBox="0 0 24 24"> <path d="M14.5 10.2 23.2 0h-2.1l-7.6 8.8-6-8.8h-7l9.2 13.3L.5 24h2.1l8-9.3L17 24h7zm-2.9 3.3-.9-1.3L3.3 1.6h3.2l6 8.5.9 1.3 7.7 11.1h-3.2z" fill="currentColor"></path> </symbol> <symbol id="footer-social-youtube" viewBox="0 0 34 24"> <path d="M7.1.8h19.8c3.5 0 6.3 2.8 6.3 6.3V17c0 3.5-2.8 6.3-6.3 6.3H7.1C3.6 23.3.8 20.5.8 17V7C.8 3.6 3.6.8 7.1.8Zm6.1 16.8 9.3-4.4c.8-.4.9-1.6 0-2l-9.3-4.7c-.7-.4-1.6.2-1.6 1v9.1c0 .8.9 1.4 1.6 1Z" fill="none" stroke="currentColor" stroke-width="1.5px"></path> </symbol> <symbol id="footer-social-instagram" viewBox="0 0 25 24"> <path d="M17.1 0H7.4C3.5 0 .3 3.2.3 7.1v9.7c0 3.9 3.2 7.1 7.1 7.1h9.7c3.9 0 7.1-3.2 7.1-7.1V7.1C24.2 3.2 21 0 17.1 0m4.8 16.9c0 2.6-2.1 4.7-4.7 4.7H7.4c-2.6 0-4.7-2.1-4.7-4.7V7.1c0-2.6 2.1-4.7 4.7-4.7h9.7c2.6 0 4.7 2.1 4.7 4.7v9.7Z" fill="currentColor"></path> <path d="M12.3 5.8c-3.4 0-6.2 2.8-6.2 6.2s2.8 6.2 6.2 6.2 6.2-2.8 6.2-6.2-2.8-6.2-6.2-6.2m0 10c-2.1 0-3.8-1.7-3.8-3.8s1.7-3.8 3.8-3.8 3.8 1.7 3.8 3.8-1.7 3.8-3.8 3.8M18.5 7.3c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5S17 5 17 5.8s.7 1.5 1.5 1.5" fill="currentColor"></path> </symbol> <symbol id="footer-social-threads" viewBox="0 0 24 24"> <path d="M22.4 7.2c-.3-1.1-.8-2.2-1.5-3.1-1.1-1.6-2.5-2.7-4.3-3.3-1-.4-2-.6-3.1-.7-1.9-.2-3.7 0-5.5.6-1.3.5-2.5 1.2-3.4 2.2-1.3 1.3-2 2.9-2.5 4.6-.3 1.1-.5 2.3-.5 3.4 0 1.7 0 3.5.4 5.2.2 1 .6 2 1.1 3 1.2 2.2 3 3.7 5.4 4.4 1.1.3 2.2.5 3.3.5 1.3 0 2.6 0 3.8-.4 1.3-.4 2.5-1 3.5-1.9 1.7-1.6 2.6-3.5 2.3-5.8q-.15-1.35-.9-2.4c-.7-1.1-1.7-1.8-2.9-2.3-.1 0-.1-.1-.1-.2q0-1.2-.6-2.4c-.5-1.2-1.4-2-2.6-2.5-1.2-.4-2.3-.5-3.5-.2s-2.2.9-3 2v.2c.5.3 1 .7 1.5 1h.2c.4-.5.9-.9 1.5-1.1q1.05-.3 2.1 0c.6.1 1.2.5 1.5 1 .3.4.4.9.5 1.3 0 .2 0 .2-.1.1-.7 0-1.3-.1-2-.1-.6 0-1.2 0-1.8.1-.8.2-1.6.4-2.3.9-1.5 1.1-2 3-1.3 4.6.5 1.1 1.4 1.7 2.5 2.1 1 .4 2.1.4 3.2.2q1.95-.45 3-2.1c.5-.8.8-1.7.9-2.6 0 0 0-.1.1 0 .6.4 1.1.8 1.4 1.4.6 1.3.6 2.6 0 3.8-.5 1-1.4 1.8-2.4 2.3-.9.5-2 .8-3 .9-1.4.1-2.9 0-4.3-.3-.9-.3-1.8-.7-2.6-1.3-1.3-1-2-2.4-2.5-3.9-.3-1-.5-2.1-.5-3.2 0-1.4 0-2.8.3-4.2.2-.9.5-1.8.9-2.6.6-1.3 1.6-2.3 2.9-3.1 1.1-.6 2.4-.9 3.7-1h2.1c.9 0 1.7.3 2.5.6 1.8.7 3.1 2 3.9 3.7l.6 1.5s0 .1.2 0c.6-.2 1.2-.3 1.8-.5 0 0 .1 0 0-.2v-.2Zm-7 5.5c0 .7-.2 1.3-.5 1.9-.4.9-1.2 1.4-2.2 1.6-.6 0-1.1 0-1.7-.2-.5-.2-.9-.4-1.2-.9-.4-.7-.2-1.6.5-2.1.4-.3.9-.5 1.3-.6.5-.1 1-.1 1.5-.1.8 0 1.4 0 2.1.2.2 0 .2 0 .2.2" fill="currentColor"></path> </symbol> <symbol id="footer-social-tiktok" viewBox="0 0 24 24"> <path d="M18.1 6C17 5.3 16.2 4.2 16 2.9V2h-3.4v13.8c0 1.5-1.3 2.8-2.9 2.8s-.9-.1-1.3-.3c-.9-.5-1.5-1.4-1.5-2.6 0-1.6 1.3-2.9 2.9-2.9s.6 0 .9.1V9.4h-.9c-3.5 0-6.3 2.8-6.3 6.3s1.1 4 2.7 5.2c1 .7 2.3 1.1 3.6 1.1 3.5 0 6.3-2.8 6.3-6.3v-7c1.3 1 3 1.5 4.8 1.5V6.8c-1 0-1.9-.3-2.6-.8Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-vimeo" viewBox="0 0 29.8 24"> <path d="M25.4 0c2.9 0 4.3 1.7 4.3 4.9v.7c-.1 2.7-2.1 6.4-6.1 11.1-4 4.9-7.5 7.3-10.3 7.4-1.8 0-3.2-1.5-4.4-4.5l-1.2-4.1-1.2-4.1c-.9-3-1.8-4.5-2.9-4.5s-1 .4-2.3 1.3L-.1 6.5l2.2-1.8 2.2-1.8C6.3 1.3 7.8.4 8.8.3h.4q3.15 0 3.9 4.5c.3 1.7.5 3.1.7 4.1.2 1.1.3 1.8.5 2.2.7 2.8 1.4 4.2 2.2 4.2.6 0 1.5-.9 2.8-2.7 1.2-1.9 1.9-3.3 2-4.2v-.5c0-1.2-.7-1.8-2-1.8s-1.4.1-2.2.4c1.3-4.3 4-6.5 8-6.5z" fill="currentColor"></path> </symbol> <symbol id="footer-social-pinterest" viewBox="0 0 24 24"> <path d="M12 0C5.4 0 0 5.4 0 12s3 9.1 7.2 11c0-.8 0-1.8.2-2.8s1.5-6.5 1.5-6.5-.4-.8-.4-1.9c0-1.8 1-3.1 2.3-3.1s1.6.8 1.6 1.8-.7 2.7-1.1 4.3c-.3 1.3.6 2.3 1.9 2.3 2.3 0 3.8-2.9 3.8-6.4s-1.8-4.6-5-4.6-5.9 2.7-5.9 5.7.3 1.8.8 2.4c.2.3.3.4.2.7 0 .2-.2.8-.2 1 0 .3-.3.4-.6.3-1.7-.7-2.5-2.5-2.5-4.6 0-3.4 2.9-7.5 8.6-7.5S20 7.4 20 11s-2.6 8.2-6.5 8.2-2.5-.7-2.9-1.5c0 0-.7 2.8-.8 3.3-.3.9-.8 1.9-1.2 2.6 1.1.3 2.2.5 3.4.5 6.6 0 12-5.4 12-12S18.6.1 12 .1Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-bluesky" viewBox="0 0 27 24"> <path d="M13.5 10.6c-1.2-2.4-4.6-6.8-7.6-9C2.9-.4 1.8 0 1 .3S0 2 0 2.7.4 9.1.7 10c.9 3.1 4.2 4.1 7.2 3.8h.5-.5c-4.4.7-8.3 2.3-3.2 8 5.6 5.8 7.7-1.3 8.8-4.8 1.1 3.6 2.3 10.4 8.7 4.8 4.8-4.8 1.3-7.3-3.1-8h-.5.5c3 .3 6.3-.7 7.2-3.8.3-.9.7-6.5.7-7.3S26.8.6 26 .2c-.7-.3-1.9-.7-4.8 1.4-3.1 2.2-6.4 6.6-7.6 9Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-zalo" viewBox="0 0 24 24"> <path d="M8.128 1.02C10.31.413 12.606.336 14.824.797c3.611.745 6.986 2.842 8.514 6.326.796 1.814.879 4.16.218 6.042-.396 1.065-1.035 2.146-1.777 3.005-2.158 2.498-4.941 4.522-7.709 6.292-.775.496-2.174 1.48-3.067 1.314-.052-.672.018-1.29.136-1.953.274-1.535-.76-1.491-1.895-1.724-.393-.082-.785-.17-1.175-.267l-.284-.102c-.406-.154-.856-.227-1.247-.407C4.002 18.155 1.695 16.266.615 13.63a7.69 7.69 0 0 1-.362-1.037C-1.064 6.967 2.934 2.508 8.128 1.02ZM2.874 7.27l.004 1.036c1.095 0 2.224-.014 3.316.012C5.057 9.69 4.052 11.192 2.93 12.58c-.276.342-.3.504-.359.926l3.044.008c.517 0 1.046.011 1.562-.02a.324.324 0 0 0 .26-.117c.096-.31.08-.578.082-.897-.26.007-.529.005-.789-.001-.812-.018-1.637.015-2.448-.013 1.034-1.61 2.438-3.092 3.453-4.72.072-.116.113-.326.148-.462-.572-.026-1.174-.031-1.748-.023-1.082.016-2.182-.024-3.261.008Zm7.473 1.022c-.807.074-1.441.35-1.947.96-.901 1.088-.732 2.867.415 3.718.559.413 1.177.576 1.857.506.213-.023.423-.07.625-.143.233-.097.467-.198.686-.324.038.15.067.28.131.422.344.088.567.082.926.081l.005-5.025c-.17-.002-.93-.035-1.026.042-.018.094-.014.13-.007.223-.117.058-.446-.132-.565-.199-.344-.193-.704-.29-1.1-.261Zm3.763 2.787c0 .623-.045 1.822.082 2.381.337.04.56.052.9.053V7.244c-.322-.002-.658-.01-.98-.004l-.002 3.84Zm4.533-2.777c-1.437.081-2.536 1.313-2.454 2.75.083 1.437 1.315 2.535 2.752 2.452 1.435-.084 2.533-1.315 2.45-2.75-.082-1.435-1.312-2.533-2.748-2.452ZM10.146 9.388c.552-.097 1.114.11 1.47.543.357.432.455 1.023.255 1.547-.2.523-.667.899-1.22.983-.844.128-1.634-.446-1.772-1.287-.138-.842.428-1.638 1.267-1.786Zm8.383.002c.551-.096 1.112.111 1.468.544.355.432.452 1.022.252 1.545-.2.522-.666.898-1.219.982-.843.129-1.633-.446-1.77-1.288-.137-.842.429-1.637 1.269-1.783Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-linkedin" viewBox="0 0 24 24"> <path d="M21.1283 1.0021C21.3822 1.00152 21.6661 0.993329 21.9164 1.01382C22.5426 1.06525 23.1724 1.61684 23.2621 2.24624C23.3015 2.52237 23.2897 2.8404 23.2894 3.12319L23.2875 4.46401V17.6662L23.2885 20.3341C23.2891 20.8183 23.2964 21.3023 23.2826 21.7863C23.2598 22.5803 22.6487 23.1534 21.8881 23.2775C21.5063 23.2912 21.0106 23.2758 20.6215 23.2755L17.9379 23.2746H4.7201L3.34705 23.2765C3.08771 23.2787 2.68278 23.2949 2.43983 23.2707C2.11614 23.2416 1.80949 23.1114 1.56385 22.8986C1.24836 22.6289 1.03184 22.2533 1.01502 21.8371C0.998656 21.4314 1.00673 21.0034 1.00721 20.5958L1.00819 18.3751V11.3322L1.00721 5.27651L1.00526 3.42397C1.00471 3.10085 0.989675 2.74179 1.01307 2.42202C1.07296 1.60563 1.70595 1.05273 2.50819 1.00308L15.6957 1.00405H19.8676L21.1283 1.0021ZM4.31092 9.35562L4.30995 19.9708C5.39552 19.9711 6.53259 19.9529 7.61366 19.9718L7.61463 9.35562H4.31092ZM17.5931 9.298C17.0671 9.14074 16.3935 9.05956 15.8392 9.10171C14.4798 9.15973 13.5344 9.75115 12.8334 10.8986C12.8439 10.3848 12.8459 9.87041 12.8392 9.35659H9.67616V19.9699C10.7665 19.9703 11.8916 19.9561 12.9789 19.9718L12.9769 16.175C12.9769 15.2174 12.879 13.7488 13.2914 12.9152C13.9509 11.6102 16.1252 11.6422 16.5072 13.0402C16.7656 13.986 16.6805 15.4705 16.6801 16.4787V19.9699L20.0072 19.9718V15.5822C20.0069 13.3576 20.2711 10.0989 17.5931 9.298ZM5.87538 4.06069C4.81406 4.11046 3.99538 5.01423 4.05018 6.07534C4.10523 7.13626 5.01287 7.95073 6.07362 7.89077C7.1269 7.8309 7.93461 6.93075 7.88026 5.8771C7.8258 4.82335 6.92933 4.01165 5.87538 4.06069Z" fill="currentColor"></path> </symbol> </svg> <div class="disclosures" data-cmp-is="disclosures"> <div class="disclosures__container"> <button aria-expanded="false" class="disclosures__heading" type="button"> Disclosures <span class="disclosures__control-icon"> <svg aria-hidden="true" height="16" width="16"> &gt; <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> &gt; <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-hidden="true" class="disclosures__content" data-subheadline-tag="h2" role="region" tabindex="-1" style="display: block"> <div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">Note</h2></div><div class="disclosures__disclosure-description">Information is provided on an "as is" basis and could include technical, typographical or other errors.268Our Customer Relationship Center is closed on Sundays and on New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, the day after Thanksgiving, and Christmas Day.</p> <p><br> You can learn more at <a href="https://privacyportal.onetrust.com/webform//" aria-label="https://www.ford.com/help/privacy">https://www.ford.com/help/privacy/</a> by viewing our California Notice at Collection and Privacy Disclosures.</p> </div> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> <script> // Context Object Definition. window.FMC = window.FMC || {}; FMC.context = FMC.context || {}; FMC.context.vehicle = {}; FMC.context.site = FMC.context.site || {}; FMC.context.vehicle = FMC.context.vehicle || {}; FMC.context.shared = FMC.context.shared || {}; FMC.context.site.make = "Ford"; FMC.context.site.locale = "en_us"; if(FMC?.context?.site?.locale){ FMC.context.site.language = "en"; FMC.context.site.country = "US"; FMC.context.site.languageKey = "EN"; FMC.context.site.digURL = "//build.ford.com/dig" FMC.context.site.shopURL = "//shop.ford.com"; FMC.context.site.nasapiDomain = "https:\/\/www.ford.com"; FMC.context.site.nasapiId = "07152898\u002D698b\u002D456e\u002Dbe56\u002Dd3d83011d0a6"; FMC.context.site.brightcovePlayerId = "HJSjbNICW"; FMC.context.site.brightcoveAccountId = "2267017474001"; FMC.context.site.msrplabel = "<p>Starting at MSRP {{msrp}}<sup data\u002Ddisc\u002Did=\x221\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 class=\x22disclosure global_disclosures\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.azlabel = "<p>Starting AZ Plan at {{msrp}}<sup data\u002Ddisc\u002Did=\x221\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 class=\x22disclosure global_disclosures\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.xplanlabel = "<p>Starting X Plan at {{msrp}}<sup data\u002Ddisc\u002Did=\x221\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 class=\x22disclosure global_disclosures\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.leasepricelabel = "{{payment}}\/mo"; FMC.context.site.saleseventpricelabel = "Employee Pricing Starting At {{hamiltonPricing}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22Employee\x22 data\u002Ddisc\u002Did=\x2264\x22> 64 <\/sup>\x26nbsp;"; FMC.context.site.fepEnabled = "true"; FMC.context.site.fepVehicleExclusionList = JSON.parse('[\x22*|E\u002DStripped Chassis|*\x22,\x22*|F\u002DStripped Chassis|*\x22,\x22*|*|F\u002D650\u002D750\x22,\x22*|*|f\u002D450lariat\x22,\x22*|*|f\u002D450kingranch\x22,\x22*|*|f\u002D450platinum\x22,\x22*|E\u002DTransit|*\x22,\x22*|Transit Commerical|*\x22,\x22*|*|raptor\x22,\x22*|bronco|oates\x22,\x22*|*|darkhorsesec\x22]'); FMC.context.site.playarialabel = "Play"; FMC.context.site.pausearialabel = "Pause"; FMC.context.site.mutearialabel = ""; FMC.context.site.unmutearialabel = ""; FMC.context.site.closecaptiononarialabel = ""; FMC.context.site.closecaptionoffarialabel = ""; FMC.context.site.closearialabel = "Close"; FMC.context.site.compareheadline = ""; FMC.context.site.standardlabel = ""; FMC.context.site.optionallabel = ""; FMC.context.site.notavailablelabel = ""; FMC.context.site.globalDisclosureLabelPrefix = ""; FMC.context.site.inlineDisclosureLabelPrefix = ""; FMC.context.site.zipcodeAriaLabelPrefix = "Zipcode"; FMC.context.site.backToTopAriaLabel = ""; FMC.context.site.reduceMotion = "false" === "true"; FMC.context.site.headerUrl = "https://www.ford.com"; FMC.context.site.videoStartAction = "{\x22name\x22:\x22video\u002Dsegment\u002D0\x22,\x22direct\x22:\x22video\u002Dsegment\u002D0\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22,\x22onclick_onclick\x22:\x22video:play\x22,\x22video_videoName\x22:\x22{($videoName)}\x22}}"; FMC.context.site.videoPauseAction = ""; FMC.context.site.video25Action = "{\x22name\x22:\x22video\u002Dsegment\u002D25\x22,\x22direct\x22:\x22video\u002Dsegment\u002D25\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.video50Action = "{\x22name\x22:\x22video\u002Dsegment\u002D50\x22,\x22direct\x22:\x22video\u002Dsegment\u002D50\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.video75Action = "{\x22name\x22:\x22video\u002Dsegment\u002D75\x22,\x22direct\x22:\x22video\u002Dsegment\u002D75\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; FMC.context.site.videoCompleteAction = "{\x22name\x22:\x22video\u002Dsegment\u002D100\x22,\x22direct\x22:\x22video\u002Dsegment\u002D100\x22,\x22secondary\x22:\x22websdk\u002Dvideo\u002Dsegment\x22,\x22actionFrequency\x22:\x22none\x22,\x22app\x22:\x22Brand\x22,\x22variables\x22:{\x22onclick_onclickLinkName\x22:\x22video\x22}}"; } </script> <script> FMC.context.site.backToTopLabel = "Back To Top"; </script> <script> FMC.context.golf = FMC.context.golf || {}; FMC.context.golf.domain = "https:\/\/shop.ford.com"; FMC.context.golf.forms = [{"smartLinkId":"getupdates","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312720","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0001)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golflYear)}\",\"vehicle_nameplate\":\"{($golfNameplate)}\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"get updates\"}}","phoneOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageName_0002)}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"{(h1_0002)}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"getquote","golfFormType":"request","golfFormId":"request","golfLeadContext":"Quote","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"312726","golfFormQaCodeEmail":"0799A","golfBrochureCode":"222","golfAllowChangeDealer":"true","golfAllowChangeVehicle":"false","golfHideAddress":"true","formShowAction":"{\"name\":\"quick-quote-start\",\"direct\":\"quick-quote-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:qrfq:gip{($nameplate,:ford )}\",\"page_siteSection\":\"quick quote\",\"page_hierarchy\":\"shopping tools:quick quote{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:qrfq:gip\",\"page_pageType\":\"fv:quote form\"}}","submissionSuccessAction":"{\"name\":\"quick-quote-complete\",\"direct\":\"quick-quote-complete\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:qrfq:gip:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"quick quote\",\"page_hierarchy\":\"shopping tools:quick quote{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:qrfq:gip:thank you\",\"page_tool\":\"event:quick quote\",\"page_pageType\":\"fv:quote form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"qrfq:gip\"}}","emailOptinAction":"{\"name\":\"quick-quote-complete\",\"direct\":\"quick-quote-complete\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:qrfq:gip:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"quick quote\",\"page_hierarchy\":\"shopping tools:quick quote{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:qrfq:gip:thank you\",\"page_tool\":\"event:quick quote\",\"page_toolDescriptor\":\"gip\",\"page_pageType\":\"fv:quote form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"qrfq:gip\"}}","phoneOptinAction":"{\"name\":\"quick-quote-complete\",\"direct\":\"quick-quote-complete\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:qrfq:gip:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"quick quote\",\"page_hierarchy\":\"shopping tools:quick quote{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:qrfq:gip:thank you\",\"page_tool\":\"event:quick quote\",\"page_toolDescriptor\":\"gip\",\"page_pageType\":\"fv:quote form\",\"vehicle_modelYear\":\"{($golfYear)}\",\"vehicle_nameplate\":\"{($golfNameplate,ford )}\",\"user_leadType\":\"qrfq:gip\"}}"},{"smartLinkId":"testdrive","golfFormType":"schedule","golfFormId":"schedule","golfLeadContext":"ScheduleTestDrive","golfFormPresentation":"overlay","golfAllowChangeDealer":"true","formShowAction":"{\"name\":\"td-start\",\"direct\":\"td-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0001)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0001)}\",\"page_pageType\":\"{($sitePrefix)}:golf form\"}}","submissionSuccessAction":"{\"name\":\"td-thankyou\",\"direct\":\"td-thankyou\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0002)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0002)}\",\"page_tool\":\"event:lead submitted\",\"page_toolDescriptor\":\"test drive\",\"page_pageType\":\"{($sitePrefix)}:golf form\",\"onclick_onclick\":\"{(c5_0001)}\",\"user_leadOptIn\":\"email opt-in full\",\"user_leadType\":\"test drive\"}}"},{"smartLinkId":"testdrivev2","golfFormType":"schedulev2","golfFormId":"schedulev2","golfLeadContext":"ScheduleTestDrive","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfAllowChangeDealer":"true","formShowAction":"{\"name\":\"td-start\",\"direct\":\"td-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0001)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0001)}\",\"page_pageType\":\"{($sitePrefix)}:golf form\"}}","submissionSuccessAction":"{\"name\":\"td-thankyou\",\"direct\":\"td-thankyou\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0002)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0002)}\",\"page_tool\":\"event:lead submitted\",\"page_toolDescriptor\":\"test drive\",\"page_pageType\":\"{($sitePrefix)}:golf form\",\"onclick_onclick\":\"{(c5_0001)}\",\"user_leadOptIn\":\"email opt-in full\",\"user_leadType\":\"test drive\"}}"},{"smartLinkId":"schedulemodele","golfFormType":"schedulemodele","golfFormId":"schedulemodele","golfAffiliateLeadSource":"test drive","golfLeadContext":"BrandScheduleTestDriveModele","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"320801","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312720","golfAllowChangeDealer":"true","golfAllowChangeVehicle":"false","formShowAction":"{\"name\":\"td-start\",\"direct\":\"td-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0001)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0001)}\",\"page_pageType\":\"{($sitePrefix)}:golf form\"}}","submissionSuccessAction":"{\"name\":\"td-thankyou\",\"direct\":\"td-thankyou\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"{(pageNameNoVehicle_0002)}{($nameplate,:ford )}\",\"page_siteSection\":\"test drive\",\"page_hierarchy\":\"{(h1_0001)}\",\"page_pageNameNoVehicle\":\"{(pageNameNoVehicle_0002)}\",\"page_tool\":\"event:lead submitted\",\"page_toolDescriptor\":\"test drive\",\"page_pageType\":\"{($sitePrefix)}:golf form\",\"onclick_onclick\":\"{(c5_0001)}\",\"user_leadOptIn\":\"email opt-in full\",\"user_leadType\":\"test drive\"}}"},{"smartLinkId":"guShop","golfFormType":"getupdates","golfFormId":"guShop","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848312726"},{},{"smartLinkId":"guComm","golfFormType":"getupdates","golfFormId":"guComm","golfFormPresentation":"overlay","golfFormSkinVersion":"commform","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848501420"},{"smartLinkId":"fvslbroncortr","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700514","golfFormQaCodeMail":"0848700514","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvslmustangnightshade","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700509","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford mustang\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:car:ford mustang\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2026\",\"vehicle_nameplate\":\"ford mustang\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvslsdcarhartt","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700518","golfBrochureCode":"0848700518","formShowAction":"{\"name\":\"get-updates-start\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\"}}","submissionSuccessAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","phoneOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvslmlb","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormSkinVersion":"guxv2","golfFormListId":"310124","golfFormQaCodeEmail":"0799A|0848700568","golfBrochureCode":"0848700568","formShowAction":"{\"name\":\"get-updates-start\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:1:info{($nameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:1:info\",\"page_pageType\":\"fv:golf form\"}}","submissionSuccessAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"get-updates\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:mlb:get updates:2:thank you{($golfNameplate,:ford )}\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates{($segment,:)}{($golfNameplate,:ford )}\",\"page_pageNameNoVehicle\":\"fv:mlb:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_variantName\":\"get-updates\",\"page_pageType\":\"fv:golf form\",\"user_leadType\":\"get updates\"}}"},{"smartLinkId":"fvbroncofilsonwildland","golfFormType":"getupdates","golfFormId":"getupdates","golfFormPresentation":"overlay","golfFormListId":"310124","golfFormQaCodeEmail":"0799A","golfFormQaCodeMail":"0848700588","golfBrochureCode":"0848700588","formShowAction":"{\"name\":\"mtx_get_updates_start_nameplate\",\"direct\":\"get-updates-start\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:1:info:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:1:info\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\"}}","submissionSuccessAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","emailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"email only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}","mailOptinAction":"{\"name\":\"mtx_get_updates_nameplate\",\"direct\":\"get-updates\",\"secondary\":\"websdk-pageload\",\"actionFrequency\":\"none\",\"app\":\"Brand\",\"variables\":{\"page_pageName\":\"fv:vehicle:get updates:2:thank you:ford bronco\",\"page_siteSection\":\"get updates\",\"page_hierarchy\":\"shopping tools:get updates:suv:ford bronco\",\"page_pageNameNoVehicle\":\"fv:vehicle:get updates:2:thank you\",\"page_tool\":\"event:updates opt-in \",\"page_toolDescriptor\":\"mail only\",\"page_pageType\":\"fv:golf form\",\"vehicle_modelYear\":\"2027\",\"vehicle_nameplate\":\"ford bronco\",\"user_leadType\":\"get updates\"}}"}]; FMC.context.golf.substitutions = "[\x22pageNameNoVehicle_0001={($sitePrefix)}:vehicle:home:test drive:1:info\x22,\x22h1_0001=shopping tools:fof:test drive{($modelYear,:)}{($segment,:)}{($nameplate,:ford )}\x22,\x22pageNameNoVehicle_0002={($sitePrefix)}:vehicle:home:test drive:2:thank you\x22,\x22c5_0001=vehicle:fof:home:test drive:thank you:addit\x27l info{($checkboxSelected,:)}\x22,\x22pageName_0001={($sitePrefix)}:vehicle:get updates:1:info{($nameplate,:ford )}\x22,\x22h1_0002=shopping tools:get updates{($segment,:)}{($nameplate,:ford )}\x22,\x22pageName_0002={($sitePrefix)}:vehicle:get updates:2:thank you{($golfNameplate,:ford )}\x22]"; </script> <script> FMC.context.credit = FMC.context.credit || {}; FMC.context.credit.prequalScript = "https://www.qualify.ford.com/webcompbutton/prequal-app-button.js"; FMC.context.credit.prequalSource = "SHOP\u002DP"; </script> <script> FMC.context.salesforce = FMC.context.salesforce || {}; FMC.context.salesforce.salesforceUrl = ""; </script> <script src="/acservices/metrics.ford.en_us.js"></script> <!-- Conditionally include tier2 content only when relevant data exists to optimize JSON payload size --> <script type="text/javascript"> FMC.context.tier2 = FMC.context.tier2 || {}; FMC.context.tier2.regionList = []; FMC.context.tier2.offerCard = FMC.context.tier2.offerCard || {}; FMC.context.tier2.offerCard.externalSmartLink = ""; FMC.context.tier2.offerCard.cardVariation = "HomePage"; FMC.context.tier2.offerCard.tabAction = ""; FMC.context.tier2.offerCard.segmentAction = ""; FMC.context.tier2.offerCard.carouselAction = ""; FMC.context.tier2.offerCard.offersSubstitution = ""; FMC.context.tier2.offerCard.noOffersSubstitution = ""; FMC.context.tier2.offerCard.offersPendingSubstitution = ""; FMC.context.tier2.offerCard.offersHeadingTag = ""; FMC.context.tier2.offerCard.noOffersHeadingTag = ""; FMC.context.tier2.offerCard.noOffersTitle = ""; FMC.context.tier2.offerCard.noOffersLabel = ""; FMC.context.tier2.offerCard.leaseOfferLabel = ""; FMC.context.tier2.offerCard.retailOfferLabel = ""; FMC.context.tier2.offerCard.justAnnouncedLabel = ""; FMC.context.tier2.offerCard.endingSoonLabel = ""; FMC.context.tier2.offerCard.disclaimerLabel = ""; FMC.context.tier2.offerCard.disclaimerAriaLabel = ""; FMC.context.tier2.offerCard.directionsLabel = ""; FMC.context.tier2.offerCard.directionsAriaLabel = ""; FMC.context.tier2.offerCard.directionsMtxAction = ""; FMC.context.tier2.offerCard.changeDealerLabel = ""; FMC.context.tier2.offerCard.changeDealerAriaLabel = ""; FMC.context.tier2.offerCard.changeDealerMtxAction = ""; FMC.context.tier2.offerCard.dynamicChangeDealerLabel = ""; FMC.context.tier2.offerCard.dynamicChangeDealerAriaLabel = ""; FMC.context.tier2.offerCard.dynamicChangeDealerMtxAction = ""; FMC.context.tier2.offerCard.dynamicMobileDealerMtxAction = ""; FMC.context.tier2.offerCard.dealerServiceURL = ""; FMC.context.tier2.offerCard.goToOffersLabel = ""; FMC.context.tier2.offerCard.goToOffersAriaLabel = ""; FMC.context.tier2.offerCard.campaignId = ""; FMC.context.tier2.offerCard.viewInventoryLabel = ""; FMC.context.tier2.offerCard.viewInventoryAriaLabel = ""; FMC.context.tier2.offerCard.viewInventoryMtxAction = ""; FMC.context.tier2.offerCard.viewInventoryCampaignId = ""; FMC.context.tier2.offerCard.visitDealerLabel = ""; FMC.context.tier2.offerCard.visitDealerAriaLabel = ""; FMC.context.tier2.offerCard.visitDealerMtxAction = ""; FMC.context.tier2.offerCard.visitDealerCampaignId = ""; FMC.context.tier2.offerCard.mobileVisitDealerLabel = ""; FMC.context.tier2.offerCard.mobileVisitDealerAriaLabel = ""; FMC.context.tier2.offerCard.mobileVisitDealerMtxAction = ""; FMC.context.tier2.offerCard.hideImage = "false"; FMC.context.tier2.dealerModal = FMC.context.tier2.dealerModal || {}; FMC.context.tier2.dealerModal.dealerModalTitle = ""; FMC.context.tier2.dealerModal.dealerModalCloseAriaLabel = ""; FMC.context.tier2.dealerModal.dealerModalScreenReaderDescription = ""; FMC.context.tier2.dealerModal.currentDealerLabel = ""; FMC.context.tier2.dealerModal.selectDifferentDealerLabel = ""; FMC.context.tier2.dealerModal.availableDealersLabel = ""; FMC.context.tier2.dealerModal.milesAwayLabel = ""; FMC.context.tier2.dealerModal.overlayOpenedScreenReaderDialog = ","; FMC.context.tier2.dealerModal.overlayClosedScreenReaderDialog = ","; FMC.context.tier2.dealerModal.selectedDealerLabel = ""; FMC.context.tier2.dealerModal.selectDealerMtxAction = ""; FMC.context.tier2.competitiveCompareModal = FMC.context.tier2.competitiveCompareModal || {}; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalTitle = ""; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalCloseAriaLabel = ""; FMC.context.tier2.competitiveCompareModal.competitiveCompareModalScreenReaderDescription = ""; FMC.context.tier2.competitiveCompareModal.currentVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.selectDifferentVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.availableVehiclesLabel = ""; FMC.context.tier2.competitiveCompareModal.selectVehicleLabel = ""; FMC.context.tier2.competitiveCompareModal.selectVehicleMtxAction = ""; </script> <script async="" src="https://shop.ford.com/aemservices/common/api/component/v2/loader.js/golf-spc?make=Ford&amp;region=US"></script> <script src="/acslibs/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford.lc--lc.min.js"></script> <footer data-cmp-is="footer" aria-label="Footer" class="footer"> <div class="language-selector-modal-overlay" tabindex="-1"> <button aria-label="Close" class="language-selector-modal-overlay__close" type="button"> <svg aria-label="Close Dialog" height="25" width="25"> <title>Close Dialog</title> <use href="#footer-skinny-close"></use> </svg> </button> <dialog class="language-selector-modal"> <h2 class="language-selector-modal__heading"> Please choose a language </h2> <div class="language-selector-modal__buttons"><a class="language-selector-modal__button" href="#" data-language-code="en" data-language-domain="www.ford.com" title="English">English</a><a class="language-selector-modal__button" href="//es.ford.com/help/privacy/" data-language-code="es" data-language-domain="es.ford.com" title="Spanish">Spanish</a></div> </dialog> </div> <svg style="display: none" xmlns="http://www.w3.org/2000/svg"> <symbol id="footer-main-plus" viewBox="0 0 24 24"> <path d="M10.9 0v10.9H0v2.2h10.9V24h2.2V13.1H24v-2.2H13.1V0z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-main-minus" viewBox="0 0 24 24"> <path d="M0 10.9v2.2h24v-2.2z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-nav-search" viewBox="0 0 24 24"> <path d="M2.6 9.6c0-3.9 3.2-7.1 7.1-7.1s7.1 3.2 7.1 7.1-3.2 7.1-7.1 7.1-7.1-3.2-7.1-7.1m20.2 13.2c.3-.3.3-.8 0-1.1l-6.5-6.5c1.5-1.8 2.2-4.1 2-6.4-.4-3.9-3.5-7.2-7.5-7.7C6 .5 1.7 3.8 1.1 8.5v2.2c.5 3.9 3.7 7.1 7.7 7.5 2.3.3 4.7-.5 6.4-2l6.5 6.5c.3.3.8.3 1.1 0" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-main-new-window" viewBox="0 0 24 24"> <path d="M16.4 0H24v7.6h-2.8V4.8l-7.6 7.6-2.1-2.1 7.6-7.6h-2.8V0ZM0 2.9h11.8v2H2V22h17.1v-9.8h2V24H0z" fill="currentColor"></path> </symbol> <symbol id="footer-skinny-language-selector" viewBox="0 0 24 24"> <path d="M14.7 21c1.7-2.5 2.6-5.3 2.8-8.2h3.9c-.3 3.9-3 7.1-6.7 8.2M2.6 12.8h3.9c.1 2.9 1.1 5.8 2.8 8.2-3.6-1.1-6.3-4.3-6.7-8.2M9.3 3c-1.7 2.5-2.6 5.3-2.8 8.2H2.6c.3-3.9 3-7.1 6.7-8.2m3.5 8.2V3c1.9 2.4 3 5.3 3.1 8.2zm0 1.6h3.1c-.2 2.9-1.2 5.8-3.1 8.2zm-1.6 0V21c-1.9-2.4-3-5.3-3.1-8.2zm0-1.6H8.1c.2-2.9 1.2-5.8 3.1-8.2zm10.2 0h-3.9c-.1-2.9-1.1-5.8-2.8-8.2 3.6 1.1 6.3 4.3 6.7 8.2M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-skinny-logo" viewBox="0 0 80 30"> <path d="M40 0C17.7988 0 0 6.65555 0 15C0 23.2944 17.9432 30 40 30C62.0568 30 80 23.2722 80 15C80 6.72778 62.0568 0 40 0Z" fill="#00095B"></path> <path d="M63.4981 10.6943C63.5509 10.6027 63.4953 10.536 63.3787 10.536C62.7759 10.536 61.9843 10.536 61.3566 10.536C61.2066 10.536 61.1288 10.5555 61.0594 10.6943C60.8288 11.1388 58.004 15.3721 57.4763 16.1943C57.3874 16.3193 57.2791 16.3027 57.268 16.161C57.2152 15.6721 56.793 15.111 56.1292 14.8416C55.6236 14.636 55.1265 14.5999 54.6126 14.6666C53.6849 14.7916 52.8544 15.2805 52.1267 15.8332C51.0295 16.6666 50.0824 17.7471 48.863 18.5471C48.1964 18.9805 47.2826 19.361 46.6715 18.7943C46.1187 18.2805 46.1799 17.1416 47.027 16.261C47.1159 16.1693 47.2242 16.2471 47.2076 16.3277C47.127 16.7249 47.227 17.1221 47.527 17.3999C47.8964 17.7305 48.4241 17.7693 48.8769 17.5471C49.4102 17.2832 49.7241 16.7721 49.8157 16.1916C49.9574 15.2916 49.2658 14.4999 48.3991 14.436C47.6964 14.386 47.0215 14.6305 46.3632 15.1749C46.0326 15.4471 45.8465 15.6499 45.5605 16.0555C45.491 16.1555 45.3855 16.1666 45.3882 16.0193C45.4216 14.8693 44.9438 14.2221 43.9939 14.1999C43.2551 14.1832 42.4662 14.5832 41.8524 15.0721C41.1774 15.6138 40.5886 16.3305 39.9581 17.0055C39.8803 17.0888 39.8109 17.086 39.7886 16.9249C39.7692 16.161 39.5775 15.4249 39.2248 14.8999C39.0998 14.7166 38.8359 14.6277 38.6165 14.7499C38.5137 14.8055 38.161 14.9693 37.9027 15.1777C37.7749 15.2832 37.7249 15.436 37.7804 15.6305C38.1221 16.7693 38.0471 18.0638 37.5832 19.1582C37.1583 20.161 36.3333 21.0638 35.3639 21.3693C34.7251 21.5721 34.0613 21.4721 33.6502 20.9055C33.0863 20.1249 33.3141 18.7638 34.1557 17.636C34.8973 16.6416 35.9722 16.011 37.0416 15.6055C37.1666 15.5582 37.1944 15.4749 37.1583 15.3693C37.0999 15.1943 37.0083 14.9527 36.9694 14.8443C36.8722 14.5832 36.5972 14.5416 36.2611 14.5777C35.4834 14.6693 34.7806 14.936 34.089 15.3055C32.2725 16.2777 31.3642 18.1582 30.9642 19.1666C30.7726 19.6499 30.6087 19.9527 30.3948 20.2193C30.1087 20.5777 29.7504 20.9055 29.0922 21.4832C29.0338 21.536 28.9894 21.6471 29.0394 21.7499C29.106 21.8888 29.4477 22.3721 29.5449 22.4138C29.6504 22.4666 29.7754 22.3916 29.8254 22.3582C30.2865 22.0471 30.8337 21.5527 31.1031 21.2166C31.1976 21.1027 31.2948 21.1499 31.3448 21.3249C31.5948 22.2221 32.253 22.9527 33.1641 23.2582C34.8279 23.8193 36.5555 23.0082 37.8582 21.5916C38.6859 20.6916 38.9859 20.1138 39.3026 19.7221C39.8414 19.0555 40.9024 17.5638 42.1662 16.6055C42.6301 16.2527 43.1773 15.9832 43.455 16.161C43.6773 16.3055 43.7467 16.6388 43.3939 17.2832C42.1051 19.636 40.208 22.4027 39.8608 23.0721C39.797 23.1888 39.8525 23.2805 39.9747 23.2805C40.6497 23.2777 41.3163 23.2777 41.9301 23.2777C42.0329 23.2721 42.0774 23.2277 42.1274 23.1555C43.1162 21.6082 44.0467 20.1332 45.0438 18.611C45.0994 18.5221 45.1521 18.5916 45.1521 18.6305C45.1716 18.9832 45.2605 19.4666 45.4688 19.786C45.8465 20.3721 46.3798 20.6249 46.9742 20.6305C47.4464 20.636 47.6853 20.5638 48.1936 20.3749C48.6075 20.2221 48.9408 20.0193 49.1935 19.8388C49.3435 19.736 49.3685 19.9082 49.3657 19.936C49.138 21.1638 49.4185 22.6221 50.6407 23.2249C52.1017 23.9443 53.7071 22.9332 54.632 22.0193C54.7237 21.9305 54.8181 21.9416 54.8293 22.1305C54.8487 22.4805 55.007 22.8943 55.2959 23.1832C56.0708 23.961 57.6318 23.6527 59.2012 22.4388C60.2067 21.661 61.2621 20.5638 62.2121 19.3999C62.2482 19.3555 62.2732 19.2832 62.2065 19.2082C62.0621 19.0555 61.851 18.8832 61.7093 18.7499C61.6427 18.6943 61.5482 18.711 61.4927 18.7527C60.5177 19.6805 59.64 20.7388 58.3707 21.6138C57.9429 21.9138 57.2596 22.1527 56.9541 21.7388C56.8347 21.5777 56.8486 21.3555 56.9652 21.0638C57.3374 20.1416 63.1953 11.2221 63.4981 10.6943ZM55.7542 18.1749C55.7653 18.2443 55.8542 18.3082 55.9431 18.3416C55.9736 18.3527 55.9903 18.3749 55.957 18.4471C55.707 18.9805 55.4792 19.2888 55.1653 19.7527C54.8793 20.1805 54.5543 20.5166 54.1626 20.836C53.571 21.3249 52.7516 21.8582 52.0739 21.4999C51.7739 21.3443 51.6434 20.9221 51.6489 20.5805C51.6656 19.6193 52.0906 18.636 52.8794 17.6666C53.8404 16.4832 54.9042 15.8693 55.6014 16.2055C56.3236 16.5499 56.0931 17.386 55.7709 18.0416C55.7431 18.0916 55.7431 18.1332 55.7542 18.1749Z" fill="white"></path> <path d="M21.0065 23.2525C18.8233 23.2692 16.8984 21.9192 16.6762 19.5803C16.554 18.2859 16.9207 17.1303 17.6512 16.1803C18.3011 15.3331 19.4011 14.6303 20.3315 14.4581C20.6343 14.4025 21.0426 14.4387 21.2093 14.6387C21.4731 14.947 21.3981 15.2831 21.1343 15.4192C20.4232 15.7831 19.5677 16.4025 19.1455 17.2498C18.8011 17.9414 18.7317 18.7775 19.2566 19.572C20.1343 20.897 22.5786 20.9331 24.8535 18.8192C25.4173 18.3025 25.92 17.8053 26.4339 17.2164C27.4338 16.072 27.7671 15.6553 29.1004 13.8081C29.117 13.7859 29.1198 13.7581 29.1143 13.7442C29.1032 13.722 29.0837 13.7137 29.0448 13.7109C28.156 13.7359 27.3811 13.9998 26.6283 14.5637C26.4117 14.722 26.1006 14.6998 25.9617 14.4914C25.8089 14.2553 25.92 13.9498 26.17 13.7775C27.3811 12.9359 28.7032 12.7831 30.0559 12.5553C30.0559 12.5553 30.1503 12.5609 30.2281 12.4581C30.7836 11.747 31.2002 11.1025 31.7919 10.3831C32.3863 9.65254 33.1584 8.9831 33.7445 8.47754C34.5667 7.77199 35.0916 7.5331 35.6277 7.24421C35.7694 7.17199 35.611 7.0831 35.5666 7.0831C32.5807 6.52199 29.4754 5.79421 26.5089 6.89421C24.4535 7.66088 23.5535 9.29143 23.9868 10.3775C24.2952 11.1498 25.309 11.2748 26.2617 10.8109C27.0505 10.4248 27.781 9.79976 28.3004 8.99699C28.5893 8.55254 29.2004 8.87199 28.8698 9.64699C28.0032 11.6887 26.3422 13.3053 24.3229 13.3748C22.6036 13.4303 21.4954 12.1664 21.4981 10.6053C21.5037 7.52754 24.9312 5.49976 28.531 5.19699C32.8668 4.83865 36.9748 5.99421 41.2773 6.51643C44.5771 6.91643 47.738 6.92476 51.0544 6.16365C51.4461 6.07754 51.721 6.32754 51.696 6.72476C51.6627 7.29699 51.2211 7.84699 50.1295 8.44421C48.8879 9.12476 47.588 9.3331 46.2325 9.34421C42.9522 9.37199 39.8941 8.09143 36.7332 7.40532C36.7387 7.54421 36.7721 7.7081 36.6582 7.79699C34.9055 9.08865 33.3223 10.4025 32.2613 12.2442C32.2252 12.2859 32.2446 12.3275 32.3057 12.322C33.2279 12.272 34.0556 12.2498 34.9139 12.1803C35.0639 12.1692 35.0694 12.1303 35.0555 12.0192C34.9805 11.3831 35.1638 10.6609 35.7249 10.1609C36.2971 9.64699 37.0137 9.58865 37.4887 9.9581C38.0275 10.3775 37.9803 11.1359 37.6859 11.7025C37.3859 12.2775 36.8887 12.5859 36.4138 12.7359C36.4138 12.7359 36.3138 12.7581 36.3277 12.8498C36.3471 12.9942 36.9943 13.3553 37.0498 13.4498C37.1026 13.5414 37.0748 13.6831 36.9776 13.7914C36.9082 13.8692 36.8026 13.9442 36.6637 13.9414C36.5526 13.9387 36.486 13.8998 36.3415 13.8248C36.0499 13.6664 35.686 13.4081 35.4444 13.1025C35.3611 12.9998 35.3194 12.997 35.1139 13.0081C34.1834 13.0609 32.7335 13.2025 31.7502 13.3248C31.5113 13.3553 31.478 13.3998 31.428 13.4803C29.8614 16.0637 28.1893 18.8498 26.3506 20.7164C24.3813 22.7137 22.7425 23.2387 21.0065 23.2525ZM35.936 11.772C35.961 11.9053 36.0138 11.9303 36.0721 11.9192C36.3693 11.8609 36.6971 11.6137 36.8915 11.3303C37.0665 11.072 37.1498 10.6998 36.9748 10.5498C36.8193 10.4164 36.5638 10.4525 36.3777 10.6192C36.0027 10.9498 35.8888 11.4192 35.936 11.772Z" fill="white"></path> <path d="M39.9997 28.6919C18.829 28.6919 1.66907 22.5641 1.66907 15.003C1.66907 7.44193 18.829 1.31415 39.9997 1.31415C61.1677 1.31415 78.3249 7.44193 78.3249 15.003C78.3249 22.5641 61.1649 28.6919 39.9997 28.6919ZM39.9997 2.45304C19.5734 2.45304 3.01897 8.09748 3.01897 15.003C3.01897 21.9114 19.5762 27.5558 39.9997 27.5558C60.4233 27.5558 76.9805 21.9114 76.9805 15.003C76.9777 8.09748 60.4233 2.45304 39.9997 2.45304Z" fill="white"></path> </symbol> <symbol id="footer-skinny-ccpa" viewBox="0 0 49.9 24"> <path d="M17.1 24c-5.1 0-6.1 0-6.6-.1-1.3-.2-2.7-.6-3.7-1.1-.6-.3-1.5-.8-1.6-.8l-.6-.4c-1.4-1-2.7-2.6-3.5-4.3-.4-.9-.8-1.8-1-2.9-.2-.8-.2-.9-.2-2.2s0-1.8.3-3 1-2.7 1.7-3.7c1.7-2.5 4-4.2 6.6-5C9.8.1 10.2.1 12.4 0h25.1c1.9 0 2.4 0 3.4.4 1 .2 2.7 1 3.6 1.6 2.8 1.8 4.5 4.5 5.2 7.8.1.7.1.8.1 2.2s0 1.4-.2 2.2c-.8 3.9-3.2 7-6.8 8.7-1 .5-2.6.9-3.6 1H17m5.5-2.1.4-1.2c.4-1.6.4-1.7.9-3.5.2-.9.6-2.3.8-3.1.3-1.3.5-2 .9-3.4 0-.1.1-.5.2-.9s.2-.9.4-1.3.3-.9.3-1.2.3-1 .4-1.5.3-1.1.3-1.3c.1-.6.4-1.6.5-1.8v-.4h-17c-3.3.4-6.2 2.4-7.7 5.3-.4.8-.7 1.5-.9 2.3-.7 3 0 6 1.9 8.4 1.7 2 3.9 3.3 6.5 3.6.8 0 11.7.1 11.8 0m10.2-4.5s1-.9 2-2l1.9-1.9s.9.8 1.9 1.9c1.8 1.8 1.9 1.9 2.2 2s.6 0 .9-.1c.4-.2.5-.6.4-1.1 0-.3-.2-.4-2-2.2-1.1-1-1.9-1.9-1.9-2s.9-.9 1.9-2c1.4-1.4 2-2.2 2-2.6 0-.6-.8-1-1.5-.7-.1 0-.9.8-2.1 2l-1.9 1.9-1.9-1.9c-1-1-2-1.9-2.1-2q-.45-.15-.9 0c-.45.15-.3.2-.4.4-.3.6-.3.7 2 3l1.9 1.9-1.9 1.9c-1.1 1.1-2 2-2 2.1-.4.9.5 1.8 1.4 1.3" fill="#2b64f6"></path> <path d="M12.7 17.2c-.1 0-.4-.3-1.1-1l-2-2c-.6-.6-1.2-1.2-1.2-1.3-.2-.3-.1-.7 0-1 .2-.3.5-.5.8-.5h.5c.1 0 .8.7 1.7 1.6l1.6 1.6h.2s.4-.4.7-.8c.6-.7 1.6-1.8 2-2.3.2-.2.3-.4.4-.4 0 0 .2-.2.4-.5s.4-.5.6-.7c.1-.1.4-.5.7-.8.2-.3.5-.5.5-.6s.4-.4.7-.8c.6-.8.8-.9 1.3-.9s1 .5 1 1-.2.7-.4.8-.2.2-.3.3c-.2.2-.6.7-1.6 2-.7.9-2 2.3-2.4 2.8-.2.2-.3.4-.3.4s-.2.3-.5.6-.5.6-.6.6-.4.4-.7.8c-.7.8-.8.9-1.2 1h-.6" fill="#2b64f6"></path> </symbol> <symbol id="footer-skinny-close" viewBox="0 0 14.9 14.9"> <path d="M.011 13.864 13.871.004l1.06 1.061-13.86 13.86z" fill="currentColor"></path> <path d="M-.13 1.036.93-.024l13.86 13.859-1.06 1.06z" fill="currentColor"></path> </symbol> <symbol id="footer-social-get-updates" viewBox="0 0 36 27"> <path d="M0 0v27h36V0zm32.1 2.2L18 16.3 3.9 2.2h28.4-.1Zm-9.6 12.9L19.6 18c-.9.9-2.3.9-3.1 0l-2.9-2.9L4 24.7h28.4l-9.6-9.6zm-10.6-1.6-9.6 9.6V3.9zm12.2 0 9.6 9.6V3.9z" fill="currentColor" fill-rule="evenodd"></path> </symbol> <symbol id="footer-social-facebook" viewBox="0 0 12 22"> <path d="M10.3 10.5H7v11H3.4v-11H1V8h2.4V4C3.4 2 5 .4 7 .4h3.5v3.1H8c-.6 0-1 .4-1 1v3.4h4.1l-.7 2.5Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-twitter" viewBox="0 0 24 24"> <path d="M14.5 10.2 23.2 0h-2.1l-7.6 8.8-6-8.8h-7l9.2 13.3L.5 24h2.1l8-9.3L17 24h7zm-2.9 3.3-.9-1.3L3.3 1.6h3.2l6 8.5.9 1.3 7.7 11.1h-3.2z" fill="currentColor"></path> </symbol> <symbol id="footer-social-youtube" viewBox="0 0 34 24"> <path d="M7.1.8h19.8c3.5 0 6.3 2.8 6.3 6.3V17c0 3.5-2.8 6.3-6.3 6.3H7.1C3.6 23.3.8 20.5.8 17V7C.8 3.6 3.6.8 7.1.8Zm6.1 16.8 9.3-4.4c.8-.4.9-1.6 0-2l-9.3-4.7c-.7-.4-1.6.2-1.6 1v9.1c0 .8.9 1.4 1.6 1Z" fill="none" stroke="currentColor" stroke-width="1.5px"></path> </symbol> <symbol id="footer-social-instagram" viewBox="0 0 25 24"> <path d="M17.1 0H7.4C3.5 0 .3 3.2.3 7.1v9.7c0 3.9 3.2 7.1 7.1 7.1h9.7c3.9 0 7.1-3.2 7.1-7.1V7.1C24.2 3.2 21 0 17.1 0m4.8 16.9c0 2.6-2.1 4.7-4.7 4.7H7.4c-2.6 0-4.7-2.1-4.7-4.7V7.1c0-2.6 2.1-4.7 4.7-4.7h9.7c2.6 0 4.7 2.1 4.7 4.7v9.7Z" fill="currentColor"></path> <path d="M12.3 5.8c-3.4 0-6.2 2.8-6.2 6.2s2.8 6.2 6.2 6.2 6.2-2.8 6.2-6.2-2.8-6.2-6.2-6.2m0 10c-2.1 0-3.8-1.7-3.8-3.8s1.7-3.8 3.8-3.8 3.8 1.7 3.8 3.8-1.7 3.8-3.8 3.8M18.5 7.3c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5S17 5 17 5.8s.7 1.5 1.5 1.5" fill="currentColor"></path> </symbol> <symbol id="footer-social-threads" viewBox="0 0 24 24"> <path d="M22.4 7.2c-.3-1.1-.8-2.2-1.5-3.1-1.1-1.6-2.5-2.7-4.3-3.3-1-.4-2-.6-3.1-.7-1.9-.2-3.7 0-5.5.6-1.3.5-2.5 1.2-3.4 2.2-1.3 1.3-2 2.9-2.5 4.6-.3 1.1-.5 2.3-.5 3.4 0 1.7 0 3.5.4 5.2.2 1 .6 2 1.1 3 1.2 2.2 3 3.7 5.4 4.4 1.1.3 2.2.5 3.3.5 1.3 0 2.6 0 3.8-.4 1.3-.4 2.5-1 3.5-1.9 1.7-1.6 2.6-3.5 2.3-5.8q-.15-1.35-.9-2.4c-.7-1.1-1.7-1.8-2.9-2.3-.1 0-.1-.1-.1-.2q0-1.2-.6-2.4c-.5-1.2-1.4-2-2.6-2.5-1.2-.4-2.3-.5-3.5-.2s-2.2.9-3 2v.2c.5.3 1 .7 1.5 1h.2c.4-.5.9-.9 1.5-1.1q1.05-.3 2.1 0c.6.1 1.2.5 1.5 1 .3.4.4.9.5 1.3 0 .2 0 .2-.1.1-.7 0-1.3-.1-2-.1-.6 0-1.2 0-1.8.1-.8.2-1.6.4-2.3.9-1.5 1.1-2 3-1.3 4.6.5 1.1 1.4 1.7 2.5 2.1 1 .4 2.1.4 3.2.2q1.95-.45 3-2.1c.5-.8.8-1.7.9-2.6 0 0 0-.1.1 0 .6.4 1.1.8 1.4 1.4.6 1.3.6 2.6 0 3.8-.5 1-1.4 1.8-2.4 2.3-.9.5-2 .8-3 .9-1.4.1-2.9 0-4.3-.3-.9-.3-1.8-.7-2.6-1.3-1.3-1-2-2.4-2.5-3.9-.3-1-.5-2.1-.5-3.2 0-1.4 0-2.8.3-4.2.2-.9.5-1.8.9-2.6.6-1.3 1.6-2.3 2.9-3.1 1.1-.6 2.4-.9 3.7-1h2.1c.9 0 1.7.3 2.5.6 1.8.7 3.1 2 3.9 3.7l.6 1.5s0 .1.2 0c.6-.2 1.2-.3 1.8-.5 0 0 .1 0 0-.2v-.2Zm-7 5.5c0 .7-.2 1.3-.5 1.9-.4.9-1.2 1.4-2.2 1.6-.6 0-1.1 0-1.7-.2-.5-.2-.9-.4-1.2-.9-.4-.7-.2-1.6.5-2.1.4-.3.9-.5 1.3-.6.5-.1 1-.1 1.5-.1.8 0 1.4 0 2.1.2.2 0 .2 0 .2.2" fill="currentColor"></path> </symbol> <symbol id="footer-social-tiktok" viewBox="0 0 24 24"> <path d="M18.1 6C17 5.3 16.2 4.2 16 2.9V2h-3.4v13.8c0 1.5-1.3 2.8-2.9 2.8s-.9-.1-1.3-.3c-.9-.5-1.5-1.4-1.5-2.6 0-1.6 1.3-2.9 2.9-2.9s.6 0 .9.1V9.4h-.9c-3.5 0-6.3 2.8-6.3 6.3s1.1 4 2.7 5.2c1 .7 2.3 1.1 3.6 1.1 3.5 0 6.3-2.8 6.3-6.3v-7c1.3 1 3 1.5 4.8 1.5V6.8c-1 0-1.9-.3-2.6-.8Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-vimeo" viewBox="0 0 29.8 24"> <path d="M25.4 0c2.9 0 4.3 1.7 4.3 4.9v.7c-.1 2.7-2.1 6.4-6.1 11.1-4 4.9-7.5 7.3-10.3 7.4-1.8 0-3.2-1.5-4.4-4.5l-1.2-4.1-1.2-4.1c-.9-3-1.8-4.5-2.9-4.5s-1 .4-2.3 1.3L-.1 6.5l2.2-1.8 2.2-1.8C6.3 1.3 7.8.4 8.8.3h.4q3.15 0 3.9 4.5c.3 1.7.5 3.1.7 4.1.2 1.1.3 1.8.5 2.2.7 2.8 1.4 4.2 2.2 4.2.6 0 1.5-.9 2.8-2.7 1.2-1.9 1.9-3.3 2-4.2v-.5c0-1.2-.7-1.8-2-1.8s-1.4.1-2.2.4c1.3-4.3 4-6.5 8-6.5z" fill="currentColor"></path> </symbol> <symbol id="footer-social-pinterest" viewBox="0 0 24 24"> <path d="M12 0C5.4 0 0 5.4 0 12s3 9.1 7.2 11c0-.8 0-1.8.2-2.8s1.5-6.5 1.5-6.5-.4-.8-.4-1.9c0-1.8 1-3.1 2.3-3.1s1.6.8 1.6 1.8-.7 2.7-1.1 4.3c-.3 1.3.6 2.3 1.9 2.3 2.3 0 3.8-2.9 3.8-6.4s-1.8-4.6-5-4.6-5.9 2.7-5.9 5.7.3 1.8.8 2.4c.2.3.3.4.2.7 0 .2-.2.8-.2 1 0 .3-.3.4-.6.3-1.7-.7-2.5-2.5-2.5-4.6 0-3.4 2.9-7.5 8.6-7.5S20 7.4 20 11s-2.6 8.2-6.5 8.2-2.5-.7-2.9-1.5c0 0-.7 2.8-.8 3.3-.3.9-.8 1.9-1.2 2.6 1.1.3 2.2.5 3.4.5 6.6 0 12-5.4 12-12S18.6.1 12 .1Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-bluesky" viewBox="0 0 27 24"> <path d="M13.5 10.6c-1.2-2.4-4.6-6.8-7.6-9C2.9-.4 1.8 0 1 .3S0 2 0 2.7.4 9.1.7 10c.9 3.1 4.2 4.1 7.2 3.8h.5-.5c-4.4.7-8.3 2.3-3.2 8 5.6 5.8 7.7-1.3 8.8-4.8 1.1 3.6 2.3 10.4 8.7 4.8 4.8-4.8 1.3-7.3-3.1-8h-.5.5c3 .3 6.3-.7 7.2-3.8.3-.9.7-6.5.7-7.3S26.8.6 26 .2c-.7-.3-1.9-.7-4.8 1.4-3.1 2.2-6.4 6.6-7.6 9Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-zalo" viewBox="0 0 24 24"> <path d="M8.128 1.02C10.31.413 12.606.336 14.824.797c3.611.745 6.986 2.842 8.514 6.326.796 1.814.879 4.16.218 6.042-.396 1.065-1.035 2.146-1.777 3.005-2.158 2.498-4.941 4.522-7.709 6.292-.775.496-2.174 1.48-3.067 1.314-.052-.672.018-1.29.136-1.953.274-1.535-.76-1.491-1.895-1.724-.393-.082-.785-.17-1.175-.267l-.284-.102c-.406-.154-.856-.227-1.247-.407C4.002 18.155 1.695 16.266.615 13.63a7.69 7.69 0 0 1-.362-1.037C-1.064 6.967 2.934 2.508 8.128 1.02ZM2.874 7.27l.004 1.036c1.095 0 2.224-.014 3.316.012C5.057 9.69 4.052 11.192 2.93 12.58c-.276.342-.3.504-.359.926l3.044.008c.517 0 1.046.011 1.562-.02a.324.324 0 0 0 .26-.117c.096-.31.08-.578.082-.897-.26.007-.529.005-.789-.001-.812-.018-1.637.015-2.448-.013 1.034-1.61 2.438-3.092 3.453-4.72.072-.116.113-.326.148-.462-.572-.026-1.174-.031-1.748-.023-1.082.016-2.182-.024-3.261.008Zm7.473 1.022c-.807.074-1.441.35-1.947.96-.901 1.088-.732 2.867.415 3.718.559.413 1.177.576 1.857.506.213-.023.423-.07.625-.143.233-.097.467-.198.686-.324.038.15.067.28.131.422.344.088.567.082.926.081l.005-5.025c-.17-.002-.93-.035-1.026.042-.018.094-.014.13-.007.223-.117.058-.446-.132-.565-.199-.344-.193-.704-.29-1.1-.261Zm3.763 2.787c0 .623-.045 1.822.082 2.381.337.04.56.052.9.053V7.244c-.322-.002-.658-.01-.98-.004l-.002 3.84Zm4.533-2.777c-1.437.081-2.536 1.313-2.454 2.75.083 1.437 1.315 2.535 2.752 2.452 1.435-.084 2.533-1.315 2.45-2.75-.082-1.435-1.312-2.533-2.748-2.452ZM10.146 9.388c.552-.097 1.114.11 1.47.543.357.432.455 1.023.255 1.547-.2.523-.667.899-1.22.983-.844.128-1.634-.446-1.772-1.287-.138-.842.428-1.638 1.267-1.786Zm8.383.002c.551-.096 1.112.111 1.468.544.355.432.452 1.022.252 1.545-.2.522-.666.898-1.219.982-.843.129-1.633-.446-1.77-1.288-.137-.842.429-1.637 1.269-1.783Z" fill="currentColor"></path> </symbol> <symbol id="footer-social-linkedin" viewBox="0 0 24 24"> <path d="M21.1283 1.0021C21.3822 1.00152 21.6661 0.993329 21.9164 1.01382C22.5426 1.06525 23.1724 1.61684 23.2621 2.24624C23.3015 2.52237 23.2897 2.8404 23.2894 3.12319L23.2875 4.46401V17.6662L23.2885 20.3341C23.2891 20.8183 23.2964 21.3023 23.2826 21.7863C23.2598 22.5803 22.6487 23.1534 21.8881 23.2775C21.5063 23.2912 21.0106 23.2758 20.6215 23.2755L17.9379 23.2746H4.7201L3.34705 23.2765C3.08771 23.2787 2.68278 23.2949 2.43983 23.2707C2.11614 23.2416 1.80949 23.1114 1.56385 22.8986C1.24836 22.6289 1.03184 22.2533 1.01502 21.8371C0.998656 21.4314 1.00673 21.0034 1.00721 20.5958L1.00819 18.3751V11.3322L1.00721 5.27651L1.00526 3.42397C1.00471 3.10085 0.989675 2.74179 1.01307 2.42202C1.07296 1.60563 1.70595 1.05273 2.50819 1.00308L15.6957 1.00405H19.8676L21.1283 1.0021ZM4.31092 9.35562L4.30995 19.9708C5.39552 19.9711 6.53259 19.9529 7.61366 19.9718L7.61463 9.35562H4.31092ZM17.5931 9.298C17.0671 9.14074 16.3935 9.05956 15.8392 9.10171C14.4798 9.15973 13.5344 9.75115 12.8334 10.8986C12.8439 10.3848 12.8459 9.87041 12.8392 9.35659H9.67616V19.9699C10.7665 19.9703 11.8916 19.9561 12.9789 19.9718L12.9769 16.175C12.9769 15.2174 12.879 13.7488 13.2914 12.9152C13.9509 11.6102 16.1252 11.6422 16.5072 13.0402C16.7656 13.986 16.6805 15.4705 16.6801 16.4787V19.9699L20.0072 19.9718V15.5822C20.0069 13.3576 20.2711 10.0989 17.5931 9.298ZM5.87538 4.06069C4.81406 4.11046 3.99538 5.01423 4.05018 6.07534C4.10523 7.13626 5.01287 7.95073 6.07362 7.89077C7.1269 7.8309 7.93461 6.93075 7.88026 5.8771C7.8258 4.82335 6.92933 4.01165 5.87538 4.06069Z" fill="currentColor"></path> </symbol> </svg> <div class="disclosures" data-cmp-is="disclosures"> <div class="disclosures__container"> <button aria-expanded="false" class="disclosures__heading" type="button"> Disclosures <span class="disclosures__control-icon"> <svg aria-hidden="true" height="16" width="16"> &gt; <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="16" width="16"> &gt; <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-hidden="true" class="disclosures__content" data-subheadline-tag="h2" role="region" tabindex="-1" style="display: block"> <div class="disclosures__disclosure"><h2 class="disclosures__disclosure-heading">Note</h2></div><div class="disclosures__disclosure-description">Information is provided on an "as is" basis and could include technical, typographical or other errors.
447Must place a new retail order or take new retail delivery from an authorized Ford or Lincoln Dealer’s stock by 7/6/26.&nbsp;See dealer for details.</div></div> </div> </div> <nav class="footer-nav"> <form action="https://www.ford.com/search/" class="footer-nav__form" method="GET" name="globalSearchForm" role="search" data-search-click-action="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:footer{($typeahead,:)}&quot;}}"> <div class="footer-nav__form-group"> <input aria-label="Search" autocapitalize="none" autocomplete="off" autocorrect="off" class="footer-nav__input" name="f:searchInputString" placeholder="Search" type="search"> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> <button aria-label="Search Submit" class="footer-nav__submit" style="order: -1" type="submit"> <svg aria-label="Search Submit" height="24" width="24"> <title>Search Submit</title> <use href="#footer-nav-search"></use> </svg> </button> </div> </form> <div class="footer-nav__popular"> <h2 class="footer-nav__heading"> </h2> <ul class="footer-nav__unordered-list"> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/trucks/f150-lightning/2025/?gnav=footer-popular" target="_self"> Lightning® </a> </li> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/suvs/bronco/2026/?gnav=footer-popular" target="_self"> Bronco® </a> </li> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/trucks/maverick/2026/?gnav=footer-popular" target="_self"> Maverick® </a> </li> </ul> </div> </nav> <div class="footer-main" data-cmp-is="footer-main" style="--footer-main-column-count: 5" test="com.ford.aem.foundation.core.models.footer.NavigationLinkModel@16c88b5b,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@74af0435,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@1372c11b,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@6e59de0f,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@3c9912cc"> <div class="footer-main__item"> <h2 class="footer-main__heading"> All Vehicles </h2> <button aria-controls="footer-main-accordion-0" aria-expanded="true" class="footer-main__heading footer-main__control" id="footer-main-control-0" type="button" disabled="true"> All Vehicles <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-0" class="footer-main__accordion" id="footer-main-accordion-0" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/suvs/?gnav=footer-all-vehicles" target="_self"> SUVs &amp; Crossovers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-trucks/?gnav=footer-all-vehicles" target="_self"> Trucks &amp; Vans </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self"> </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-cars/?gnav=footer-all-vehicles" target="_self"> Cars </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-hybrids-evs/?gnav=footer-all-vehicles" target="_self"> Electrified </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-commercial-trucks/?gnav=footer-all-vehicles" target="_self"> Commercial Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/future-vehicles/?gnav=footer-all-vehicles" target="_self"> Future Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/used/?gnav=footer-all-vehicles" target="_self"> Certified Used </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="http://shop.ford.com/showroom/?gnav=footer-all-vehicles" target="_self"> All Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-performance-vehicles/?gnav=footer-all-vehicles" target="_self"> Performance Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/awards/?gnav=footer-all-vehicles" target="_self"> Awards </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Shop </h2> <button aria-controls="footer-main-accordion-1" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-1" type="button"> Shop <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-1" class="footer-main__accordion" id="footer-main-accordion-1" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##bp?gnav=footer-shop" tabindex="0" role="link" style="cursor: pointer;"> Build &amp; Price </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##si?gnav=footer-shop" tabindex="0" role="link" style="cursor: pointer;"> Search Inventory </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##iqq?gnav=footer-shop" tabindex="0" style="cursor: pointer;"> Get a Quote </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="http://www.intelliprice.com/intellipricedealer/start.htm?dealerID=1141009&amp;VendorBrand=Ford&amp;SecondaryLeadSource=VeretechFV&amp;SecondaryID=FordVehiclesOEM&amp;PrimaryLeadSource=VeretechFV?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://www.intelliprice.com/intellipricedealer/start.htm?dealerID=1141009&amp;VendorBrand=Ford&amp;SecondaryLeadSource=VeretechFV&amp;SecondaryID=FordVehiclesOEM&amp;PrimaryLeadSource=VeretechFV?gnav=footer-shop:footer&quot;}}"> Trade-In Value </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/towing/?gnav=footer-shop" target="_self"> Towing Guides </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##getupdates?gnav=footer-shop" tabindex="0" role="button" style="cursor: pointer;"> Get Updates </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordblueadvantage.com/cars-for-sale/all/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fordblueadvantage.com/cars-for-sale/all/:footer&quot;}}"> Certified Used </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/firstresponder?gnav=footer-shop" target="_self"> First Responder </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/accessories/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:gfa:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;gfa:home&quot;}}"> Accessories Store </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://merchandise.ford.com/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://merchandise.ford.com/?gnav=footer-shop:footer&quot;}}"> Ford Merchandise </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/accessibility/?gnav=footer-shop" target="_self"> Accessibility Program </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/parts/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fpol:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fpol:home&quot;}}"> Ford Parts </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Finance </h2> <button aria-controls="footer-main-accordion-2" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-2" type="button"> Finance <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-2" class="footer-main__accordion" id="footer-main-accordion-2" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:home&quot;}}"> Ford Credit Home </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/why-ford-credit?gnav=footer-finance" target="_self"> Why Ford Credit </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/finance-options?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:finance options:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:finance options&quot;}}"> Finance Options </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/payment-calculator?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:payment estimator:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:payment estimator&quot;}}"> Payment Calculator </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/credit-education?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:credit education:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:credit education&quot;}}"> Credit Education </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/customer-support?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:support:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:support&quot;}}"> Customer Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/prequalify/?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:ovf:prequal:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:ovf:prequal&quot;}}"> Qualify for Financing </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://accountmanager.ford.com?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:amo:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:amo&quot;}}"> Ford Credit Account </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/ford-insure?gnav=footer-finance" target="_self"> Ford Insure </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/investor-center/ford-interest-advantage/?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:fia:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:fia&quot;}}"> Ford Interest Advantage </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/investor-center?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:investor center:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:investor center&quot;}}"> Investor Center </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Experience Ford </h2> <button aria-controls="footer-main-accordion-3" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-3" type="button"> Experience Ford <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-3" class="footer-main__accordion" id="footer-main-accordion-3" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://corporate.ford.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fv:corporate:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fv:corporate:home&quot;}}"> Corporate </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.careers.ford.com/en/home.html/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:ford:careers:footer&quot;,&quot;onclick_referredTo&quot;:&quot;ford:careers&quot;}}"> Careers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://shareholder.ford.com/investors/overview/default.aspx/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://shareholder.ford.com/investors/overview/default.aspx:footer&quot;}}"> Investors </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fromtheroad.ford.com/us/en/home?gnav=footer-aboutford" target="_self"> Ford From the Road </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fromtheroad.ford.com/us/en/company-news?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fv:corporate:articles:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fv:corporate:articles&quot;}}"> Company News </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://corporate.ford.com/about/purpose/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:ford:about:footer&quot;,&quot;onclick_referredTo&quot;:&quot;ford:about&quot;}}"> About Ford </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordpro.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fpro:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fpro:home&quot;}}"> Ford Pro </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://performance.ford.com/home.html?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fr:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fr:home&quot;}}"> Ford Racing </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.warriorsinpink.ford.com/?srccode=501582-016&amp;utm_source=fordcomlink&amp;utm_medium=fordcom&amp;utm_campaign=WIP2022&amp;gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:wip:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;wip:home&quot;}}"> Warriors in Pink </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordphilanthropy.org/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fordphilanthropy.org:footer&quot;}}"> Ford Philanthropy </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/technology/connected-navigation?gnav=footer-aboutford" target="_self"> Connected Navigation </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/fordpass?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fordpass:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fordpass&quot;}}"> Ford App </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/technology/driver-assist-technology/?gnav=footer-aboutford" target="_self"> Ford Co-Pilot360 Technology </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/owner-benefits?gnav=footer-aboutford" target="_self"> Owner Benefits </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/electric?gnav=footer-aboutford" target="_self"> Going Electric </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://fordheritagevault.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://fordheritagevault.com:footer&quot;}}"> Ford Heritage Vault </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Support </h2> <button aria-controls="footer-main-accordion-4" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-4" type="button"> Support <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-4" class="footer-main__accordion" id="footer-main-accordion-4" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/dealerships/#/context/owner/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:lad:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:lad&quot;}}"> Locate a Dealer </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:home&quot;}}"> Support Home </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/technology/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:tech:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:tech&quot;}}"> Technology Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:service maintainance:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:service maintainance&quot;}}"> Service and Maintenance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/electric-vehicle/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:electric vehicle:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:electric vehicle&quot;}}"> Electric Vehicle Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/vehicle-dashboard/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:vehile dashboard:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:vehile dashboard&quot;}}"> Owner Vehicle Dashboard Log In </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/fordpass/fordpass-rewards/overview/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fpr:overview:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fpr:overview&quot;}}"> Ford Rewards </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/vehicle-health/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:vehicle heath report:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:vehicle heath report&quot;}}"> Vehicle Health Report </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/owner-manuals/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner manual:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner manual&quot;}}"> Warranty &amp; Owner Manuals </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/maintenance-schedule/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:maintenance schedule:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:maintenance schedule&quot;}}"> Maintenance Schedule </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/recalls/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:recalls:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:recalls&quot;}}"> Recalls </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/service-maintenance/coupons-offers-rebates/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:coupons offers rebates:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:coupons offers rebates&quot;}}"> Coupons and Offers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/roadside-assistance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:roadside:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:roadside&quot;}}"> Roadside Assistance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/collision-assistance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:service maintain:collision assist:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:service maintain:collision assist&quot;}}"> Collision Assistance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/help/privacy?gnav=footer-support" target="_self"> California Consumer Notice </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/how-tos/fordpass/fordpass-connect/how-do-i-disconnect-remote-vehicle-access/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:howtos:disconnect remote vehicle access:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:howtos:disconnect remote vehicle access&quot;}}"> Disconnect Remote Vehicle Access </a> </li> </ul> </div> </div> </div> <div class="footer-social"> <a class="footer-social__subscribe" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;get-updates-start-cta&quot;,&quot;direct&quot;:&quot;get-updates-start-cta&quot;,&quot;secondary&quot;:&quot;websdk-get-updates-start-cta&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:vehicle:get updates:content action&quot;,&quot;onclick_onclick&quot;:&quot;get updates:content:location:social footer&quot;}}" data-smartlink-href="##getupdates" tabindex="0" role="button" style="cursor: pointer;"> <svg aria-hidden="true" height="24" width="32"> <title>Get Updates Icon</title> <use href="#footer-social-get-updates"></use> </svg> Get Updates </a> <div class="footer-social-v2__media"> <h2 class="footer-social-v2__media-heading">Follow Ford</h2> <ul class="footer-social-v2__links"> <li class="footer-social-v2__links"> <a class="footer-social__link-icon footer-social__link-icon--facebook" href="http://www.facebook.com/ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:facebook:footer&quot;}}"> <svg aria-label="facebook" height="24" width="24"> <title>facebook</title> <use href="#footer-social-facebook"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--twitter" href="http://www.twitter.com/ford" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:twitter:footer&quot;}}"> <svg aria-label="twitter" height="24" width="24"> <title>twitter</title> <use href="#footer-social-twitter"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--youtube" href="http://www.youtube.com/user/ford" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:youtube:footer&quot;}}"> <svg aria-label="youtube" height="24" width="34"> <title>youtube</title> <use href="#footer-social-youtube"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--instagram" href="http://www.instagram.com/ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:instagram:footer&quot;}}"> <svg aria-label="instagram" height="24" width="24"> <title>instagram</title> <use href="#footer-social-instagram"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--threads" href="https://www.threads.net/@ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:threads:footer&quot;}}"> <svg aria-label="threads" height="24" width="24"> <title>threads</title> <use href="#footer-social-threads"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--tiktok" href="https://www.tiktok.com/@ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:tik tok:footer&quot;}}"> <svg aria-label="tiktok" height="24" width="24"> <title>tiktok</title> <use href="#footer-social-tiktok"></use> </svg> </a> </li> </ul> </div> </div> <div class="footer-skinny " data-cmp-is="footer-skinny"> <div class="footer-skinny__primary "> <button class="footer-skinny__language-selector" type="button"> <svg aria-hidden="true" height="24" width="24"> Change Language <title>Change Language Icon</title> <use href="#footer-skinny-language-selector"></use> </svg> Change Language </button> <a class="footer-skinny__logo hide-on-mobile" href="https://www.ford.com"> <svg height="33" width="84"> <title></title> <use href="#footer-skinny-logo"></use> </svg> </a> </div> <div class="footer-skinny__secondary"> <ul class="footer-skinny__bottom-links"> <li class="footer-skinny__bottom-link"> <a href="http://corporate.ford.com" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fv:corporate:home&quot;,&quot;onclick_referredTo&quot;:&quot;fv:corporate:home&quot;}}"> © 2026 Ford Motor Company </a> </li> <li class="footer-skinny__bottom-link hide-on-mobile"> <a href="//www.ford.com/content/na/ford/en_us/help/sitemap" target="_self" rel="noopener noreferrer"> Site Map </a> </li> <li class="footer-skinny__bottom-link "> <a target="_self" rel="noopener noreferrer" data-smartlink-href="#$commentCard" tabindex="0" role="button" style="cursor: pointer;"> Site Feedback </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/glossary" target="_self" rel="noopener noreferrer"> Glossary </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/contact" target="_self" rel="noopener noreferrer"> Contact Us </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/brand_ford/en_us/brand/help/contact#accessibility" target="_self" rel="noopener noreferrer"> Accessibility </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/terms" target="_self" rel="noopener noreferrer"> Terms &amp; Conditions </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/privacy" target="_self" rel="noopener noreferrer"> Privacy Notice </a> </li> <li class="footer-skinny__bottom-link "> <a target="_self" rel="noopener noreferrer" data-smartlink-href="#$cookieSettings" tabindex="0" role="button" style="cursor: pointer;"> Cookie Settings </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/privacy/ccpa" target="_self" rel="noopener noreferrer"> Your Privacy Choices <svg height="16" width="33.3" aria-hidden="true" class="footer-skinny__icon footer-skinny__icon--mobile "> <title>CCPA compliance badge</title> <use href="#footer-skinny-ccpa"></use> </svg> </a> </li> <li class="footer-skinny__bottom-link hide-on-mobile"> <a href="https://www.ford.com/help/privacy/#interestbasedads" target="_self" rel="noopener noreferrer"> Interest Based Ads </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/third-party-trademarks" target="_self" rel="noopener noreferrer"> Third-Party Trademarks </a> </li> </ul> <a class="footer-skinny__logo hide-on-desktop"> <svg height="30" width="80"> <title></title> <use href="#footer-skinny-logo"></use> </svg> </a> </div> </div> </footer><div class="simplechoiceoverlay simpleChoiceOverlay"> </div> <script defer="" src="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-header.lc--lc.min.js"></script><script defer="" src="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-footer.lc--lc.min.js"></script><script defer="defer" type="text/javascript" src="https://www.ford.com/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js"></script><script> window.FMC = window.FMC || {}; window.FMC.context = window.FMC.context || {}; window.FMC.context.inlinedisclosures = {}; window.FMC.context.header = window.FMC.context.header || {}; window.FMC.context.site = window.FMC.context.site || {}; FMC.context.header.translator = "motionpoint"; FMC.context.header.allLanguages = JSON.parse( "[{\x22code\x22:\x22en\x22,\x22label\x22:\x22EN\x22,\x22description\x22:\x22English\x22,\x22domain\x22:\x22www.ford.com\x22,\x22isCurrent\x22:true},{\x22code\x22:\x22es\x22,\x22label\x22:\x22ES\x22,\x22description\x22:\x22Spanish\x22,\x22domain\x22:\x22es.ford.com\x22}]", ); FMC.context.header.languageLinks = JSON.parse( "[{\x22code\x22:\x22es\x22,\x22label\x22:\x22ES\x22,\x22description\x22:\x22Spanish\x22,\x22domain\x22:\x22es.ford.com\x22}]", ); FMC.context.header.currentLanguage = JSON.parse( "{\x22code\x22:\x22en\x22,\x22label\x22:\x22EN\x22,\x22description\x22:\x22English\x22,\x22domain\x22:\x22www.ford.com\x22,\x22isCurrent\x22:true}", ); FMC.context.header.mpEasyLinkUrlFord = ""; FMC.context.header.clwApplicationId = "CCCA9FB8\u002DB941\u002D46AD\u002DA89F\u002DF9D9D699DD68"; FMC.context.header.ciClientId = "98569d7d\u002Dcfed\u002D4ede\u002Da134\u002D875acc6e97d1"; FMC.context.header.fmaUseAzureAuth = "enabled"; FMC.context.header.fmaRedirectPagePath = "https://www.ford.com/login/"; FMC.context.header.fmaDataFSUrl = "https://stg.api.mps.ford.com"; FMC.context.site.fsUrl = "https://stg.api.mps.ford.com"; FMC.context.site.fpsUrl = "https://www.ford.com/fps"; FMC.context.header.locale = "en_us"; FMC.context.header.pageType = "none"; FMC.context.header.includeFMAScriptIfSyndicated = "include"; FMC.context.header.profileLandingUrlFord = ""; FMC.context.header.fmaIncludeScript = "https://www.account.ford.com/etc/fd/fma/bundle.js"; FMC.context.header.clwMpsHost = "https://api.foundational.ford.com"; FMC.context.header.shopUrlFord = ""; FMC.context.header.medalliaFormId = "6333"; FMC.context.site.region = FMC?.context?.header?.locale ?.substring(3, 5) .toUpperCase(); let make = "ford"; FMC.context.site.make = make.charAt(0).toUpperCase() + make.slice(1); // Using scriptString to safely inject the JSON data let vehicleData = "[{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:38135.0,\x22azPrice\x22:34883.0,\x22xPrice\x22:36542.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2195.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37790.0,\x22azPrice\x22:34570.0,\x22xPrice\x22:36216.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Escape\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:30350.0,\x22azPrice\x22:28231.0,\x22xPrice\x22:29458.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:28231.0,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22F\u002DStripped Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45025.0,\x22azPrice\x22:38096.0,\x22xPrice\x22:39861.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2195.0},{\x22model\x22:\x22SuperDuty\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45975.0,\x22azPrice\x22:42108.0,\x22xPrice\x22:44073.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:42108.0,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Expedition\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:62700.0,\x22azPrice\x22:57912.0,\x22xPrice\x22:60430.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:57912.0,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Escape Plugin Hybrid\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:35400.0,\x22azPrice\x22:32865.0,\x22xPrice\x22:34286.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Maverick\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:28145.0,\x22azPrice\x22:26771.0,\x22xPrice\x22:27912.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:26771.0,\x22destinationDeliveryCharge\x22:1845.0},{\x22model\x22:\x22Explorer\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:40050.0,\x22azPrice\x22:37131.0,\x22xPrice\x22:38733.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1695.0},{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:38134.0,\x22azPrice\x22:34882.0,\x22xPrice\x22:36541.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Bronco Sport\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:31845.0,\x22azPrice\x22:29763.0,\x22xPrice\x22:31044.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:29763.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:69995.0,\x22azPrice\x22:58371.0,\x22xPrice\x22:61149.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2495.0},{\x22model\x22:\x22Mache\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37995.0,\x22azPrice\x22:36005.0,\x22xPrice\x22:35484.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:36005.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D150 F\u002D150\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:37290.0,\x22azPrice\x22:34412.0,\x22xPrice\x22:35969.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:34412.0,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:41330.0,\x22azPrice\x22:37782.0,\x22xPrice\x22:39565.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:44890.0,\x22azPrice\x22:41123.0,\x22xPrice\x22:42959.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22F\u002DStripped Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:42125.0,\x22azPrice\x22:35661.0,\x22xPrice\x22:37313.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit VanWagon\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:56400.0,\x22azPrice\x22:51568.0,\x22xPrice\x22:53850.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Escape Plugin Hybrid\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:38400.0,\x22azPrice\x22:35617.0,\x22xPrice\x22:37155.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22E\u002DTransit\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45700.0,\x22azPrice\x22:42315.0,\x22xPrice\x22:41995.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:42315.0,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Mustang\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:32640.0,\x22azPrice\x22:30333.0,\x22xPrice\x22:31642.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:30333.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:34595.0,\x22azPrice\x22:31670.0,\x22xPrice\x22:33192.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Explorer\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:38465.0,\x22azPrice\x22:35676.0,\x22xPrice\x22:37233.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:35676.0,\x22destinationDeliveryCharge\x22:1795.0},{\x22model\x22:\x22Bronco Sport\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:31695.0,\x22azPrice\x22:29941.0,\x22xPrice\x22:31216.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:29941.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:69995.0,\x22azPrice\x22:58371.0,\x22xPrice\x22:61159.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:0.0},{\x22model\x22:\x22Mache\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:37795.0,\x22azPrice\x22:35818.0,\x22xPrice\x22:35239.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:35818.0,\x22destinationDeliveryCharge\x22:2045.0},{\x22model\x22:\x22Chassis Cab\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:50165.0,\x22azPrice\x22:45909.0,\x22xPrice\x22:48121.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D150 F\u002D150\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37450.0,\x22azPrice\x22:34558.0,\x22xPrice\x22:36122.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:34558.0,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Escape Hybrid\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:33890.0,\x22azPrice\x22:31480.0,\x22xPrice\x22:32843.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:41330.0,\x22azPrice\x22:37782.0,\x22xPrice\x22:39565.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2195.0},{\x22model\x22:\x22SuperDuty Commercial\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45300.0,\x22azPrice\x22:41495.0,\x22xPrice\x22:43436.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:43700.0,\x22azPrice\x22:40043.0,\x22xPrice\x22:41834.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit VanWagon\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:59180.0,\x22azPrice\x22:54091.0,\x22xPrice\x22:56480.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22Bronco\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:39995.0,\x22azPrice\x22:38080.0,\x22xPrice\x22:39691.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:38080.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22E\u002DTransit\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:48150.0,\x22azPrice\x22:44563.0,\x22xPrice\x22:44039.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:44563.0,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22Mustang\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:31920.0,\x22azPrice\x22:29671.0,\x22xPrice\x22:30953.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:29671.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Ranger\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:33550.0,\x22azPrice\x22:31503.0,\x22xPrice\x22:32861.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:31503.0,\x22destinationDeliveryCharge\x22:1895.0},{\x22model\x22:\x22Transit Commercial\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:47400.0,\x22azPrice\x22:43401.0,\x22xPrice\x22:45335.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:69685.0,\x22azPrice\x22:58113.0,\x22xPrice\x22:60889.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:0.0},{\x22model\x22:\x22Escape\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:29515.0,\x22azPrice\x22:27465.0,\x22xPrice\x22:28659.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22SuperDuty Commercial\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45975.0,\x22azPrice\x22:42108.0,\x22xPrice\x22:44073.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Chassis Cab\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:50540.0,\x22azPrice\x22:46250.0,\x22xPrice\x22:48474.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22SuperDuty\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45300.0,\x22azPrice\x22:41495.0,\x22xPrice\x22:43436.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:41495.0,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D150 Lightning\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:54780.0,\x22azPrice\x22:50646.0,\x22xPrice\x22:50179.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:50646.0,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Bronco\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:40495.0,\x22azPrice\x22:38552.0,\x22xPrice\x22:40182.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:38552.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Expedition\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:62400.0,\x22azPrice\x22:57637.0,\x22xPrice\x22:60144.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:57637.0,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Ranger\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:33350.0,\x22azPrice\x22:31318.0,\x22xPrice\x22:32668.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:31318.0,\x22destinationDeliveryCharge\x22:1895.0},{\x22model\x22:\x22Maverick\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:28145.0,\x22azPrice\x22:26771.0,\x22xPrice\x22:27913.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:26771.0,\x22destinationDeliveryCharge\x22:1695.0},{\x22model\x22:\x22Escape Hybrid\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:32490.0,\x22azPrice\x22:30195.0,\x22xPrice\x22:31504.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Transit Commercial\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:48400.0,\x22azPrice\x22:44308.0,\x22xPrice\x22:46280.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0}]"; // Parse the vehicle data and assign it to the FMC context FMC.context.header.vehicle = JSON.parse(vehicleData); FMC.context.site.headerUrl = "https://www.ford.com"; FMC.context.site.searchURL = "https://www.ford.com/search/"; FMC.context.site.azlabel = "<p>Starting AZ Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.xplanlabel = "<p>Starting X Plan at {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.leasepricelabel = "{{payment}}\/mo"; FMC.context.site.msrplabel = "<p>Starting at MSRP {{msrp}}<sup class=\x22disclosure global_disclosures\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisc\u002Did=\x221\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.priceFormat = ""; window.FMC.context.globaldisclosures = {"0":{"id":"35","ariaLabel":"","title":"disclaimerSirusXM","description":"All SiriusXM services require a subscription.447Must place a new retail order or take new retail delivery from an authorized Ford or Lincoln Dealer’s stock by 7/6/26.&nbsp;See dealer for details.</div></div> </div> </div> <nav class="footer-nav"> <form action="https://www.ford.com/search/" class="footer-nav__form" method="GET" name="globalSearchForm" role="search" data-search-click-action="{&quot;name&quot;:&quot;globalSearch&quot;,&quot;direct&quot;:&quot;globalSearch&quot;,&quot;secondary&quot;:&quot;websdk-onclick&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:global action:content:action&quot;,&quot;onclick_onclick&quot;:&quot; global action:content:global search:footer{($typeahead,:)}&quot;}}"> <div class="footer-nav__form-group"> <input aria-label="Search" autocapitalize="none" autocomplete="off" autocorrect="off" class="footer-nav__input" name="f:searchInputString" placeholder="Search" type="search"> <input name="f:search" type="hidden" value=""> <input name="formID" type="hidden" value="globalSearchForm"> <button aria-label="Search Submit" class="footer-nav__submit" style="order: -1" type="submit"> <svg aria-label="Search Submit" height="24" width="24"> <title>Search Submit</title> <use href="#footer-nav-search"></use> </svg> </button> </div> </form> <div class="footer-nav__popular"> <h2 class="footer-nav__heading"> </h2> <ul class="footer-nav__unordered-list"> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/trucks/f150-lightning/2025/?gnav=footer-popular" target="_self"> Lightning® </a> </li> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/suvs/bronco/2026/?gnav=footer-popular" target="_self"> Bronco® </a> </li> <li class="footer-nav__list-item"> <a href="//www.ford.com/content/na/ford/en_us/trucks/maverick/2026/?gnav=footer-popular" target="_self"> Maverick® </a> </li> </ul> </div> </nav> <div class="footer-main" data-cmp-is="footer-main" style="--footer-main-column-count: 5" test="com.ford.aem.foundation.core.models.footer.NavigationLinkModel@5ae62e6c,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@64ec46f9,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@1048e7e9,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@13537f48,com.ford.aem.foundation.core.models.footer.NavigationLinkModel@782db600"> <div class="footer-main__item"> <h2 class="footer-main__heading"> All Vehicles </h2> <button aria-controls="footer-main-accordion-0" aria-expanded="true" class="footer-main__heading footer-main__control" id="footer-main-control-0" type="button" disabled="true"> All Vehicles <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-0" class="footer-main__accordion" id="footer-main-accordion-0" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/suvs/?gnav=footer-all-vehicles" target="_self"> SUVs &amp; Crossovers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-trucks/?gnav=footer-all-vehicles" target="_self"> Trucks &amp; Vans </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self"> </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-cars/?gnav=footer-all-vehicles" target="_self"> Cars </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-hybrids-evs/?gnav=footer-all-vehicles" target="_self"> Electrified </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-commercial-trucks/?gnav=footer-all-vehicles" target="_self"> Commercial Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/future-vehicles/?gnav=footer-all-vehicles" target="_self"> Future Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/used/?gnav=footer-all-vehicles" target="_self"> Certified Used </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="http://shop.ford.com/showroom/?gnav=footer-all-vehicles" target="_self"> All Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/new-performance-vehicles/?gnav=footer-all-vehicles" target="_self"> Performance Vehicles </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/awards/?gnav=footer-all-vehicles" target="_self"> Awards </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Shop </h2> <button aria-controls="footer-main-accordion-1" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-1" type="button"> Shop <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-1" class="footer-main__accordion" id="footer-main-accordion-1" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##bp?gnav=footer-shop" tabindex="0" role="link" style="cursor: pointer;"> Build &amp; Price </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##si?gnav=footer-shop" tabindex="0" role="link" style="cursor: pointer;"> Search Inventory </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##iqq?gnav=footer-shop" tabindex="0" style="cursor: pointer;"> Get a Quote </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="http://www.intelliprice.com/intellipricedealer/start.htm?dealerID=1141009&amp;VendorBrand=Ford&amp;SecondaryLeadSource=VeretechFV&amp;SecondaryID=FordVehiclesOEM&amp;PrimaryLeadSource=VeretechFV?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://www.intelliprice.com/intellipricedealer/start.htm?dealerID=1141009&amp;VendorBrand=Ford&amp;SecondaryLeadSource=VeretechFV&amp;SecondaryID=FordVehiclesOEM&amp;PrimaryLeadSource=VeretechFV?gnav=footer-shop:footer&quot;}}"> Trade-In Value </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/towing/?gnav=footer-shop" target="_self"> Towing Guides </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" target="_self" data-smartlink-href="##getupdates?gnav=footer-shop" tabindex="0" role="button" style="cursor: pointer;"> Get Updates </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordblueadvantage.com/cars-for-sale/all/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fordblueadvantage.com/cars-for-sale/all/:footer&quot;}}"> Certified Used </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/firstresponder?gnav=footer-shop" target="_self"> First Responder </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/accessories/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:gfa:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;gfa:home&quot;}}"> Accessories Store </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://merchandise.ford.com/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://merchandise.ford.com/?gnav=footer-shop:footer&quot;}}"> Ford Merchandise </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/accessibility/?gnav=footer-shop" target="_self"> Accessibility Program </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/parts/?gnav=footer-shop" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fpol:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fpol:home&quot;}}"> Ford Parts </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Finance </h2> <button aria-controls="footer-main-accordion-2" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-2" type="button"> Finance <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-2" class="footer-main__accordion" id="footer-main-accordion-2" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:home&quot;}}"> Ford Credit Home </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/why-ford-credit?gnav=footer-finance" target="_self"> Why Ford Credit </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/finance-options?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:finance options:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:finance options&quot;}}"> Finance Options </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/payment-calculator?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:payment estimator:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:payment estimator&quot;}}"> Payment Calculator </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/credit-education?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:credit education:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:credit education&quot;}}"> Credit Education </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/customer-support?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:support:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:support&quot;}}"> Customer Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/prequalify/?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:ovf:prequal:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:ovf:prequal&quot;}}"> Qualify for Financing </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://accountmanager.ford.com?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:amo:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:amo&quot;}}"> Ford Credit Account </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/ford-insure?gnav=footer-finance" target="_self"> Ford Insure </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/investor-center/ford-interest-advantage/?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:fia:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:fia&quot;}}"> Ford Interest Advantage </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/finance/investor-center?gnav=footer-finance" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmc:investor center:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmc:investor center&quot;}}"> Investor Center </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Experience Ford </h2> <button aria-controls="footer-main-accordion-3" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-3" type="button"> Experience Ford <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-3" class="footer-main__accordion" id="footer-main-accordion-3" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://corporate.ford.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fv:corporate:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fv:corporate:home&quot;}}"> Corporate </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.careers.ford.com/en/home.html/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:ford:careers:footer&quot;,&quot;onclick_referredTo&quot;:&quot;ford:careers&quot;}}"> Careers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://shareholder.ford.com/investors/overview/default.aspx/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://shareholder.ford.com/investors/overview/default.aspx:footer&quot;}}"> Investors </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fromtheroad.ford.com/us/en/home?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fromtheroad.ford.com/us/en/home&quot;}}"> Ford From the Road </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fromtheroad.ford.com/us/en/company-news?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fromtheroad.ford.com/us/en/company-news&quot;}}"> Company News </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://corporate.ford.com/about/purpose/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:ford:about:footer&quot;,&quot;onclick_referredTo&quot;:&quot;ford:about&quot;}}"> About Ford </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordpro.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fpro:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fpro:home&quot;}}"> Ford Pro </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://performance.ford.com/home.html?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fr:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;fr:home&quot;}}"> Ford Racing </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.warriorsinpink.ford.com/?srccode=501582-016&amp;utm_source=fordcomlink&amp;utm_medium=fordcom&amp;utm_campaign=WIP2022&amp;gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:wip:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;wip:home&quot;}}"> Warriors in Pink </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.fordphilanthropy.org/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.fordphilanthropy.org:footer&quot;}}"> Ford Philanthropy </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/technology/connected-navigation?gnav=footer-aboutford" target="_self"> Connected Navigation </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/fordpass?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fordpass:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fordpass&quot;}}"> Ford App </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/technology/driver-assist-technology/?gnav=footer-aboutford" target="_self"> Ford Co-Pilot360 Technology </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/owner-benefits?gnav=footer-aboutford" target="_self"> Owner Benefits </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/electric?gnav=footer-aboutford" target="_self"> Going Electric </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://fordheritagevault.com/?gnav=footer-aboutford" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://fordheritagevault.com:footer&quot;}}"> Ford Heritage Vault </a> </li> </ul> </div> </div> <div class="footer-main__item"> <h2 class="footer-main__heading"> Support </h2> <button aria-controls="footer-main-accordion-4" aria-expanded="false" class="footer-main__heading footer-main__control" id="footer-main-control-4" type="button"> Support <span class="footer-main__control-icon"> <svg aria-hidden="true" height="20" width="20"> <title>Expand</title> <use href="#footer-main-plus"></use> </svg> <svg aria-hidden="true" height="20" width="20"> <title>Collapse</title> <use href="#footer-main-minus"></use> </svg> </span> </button> <div aria-labelledby="footer-main-control-4" class="footer-main__accordion" id="footer-main-accordion-4" role="region"> <ul class="footer-main__unordered-list"> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/dealerships/#/context/owner/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:lad:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:lad&quot;}}"> Locate a Dealer </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:home:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:home&quot;}}"> Support Home </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/technology/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:tech:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:tech&quot;}}"> Technology Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:service maintainance:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:service maintainance&quot;}}"> Service and Maintenance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/electric-vehicle/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:electric vehicle:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:electric vehicle&quot;}}"> Electric Vehicle Support </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/vehicle-dashboard/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:vehile dashboard:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:vehile dashboard&quot;}}"> Owner Vehicle Dashboard Log In </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/fordpass/fordpass-rewards/overview/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:fpr:overview:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:fpr:overview&quot;}}"> Ford Rewards </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/vehicle-health/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:vehicle heath report:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:vehicle heath report&quot;}}"> Vehicle Health Report </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/owner-manuals/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner manual:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner manual&quot;}}"> Warranty &amp; Owner Manuals </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/maintenance-schedule/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:maintenance schedule:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:maintenance schedule&quot;}}"> Maintenance Schedule </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/recalls/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:recalls:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:recalls&quot;}}"> Recalls </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/service-maintenance/coupons-offers-rebates/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:coupons offers rebates:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:coupons offers rebates&quot;}}"> Coupons and Offers </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/roadside-assistance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:roadside:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:roadside&quot;}}"> Roadside Assistance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/category/service-maintenance/collision-assistance/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:service maintain:collision assist:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:service maintain:collision assist&quot;}}"> Collision Assistance </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="//www.ford.com/content/brand_ford/en_us/brand/help/privacy?gnav=footer-support" target="_self"> California Consumer Notice </a> </li> <li class="footer-main__list-item "> <a class="footer-main__link" href="https://www.ford.com/support/how-tos/fordpass/fordpass-connect/how-do-i-disconnect-remote-vehicle-access/?gnav=footer-support" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:howtos:disconnect remote vehicle access:footer&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:howtos:disconnect remote vehicle access&quot;}}"> Disconnect Remote Vehicle Access </a> </li> </ul> </div> </div> </div> <div class="footer-social"> <a class="footer-social__subscribe" target="_self" data-ford-metrics-click="{&quot;name&quot;:&quot;get-updates-start-cta&quot;,&quot;direct&quot;:&quot;get-updates-start-cta&quot;,&quot;secondary&quot;:&quot;websdk-get-updates-start-cta&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:vehicle:get updates:content action&quot;,&quot;onclick_onclick&quot;:&quot;get updates:content:location:social footer&quot;}}" data-smartlink-href="##getupdates" tabindex="0" role="button" style="cursor: pointer;"> <svg aria-hidden="true" height="24" width="32"> <title>Get Updates Icon</title> <use href="#footer-social-get-updates"></use> </svg> Get Updates </a> <div class="footer-social-v2__media"> <h2 class="footer-social-v2__media-heading">Follow Ford</h2> <ul class="footer-social-v2__links"> <li class="footer-social-v2__links"> <a class="footer-social__link-icon footer-social__link-icon--facebook" href="http://www.facebook.com/ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:facebook:footer&quot;}}"> <svg aria-label="facebook" height="24" width="24"> <title>facebook</title> <use href="#footer-social-facebook"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--twitter" href="http://www.twitter.com/ford" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:twitter:footer&quot;}}"> <svg aria-label="twitter" height="24" width="24"> <title>twitter</title> <use href="#footer-social-twitter"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--youtube" href="http://www.youtube.com/user/ford" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:youtube:footer&quot;}}"> <svg aria-label="youtube" height="24" width="34"> <title>youtube</title> <use href="#footer-social-youtube"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--instagram" href="http://www.instagram.com/ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:instagram:footer&quot;}}"> <svg aria-label="instagram" height="24" width="24"> <title>instagram</title> <use href="#footer-social-instagram"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--threads" href="https://www.threads.net/@ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:threads:footer&quot;}}"> <svg aria-label="threads" height="24" width="24"> <title>threads</title> <use href="#footer-social-threads"></use> </svg> </a> <a class="footer-social__link-icon footer-social__link-icon--tiktok" href="https://www.tiktok.com/@ford#!adchoices" target="_self" id="v2" data-ford-metrics-click="{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;exit:social&quot;,&quot;onclick_onclick&quot;:&quot;social:tik tok:footer&quot;}}"> <svg aria-label="tiktok" height="24" width="24"> <title>tiktok</title> <use href="#footer-social-tiktok"></use> </svg> </a> </li> </ul> </div> </div> <div class="footer-skinny " data-cmp-is="footer-skinny"> <div class="footer-skinny__primary "> <button class="footer-skinny__language-selector" type="button"> <svg aria-hidden="true" height="24" width="24"> Change Language <title>Change Language Icon</title> <use href="#footer-skinny-language-selector"></use> </svg> Change Language </button> <a class="footer-skinny__logo hide-on-mobile" href="https://www.ford.com"> <svg height="33" width="84"> <title></title> <use href="#footer-skinny-logo"></use> </svg> </a> </div> <div class="footer-skinny__secondary"> <ul class="footer-skinny__bottom-links"> <li class="footer-skinny__bottom-link"> <a href="http://corporate.ford.com" data-ford-metrics-click="{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fv:corporate:home&quot;,&quot;onclick_referredTo&quot;:&quot;fv:corporate:home&quot;}}"> © 2026 Ford Motor Company </a> </li> <li class="footer-skinny__bottom-link hide-on-mobile"> <a href="//www.ford.com/content/na/ford/en_us/help/sitemap" target="_self" rel="noopener noreferrer"> Site Map </a> </li> <li class="footer-skinny__bottom-link "> <a target="_self" rel="noopener noreferrer" data-smartlink-href="#$commentCard" tabindex="0" role="button" style="cursor: pointer;"> Site Feedback </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/glossary" target="_self" rel="noopener noreferrer"> Glossary </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/contact" target="_self" rel="noopener noreferrer"> Contact Us </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/brand_ford/en_us/brand/help/contact#accessibility" target="_self" rel="noopener noreferrer"> Accessibility </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/terms" target="_self" rel="noopener noreferrer"> Terms &amp; Conditions </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/privacy" target="_self" rel="noopener noreferrer"> Privacy Notice </a> </li> <li class="footer-skinny__bottom-link "> <a target="_self" rel="noopener noreferrer" data-smartlink-href="#$cookieSettings" tabindex="0" role="button" style="cursor: pointer;"> Cookie Settings </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/privacy/ccpa" target="_self" rel="noopener noreferrer"> Your Privacy Choices <svg height="16" width="33.3" aria-hidden="true" class="footer-skinny__icon footer-skinny__icon--mobile "> <title>CCPA compliance badge</title> <use href="#footer-skinny-ccpa"></use> </svg> </a> </li> <li class="footer-skinny__bottom-link hide-on-mobile"> <a href="https://www.ford.com/help/privacy/#interestbasedads" target="_self" rel="noopener noreferrer"> Interest Based Ads </a> </li> <li class="footer-skinny__bottom-link "> <a href="//www.ford.com/content/na/ford/en_us/help/third-party-trademarks" target="_self" rel="noopener noreferrer"> Third-Party Trademarks </a> </li> </ul> <a class="footer-skinny__logo hide-on-desktop"> <svg height="30" width="80"> <title></title> <use href="#footer-skinny-logo"></use> </svg> </a> </div> </div> </footer><div class="simplechoiceoverlay simpleChoiceOverlay"> </div> <script defer="" src="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-header.lc--lc.min.js"></script><script defer="" src="https://www.ford.com/etc.clientlibs/aem-ford-foundation/clientlibs/clientlib-ford-footer.lc--lc.min.js"></script><script defer="defer" type="text/javascript" src="https://www.ford.com/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js"></script><script> window.FMC = window.FMC || {}; window.FMC.context = window.FMC.context || {}; window.FMC.context.inlinedisclosures = {}; window.FMC.context.header = window.FMC.context.header || {}; window.FMC.context.site = window.FMC.context.site || {}; FMC.context.header.translator = "motionpoint"; FMC.context.header.allLanguages = JSON.parse( "[{\x22code\x22:\x22en\x22,\x22label\x22:\x22EN\x22,\x22description\x22:\x22English\x22,\x22domain\x22:\x22www.ford.com\x22,\x22isCurrent\x22:true},{\x22code\x22:\x22es\x22,\x22label\x22:\x22ES\x22,\x22description\x22:\x22Spanish\x22,\x22domain\x22:\x22es.ford.com\x22}]", ); FMC.context.header.languageLinks = JSON.parse( "[{\x22code\x22:\x22es\x22,\x22label\x22:\x22ES\x22,\x22description\x22:\x22Spanish\x22,\x22domain\x22:\x22es.ford.com\x22}]", ); FMC.context.header.currentLanguage = JSON.parse( "{\x22code\x22:\x22en\x22,\x22label\x22:\x22EN\x22,\x22description\x22:\x22English\x22,\x22domain\x22:\x22www.ford.com\x22,\x22isCurrent\x22:true}", ); FMC.context.header.mpEasyLinkUrlFord = ""; FMC.context.header.clwApplicationId = "CCCA9FB8\u002DB941\u002D46AD\u002DA89F\u002DF9D9D699DD68"; FMC.context.header.ciClientId = "98569d7d\u002Dcfed\u002D4ede\u002Da134\u002D875acc6e97d1"; FMC.context.header.fmaUseAzureAuth = "enabled"; FMC.context.header.fmaRedirectPagePath = "https://www.ford.com/login/"; FMC.context.header.fmaDataFSUrl = "https://stg.api.mps.ford.com"; FMC.context.site.fsUrl = "https://stg.api.mps.ford.com"; FMC.context.site.fpsUrl = "https://www.ford.com/fps"; FMC.context.header.locale = "en_us"; FMC.context.header.pageType = "none"; FMC.context.header.includeFMAScriptIfSyndicated = "include"; FMC.context.header.profileLandingUrlFord = ""; FMC.context.header.fmaIncludeScript = "https://www.account.ford.com/etc/fd/fma/bundle.js"; FMC.context.header.clwMpsHost = "https://api.foundational.ford.com"; FMC.context.header.shopUrlFord = ""; FMC.context.header.medalliaFormId = "6333"; FMC.context.site.region = FMC?.context?.header?.locale ?.substring(3, 5) .toUpperCase(); let make = "ford"; FMC.context.site.make = make.charAt(0).toUpperCase() + make.slice(1); // Using scriptString to safely inject the JSON data let vehicleData = "[{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:38135.0,\x22azPrice\x22:34883.0,\x22xPrice\x22:36542.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2195.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37790.0,\x22azPrice\x22:34570.0,\x22xPrice\x22:36216.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Escape\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:30350.0,\x22azPrice\x22:28231.0,\x22xPrice\x22:29458.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:28231.0,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22F\u002DStripped Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45025.0,\x22azPrice\x22:38096.0,\x22xPrice\x22:39861.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2195.0},{\x22model\x22:\x22SuperDuty\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45975.0,\x22azPrice\x22:42108.0,\x22xPrice\x22:44073.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:42108.0,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Expedition\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:62700.0,\x22azPrice\x22:57912.0,\x22xPrice\x22:60430.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:57912.0,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Escape Plugin Hybrid\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:35400.0,\x22azPrice\x22:32865.0,\x22xPrice\x22:34286.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Maverick\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:28145.0,\x22azPrice\x22:26771.0,\x22xPrice\x22:27912.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:26771.0,\x22destinationDeliveryCharge\x22:1845.0},{\x22model\x22:\x22Explorer\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:40050.0,\x22azPrice\x22:37131.0,\x22xPrice\x22:38733.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1695.0},{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:38134.0,\x22azPrice\x22:34882.0,\x22xPrice\x22:36541.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Bronco Sport\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:31845.0,\x22azPrice\x22:29763.0,\x22xPrice\x22:31044.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:29763.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:69995.0,\x22azPrice\x22:58371.0,\x22xPrice\x22:61149.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2495.0},{\x22model\x22:\x22Mache\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37995.0,\x22azPrice\x22:36005.0,\x22xPrice\x22:35484.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:36005.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D150 F\u002D150\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:37290.0,\x22azPrice\x22:34412.0,\x22xPrice\x22:35969.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:34412.0,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:41330.0,\x22azPrice\x22:37782.0,\x22xPrice\x22:39565.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit Chassis\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:44890.0,\x22azPrice\x22:41123.0,\x22xPrice\x22:42959.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22F\u002DStripped Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:42125.0,\x22azPrice\x22:35661.0,\x22xPrice\x22:37313.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit VanWagon\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:56400.0,\x22azPrice\x22:51568.0,\x22xPrice\x22:53850.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Escape Plugin Hybrid\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:38400.0,\x22azPrice\x22:35617.0,\x22xPrice\x22:37155.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22E\u002DTransit\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45700.0,\x22azPrice\x22:42315.0,\x22xPrice\x22:41995.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:42315.0,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Mustang\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:32640.0,\x22azPrice\x22:30333.0,\x22xPrice\x22:31642.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:30333.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22E\u002DStripped Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:34595.0,\x22azPrice\x22:31670.0,\x22xPrice\x22:33192.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Explorer\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:38465.0,\x22azPrice\x22:35676.0,\x22xPrice\x22:37233.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:35676.0,\x22destinationDeliveryCharge\x22:1795.0},{\x22model\x22:\x22Bronco Sport\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:31695.0,\x22azPrice\x22:29941.0,\x22xPrice\x22:31216.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:29941.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:69995.0,\x22azPrice\x22:58371.0,\x22xPrice\x22:61159.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:0.0},{\x22model\x22:\x22Mache\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:37795.0,\x22azPrice\x22:35818.0,\x22xPrice\x22:35239.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:35818.0,\x22destinationDeliveryCharge\x22:2045.0},{\x22model\x22:\x22Chassis Cab\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:50165.0,\x22azPrice\x22:45909.0,\x22xPrice\x22:48121.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D150 F\u002D150\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:37450.0,\x22azPrice\x22:34558.0,\x22xPrice\x22:36122.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:34558.0,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Escape Hybrid\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:33890.0,\x22azPrice\x22:31480.0,\x22xPrice\x22:32843.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Econoline Cutaway\x22,\x22year\x22:\x222027\x22,\x22msrpPrice\x22:41330.0,\x22azPrice\x22:37782.0,\x22xPrice\x22:39565.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2195.0},{\x22model\x22:\x22SuperDuty Commercial\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45300.0,\x22azPrice\x22:41495.0,\x22xPrice\x22:43436.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit Chassis\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:43700.0,\x22azPrice\x22:40043.0,\x22xPrice\x22:41834.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22Transit VanWagon\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:59180.0,\x22azPrice\x22:54091.0,\x22xPrice\x22:56480.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22Bronco\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:39995.0,\x22azPrice\x22:38080.0,\x22xPrice\x22:39691.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:38080.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22E\u002DTransit\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:48150.0,\x22azPrice\x22:44563.0,\x22xPrice\x22:44039.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:44563.0,\x22destinationDeliveryCharge\x22:2395.0},{\x22model\x22:\x22Mustang\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:31920.0,\x22azPrice\x22:29671.0,\x22xPrice\x22:30953.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:29671.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Ranger\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:33550.0,\x22azPrice\x22:31503.0,\x22xPrice\x22:32861.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:31503.0,\x22destinationDeliveryCharge\x22:1895.0},{\x22model\x22:\x22Transit Commercial\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:47400.0,\x22azPrice\x22:43401.0,\x22xPrice\x22:45335.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D650\u002D750\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:69685.0,\x22azPrice\x22:58113.0,\x22xPrice\x22:60889.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:0.0},{\x22model\x22:\x22Escape\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:29515.0,\x22azPrice\x22:27465.0,\x22xPrice\x22:28659.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22SuperDuty Commercial\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:45975.0,\x22azPrice\x22:42108.0,\x22xPrice\x22:44073.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22Chassis Cab\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:50540.0,\x22azPrice\x22:46250.0,\x22xPrice\x22:48474.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:2795.0},{\x22model\x22:\x22SuperDuty\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:45300.0,\x22azPrice\x22:41495.0,\x22xPrice\x22:43436.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:41495.0,\x22destinationDeliveryCharge\x22:2095.0},{\x22model\x22:\x22F\u002D150 Lightning\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:54780.0,\x22azPrice\x22:50646.0,\x22xPrice\x22:50179.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:50646.0,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Bronco\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:40495.0,\x22azPrice\x22:38552.0,\x22xPrice\x22:40182.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:38552.0,\x22destinationDeliveryCharge\x22:1995.0},{\x22model\x22:\x22Expedition\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:62400.0,\x22azPrice\x22:57637.0,\x22xPrice\x22:60144.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:57637.0,\x22destinationDeliveryCharge\x22:2595.0},{\x22model\x22:\x22Ranger\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:33350.0,\x22azPrice\x22:31318.0,\x22xPrice\x22:32668.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22specialEventBasePrice\x22:31318.0,\x22destinationDeliveryCharge\x22:1895.0},{\x22model\x22:\x22Maverick\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:28145.0,\x22azPrice\x22:26771.0,\x22xPrice\x22:27913.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22specialEventBasePrice\x22:26771.0,\x22destinationDeliveryCharge\x22:1695.0},{\x22model\x22:\x22Escape Hybrid\x22,\x22year\x22:\x222025\x22,\x22msrpPrice\x22:32490.0,\x22azPrice\x22:30195.0,\x22xPrice\x22:31504.0,\x22spx\x22:\x22false\x22,\x22fnx\x22:\x22false\x22,\x22prx\x22:\x22false\x22,\x22az\x22:\x22false\x22,\x22destinationDeliveryCharge\x22:1495.0},{\x22model\x22:\x22Transit Commercial\x22,\x22year\x22:\x222026\x22,\x22msrpPrice\x22:48400.0,\x22azPrice\x22:44308.0,\x22xPrice\x22:46280.0,\x22spx\x22:\x22true\x22,\x22fnx\x22:\x22true\x22,\x22prx\x22:\x22true\x22,\x22az\x22:\x22true\x22,\x22destinationDeliveryCharge\x22:2395.0}]"; // Parse the vehicle data and assign it to the FMC context FMC.context.header.vehicle = JSON.parse(vehicleData); FMC.context.site.headerUrl = "https://www.ford.com"; FMC.context.site.searchURL = "https://www.ford.com/search/"; FMC.context.site.azlabel = "<p>Starting AZ Plan at {{msrp}}<sup data\u002Ddisc\u002Did=\x221\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 class=\x22disclosure global_disclosures\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.xplanlabel = "<p>Starting X Plan at {{msrp}}<sup data\u002Ddisc\u002Did=\x221\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 class=\x22disclosure global_disclosures\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.leasepricelabel = "{{payment}}\/mo"; FMC.context.site.msrplabel = "<p>Starting at MSRP {{msrp}}<sup data\u002Ddisc\u002Did=\x221\x22 data\u002Ddisc=\x22disclaimerStartingMSRP\x22 data\u002Ddisclosure\u002Dtype=\x22global\x22 class=\x22disclosure global_disclosures\x22> 1 <\/sup>\x26nbsp;<\/p>\r\n"; FMC.context.site.priceFormat = ""; window.FMC.context.globaldisclosures = {"0":{"id":"35","ariaLabel":"","title":"disclaimerSirusXM","description":"All SiriusXM services require a subscription.
865Ford Motor Company and Ford Credit are not insurance companies or agents.</p>\n"},"25":{"id":"fordpass-app-pod","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.865Ford Motor Company and Ford Credit are not insurance companies or agents.</p>\n"},"25":{"id":"awards-migration-9","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Gas Mileage for PHEV SUVs on Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
866Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
867Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"26":{"id":"fordpass-app-pod","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
868Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"26":{"id":"merchescape2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Escape ST-Line Elite with optional equipment and extra-cost color option.</p>\n"},"27":{"id":"bluecruise-at-vehicle-purchase","ariaLabel":"","title":"*","description":"<p>*At vehicle purchase, customers have the option to buy a 1-year plan for $495.870Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"27":{"id":"merchescape2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Escape ST-Line Elite with optional equipment and extra-cost color option.</p>\n"},"28":{"id":"bluecruise-at-vehicle-purchase","ariaLabel":"","title":"*","description":"<p>*At vehicle purchase, customers have the option to buy a 1-year plan for $495.
873Pricing subject to change.</p>\n"},"28":{"id":"T2-compare-mache-7b","ariaLabel":"","title":"**","description":"<p>**Compatible Android or iPhone with compatible active data plan and software required.875Pricing subject to change.</p>\n"},"29":{"id":"T2-compare-mache-7b","ariaLabel":"","title":"**","description":"<p>**Compatible Android or iPhone with compatible active data plan and software required.
878Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"29":{"id":"2026-bronco-sport-big-bend-ford-accessories","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and Ford Accessories shown.880Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"30":{"id":"2026-bronco-sport-big-bend-ford-accessories","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and Ford Accessories shown.
879Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"30":{"id":"ford-mobile-service-disclosure","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance or other dealer-specified criteria.881Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"31":{"id":"ford-mobile-service-disclosure","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance or other dealer-specified criteria.
880Does not include parts or repair charges.</p>\n"},"31":{"id":"technology-package-double-asterisk-gt-mach-e","ariaLabel":"","title":"**","description":"<p>**Equipped vehicle, comes with 1 year and 90 days of BlueCruise access at time of vehicle order.882Does not include parts or repair charges.</p>\n"},"32":{"id":"technology-package-double-asterisk-gt-mach-e","ariaLabel":"","title":"**","description":"<p>**Equipped vehicle, comes with 1 year and 90 days of BlueCruise access at time of vehicle order.
883See subscription options and pricing on <a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a>.</p>\n"},"32":{"id":"do-not-use-while-driving","ariaLabel":"","title":"*","description":"<p>*Do not use while driving.</p>\n"},"33":{"id":"DiscMustang2026CoPilotAssist","ariaLabel":"","title":"*","description":"<p>*Requires Ford Co-Pilot360 Assist+</p>\n"},"34":{"id":"rsf-build-vlu-superduty-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $88,765<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2026 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road Package and Black Appearance Package, Glacier Gray is an extra-cost color shown.</p>\n"},"35":{"id":"25l-plugin-hybrid-engine-fwd","ariaLabel":"","title":"*","description":"<p>*2.5L Plug-In Hybrid engine/eCVT Automatic transmission/FWD.885See subscription options and pricing on <a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a>.</p>\n"},"33":{"id":"do-not-use-while-driving","ariaLabel":"","title":"*","description":"<p>*Do not use while driving.</p>\n"},"34":{"id":"DiscMustang2026CoPilotAssist","ariaLabel":"","title":"*","description":"<p>*Requires Ford Co-Pilot360 Assist+</p>\n"},"35":{"id":"rsf-build-vlu-superduty-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $88,765<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2026 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road Package and Black Appearance Package, Glacier Gray is an extra-cost color shown.</p>\n"},"36":{"id":"25l-plugin-hybrid-engine-fwd","ariaLabel":"","title":"*","description":"<p>*2.5L Plug-In Hybrid engine/eCVT Automatic transmission/FWD.
884Actual mileage will vary.</p>\n"},"36":{"id":"vehicle-modified-for-racing-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Vehicle modified for racing shown.886Actual mileage will vary.</p>\n"},"37":{"id":"vehicle-modified-for-racing-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Vehicle modified for racing shown.
887Do not attempt.</p>\n"},"37":{"id":"adapt-conquer","ariaLabel":"","title":"Disclosure","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown. 2025 Bronco<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.889Do not attempt.</p>\n"},"38":{"id":"adapt-conquer","ariaLabel":"","title":"Disclosure","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown. 2025 Bronco<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.
888Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"38":{"id":"T2-compare-escape-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>®</sup> Platinum<sup>™</sup> model shown.</p>\n"},"39":{"id":"wave-2-2025-f150-achiever-2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup>&nbsp;model with optional equipment shown.</p>\n"},"40":{"id":"max-towing-2-11200-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,200 lbs. available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.890Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"39":{"id":"T2-compare-escape-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>®</sup> Platinum<sup>™</sup> model shown.</p>\n"},"40":{"id":"wave-2-2025-f150-achiever-2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup>&nbsp;model with optional equipment shown.</p>\n"},"41":{"id":"max-towing-2-11200-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,200 lbs. available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
891Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"41":{"id":"DiscHomepageMigrationOffersFedTaxCred","ariaLabel":"","title":"*","description":"<p>Please consult with your own tax or legal professional to determine your individual eligibility.893Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"42":{"id":"DiscHomepageMigrationOffersFedTaxCred","ariaLabel":"","title":"*","description":"<p>Please consult with your own tax or legal professional to determine your individual eligibility.
904For additional information, go to <a title=\"Follow link\" href=\"https://fueleconomy.gov/feg/tax2023.shtml#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;directAction&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://fueleconomy.gov/feg/tax2023.shtml#!adchoices&quot;}}\">https://fueleconomy.gov/feg/tax2023.shtml.</a><br>\n</p>\n"},"42":{"id":"2025-mustang-gtd-model-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GTD model shown.906For additional information, go to <a title=\"Follow link\" href=\"https://fueleconomy.gov/feg/tax2023.shtml#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;directAction&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://fueleconomy.gov/feg/tax2023.shtml#!adchoices&quot;}}\">https://fueleconomy.gov/feg/tax2023.shtml.</a><br>\n</p>\n"},"43":{"id":"2025-mustang-gtd-model-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GTD model shown.
908Inquiry does not guarantee ability to purchase.</p>\n"},"43":{"id":"target-bronco-sport-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"44":{"id":"mach-e-technology-asterisk-disclaimer-features-included","ariaLabel":"","title":"*","description":"<p>*Features included with the available Ford Connectivity Package, which is included for one year.</p>\n"},"45":{"id":"Dueto2025Expedition","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.910Inquiry does not guarantee ability to purchase.</p>\n"},"44":{"id":"target-bronco-sport-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"45":{"id":"mach-e-technology-asterisk-disclaimer-features-included","ariaLabel":"","title":"*","description":"<p>*Features included with the available Ford Connectivity Package, which is included for one year.</p>\n"},"46":{"id":"Dueto2025Expedition","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.
909Due to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"46":{"id":"image-details-max-payload-varies","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies and is based on accessories and vehicle configuration.911Due to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"47":{"id":"image-details-max-payload-varies","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies and is based on accessories and vehicle configuration.
911Always properly secure cargo.</p>\n"},"47":{"id":"T2-compare-ranger-7b","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford vehicle in model-year 2024.913Always properly secure cargo.</p>\n"},"48":{"id":"T2-compare-ranger-7b","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford vehicle in model-year 2024.
912Includes all models with RTM population greater than 1,000.</p>\n"},"48":{"id":"matteblackdisclaimer4","ariaLabel":"","title":"Image Details","description":"<p>Smoked Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage –– 122 years of Ford iconic cool, to be exact.914Includes all models with RTM population greater than 1,000.</p>\n"},"49":{"id":"matteblackdisclaimer4","ariaLabel":"","title":"Image Details","description":"<p>Smoked Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage –– 122 years of Ford iconic cool, to be exact.
913A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"49":{"id":"lanekeepingsystem","ariaLabel":"","title":"*","description":"<p>*Lane-Keeping System does not control steering.</p>\n"},"50":{"id":"optional-equipment-max-towing","ariaLabel":"","title":"Video Details","description":"<p>Shown with optional equipment and available Ford Accessories.915A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"50":{"id":"lanekeepingsystem","ariaLabel":"","title":"*","description":"<p>*Lane-Keeping System does not control steering.</p>\n"},"51":{"id":"optional-equipment-max-towing","ariaLabel":"","title":"Video Details","description":"<p>Shown with optional equipment and available Ford Accessories.
915Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"51":{"id":"disclaimer-2025BroncoBadlandsSAR2","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and aftermarket equipment shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"52":{"id":"MustangMDPEcoboostCovertibleAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $43,525.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Convertible model parked on a closed course shown in Avalanche Gray.</p>\n"},"53":{"id":"featureavailabilitymayvarybasedonmodel","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Feature availability may vary based on model.917Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"52":{"id":"disclaimer-2025BroncoBadlandsSAR2","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and aftermarket equipment shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"53":{"id":"MustangMDPEcoboostCovertibleAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $43,525.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Convertible model parked on a closed course shown in Avalanche Gray.</p>\n"},"54":{"id":"featureavailabilitymayvarybasedonmodel","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Feature availability may vary based on model.
918Refer to your Owner's Manual for details and limitations.</p>\n"},"54":{"id":"disclaimer-2025explorerstsuv","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer® ST SUV with optional equipment shown.</p>\n"},"55":{"id":"2026-escape-bb-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>As shown price $42,100.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option.920Refer to your Owner's Manual for details and limitations.</p>\n"},"55":{"id":"disclaimer-2025explorerstsuv","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer® ST SUV with optional equipment shown.</p>\n"},"56":{"id":"2026-escape-bb-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>As shown price $42,100.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option.
922See Owner’s Manual for details and limitations.</p>\n"},"56":{"id":"t2-compare-mustang-1b","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.924See Owner’s Manual for details and limitations.</p>\n"},"57":{"id":"t2-compare-mustang-1b","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
924Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"57":{"id":"equipped-rtr-mustang-2026","ariaLabel":"","title":"*","description":"<p>*When equipped with the Mustang® RTR® Performance Package.</p>\n"},"58":{"id":"DiscTier2Card6Explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> Platinum<sup>®</sup> model shown with optional equipment.</p>\n"},"59":{"id":"mustang-mach-e-extra-cost-color-option","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with extra-cost color shown.</p>\n"},"60":{"id":"2023-bronco-badlands-model","ariaLabel":"","title":"Vehicle Details","description":"<p>2023 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"61":{"id":"vehicle-details-2-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>*Compatible Android™ phone and compatible active data plan required.</p>\n"},"62":{"id":"target-maverick-lariat-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.926Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"58":{"id":"equipped-rtr-mustang-2026","ariaLabel":"","title":"*","description":"<p>*When equipped with the Mustang® RTR® Performance Package.</p>\n"},"59":{"id":"DiscTier2Card6Explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> Platinum<sup>®</sup> model shown with optional equipment.</p>\n"},"60":{"id":"mustang-mach-e-extra-cost-color-option","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with extra-cost color shown.</p>\n"},"61":{"id":"2023-bronco-badlands-model","ariaLabel":"","title":"Vehicle Details","description":"<p>2023 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"62":{"id":"vehicle-details-2-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>*Compatible Android™ phone and compatible active data plan required.</p>\n"},"63":{"id":"target-maverick-lariat-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
927Always properly secure cargo.</p>\n"},"63":{"id":"PreproductionModelShown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.929Always properly secure cargo.</p>\n"},"64":{"id":"PreproductionModelShown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
930Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"64":{"id":"disclaimer-ranger-raptor-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with optional equipment shown.</p>\n"},"65":{"id":"explorer-st-extra-color-option","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST with extra-cost color shown.</p>\n"},"66":{"id":"max-payload-maverick-2025-disclaimer","ariaLabel":"","title":"*Important Details","description":"<p>Max payload varies based on accessories and vehicle configuration.932Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"65":{"id":"disclaimer-ranger-raptor-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with optional equipment shown.</p>\n"},"66":{"id":"explorer-st-extra-color-option","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST with extra-cost color shown.</p>\n"},"67":{"id":"max-payload-maverick-2025-disclaimer","ariaLabel":"","title":"*Important Details","description":"<p>Max payload varies based on accessories and vehicle configuration.
937Not all vehicles qualify for A/X/Z Plan.</p>\n"},"67":{"id":"ready-set-ford-adventure-bronco-badlands-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> with optional equipment, available Ford Accessories, and extra-cost color usage.939Not all vehicles qualify for A/X/Z Plan.</p>\n"},"68":{"id":"ready-set-ford-adventure-bronco-badlands-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> with optional equipment, available Ford Accessories, and extra-cost color usage.
938Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"68":{"id":"always-consult-owner-manual-bronco26","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Carbonized Gray Metallic exterior color not currently available to order.940Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"69":{"id":"always-consult-owner-manual-bronco26","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Carbonized Gray Metallic exterior color not currently available to order.
939Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"69":{"id":"important-details-diesel-horsepower-and-torque","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.941Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"70":{"id":"important-details-diesel-horsepower-and-torque","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
945Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"70":{"id":"merchbronco-2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Wildtrak<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"71":{"id":"2025-f150-wave-bb-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $75,097<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup>. 2025 F-150<sup>®</sup> Lariat High with the optional bed utility package.</p>\n"},"72":{"id":"range-and-charge-time","ariaLabel":"","title":"**","description":"<p>**Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.947Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"71":{"id":"merchbronco-2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Wildtrak<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"72":{"id":"2025-f150-wave-bb-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $75,097<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup>. 2025 F-150<sup>®</sup> Lariat High with the optional bed utility package.</p>\n"},"73":{"id":"range-and-charge-time","ariaLabel":"","title":"**","description":"<p>**Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.
948Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"73":{"id":"image-details-disc-bronco-sar-homepage","ariaLabel":"","title":"Image Details","description":"<p>Based on S&amp;P Global Mobility US VIO as of September 2025 for the Emergency Vehicles vocation.950Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"74":{"id":"image-details-disc-bronco-sar-homepage","ariaLabel":"","title":"Image Details","description":"<p>Based on S&amp;P Global Mobility US VIO as of September 2025 for the Emergency Vehicles vocation.
949Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"74":{"id":"Towing and payload are independent","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.951Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"75":{"id":"Towing and payload are independent","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.
951Towing and payload are independent attributes and may not be achieved simultaneously.</p>\n"},"75":{"id":"basedoncomparisonbetween2025f150lightninglariat","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on comparison between 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with a maximum manufacturer-tested 580 hp and 2025 F-150 5.0L Ti-VCT V8 engine with a maximum manufacturer-tested 400 hp.</p>\n"},"76":{"id":"image-details-bronco-2025-3","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"77":{"id":"2026-mustang-mach-e-premium-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color shown.</p>\n"},"78":{"id":"wave-asterisk-disclaimer-cruiser-towing","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,200 lbs. available on SuperCrew 5.5’ box 4x4 with the available 3.5L PowerBoost<sup>®</sup> full hybrid engine.953Towing and payload are independent attributes and may not be achieved simultaneously.</p>\n"},"76":{"id":"basedoncomparisonbetween2025f150lightninglariat","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on comparison between 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with a maximum manufacturer-tested 580 hp and 2025 F-150 5.0L Ti-VCT V8 engine with a maximum manufacturer-tested 400 hp.</p>\n"},"77":{"id":"image-details-bronco-2025-3","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"78":{"id":"2026-mustang-mach-e-premium-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color shown.</p>\n"},"79":{"id":"wave-asterisk-disclaimer-cruiser-towing","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,200 lbs. available on SuperCrew 5.5’ box 4x4 with the available 3.5L PowerBoost<sup>®</sup> full hybrid engine.
954Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"79":{"id":"2026-f-150-mp-billboard-xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $45,400.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>&nbsp;2026 Ford F-150<sup>®</sup> XL SuperCab 4x4 model shown.</p>\n"},"80":{"id":"when-properly-equipped-with-mustang-mach-e","ariaLabel":"","title":"*","description":"<p>*When properly equipped with Mustang Mach-E GT<sup>™</sup> Performance Upgrade.956Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"80":{"id":"2026-f-150-mp-billboard-xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $45,400.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>&nbsp;2026 Ford F-150<sup>®</sup> XL SuperCab 4x4 model shown.</p>\n"},"81":{"id":"when-properly-equipped-with-mustang-mach-e","ariaLabel":"","title":"*","description":"<p>*When properly equipped with Mustang Mach-E GT<sup>™</sup> Performance Upgrade.
956Tested with optional Summer tires.</p>\n"},"81":{"id":"epa-estimated-rating-disclaimer","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/AWD drivetrain.958Tested with optional Summer tires.</p>\n"},"82":{"id":"epa-estimated-rating-disclaimer","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/AWD drivetrain.
957Actual mileage will vary.</p>\n"},"82":{"id":"2026-mustang-mach-e-gt-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color shown.</p>\n"},"83":{"id":"based-on-sp-cye-mobility-export-import","ariaLabel":"","title":"***","description":"<p>***Based on S&amp;P Global Mobility CYE 2023 Export and Import Sourcing Module data.</p>\n"},"84":{"id":"based-on-sp-cye-production-and-export","ariaLabel":"","title":"**","description":"<p>**Based on S&amp;P Global Mobility CYE 2023 US Light Vehicle Production data and CYE 2023 Export and Import Sourcing Module data.</p>\n"},"85":{"id":"rsf-thrill-vlu-mustang-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $67,465<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> model with optional equipment and extra-cost color option shown.959Actual mileage will vary.</p>\n"},"83":{"id":"2026-mustang-mach-e-gt-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color shown.</p>\n"},"84":{"id":"based-on-sp-cye-mobility-export-import","ariaLabel":"","title":"***","description":"<p>***Based on S&amp;P Global Mobility CYE 2023 Export and Import Sourcing Module data.</p>\n"},"85":{"id":"based-on-sp-cye-production-and-export","ariaLabel":"","title":"**","description":"<p>**Based on S&amp;P Global Mobility CYE 2023 US Light Vehicle Production data and CYE 2023 Export and Import Sourcing Module data.</p>\n"},"86":{"id":"rsf-thrill-vlu-mustang-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $67,465<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> model with optional equipment and extra-cost color option shown.
961Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"86":{"id":"2025-bronco-badlands-model-with-optional-equipment-available-ford-accessories","ariaLabel":"","title":"*","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and aftermarket equipment shown.963Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"87":{"id":"2025-bronco-badlands-model-with-optional-equipment-available-ford-accessories","ariaLabel":"","title":"*","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and aftermarket equipment shown.
962Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"87":{"id":"when-properly-equipped-02","ariaLabel":"","title":"‡","description":"<p>‡When properly equipped.964Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"88":{"id":"when-properly-equipped-02","ariaLabel":"","title":"‡","description":"<p>‡When properly equipped.
963Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"88":{"id":"pickup-delivery-event","ariaLabel":"","title":"Disclosure","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.965Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"89":{"id":"pickup-delivery-event","ariaLabel":"","title":"Disclosure","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
965A nonoperational vehicle is not eligible and will require a Roadside event.</p>\n"},"89":{"id":"under-hood-air-compressor-kit-by-arb-fcg","ariaLabel":"","title":"Image Details","description":"<p>Under Hood Air Compressor Kit by ARB<sup>®</sup></p>\n"},"90":{"id":"mach-e-sell-down-specs-new-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Calculated via peak performance of the electric motor(s) at peak battery power.967A nonoperational vehicle is not eligible and will require a Roadside event.</p>\n"},"90":{"id":"under-hood-air-compressor-kit-by-arb-fcg","ariaLabel":"","title":"Image Details","description":"<p>Under Hood Air Compressor Kit by ARB<sup>®</sup></p>\n"},"91":{"id":"mach-e-sell-down-specs-new-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Calculated via peak performance of the electric motor(s) at peak battery power.
966Your results may vary.</p>\n"},"91":{"id":"rsf-acc-1","ariaLabel":"","title":"Image Details","description":"<p>Transit Cargo Van High Roof Extended Length.</p>\n"},"92":{"id":"2026-ford-explorer-st-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer® ST model shown.</p>\n"},"93":{"id":"DiscHomepageMigrationOffersBB2","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.968Your results may vary.</p>\n"},"92":{"id":"rsf-acc-1","ariaLabel":"","title":"Image Details","description":"<p>Transit Cargo Van High Roof Extended Length.</p>\n"},"93":{"id":"2026-ford-explorer-st-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer® ST model shown.</p>\n"},"94":{"id":"DiscHomepageMigrationOffersBB2","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
976See dealer for qualifications and details.</p>\n"},"94":{"id":"disclaimer-see-owner-s-manual","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for proper operating instructions.</p>\n"},"95":{"id":"2026 ABM value practical carrusel disclaimer 2","ariaLabel":"","title":"Image Details","description":"<p>Maverick<sup>®</sup> Lariat<sup>®</sup> with extra-cost color option shown.</p>\n"},"96":{"id":"DiscloseBremboTM","ariaLabel":"","title":"*","description":"<p>*Brembo is a trademark of Brembo S.p.A.</p>\n"},"97":{"id":"2026MaverickPickup","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment shown.978See dealer for qualifications and details.</p>\n"},"95":{"id":"disclaimer-see-owner-s-manual","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for proper operating instructions.</p>\n"},"96":{"id":"2026 ABM value practical carrusel disclaimer 2","ariaLabel":"","title":"Image Details","description":"<p>Maverick<sup>®</sup> Lariat<sup>®</sup> with extra-cost color option shown.</p>\n"},"97":{"id":"DiscloseBremboTM","ariaLabel":"","title":"*","description":"<p>*Brembo is a trademark of Brembo S.p.A.</p>\n"},"98":{"id":"2026MaverickPickup","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment shown.
977Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"98":{"id":"2025-bronco-sport-ambassadors-gallery-2b","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"99":{"id":"disclosure-escape-when-properly-equipped-2nd-disclaimer","ariaLabel":"","title":"**","description":"<p>**When properly equipped with Class II Towing Package.979Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"99":{"id":"2025-bronco-sport-ambassadors-gallery-2b","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"100":{"id":"disclosure-escape-when-properly-equipped-2nd-disclaimer","ariaLabel":"","title":"**","description":"<p>**When properly equipped with Class II Towing Package.
978Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"100":{"id":"Optional-mustang-rtr-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang® RTR® Package available on 2026 Ford Mustang® EcoBoost® fastback.980Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"101":{"id":"Optional-mustang-rtr-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang® RTR® Package available on 2026 Ford Mustang® EcoBoost® fastback.
981Available summer 2026.</p>\n"},"101":{"id":"t2-presidents-day-homepage-1","ariaLabel":"t2-presidents-day-homepage-1","title":"1","description":"<p>&nbsp;<sup>1</sup>Ford F-150® for Full-Size Trucks.983Available summer 2026.</p>\n"},"102":{"id":"t2-presidents-day-homepage-1","ariaLabel":"t2-presidents-day-homepage-1","title":"1","description":"<p>&nbsp;<sup>1</sup>Ford F-150® for Full-Size Trucks.
988Newer models may be shown.<br>\n</p>\n"},"102":{"id":"2026 ABM value practical attributes disclaimer 2","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.990Newer models may be shown.<br>\n</p>\n"},"103":{"id":"2026 ABM value practical attributes disclaimer 2","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.
992Always properly secure cargo.</p>\n"},"103":{"id":"t2-feb-rewards-1","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.994Always properly secure cargo.</p>\n"},"104":{"id":"t2-feb-rewards-1","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
996Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"104":{"id":"4g-not-available-averywhere-disclaimer","ariaLabel":"","title":"*","description":"<p>*4G not available everywhere.998Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"105":{"id":"4g-not-available-averywhere-disclaimer","ariaLabel":"","title":"*","description":"<p>*4G not available everywhere.
997Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"105":{"id":"2026-maverick-xlt-equipment-properly-equipped-max-towing-owner-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment.999Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"106":{"id":"2026-maverick-xlt-equipment-properly-equipped-max-towing-owner-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment.
1000Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"106":{"id":"maximum-power-limited-drive-mode","ariaLabel":"","title":"**","description":"<p>**Maximum power available is limited to the combined total of all items in use.1002Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"107":{"id":"maximum-power-limited-drive-mode","ariaLabel":"","title":"**","description":"<p>**Maximum power available is limited to the combined total of all items in use.
1003See Owner’s Manual for important operating instructions.</p>\n"},"107":{"id":"video-details-exterior-modal-banner-2026-bronco-sport","ariaLabel":"","title":"Video Details","description":"<p>A 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"108":{"id":"t2-owner-service-floridas-may","ariaLabel":"t2-owner-service-floridas-may","title":"Disclosure","description":"<p>Complimentary pair of front Windshield Wipers with the purchase of The Works® package While supplies last.1005See Owner’s Manual for important operating instructions.</p>\n"},"108":{"id":"video-details-exterior-modal-banner-2026-bronco-sport","ariaLabel":"","title":"Video Details","description":"<p>A 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"109":{"id":"t2-owner-service-floridas-may","ariaLabel":"t2-owner-service-floridas-may","title":"Disclosure","description":"<p>Complimentary pair of front Windshield Wipers with the purchase of The Works® package While supplies last.
1016See a participating U.S. dealership for exclusions and details.&nbsp;</p>\n"},"109":{"id":"basedon19772025cyindustryreportedtotalsales","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2025 CY industry-reported total sales.</p>\n<p>2026 Super Duty<sup>®</sup> F-250<sup>®</sup> XL Crew Cab model with optional equipment shown. 2026 F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>When properly equipped.1018See a participating U.S. dealership for exclusions and details.&nbsp;</p>\n"},"110":{"id":"basedon19772025cyindustryreportedtotalsales","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2025 CY industry-reported total sales.</p>\n<p>2026 Super Duty<sup>®</sup> F-250<sup>®</sup> XL Crew Cab model with optional equipment shown. 2026 F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>When properly equipped.
1018Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"110":{"id":"DiscMaxPayF-150-2-235","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,235 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.1020Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"111":{"id":"DiscMaxPayF-150-2-235","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,235 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.
1021Always properly secure cargo.</p>\n"},"111":{"id":"preproduction-model-production-vehicle-may-vary-available-fall-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.1023Always properly secure cargo.</p>\n"},"112":{"id":"preproduction-model-production-vehicle-may-vary-available-fall-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
1023Available fall 2026.</p>\n"},"112":{"id":"rsf-v2-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Ford F-150<sup>®</sup> Lariat model with optional equipment and available Ford Accessories shown.</p>\n"},"113":{"id":"one-time-purchase-disclaimer","ariaLabel":"","title":"*","description":"<p>*Select option for a one-time purchase of Ford Connectivity Package.1025Available fall 2026.</p>\n"},"113":{"id":"rsf-v2-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Ford F-150<sup>®</sup> Lariat model with optional equipment and available Ford Accessories shown.</p>\n"},"114":{"id":"one-time-purchase-disclaimer","ariaLabel":"","title":"*","description":"<p>*Select option for a one-time purchase of Ford Connectivity Package.
1024Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN)</p>\n"},"114":{"id":"f-150-computer-image-1","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image shown.</p>\n"},"115":{"id":"optional-equipment-target-ford-accessories","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and available Ford accessories with extra-cost color option shown.</p>\n"},"116":{"id":"disclaimer-bronze-appearance-package-shown","ariaLabel":"","title":"Image Details","description":"<p>Shown with available appearance package.</p>\n"},"117":{"id":"Horsepower-ratings-determined-maverick-2026","ariaLabel":"","title":"*","description":"<p>*Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.1026Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN)</p>\n"},"115":{"id":"f-150-computer-image-1","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image shown.</p>\n"},"116":{"id":"optional-equipment-target-ford-accessories","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and available Ford accessories with extra-cost color option shown.</p>\n"},"117":{"id":"disclaimer-bronze-appearance-package-shown","ariaLabel":"","title":"Image Details","description":"<p>Shown with available appearance package.</p>\n"},"118":{"id":"Horsepower-ratings-determined-maverick-2026","ariaLabel":"","title":"*","description":"<p>*Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
1025Your results may vary.</p>\n"},"118":{"id":"2026-mache-packages","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford<sup>®</sup> app, modem activation, and an activated plan.1027Your results may vary.</p>\n"},"119":{"id":"2026-mache-packages","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford<sup>®</sup> app, modem activation, and an activated plan.
1028Terms apply.</p>\n"},"119":{"id":"T2-compare-2024-bronco-6a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Outer Banks<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"120":{"id":"2025 US Expedition 1","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. </p>\n<p>Second-row digital device holder available summer 2025.</p>\n"},"121":{"id":"2026-superduty-regular-cab-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> XL Regular Cab model shown.1030Terms apply.</p>\n"},"120":{"id":"T2-compare-2024-bronco-6a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Outer Banks<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"121":{"id":"2025 US Expedition 1","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. </p>\n<p>Second-row digital device holder available summer 2025.</p>\n"},"122":{"id":"2026-superduty-regular-cab-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> XL Regular Cab model shown.
1030Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"122":{"id":"2025-f-150-xlt-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150 XLT with optional equipment shown.1032Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"123":{"id":"2025-f-150-xlt-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150 XLT with optional equipment shown.
1034Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"123":{"id":"t2-supportbelt-story-behind","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.1036Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"124":{"id":"t2-supportbelt-story-behind","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
1035For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"124":{"id":"with-extended-range-battery-and-eawd-select-model","ariaLabel":"","title":"**","description":"<p>**With extended-range battery and eAWD.1037For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"125":{"id":"with-extended-range-battery-and-eawd-select-model","ariaLabel":"","title":"**","description":"<p>**With extended-range battery and eAWD.
1038Based on internal testing with optional summer tires.</p>\n"},"125":{"id":"DiscBillboardTier2Explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST model shown with optional equipment and extra-cost color shown.</p>\n"},"126":{"id":"t2-san-diego-black-friday-yese","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.1040Based on internal testing with optional summer tires.</p>\n"},"126":{"id":"DiscBillboardTier2Explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST model shown with optional equipment and extra-cost color shown.</p>\n"},"127":{"id":"t2-san-diego-black-friday-yese","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.
1040All rights reserved.</p>\n"},"127":{"id":"Max 430 horsepower and 485 lb ft of torque","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.1042All rights reserved.</p>\n"},"128":{"id":"Max 430 horsepower and 485 lb ft of torque","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
1047Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"128":{"id":"driver-safety-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional driver with special safety equipment.1049Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"129":{"id":"driver-safety-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional driver with special safety equipment.
1049Do not attempt.</p>\n"},"129":{"id":"important-details-red-cross","ariaLabel":"","title":"Important Details","description":"<p>The American Red Cross name, logo and copyrighted materials are used with its permission, which in no way constitutes an endorsement, express or implied, of any product, service, company, opinion or political position.1051Do not attempt.</p>\n"},"130":{"id":"important-details-red-cross","ariaLabel":"","title":"Important Details","description":"<p>The American Red Cross name, logo and copyrighted materials are used with its permission, which in no way constitutes an endorsement, express or implied, of any product, service, company, opinion or political position.
1051For more information about the American Red Cross, please visit redcross.org.</p>\n"},"130":{"id":"t2-tax-savings-service","ariaLabel":"","title":"*","description":"<p>*Ford Pro<sup>™</sup> Mobile Service available in select locations.</p>\n"},"131":{"id":"Offervalidforonetimeonlyecommerce","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Offer valid for one-time only ecommerce, purchase of accessories from ford.com/accessories.1053For more information about the American Red Cross, please visit redcross.org.</p>\n"},"131":{"id":"t2-tax-savings-service","ariaLabel":"","title":"*","description":"<p>*Ford Pro<sup>™</sup> Mobile Service available in select locations.</p>\n"},"132":{"id":"Offervalidforonetimeonlyecommerce","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Offer valid for one-time only ecommerce, purchase of accessories from ford.com/accessories.
1060Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"132":{"id":"As-shown-price-2026-mustang-gt-premium-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $54,015.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Mustang<sup>®</sup> GT Premium Fastback model parked on a closed course shown in extra-cost color Orange Fury Metallic.</p>\n"},"133":{"id":"streaming-apps-pod","ariaLabel":"","title":"**","description":"<p>**Eligible vehicles receive complimentary access to Alexa Built-in.1062Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"133":{"id":"As-shown-price-2026-mustang-gt-premium-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $54,015.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Mustang<sup>®</sup> GT Premium Fastback model parked on a closed course shown in extra-cost color Orange Fury Metallic.</p>\n"},"134":{"id":"streaming-apps-pod","ariaLabel":"","title":"**","description":"<p>**Eligible vehicles receive complimentary access to Alexa Built-in.
1063Some Alexa Built-in features require a Connectivity plan or connection to a Wi-Fi® wireless network.</p>\n"},"134":{"id":"BadlandsEquipmentAccessories","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and after-market equipment shown.</p>\n"},"135":{"id":"disclosure-off-road-package-extra-cost","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with FX4® Off-Road Package and extra-cost color option shown.1065Some Alexa Built-in features require a Connectivity plan or connection to a Wi-Fi® wireless network.</p>\n"},"135":{"id":"BadlandsEquipmentAccessories","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and after-market equipment shown.</p>\n"},"136":{"id":"disclosure-off-road-package-extra-cost","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with FX4® Off-Road Package and extra-cost color option shown.
1064Always properly secure cargo.</p>\n"},"136":{"id":"t2-feb-connect-2","ariaLabel":"","title":"**","description":"<p>**Data speeds may be slowed down after 50 GB of usage within a 30-day period.</p>\n"},"137":{"id":"2026-bronco-sport-interior-modal-1","ariaLabel":"","title":"*","description":"<p>*Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"138":{"id":"as-shown-price-sd-350lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $64,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"139":{"id":"disclaimer2025mustangtax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Eco-Boost<sup>®</sup> with optional wheel and stripe package.</p>\n"},"140":{"id":"DiscRangerXLT2025AsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> XLT model with extra-cost color option shown.</p>\n<p>$36,270 (does not include D&amp;D fees).</p>\n"},"141":{"id":"available-with-ford-expedition","ariaLabel":"","title":"**","description":"<p>**Available with Ford Connectivity Package.</p>\n"},"142":{"id":"as-show-price-rally-mdp-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,675<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown.</p>\n"},"143":{"id":"image-details-2026-ranger-raptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger® Raptor® model with extra-cost color option shown.</p>\n"},"144":{"id":"stallion-pre-pro-img","ariaLabel":"","title":"Image Details","description":"<p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Fastback model with FX Package and GT Performance Package with extra-cost color shown.1066Always properly secure cargo.</p>\n"},"137":{"id":"t2-feb-connect-2","ariaLabel":"","title":"**","description":"<p>**Data speeds may be slowed down after 50 GB of usage within a 30-day period.</p>\n"},"138":{"id":"2026-bronco-sport-interior-modal-1","ariaLabel":"","title":"*","description":"<p>*Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"139":{"id":"as-shown-price-sd-350lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $64,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"140":{"id":"disclaimer2025mustangtax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Eco-Boost<sup>®</sup> with optional wheel and stripe package.</p>\n"},"141":{"id":"DiscRangerXLT2025AsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> XLT model with extra-cost color option shown.</p>\n<p>$36,270 (does not include D&amp;D fees).</p>\n"},"142":{"id":"available-with-ford-expedition","ariaLabel":"","title":"**","description":"<p>**Available with Ford Connectivity Package.</p>\n"},"143":{"id":"as-show-price-rally-mdp-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,675<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown.</p>\n"},"144":{"id":"image-details-2026-ranger-raptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger® Raptor® model with extra-cost color option shown.</p>\n"},"145":{"id":"stallion-pre-pro-img","ariaLabel":"","title":"Image Details","description":"<p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Fastback model with FX Package and GT Performance Package with extra-cost color shown.
1066Available summer 2025.</p>\n"},"145":{"id":"2026-bronco-sport-billboard","ariaLabel":"","title":"As Shown Pricing","description":"<p>As Shown Price $35,640.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"AsShownPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.1068Available summer 2025.</p>\n"},"146":{"id":"2026-bronco-sport-billboard","ariaLabel":"","title":"As Shown Pricing","description":"<p>As Shown Price $35,640.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"AsShownPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.
1067Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"146":{"id":"ford-pickup-delivery-asterisk","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.1069Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"147":{"id":"ford-pickup-delivery-asterisk","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
1069A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"147":{"id":"escape-platinum-elite-opt-equip-image-details","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> Platinum<sup>™</sup> model with optional equipment and extra-cost color shown.</p>\n"},"148":{"id":"availablecustomersforregistrationincalifornia","ariaLabel":"","title":"*","description":"<p>Available to customers for registration in California, Massachusetts, Oregon, New York, Vermont and Washington.</p>\n"},"149":{"id":"CoastalDisclaimer4","ariaLabel":"","title":"Image Details","description":"<p>Silver Free Wheeling Grille</p>\n<p>Command the coast thanks to the retro-inspired grille front and center.1071A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"148":{"id":"escape-platinum-elite-opt-equip-image-details","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> Platinum<sup>™</sup> model with optional equipment and extra-cost color shown.</p>\n"},"149":{"id":"availablecustomersforregistrationincalifornia","ariaLabel":"","title":"*","description":"<p>Available to customers for registration in California, Massachusetts, Oregon, New York, Vermont and Washington.</p>\n"},"150":{"id":"CoastalDisclaimer4","ariaLabel":"","title":"Image Details","description":"<p>Silver Free Wheeling Grille</p>\n<p>Command the coast thanks to the retro-inspired grille front and center.
1070An Iconic Silver grille will have your surf-ready rig look like it's glinting in the sun during any cruise.</p>\n"},"150":{"id":"ford-performance-fender-vent-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Fender Vent Kit</p>\n<p>Sleek vents from Ford Performance speak volumes with a custom touch to your fenders.1072An Iconic Silver grille will have your surf-ready rig look like it's glinting in the sun during any cruise.</p>\n"},"151":{"id":"ford-performance-fender-vent-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Fender Vent Kit</p>\n<p>Sleek vents from Ford Performance speak volumes with a custom touch to your fenders.
1071OEM-quality finish communicates the FP legacy and the raised letters and gloss black handling say ”stealth.”</p>\n"},"151":{"id":"disclaimer-whenproperlyequippedmaxtowingvaries","ariaLabel":"","title":"*","description":"<p>* When properly equipped.1073OEM-quality finish communicates the FP legacy and the raised letters and gloss black handling say ”stealth.”</p>\n"},"152":{"id":"disclaimer-whenproperlyequippedmaxtowingvaries","ariaLabel":"","title":"*","description":"<p>* When properly equipped.
1072Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"152":{"id":"start-inhibit-is-available-on-your-ford-app","ariaLabel":"","title":"*","description":"<p>*Start Inhibit capable vehicles require SYNC<sup>®</sup> 4, version 2.1.6.4 or later. ’24 or ’25 F-150<sup>®</sup> and Super Duty<sup>®</sup> trucks currently on a prior SYNC version must update software to Version 2.1.6.4 or later to access Start Inhibit feature.1074Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"153":{"id":"start-inhibit-is-available-on-your-ford-app","ariaLabel":"","title":"*","description":"<p>*Start Inhibit capable vehicles require SYNC<sup>®</sup> 4, version 2.1.6.4 or later. ’24 or ’25 F-150<sup>®</sup> and Super Duty<sup>®</sup> trucks currently on a prior SYNC version must update software to Version 2.1.6.4 or later to access Start Inhibit feature.
1073Start Inhibit is not available on F-150<sup>®</sup> Lightning<sup>®</sup>.</p>\n"},"153":{"id":"Includedwith201A","ariaLabel":"","title":"*","description":"<p>*Included with 201A.</p>\n"},"154":{"id":"2026-escape-vhp-selldown-exp-id-3674-2","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick® XLT model with optional equipment shown.</p>\n"},"155":{"id":"professional-driver-vehicle-details","ariaLabel":"","title":"*Vehicle Details","description":"<p>*Professional driver on a closed course.1075Start Inhibit is not available on F-150<sup>®</sup> Lightning<sup>®</sup>.</p>\n"},"154":{"id":"Includedwith201A","ariaLabel":"","title":"*","description":"<p>*Included with 201A.</p>\n"},"155":{"id":"2026-escape-vhp-selldown-exp-id-3674-2","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick® XLT model with optional equipment shown.</p>\n"},"156":{"id":"professional-driver-vehicle-details","ariaLabel":"","title":"*Vehicle Details","description":"<p>*Professional driver on a closed course.
1074Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"156":{"id":"zero-emissions-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Based on EPA tailpipe rating.1076Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"157":{"id":"zero-emissions-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Based on EPA tailpipe rating.
1075Visit <a href=\"http://fueleconomy.gov/#!adchoices\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://fueleconomy.gov/&quot;}}\" target=\"_blank\">fueleconomy.gov</a> for more information.</p>\n"},"157":{"id":"Offer valid for one-time only","ariaLabel":"","title":"*","description":"<p>*Offer valid for one-time only ecommerce purchase of accessories from ford.com/accessories.1077Visit <a href=\"http://fueleconomy.gov/#!adchoices\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:http://fueleconomy.gov/&quot;}}\" target=\"_blank\">fueleconomy.gov</a> for more information.</p>\n"},"158":{"id":"Offer valid for one-time only","ariaLabel":"","title":"*","description":"<p>*Offer valid for one-time only ecommerce purchase of accessories from ford.com/accessories.
1084Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"158":{"id":"max-payload-2440-on-f150-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs available on F-150<sup>®</sup> Regular Cab 5.5' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.1086Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"159":{"id":"max-payload-2440-on-f150-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs available on F-150<sup>®</sup> Regular Cab 5.5' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1087Always properly secure cargo.</p>"},"159":{"id":"disclosure lightning lariat 2025","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lariat with optional equipment shown.</p>\n"},"160":{"id":"2026 bronco target carrusel 1","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment and available Ford Accessories shown.</p>\n"},"161":{"id":"Based on 1977 2024 CY industry-reported total sales","ariaLabel":"","title":"Important Details","description":"<p>Based on 1977–2025 CY industry-reported total sales.</p>\n"},"162":{"id":"25l-hybrid-engine-fwd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/FWD.1089Always properly secure cargo.</p>"},"160":{"id":"disclosure lightning lariat 2025","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lariat with optional equipment shown.</p>\n"},"161":{"id":"2026 bronco target carrusel 1","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment and available Ford Accessories shown.</p>\n"},"162":{"id":"Based on 1977 2024 CY industry-reported total sales","ariaLabel":"","title":"Important Details","description":"<p>Based on 1977–2025 CY industry-reported total sales.</p>\n"},"163":{"id":"25l-hybrid-engine-fwd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/FWD.
1088Actual mileage will vary.</p>\n"},"163":{"id":"t2-hp-bb-cardinals-giveaway","ariaLabel":"t2-hp-bb-cardinals-giveaway","title":"Disclosure","description":"<p>2026 Ford Bronco Badlands.1090Actual mileage will vary.</p>\n"},"164":{"id":"t2-hp-bb-cardinals-giveaway","ariaLabel":"t2-hp-bb-cardinals-giveaway","title":"Disclosure","description":"<p>2026 Ford Bronco Badlands.
1089NO PURCHASE OR PAYMENT NECESSARY TO ENTER OR WIN.</p>\n<p>NO PURCHASE OR PAYMENT OF ANY KIND WILL INCREASE YOUR CHANCES OF WINNING.</p>\n"},"164":{"id":"appropriate-safety-gear-2025-bronco-sport-badlands","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. 2025&nbsp;Ford Bronco Sport Badlands model with optional equipment and extra-cost color shown.</p>\n"},"165":{"id":"2026MustangDarkHorsePremium","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> Premium model parked on a closed course shown in extra-cost color Vapor Blue Metallic.</p>\n"},"166":{"id":"2026 US Super Duty Technology 2","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.1091NO PURCHASE OR PAYMENT NECESSARY TO ENTER OR WIN.</p>\n<p>NO PURCHASE OR PAYMENT OF ANY KIND WILL INCREASE YOUR CHANCES OF WINNING.</p>\n"},"165":{"id":"appropriate-safety-gear-2025-bronco-sport-badlands","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. 2025&nbsp;Ford Bronco Sport Badlands model with optional equipment and extra-cost color shown.</p>\n"},"166":{"id":"2026MustangDarkHorsePremium","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> Premium model parked on a closed course shown in extra-cost color Vapor Blue Metallic.</p>\n"},"167":{"id":"2026 US Super Duty Technology 2","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
1095Terms apply.</p>\n"},"167":{"id":" DiscBronco2026Badlands","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models shown with optional equipment.1097Terms apply.</p>\n"},"168":{"id":" DiscBronco2026Badlands","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models shown with optional equipment.
1096Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"168":{"id":"rsf-build-vlu-f150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $77,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><sup><br>\n</sup><br>\n2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.</p>\n"},"169":{"id":"24-7-live-support-towing-disclaimer","ariaLabel":"","title":"*","description":"<p>Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.1098Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"169":{"id":"rsf-build-vlu-f150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $77,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><sup><br>\n</sup><br>\n2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.</p>\n"},"170":{"id":"24-7-live-support-towing-disclaimer","ariaLabel":"","title":"*","description":"<p>Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.
1098Ford reserves the right to change program details without obligations.</p>\n"},"170":{"id":"DiscTier2Card7F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.1100Ford reserves the right to change program details without obligations.</p>\n"},"171":{"id":"DiscTier2Card7F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
1101Always properly secure cargo.</p>\n"},"171":{"id":"disclaimer2025rangertax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> XLT with optional equipment shown.</p>\n"},"172":{"id":"bb-fpp-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E GT shown with optional equipment and extra-cost color option.<br>\n<br>\n2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.1103Always properly secure cargo.</p>\n"},"172":{"id":"disclaimer2025rangertax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> XLT with optional equipment shown.</p>\n"},"173":{"id":"bb-fpp-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E GT shown with optional equipment and extra-cost color option.<br>\n<br>\n2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
1102Please contact your Ford Dealer for the most current inventory status.</p>\n"},"173":{"id":"homepage-rv-experiences-mme-lux-2up-exp-id-3211","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment.1104Please contact your Ford Dealer for the most current inventory status.</p>\n"},"174":{"id":"homepage-rv-experiences-mme-lux-2up-exp-id-3211","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment.
1103Computer-generated image shown.</p>\n"},"174":{"id":"imagedetailsmaverickphev","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Maverick<sup>®</sup> truck with available Tremor<sup>®</sup> Off-Road Package shown.1105Computer-generated image shown.</p>\n"},"175":{"id":"imagedetailsmaverickphev","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Maverick<sup>®</sup> truck with available Tremor<sup>®</sup> Off-Road Package shown.
1104Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"175":{"id":"water-depth-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Previous model-year vehicle shown.1106Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"176":{"id":"water-depth-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Previous model-year vehicle shown.
1106Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"176":{"id":"DisclosureMaxAvailablePayloadRaptor","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Raptor Crew Cab AWD with 3.0L EcoBoost<sup>®</sup> engine.1108Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"177":{"id":"DisclosureMaxAvailablePayloadRaptor","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Raptor Crew Cab AWD with 3.0L EcoBoost<sup>®</sup> engine.
1109Always properly secure cargo.</p>\n"},"177":{"id":"max-payload-1400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5’ box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.1111Always properly secure cargo.</p>\n"},"178":{"id":"max-payload-1400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5’ box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.
1112Always properly secure cargo.</p>\n"},"178":{"id":"disclaimer-game-function","ariaLabel":"","title":"Disclaimer","description":"<p>Game only functions when vehicle is in park.</p>\n"},"179":{"id":"max-500-horsepower-based-on-6-7l-sd","ariaLabel":"","title":"Important Details","description":"<p>Max. 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.1114Always properly secure cargo.</p>\n"},"179":{"id":"disclaimer-game-function","ariaLabel":"","title":"Disclaimer","description":"<p>Game only functions when vehicle is in park.</p>\n"},"180":{"id":"max-500-horsepower-based-on-6-7l-sd","ariaLabel":"","title":"Important Details","description":"<p>Max. 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.
1115Your results may vary.</p>\n"},"180":{"id":"important-details-computer-generated-image-shown","ariaLabel":"","title":"Important Details","description":"<p>Computer-generated image shown.</p>\n"},"181":{"id":"t2-owner-content-test","ariaLabel":"","title":"*","description":"<p>lorem ipsum dolor sit amet&nbsp;lorem ipsum dolor sit amet lorem ipsum dolor sit ametlorem ipsum dolor sit amet</p>\n"},"182":{"id":"notavailablecustomersforregistrationincalifornia","ariaLabel":"","title":"*","description":"<p>Not available to customers for registration in California, Massachusetts, Oregon, New York, Vermont and Washington.</p>\n"},"183":{"id":"disclaimer-2024BroncoBadlandsSAR3","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco® Badlands® model with optional equipment and extra-cost color option shown.</p>\n"},"184":{"id":"imagedetailsexpedition2025","ariaLabel":"","title":"Image Details","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford Expedition® Tremor® in Wild Green color shown with available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"185":{"id":"Edge Sunset Carousel 1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST SUV shown with extra-cost color option.1117Your results may vary.</p>\n"},"181":{"id":"important-details-computer-generated-image-shown","ariaLabel":"","title":"Important Details","description":"<p>Computer-generated image shown.</p>\n"},"182":{"id":"t2-owner-content-test","ariaLabel":"","title":"*","description":"<p>lorem ipsum dolor sit amet&nbsp;lorem ipsum dolor sit amet lorem ipsum dolor sit ametlorem ipsum dolor sit amet</p>\n"},"183":{"id":"notavailablecustomersforregistrationincalifornia","ariaLabel":"","title":"*","description":"<p>Not available to customers for registration in California, Massachusetts, Oregon, New York, Vermont and Washington.</p>\n"},"184":{"id":"disclaimer-2024BroncoBadlandsSAR3","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco® Badlands® model with optional equipment and extra-cost color option shown.</p>\n"},"185":{"id":"imagedetailsexpedition2025","ariaLabel":"","title":"Image Details","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford Expedition® Tremor® in Wild Green color shown with available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"186":{"id":"Edge Sunset Carousel 1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST SUV shown with extra-cost color option.
1116Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"186":{"id":"as-shown-price-sd-350platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $80,460.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"187":{"id":"DisclosureMustangDarkHorsecoupe","ariaLabel":"","title":"*","description":"<p>*Not available on the 2025 Mustang® Dark Horse™ coupe.</p>\n"},"188":{"id":"Public Charging Attributes bar","ariaLabel":"","title":"*","description":"<p>*Requires available NACS Fast Charging Adapter.</p>\n"},"189":{"id":"when-equipped-mustang-rtr-performance-package","ariaLabel":"","title":"*","description":"<p>*When equipped with the Mustang<sup>®</sup> RTR<sup>®</sup> Performance Package.</p>\n"},"190":{"id":"t2-hawaii-yese-bronco","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® model shown.1118Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"187":{"id":"as-shown-price-sd-350platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $80,460.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"188":{"id":"DisclosureMustangDarkHorsecoupe","ariaLabel":"","title":"*","description":"<p>*Not available on the 2025 Mustang® Dark Horse™ coupe.</p>\n"},"189":{"id":"Public Charging Attributes bar","ariaLabel":"","title":"*","description":"<p>*Requires available NACS Fast Charging Adapter.</p>\n"},"190":{"id":"when-equipped-mustang-rtr-performance-package","ariaLabel":"","title":"*","description":"<p>*When equipped with the Mustang<sup>®</sup> RTR<sup>®</sup> Performance Package.</p>\n"},"191":{"id":"t2-hawaii-yese-bronco","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® model shown.
1119All rights reserved.</p>\n"},"191":{"id":"rsf-adventure-vlu-explorer-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $50,869<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.1121All rights reserved.</p>\n"},"192":{"id":"rsf-adventure-vlu-explorer-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $50,869<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.
1122Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"192":{"id":"lifestyle-event","ariaLabel":"","title":"Disclosure","description":"<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.1124Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"193":{"id":"lifestyle-event","ariaLabel":"","title":"Disclosure","description":"<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.
1125Always properly secure cargo.</p>\n"},"193":{"id":"new-fx-package-disclosure","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color with FX Package and GT Performance Package shown.</p>\n"},"194":{"id":"DisclosureClosedTrackLineLock","ariaLabel":"","title":"*","description":"<p>*Closed track.1127Always properly secure cargo.</p>\n"},"194":{"id":"new-fx-package-disclosure","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color with FX Package and GT Performance Package shown.</p>\n"},"195":{"id":"DisclosureClosedTrackLineLock","ariaLabel":"","title":"*","description":"<p>*Closed track.
1128See Owner's Manual for information on use.<br>\n</p>\n"},"195":{"id":"disclosure-recaro-mustang","ariaLabel":"","title":"†","description":"<p>†RECARO is a trademark of RECARO Holding CmbH.</p>\n"},"196":{"id":"t2-truck-month-owners-manual","ariaLabel":"t2-truck-month-owners-manual","title":"*","description":"<p>*See Owner's Manual for important operating instructions.</p>\n"},"197":{"id":"2026-mustang-mach-e-packages-1","ariaLabel":"","title":"*","description":"<p>*Front floor mats with Blue and Metal Gray stitching are not available when ordered with the Interior Protection Package.</p>\n"},"198":{"id":"removal-of-doors-for-off-road-use-only","ariaLabel":"","title":"Video Details","description":"<p>Removal of doors for off-road use only.1130See Owner's Manual for information on use.<br>\n</p>\n"},"196":{"id":"disclosure-recaro-mustang","ariaLabel":"","title":"†","description":"<p>†RECARO is a trademark of RECARO Holding CmbH.</p>\n"},"197":{"id":"t2-truck-month-owners-manual","ariaLabel":"t2-truck-month-owners-manual","title":"*","description":"<p>*See Owner's Manual for important operating instructions.</p>\n"},"198":{"id":"2026-mustang-mach-e-packages-1","ariaLabel":"","title":"*","description":"<p>*Front floor mats with Blue and Metal Gray stitching are not available when ordered with the Interior Protection Package.</p>\n"},"199":{"id":"removal-of-doors-for-off-road-use-only","ariaLabel":"","title":"Video Details","description":"<p>Removal of doors for off-road use only.
1129Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"199":{"id":"rtr-packages-mustang-ecoboost","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.1131Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"200":{"id":"rtr-packages-mustang-ecoboost","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
1137Closed track.</p>\n"},"200":{"id":"t2-yese-399","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.1139Closed track.</p>\n"},"201":{"id":"t2-yese-399","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
1147Please contact your Ford Dealer for the most current inventory status.</p>\n"},"201":{"id":"image-details-maverick-xlt-offroad","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with FX4® Off-Road Package shown.1149Please contact your Ford Dealer for the most current inventory status.</p>\n"},"202":{"id":"image-details-maverick-xlt-offroad","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with FX4® Off-Road Package shown.
1150Always properly secure cargo.</p>\n"},"202":{"id":"2025-ford-mustang-dark-horse-with-extra-cost-color-option","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> with extra-cost color option (Vapor Blue) shown.1152Always properly secure cargo.</p>\n"},"203":{"id":"2025-ford-mustang-dark-horse-with-extra-cost-color-option","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> with extra-cost color option (Vapor Blue) shown.
1156See Owner’s Manual for information on use.</p>\n"},"203":{"id":"lobo-lowering-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Lobo Lowering Kit</p>\n"},"204":{"id":"AsShownPriceMaxKingRanchModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $88,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> MAX King Ranch<sup>®</sup> SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"205":{"id":"MaxTowingonRanger","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger SuperCrew<sup>®</sup> models with available Trailer Tow Package.1158See Owner’s Manual for information on use.</p>\n"},"204":{"id":"lobo-lowering-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Lobo Lowering Kit</p>\n"},"205":{"id":"AsShownPriceMaxKingRanchModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $88,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> MAX King Ranch<sup>®</sup> SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"206":{"id":"MaxTowingonRanger","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger SuperCrew<sup>®</sup> models with available Trailer Tow Package.
1159Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"206":{"id":"t2-feb-works-offer-1","ariaLabel":"","title":"*","description":"<p>*Up to six (6) quarts of Motorcraft® oil and oil filter.1161Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"207":{"id":"t2-feb-works-offer-1","ariaLabel":"","title":"*","description":"<p>*Up to six (6) quarts of Motorcraft® oil and oil filter.
1172Motorcraft® is a registered trademark of Ford Motor Company.</p>"},"207":{"id":"2025fordbroncoowner’smanual ","ariaLabel":"","title":"*","description":"<p>*2025 Ford Bronco<sup>®</sup> Base model with optional equipment.1174Motorcraft® is a registered trademark of Ford Motor Company.</p>"},"208":{"id":"2025fordbroncoowner’smanual ","ariaLabel":"","title":"*","description":"<p>*2025 Ford Bronco<sup>®</sup> Base model with optional equipment.
1175See your Owner’s Manual for detailed information.</p>\n"},"208":{"id":"2026 US Explorer Gallery 3","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Platinum<sup>™</sup> model shown with available Lux Leather Package.</p>\n"},"209":{"id":"fafa-bev-disc1-update","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2024 or 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 4/3/2025 and 7/7/2025 to be eligible to receive (a) one (1) complimentary Ford home charge station (model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.1177See your Owner’s Manual for detailed information.</p>\n"},"209":{"id":"2026 US Explorer Gallery 3","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Platinum<sup>™</sup> model shown with available Lux Leather Package.</p>\n"},"210":{"id":"fafa-bev-disc1-update","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2024 or 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 4/3/2025 and 7/7/2025 to be eligible to receive (a) one (1) complimentary Ford home charge station (model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.
1181See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"210":{"id":"mustang-sc-prototype-vehicle-shown","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.1183See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"211":{"id":"mustang-sc-prototype-vehicle-shown","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.
1184Extra-cost color option.</p>\n"},"211":{"id":"t2-owner-ford-bluecruise","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.1186Extra-cost color option.</p>\n"},"212":{"id":"t2-owner-ford-bluecruise","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.
1190See Owner’s Manual for details and limitations.</p>\n"},"212":{"id":"rsf-v2-2up-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Lariat model with available Black Appearance Package, extra-cost color shown.</p>\n"},"213":{"id":"disclosureFordPerformancemodifiedracingmodelshown","ariaLabel":"","title":"Vehicle Details","description":"<p>Ford Performance modified racing model shown.1192See Owner’s Manual for details and limitations.</p>\n"},"213":{"id":"rsf-v2-2up-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Lariat model with available Black Appearance Package, extra-cost color shown.</p>\n"},"214":{"id":"disclosureFordPerformancemodifiedracingmodelshown","ariaLabel":"","title":"Vehicle Details","description":"<p>Ford Performance modified racing model shown.
1193Do not attempt.</p>\n"},"214":{"id":"targeted-rating-mpg-attributes-bar","ariaLabel":"","title":"**","description":"<p>**Targeted rating of 40 city mpg based on 2.5L Hybrid engine, Automatic Continuously Variable Transmission, and AWD.1195Do not attempt.</p>\n"},"215":{"id":"targeted-rating-mpg-attributes-bar","ariaLabel":"","title":"**","description":"<p>**Targeted rating of 40 city mpg based on 2.5L Hybrid engine, Automatic Continuously Variable Transmission, and AWD.
1195Final EPA-estimated ratings available late 2024.</p>\n"},"215":{"id":"max-payload-varies","ariaLabel":"","title":"**","description":"<p>**Max payload varies and is based on accessories and vehicle configuration.1197Final EPA-estimated ratings available late 2024.</p>\n"},"216":{"id":"max-payload-varies","ariaLabel":"","title":"**","description":"<p>**Max payload varies and is based on accessories and vehicle configuration.
1196See label on door jamb for carrying capacity of a specific vehicle.</p>\n"},"216":{"id":"2025MaverickFX4","ariaLabel":"","title":"Image Details","description":"<p>2025 Maverick<sup>®</sup> FX4 Package with available accessories and optional equipment shown.1198See label on door jamb for carrying capacity of a specific vehicle.</p>\n"},"217":{"id":"2025MaverickFX4","ariaLabel":"","title":"Image Details","description":"<p>2025 Maverick<sup>®</sup> FX4 Package with available accessories and optional equipment shown.
1199Always properly secure cargo.</p>\n"},"217":{"id":"computer-generated-image-f-150-lightning-flash","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image of a 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash model shown.</p>\n"},"218":{"id":"image-details-disc-bronco-family-2-column-tile","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Sport® Outer Banks® model with optional equipment, available Ford accessories, and extra-cost color.</p>\n"},"219":{"id":"rsf-build-vlu-transit-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $62,895<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Transit<sup>®</sup> 350 XLT Passenger van high roof with optional equipment shown.</p>\n"},"220":{"id":"Professional-driver-on-closed-course","ariaLabel":"","title":"Video Details","description":"<p>Professional driver on closed course.1201Always properly secure cargo.</p>\n"},"218":{"id":"computer-generated-image-f-150-lightning-flash","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image of a 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash model shown.</p>\n"},"219":{"id":"image-details-disc-bronco-family-2-column-tile","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Sport® Outer Banks® model with optional equipment, available Ford accessories, and extra-cost color.</p>\n"},"220":{"id":"rsf-build-vlu-transit-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $62,895<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Transit<sup>®</sup> 350 XLT Passenger van high roof with optional equipment shown.</p>\n"},"221":{"id":"Professional-driver-on-closed-course","ariaLabel":"","title":"Video Details","description":"<p>Professional driver on closed course.
1202Optional equipment shown throughout.</p>\n"},"221":{"id":"target-low-millage-ford-credit-2","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit<sup>®</sup> Red Carpet Lease<sup>®</sup>.1204Optional equipment shown throughout.</p>\n"},"222":{"id":"target-low-millage-ford-credit-2","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit<sup>®</sup> Red Carpet Lease<sup>®</sup>.
1208See dealer for qualifications and details.</p>\n"},"222":{"id":"disclosuresuper-dutyblackapp","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty with available Black Appearance Package.1210See dealer for qualifications and details.</p>\n"},"223":{"id":"disclosuresuper-dutyblackapp","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty with available Black Appearance Package.
1209Optional equipment shown.</p>\n"},"223":{"id":"performance bronco ca 2026 2","ariaLabel":"","title":"Image Details","description":"<p>U.S. model shown.1211Optional equipment shown.</p>\n"},"224":{"id":"performance bronco ca 2026 2","ariaLabel":"","title":"Image Details","description":"<p>U.S. model shown.
1211Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"224":{"id":"Ford Security Package requires the FordPass app","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.1213Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"225":{"id":"Ford Security Package requires the FordPass app","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
1217Terms apply.</p>\n"},"225":{"id":"DiscloseAvailableFeature4WD","ariaLabel":"","title":"*","description":"<p>*Available feature.1219Terms apply.</p>\n"},"226":{"id":"DiscloseAvailableFeature4WD","ariaLabel":"","title":"*","description":"<p>*Available feature.
1218Included on 4WD models.</p>\n"},"226":{"id":"image-details-2026-sd-f450-regular-cab","ariaLabel":"","title":"Image Details","description":"<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> XL Regular Cab model shown.</p>\n"},"227":{"id":"VehicleDetails-2025Bronco-VHPChange","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype model shown, modified for racing.1220Included on 4WD models.</p>\n"},"227":{"id":"image-details-2026-sd-f450-regular-cab","ariaLabel":"","title":"Image Details","description":"<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> XL Regular Cab model shown.</p>\n"},"228":{"id":"VehicleDetails-2025Bronco-VHPChange","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype model shown, modified for racing.
1221Do not attempt.</p>\n"},"228":{"id":"disclosure-max-towing","ariaLabel":"","title":"*","description":"<p>*When properly equipped.1223Do not attempt.</p>\n"},"229":{"id":"disclosure-max-towing","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
1222Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"229":{"id":"image-details-disc-bronco-family-experiences-off-roadeo","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco®&nbsp;Badlands®&nbsp;model with optional equipment and Ford accessories shown.</p>\n"},"230":{"id":"2025-bronco-badlands-model","ariaLabel":"","title":"Image Details","description":"<p>*2023 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.1224Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"230":{"id":"image-details-disc-bronco-family-experiences-off-roadeo","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco®&nbsp;Badlands®&nbsp;model with optional equipment and Ford accessories shown.</p>\n"},"231":{"id":"2025-bronco-badlands-model","ariaLabel":"","title":"Image Details","description":"<p>*2023 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
1223Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"231":{"id":"T2-compare-maverick-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.1225Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"232":{"id":"T2-compare-maverick-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.
1226Always properly secure cargo.</p>\n"},"232":{"id":"as-shown-pricing-lightning-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $78,115<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.1228Always properly secure cargo.</p>\n"},"233":{"id":"as-shown-pricing-lightning-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $78,115<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
1230Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"233":{"id":"rocker-panel-aero-shield-delete-fcg","ariaLabel":"","title":"Image Details","description":"<p>Rocker Panel Aero Shield Delete</p>\n<p>Shared with the Tremor package, these low-profile rocker panel guards replace standard aero shields.1232Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"234":{"id":"rocker-panel-aero-shield-delete-fcg","ariaLabel":"","title":"Image Details","description":"<p>Rocker Panel Aero Shield Delete</p>\n<p>Shared with the Tremor package, these low-profile rocker panel guards replace standard aero shields.
1231Protect the body, reduce drag, and maximize clearance while taking on the track or rugged terrain.</p>\n"},"234":{"id":"DiscBronco2025Offer","ariaLabel":"","title":"Offer Disclaimer","description":"<p>*Take new retail delivery from an authorized Ford Dealer’s stock by 9/30/25.1233Protect the body, reduce drag, and maximize clearance while taking on the track or rugged terrain.</p>\n"},"235":{"id":"DiscBronco2025Offer","ariaLabel":"","title":"Offer Disclaimer","description":"<p>*Take new retail delivery from an authorized Ford Dealer’s stock by 9/30/25.
1234Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"235":{"id":"as-shown-pricing-bronco2025-billboard-change","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown $83,680<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup>. 2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.1236Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"236":{"id":"as-shown-pricing-bronco2025-billboard-change","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown $83,680<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup>. 2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.
1235Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"236":{"id":"the-inflation-reduction-act","ariaLabel":"","title":"*","description":"<p>*The Inflation Reduction Act (IRA) provides clean vehicle tax credits for certain purchasers of eligible vehicles.1237Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"237":{"id":"the-inflation-reduction-act","ariaLabel":"","title":"*","description":"<p>*The Inflation Reduction Act (IRA) provides clean vehicle tax credits for certain purchasers of eligible vehicles.
1237Lessees may receive a benefit in the form of a lower payment on their vehicle, but they are not permitted to claim a tax credit on the leased vehicle.</p>\n"},"237":{"id":"disclaimer-image-details-professional-driver","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on closed course.1239Lessees may receive a benefit in the form of a lower payment on their vehicle, but they are not permitted to claim a tax credit on the leased vehicle.</p>\n"},"238":{"id":"disclaimer-image-details-professional-driver","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on closed course.
1239Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"238":{"id":"T2-compare-2024-bronco-3a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Badlands<sup>®</sup>&nbsp;model with optional equipment and available Ford Accessories shown.1241Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"239":{"id":"T2-compare-2024-bronco-3a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Badlands<sup>®</sup>&nbsp;model with optional equipment and available Ford Accessories shown.
1242See your Owner’s Manual for detailed information.</p>\n"},"239":{"id":"video-home-energy","ariaLabel":"","title":"*","description":"<p>*Ford Mustang Mach E<sup>®</sup> SUV drivers or owners could potentially save an average of $600 per year with TXU Free EV Miles.1244See your Owner’s Manual for detailed information.</p>\n"},"240":{"id":"video-home-energy","ariaLabel":"","title":"*","description":"<p>*Ford Mustang Mach E<sup>®</sup> SUV drivers or owners could potentially save an average of $600 per year with TXU Free EV Miles.
1246Estimated savings based on drivers charging at home only during off peak hours of 10pm to 1pm the next day, TXU energy charges, and average annual electricity consumed during home charging in 2024.</p>\n"},"240":{"id":"2026-kf-dark-house-sc-1","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown.1248Estimated savings based on drivers charging at home only during off peak hours of 10pm to 1pm the next day, TXU energy charges, and average annual electricity consumed during home charging in 2024.</p>\n"},"241":{"id":"2026-kf-dark-house-sc-1","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown.
1248Available summer 2026.</p>\n"},"241":{"id":"DiscF1502026MaxPayload","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 5.5’ box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.1250Available summer 2026.</p>\n"},"242":{"id":"DiscF1502026MaxPayload","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 5.5’ box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1251Always properly secure cargo.</p>\n"},"242":{"id":"owner-manual-proper-process-setup","ariaLabel":"","title":"*","description":"<p>See Owner's Manual for proper process setup.</p>\n"},"243":{"id":"the-supportbelt-designed-for-ford-lincoln","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.1253Always properly secure cargo.</p>\n"},"243":{"id":"owner-manual-proper-process-setup","ariaLabel":"","title":"*","description":"<p>See Owner's Manual for proper process setup.</p>\n"},"244":{"id":"the-supportbelt-designed-for-ford-lincoln","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
1255For use by mastectomy patients.</p>\n"},"244":{"id":"important-details-offer-valid-for-ecommerce","ariaLabel":"","title":"Important Details","description":"<p>Offer valid for one-time only ecommerce purchase of accessories from <a href=\"https://www.ford.com/accessories\" target=\"_self\">ford.com/accessories</a>.1257For use by mastectomy patients.</p>\n"},"245":{"id":"important-details-offer-valid-for-ecommerce","ariaLabel":"","title":"Important Details","description":"<p>Offer valid for one-time only ecommerce purchase of accessories from <a href=\"https://www.ford.com/accessories\" target=\"_self\">ford.com/accessories</a>.
1263Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"245":{"id":"2026-sd-asp","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $88,771<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Super Duty F-250 Lariat with Black Appearance Package, Tremor Off-Road Package, Lariat Premium Package, 6.7L High-Output diesel engine, and extra-cost color shown.1265Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"246":{"id":"2026-sd-asp","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $88,771<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Super Duty F-250 Lariat with Black Appearance Package, Tremor Off-Road Package, Lariat Premium Package, 6.7L High-Output diesel engine, and extra-cost color shown.
1266Does not include A, Z or X Plan price.</p>\n"},"246":{"id":"ford-test-data-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft. roll-out.1268Does not include A, Z or X Plan price.</p>\n"},"247":{"id":"ford-test-data-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft. roll-out.
1268Tested with optional summer tires.</p>\n"},"247":{"id":"T2-compare-2024-bronco-8b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Always determine the water depth before attempting a crossing and proceed slowly.1270Tested with optional summer tires.</p>\n"},"248":{"id":"T2-compare-2024-bronco-8b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Always determine the water depth before attempting a crossing and proceed slowly.
1269Refer to your Owner’s Manual for detailed information regarding driving through water.&nbsp;&nbsp;</p>\n"},"248":{"id":"t2-25-bronco-big-bend","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Big Bend model shown.1271Refer to your Owner’s Manual for detailed information regarding driving through water.&nbsp;&nbsp;</p>\n"},"249":{"id":"t2-25-bronco-big-bend","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Big Bend model shown.
1272All rights reserved.</p>\n"},"249":{"id":"2025broncosportbadlandsmodelwithoptionalequipmentandextracostcoloroptionshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"250":{"id":"ford-electric-live-support-disclaimer","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.1274All rights reserved.</p>\n"},"250":{"id":"2025broncosportbadlandsmodelwithoptionalequipmentandextracostcoloroptionshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"251":{"id":"ford-electric-live-support-disclaimer","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.
1279Not available on select holidays including New Year's Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, Day after Thanksgiving Day and Christmas Day.​</p>\n"},"251":{"id":"T2-compare-mache-0","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. 2025 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color option shown.&nbsp;</p>\n"},"252":{"id":"t2-feb-brakes-offer-1","ariaLabel":"","title":"*","description":"<p>*Dealer-installed retail purchases only.1281Not available on select holidays including New Year's Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, Day after Thanksgiving Day and Christmas Day.​</p>\n"},"252":{"id":"T2-compare-mache-0","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. 2025 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color option shown.&nbsp;</p>\n"},"253":{"id":"t2-feb-brakes-offer-1","ariaLabel":"","title":"*","description":"<p>*Dealer-installed retail purchases only.
1291Motorcraft® is a registered trademark of Ford Motor Company.</p>"},"253":{"id":"DiscVanWagon2026Driver-assist","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.1293Motorcraft® is a registered trademark of Ford Motor Company.</p>"},"254":{"id":"DiscVanWagon2026Driver-assist","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.
1294See Owner’s Manual for details and limitations.</p>\n"},"254":{"id":"","ariaLabel":"","title":"","description":""},"255":{"id":"image-details-line-lock","ariaLabel":"","title":"Image Details","description":"<p>Closed track.1296See Owner’s Manual for details and limitations.</p>\n"},"255":{"id":"","ariaLabel":"","title":"","description":""},"256":{"id":"image-details-line-lock","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
1297See Owner’s Manual for information on use.</p>\n"},"256":{"id":"details-2025-bronco-badlands-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.1299See Owner’s Manual for information on use.</p>\n"},"257":{"id":"details-2025-bronco-badlands-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
1298Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"257":{"id":"fog-light-upgrade-kit-by-rigid-industries-fcg","ariaLabel":"","title":"Image Details","description":"<p>Fog Light Upgrade Kit by RIGID Industries<sup>®</sup></p>\n"},"258":{"id":"DiscHPMVehicleDetails","ariaLabel":"","title":"Vehicle Details","description":"<p>Ford Performance Ranger Raptor Rally truck (non-production model) shown off-road driving within this footage.1300Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"258":{"id":"fog-light-upgrade-kit-by-rigid-industries-fcg","ariaLabel":"","title":"Image Details","description":"<p>Fog Light Upgrade Kit by RIGID Industries<sup>®</sup></p>\n"},"259":{"id":"DiscHPMVehicleDetails","ariaLabel":"","title":"Vehicle Details","description":"<p>Ford Performance Ranger Raptor Rally truck (non-production model) shown off-road driving within this footage.
1301Do not attempt.</p>\n"},"259":{"id":"max-horsepower-and-torque-sd","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.1303Do not attempt.</p>\n"},"260":{"id":"max-horsepower-and-torque-sd","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
1307Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"260":{"id":"DiscPickUpandDelivery","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.1309Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"261":{"id":"DiscPickUpandDelivery","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
1310See your Ford Dealer for details.</p>\n"},"261":{"id":"T2-compare-ranger-3a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>® </sup>model with available FX4<sup>® </sup>Off-Road Package shown.&nbsp;</p>\n"},"262":{"id":"mache-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>*2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.1312See your Ford Dealer for details.</p>\n"},"262":{"id":"T2-compare-ranger-3a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>® </sup>model with available FX4<sup>® </sup>Off-Road Package shown.&nbsp;</p>\n"},"263":{"id":"mache-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>*2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
1317Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"263":{"id":"2024-f-150-raptor","ariaLabel":"","title":"Image Details","description":"<p>2024 F-150<sup>®</sup> Raptor<sup>®</sup> R.1319Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"264":{"id":"2024-f-150-raptor","ariaLabel":"","title":"Image Details","description":"<p>2024 F-150<sup>®</sup> Raptor<sup>®</sup> R.
1319Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"264":{"id":"t2-feb-battery-offer-1","ariaLabel":"","title":"Disclosure","description":"<p>*Visually inspect and test battery using tester.1321Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"265":{"id":"t2-feb-battery-offer-1","ariaLabel":"","title":"Disclosure","description":"<p>*Visually inspect and test battery using tester.
1322Ford reserves the right to change, modify, or discontinue this program at any time.</p><p>&nbsp;</p>"},"265":{"id":"availableonxltandlariatcrewcabmodels","ariaLabel":"","title":"*","description":"<p>*Available on XLT and Lariat<sup>®</sup> Crew Cab models.</p>\n"},"266":{"id":"charge up image detail","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Mustang Mach-E<sup>®</sup> GT Performance model in Grabber Blue shown.</p>\n"},"267":{"id":"t2-cc-f150-towing","ariaLabel":"t2-cc-f150-towing","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.1324Ford reserves the right to change, modify, or discontinue this program at any time.</p><p>&nbsp;</p>"},"266":{"id":"availableonxltandlariatcrewcabmodels","ariaLabel":"","title":"*","description":"<p>*Available on XLT and Lariat<sup>®</sup> Crew Cab models.</p>\n"},"267":{"id":"charge up image detail","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Mustang Mach-E<sup>®</sup> GT Performance model in Grabber Blue shown.</p>\n"},"268":{"id":"t2-cc-f150-towing","ariaLabel":"t2-cc-f150-towing","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1326Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"268":{"id":"epa-estimated-city-hwy","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.1328Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"269":{"id":"epa-estimated-city-hwy","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.
1329On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.</p>\n"},"269":{"id":"2026 ABM value practical carrusel disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Some Ford Digital Experience features require a Connectivity plan.1331On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.</p>\n"},"270":{"id":"2026 ABM value practical carrusel disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Some Ford Digital Experience features require a Connectivity plan.
1333Not all features are compatible with all phones.</p>\n"},"270":{"id":"available-only-for-ford-f-150-lightning-and-mustang-mach-e-owners","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.1335Not all features are compatible with all phones.</p>\n"},"271":{"id":"available-only-for-ford-f-150-lightning-and-mustang-mach-e-owners","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.
1341See your Ford dealer for details.</p>\n"},"271":{"id":"2025machesummersales1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150<sup>®</sup>&nbsp;Lightning<sup>®</sup>, or 2025 or 2026 Mustang Mach-E<sup>®</sup>, from a participating Ford dealer between 1/6/2026 and 3/31/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.1343See your Ford dealer for details.</p>\n"},"272":{"id":"2025machesummersales1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150<sup>®</sup>&nbsp;Lightning<sup>®</sup>, or 2025 or 2026 Mustang Mach-E<sup>®</sup>, from a participating Ford dealer between 1/6/2026 and 3/31/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
1348See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"272":{"id":"T2-compare-ranger-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT 4x2 model with optional equipment and extra-cost color option shown</p>\n"},"273":{"id":"maverick-xlt-showing-price","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick<sup>®</sup> XLT. $30,645 (does not include fees)</p>\n"},"274":{"id":"DiscExtraCostColorShown","ariaLabel":"","title":"Image Details","description":"<p>Extra cost color shown.</p>\n"},"275":{"id":"DiscF150MaxTowing","ariaLabel":"","title":"**","description":"<p>**Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.1350See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"273":{"id":"T2-compare-ranger-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT 4x2 model with optional equipment and extra-cost color option shown</p>\n"},"274":{"id":"maverick-xlt-showing-price","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick<sup>®</sup> XLT. $30,645 (does not include fees)</p>\n"},"275":{"id":"DiscExtraCostColorShown","ariaLabel":"","title":"Image Details","description":"<p>Extra cost color shown.</p>\n"},"276":{"id":"DiscF150MaxTowing","ariaLabel":"","title":"**","description":"<p>**Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1352Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"276":{"id":"banner image detail","ariaLabel":"","title":"Image Details","description":"<p>2022 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat model shown.</p>\n"},"277":{"id":"","ariaLabel":"","title":"","description":""},"278":{"id":"asterisk-disclaimer-trailer-tow-package-expedition-media","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.1354Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"277":{"id":"banner image detail","ariaLabel":"","title":"Image Details","description":"<p>2022 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat model shown.</p>\n"},"278":{"id":"","ariaLabel":"","title":"","description":""},"279":{"id":"asterisk-disclaimer-trailer-tow-package-expedition-media","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.
1354Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"279":{"id":"ford-pickup-delivery-and-mobile-services-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.1356Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"280":{"id":"ford-pickup-delivery-and-mobile-services-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
1357See your Ford Dealer for details.</p>\n"},"280":{"id":"disclaimer2025rangerlariatmodelsoptions","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat model with optional equipment and available extra-cost color shown.1359See your Ford Dealer for details.</p>\n"},"281":{"id":"disclaimer2025rangerlariatmodelsoptions","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat model with optional equipment and available extra-cost color shown.
1360Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n</p>\n"},"281":{"id":"with-extended-range-battery-and-eawd","ariaLabel":"","title":"**","description":"<p>**With extended-range battery and eAWD.</p>\n"},"282":{"id":"dagger-if-stop-is-longer-than-three-seconds-the-driver-must-intervene","ariaLabel":"","title":"†","description":"<p>†If stop is longer than three seconds, the driver must intervene and press the “RES” button or accelerator pedal to resume system operation.1362Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n</p>\n"},"282":{"id":"with-extended-range-battery-and-eawd","ariaLabel":"","title":"**","description":"<p>**With extended-range battery and eAWD.</p>\n"},"283":{"id":"dagger-if-stop-is-longer-than-three-seconds-the-driver-must-intervene","ariaLabel":"","title":"†","description":"<p>†If stop is longer than three seconds, the driver must intervene and press the “RES” button or accelerator pedal to resume system operation.
1362See Owner’s Manual for details and limitations.</p>\n"},"283":{"id":"preproduction-computer-generated-images-shown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction computer-generated images shown.</p>\n"},"284":{"id":"epa-est-bronco-sport-2026-vhp","ariaLabel":"","title":"*","description":"<p>*On models with 1.5L EcoBoost<sup>®</sup> engine.</p>\n"},"285":{"id":"t2-a250-img-detail-transit","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Transit<b><sup>®</sup></b> Cargo Van with optional and aftermarket equipment shown.</p>\n"},"286":{"id":"2026MaverickOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT with optional equipment and extra-cost color option shown.</p>\n"},"287":{"id":"escape-active-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> Active model with extra-cost color shown.</p>\n"},"288":{"id":"Optional-equipment-shown-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.1364See Owner’s Manual for details and limitations.</p>\n"},"284":{"id":"preproduction-computer-generated-images-shown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction computer-generated images shown.</p>\n"},"285":{"id":"epa-est-bronco-sport-2026-vhp","ariaLabel":"","title":"*","description":"<p>*On models with 1.5L EcoBoost<sup>®</sup> engine.</p>\n"},"286":{"id":"t2-a250-img-detail-transit","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Transit<b><sup>®</sup></b> Cargo Van with optional and aftermarket equipment shown.</p>\n"},"287":{"id":"2026MaverickOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT with optional equipment and extra-cost color option shown.</p>\n"},"288":{"id":"escape-active-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> Active model with extra-cost color shown.</p>\n"},"289":{"id":"Optional-equipment-shown-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.
1363Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"289":{"id":"based-on-1977-2024-cy","ariaLabel":"","title":"*","description":"<p>*Based on 1977–2025 CY industry-reported total sales.</p>\n"},"290":{"id":"2026-f150-design","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.1365Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"290":{"id":"based-on-1977-2024-cy","ariaLabel":"","title":"*","description":"<p>*Based on 1977–2025 CY industry-reported total sales.</p>\n"},"291":{"id":"2026-f150-design","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.
1366Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"291":{"id":"image-details-disclaimer-mach-e-carousel-vhp","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option.</p>\n"},"292":{"id":"computer-generated-image-shown","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.1368Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"292":{"id":"image-details-disclaimer-mach-e-carousel-vhp","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option.</p>\n"},"293":{"id":"computer-generated-image-shown","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.
1367Actual product may vary.</p>\n"},"293":{"id":"disclaimer-f-150-lightning-properly-equipped","ariaLabel":"","title":"**","description":"<p>**When home is properly equipped.1369Actual product may vary.</p>\n"},"294":{"id":"disclaimer-f-150-lightning-properly-equipped","ariaLabel":"","title":"**","description":"<p>**When home is properly equipped.
1369Your results may vary depending on energy usage.</p>\n"},"294":{"id":"price-as-shown-2026-mustang-dark-horse-premium","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>&nbsp;2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> Premium parked on a closed course shown in Vapor Blue Metallic.</p>\n"},"295":{"id":"DiscTier2Card6F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment shown.1371Your results may vary depending on energy usage.</p>\n"},"295":{"id":"price-as-shown-2026-mustang-dark-horse-premium","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>&nbsp;2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> Premium parked on a closed course shown in Vapor Blue Metallic.</p>\n"},"296":{"id":"DiscTier2Card6F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment shown.
1372Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"296":{"id":"as-shown-price-mustang-2026-vhp","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $61,885<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Ford Mustang<sup>®</sup> GT Premium fastback model with available GT Premium Performance Package, Nite Pony Package, and extra-cost color shown.1374Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"297":{"id":"as-shown-price-mustang-2026-vhp","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $61,885<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Ford Mustang<sup>®</sup> GT Premium fastback model with available GT Premium Performance Package, Nite Pony Package, and extra-cost color shown.
1373Available for retail order now, arriving fall 2026.</p>\n"},"297":{"id":"2025broncosportbadlandsmodelwithsasquatchpackage","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands<sup>®</sup> Package and extra-cost color option shown.</p>\n"},"298":{"id":"image-details-gallery-2026-f150","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> STX<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color shown.</p>\n"},"299":{"id":"hawaii-billboard-disc","ariaLabel":"","title":"Disclaimer","description":"<p>2025 Ford F-150® XLT model shown.1375Available for retail order now, arriving fall 2026.</p>\n"},"298":{"id":"2025broncosportbadlandsmodelwithsasquatchpackage","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands<sup>®</sup> Package and extra-cost color option shown.</p>\n"},"299":{"id":"image-details-gallery-2026-f150","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> STX<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color shown.</p>\n"},"300":{"id":"hawaii-billboard-disc","ariaLabel":"","title":"Disclaimer","description":"<p>2025 Ford F-150® XLT model shown.
1376All rights reserved.</p>\n"},"300":{"id":"CargoCapacity","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n<p>Properly secure all cargo.</p>\n"},"301":{"id":"t2-cc-f150-horsepower-torque-img","ariaLabel":"t2-cc-f150-horsepower-torque-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Raptor®&nbsp;R™ model shown</p>\n"},"302":{"id":"t2-cc-f150-payload-img","ariaLabel":"t2-cc-f150-payload-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;XL model with optional equipment shown.</p>\n"},"303":{"id":"wave-2-2025-f150-achiever-3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> model with extra-cost color option shown.</p>\n"},"304":{"id":"optional-mustang-rtr-package-actual-production-vehicle-may-vary-available-summer-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang® RTR® Package available on 2026 Ford Mustang® EcoBoost® fastback.1378All rights reserved.</p>\n"},"301":{"id":"CargoCapacity","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n<p>Properly secure all cargo.</p>\n"},"302":{"id":"t2-cc-f150-horsepower-torque-img","ariaLabel":"t2-cc-f150-horsepower-torque-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Raptor®&nbsp;R™ model shown</p>\n"},"303":{"id":"t2-cc-f150-payload-img","ariaLabel":"t2-cc-f150-payload-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;XL model with optional equipment shown.</p>\n"},"304":{"id":"wave-2-2025-f150-achiever-3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> model with extra-cost color option shown.</p>\n"},"305":{"id":"optional-mustang-rtr-package-actual-production-vehicle-may-vary-available-summer-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang® RTR® Package available on 2026 Ford Mustang® EcoBoost® fastback.
1379Available summer 2026.</p>\n"},"305":{"id":"Available-summer-2025","ariaLabel":"","title":"**","description":"<p>**Available summer 2025.</p>\n"},"306":{"id":"as-shown-price-2026-ford-transit-xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $71,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Transit® XLT model shown in Race Red with optional equipment shown.</p>\n"},"307":{"id":"billboard-e-transit","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford E-Transit<sup>™</sup> T-350 Low Roof Cargo Van, 148&quot; long wheelbase, shown in Oxford White.</p>\n"},"308":{"id":"DisclosureOptionalRanger","ariaLabel":"","title":"*","description":"<p>Optional equipment shown.&nbsp;</p>\n<p>&nbsp;</p>\n<p>*When properly equipped.1381Available summer 2026.</p>\n"},"306":{"id":"Available-summer-2025","ariaLabel":"","title":"**","description":"<p>**Available summer 2025.</p>\n"},"307":{"id":"as-shown-price-2026-ford-transit-xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $71,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Transit® XLT model shown in Race Red with optional equipment shown.</p>\n"},"308":{"id":"billboard-e-transit","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford E-Transit<sup>™</sup> T-350 Low Roof Cargo Van, 148&quot; long wheelbase, shown in Oxford White.</p>\n"},"309":{"id":"DisclosureOptionalRanger","ariaLabel":"","title":"*","description":"<p>Optional equipment shown.&nbsp;</p>\n<p>&nbsp;</p>\n<p>*When properly equipped.
1380Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n<p>Standard on Ranger<sup>®</sup> Raptor<sup>®</sup>.</p>\n<p>&nbsp;</p>\n<p>Available on XLT and Lariat® models.</p>\n"},"309":{"id":"cpo-rtm-truck-audiences-4-vhp-f150-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition<sup>®</sup> Platinum<sup>®</sup> model with optional features and extra-cost color option shown.</p>\n"},"310":{"id":"as-shown-price-expedition-max-king-ranch-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $88,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2027 Ford Expedition® MAX King Ranch® SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"311":{"id":"as-shown-price-sd-350xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $50,570.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XLT Regular Cab model with extra-cost color shown.</p>\n"},"312":{"id":"MustHaveAnActivatedFordPassRewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.1382Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n<p>Standard on Ranger<sup>®</sup> Raptor<sup>®</sup>.</p>\n<p>&nbsp;</p>\n<p>Available on XLT and Lariat® models.</p>\n"},"310":{"id":"cpo-rtm-truck-audiences-4-vhp-f150-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition<sup>®</sup> Platinum<sup>®</sup> model with optional features and extra-cost color option shown.</p>\n"},"311":{"id":"as-shown-price-expedition-max-king-ranch-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $88,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2027 Ford Expedition® MAX King Ranch® SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"312":{"id":"as-shown-price-sd-350xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $50,570.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XLT Regular Cab model with extra-cost color shown.</p>\n"},"313":{"id":"MustHaveAnActivatedFordPassRewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
1383See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"313":{"id":"one-time-home-backup-power-fee","ariaLabel":"","title":"*","description":"<p>*One-time $500 Home Backup Power fee applies to standard range F-150 Lightning vehicles only.</p>\n"},"314":{"id":"bfn-bronco-outer-banks-billboard","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.1385See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"314":{"id":"one-time-home-backup-power-fee","ariaLabel":"","title":"*","description":"<p>*One-time $500 Home Backup Power fee applies to standard range F-150 Lightning vehicles only.</p>\n"},"315":{"id":"bfn-bronco-outer-banks-billboard","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
1385Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"315":{"id":"VideoDetailsDiscBroncoRTR","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown throughout.1387Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"316":{"id":"VideoDetailsDiscBroncoRTR","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown throughout.
1390Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"316":{"id":"DisclosureBlackAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Available on XLT and Lariat<sup>®</sup> models.</p>\n"},"317":{"id":"bronco-badlands-and-big-bend-models","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"318":{"id":"fafa-bev-disc1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 4/1/2026 and 7/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.1392Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"317":{"id":"DisclosureBlackAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Available on XLT and Lariat<sup>®</sup> models.</p>\n"},"318":{"id":"bronco-badlands-and-big-bend-models","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"319":{"id":"fafa-bev-disc1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 4/1/2026 and 7/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
1397See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"319":{"id":"ClosedTrackMustangMDP26","ariaLabel":"","title":"Image Details","description":"<p>Closed track.1399See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"320":{"id":"ClosedTrackMustangMDP26","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
1400See Owner’s Manual for information on use.</p>\n<p>2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback with extra-cost color shown.</p>\n"},"320":{"id":"Max towing F150 Fof","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150® SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost® V6 engine.1402See Owner’s Manual for information on use.</p>\n<p>2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback with extra-cost color shown.</p>\n"},"321":{"id":"Max towing F150 Fof","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150® SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost® V6 engine.
1404Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"321":{"id":"price-as-shown-2026-mustang-ecoboost-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $35,725.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Fastback parked on a closed course shown in Race Red.</p>\n"},"322":{"id":"2025-ford-f-150-rock-solid","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> optional equipment shown.1406Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"322":{"id":"price-as-shown-2026-mustang-ecoboost-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $35,725.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Fastback parked on a closed course shown in Race Red.</p>\n"},"323":{"id":"2025-ford-f-150-rock-solid","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> optional equipment shown.
1406Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"323":{"id":"owners-manual-for-importan-operating-instructions","ariaLabel":"","title":"**","description":"<p>**See Owner’s Manual for important operating instructions.1408Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"324":{"id":"owners-manual-for-importan-operating-instructions","ariaLabel":"","title":"**","description":"<p>**See Owner’s Manual for important operating instructions.
1408Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"324":{"id":"t2-truck-month-lariat-img","ariaLabel":"t2-truck-month-lariat-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Lariat®&nbsp;model with optional equipment and extra-cost color option shown.1410Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"325":{"id":"t2-truck-month-lariat-img","ariaLabel":"t2-truck-month-lariat-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Lariat®&nbsp;model with optional equipment and extra-cost color option shown.
1410Max towing varies based on cargo, vehicle configuration,&nbsp;accessories, and number of passengers.</p>\n"},"325":{"id":"target-maverick-xlt-payload","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment shown.1412Max towing varies based on cargo, vehicle configuration,&nbsp;accessories, and number of passengers.</p>\n"},"326":{"id":"target-maverick-xlt-payload","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with optional equipment shown.
1413Always properly secure cargo.</p>\n"},"326":{"id":"T2-compare-expedition-9","ariaLabel":"","title":"*","description":"<p>*Based on Automotive News Almanac historical data and industry-reported sales data from 1909 through 2024 CY.&nbsp;</p>\n"},"327":{"id":"disclaimer2025f150lobohorsepowerandtorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.1415Always properly secure cargo.</p>\n"},"327":{"id":"T2-compare-expedition-9","ariaLabel":"","title":"*","description":"<p>*Based on Automotive News Almanac historical data and industry-reported sales data from 1909 through 2024 CY.&nbsp;</p>\n"},"328":{"id":"disclaimer2025f150lobohorsepowerandtorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.
1416Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"328":{"id":"vehicle-details-bronco-ready-set-ford","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.1418Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"329":{"id":"vehicle-details-bronco-ready-set-ford","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.
1417Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"329":{"id":"available-appearance-and-handling-packages","ariaLabel":"","title":"Image Details","description":"<p>Shown with available appearance and handling packages.</p>\n"},"330":{"id":"wave-2025-f150-image-details","ariaLabel":"","title":"Image Details","description":"<p>Available Ford Accessories shown.1419Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"330":{"id":"available-appearance-and-handling-packages","ariaLabel":"","title":"Image Details","description":"<p>Shown with available appearance and handling packages.</p>\n"},"331":{"id":"wave-2025-f150-image-details","ariaLabel":"","title":"Image Details","description":"<p>Available Ford Accessories shown.
1420Always properly secure cargo.</p>\n"},"331":{"id":"fba-siriusxm-trial-subscription-will-stop-at-the-end-of-trial-is-non-transferable","ariaLabel":"","title":"*","description":"<p>*SiriusXM trial subscription will stop at the end of the trial period.1422Always properly secure cargo.</p>\n"},"332":{"id":"fba-siriusxm-trial-subscription-will-stop-at-the-end-of-trial-is-non-transferable","ariaLabel":"","title":"*","description":"<p>*SiriusXM trial subscription will stop at the end of the trial period.
1427Visit&nbsp;<a href=\"http://www.siriusxm.com/FAQS\" title=\"Follow link\">http://www.siriusxm.com/FAQS</a>&nbsp;for most current service area information.</p>\n"},"332":{"id":"DiscEscapeEliteExtraCostColor","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite model with extra-cost color shown.</p>\n"},"333":{"id":"rsf-v2-c1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> STX model shown.</p>\n"},"334":{"id":"2026-mustang-mach-e-rally-not-available","ariaLabel":"","title":"*","description":"<p>*Not available with Mustang Mach-E<sup>®</sup> Rally model.</p>\n"},"335":{"id":"ready-set-ford-adventure-bronco-badlands-3","ariaLabel":"","title":"Image","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color shown.1429Visit&nbsp;<a href=\"http://www.siriusxm.com/FAQS\" title=\"Follow link\">http://www.siriusxm.com/FAQS</a>&nbsp;for most current service area information.</p>\n"},"333":{"id":"DiscEscapeEliteExtraCostColor","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite model with extra-cost color shown.</p>\n"},"334":{"id":"rsf-v2-c1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> STX model shown.</p>\n"},"335":{"id":"2026-mustang-mach-e-rally-not-available","ariaLabel":"","title":"*","description":"<p>*Not available with Mustang Mach-E<sup>®</sup> Rally model.</p>\n"},"336":{"id":"ready-set-ford-adventure-bronco-badlands-3","ariaLabel":"","title":"Image","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color shown.
1430See your Owner’s Manual for detailed information.</p>\n"},"336":{"id":"ford-maverick-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n"},"337":{"id":"DiscAwardsHomepageMigration","ariaLabel":"","title":"*","description":"<p>*Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.1432See your Owner’s Manual for detailed information.</p>\n"},"337":{"id":"ford-maverick-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n"},"338":{"id":"DiscAwardsHomepageMigration","ariaLabel":"","title":"*","description":"<p>*Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.
1433Newer models may be shown.</p>\n"},"338":{"id":"DiscImageDetailsRaptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"339":{"id":"DisclosureMaxAvailablePayload","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup> engine.1435Newer models may be shown.</p>\n"},"339":{"id":"DiscImageDetailsRaptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"340":{"id":"DisclosureMaxAvailablePayload","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup> engine.
1436Always properly secure cargo.</p>\n"},"340":{"id":"DiscMustang2026ConnectivityPackage","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.1438Always properly secure cargo.</p>\n"},"341":{"id":"DiscMustang2026ConnectivityPackage","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.
1437Use voice controls.</p>\n<p>Available with Ford Connectivity Package.</p>\n"},"341":{"id":"extra-cost-color-option-fx-package","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option with FX Package and GT Performance Package shown.</p>\n"},"342":{"id":"","ariaLabel":"","title":"","description":""},"343":{"id":"available-connectivity-features","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.1439Use voice controls.</p>\n<p>Available with Ford Connectivity Package.</p>\n"},"342":{"id":"extra-cost-color-option-fx-package","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option with FX Package and GT Performance Package shown.</p>\n"},"343":{"id":"","ariaLabel":"","title":"","description":""},"344":{"id":"available-connectivity-features","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.
1441Terms apply.</p>\n"},"344":{"id":"max-towing-2-13500-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.1443Terms apply.</p>\n"},"345":{"id":"max-towing-2-13500-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1444Max towing varies based on cargo, vehicle configuration, accessories and number of\u2028passengers.</p>\n"},"345":{"id":"image-details-bronco","ariaLabel":"","title":"Image Details","description":"<p>As shown price<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"346":{"id":"t2-truck-month-driver-assist","ariaLabel":"t2-truck-month-driver-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.1446Max towing varies based on cargo, vehicle configuration, accessories and number of\u2028passengers.</p>\n"},"346":{"id":"image-details-bronco","ariaLabel":"","title":"Image Details","description":"<p>As shown price<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"347":{"id":"t2-truck-month-driver-assist","ariaLabel":"t2-truck-month-driver-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
1447See Owner’s Manual for details and limitations.</p>\n"},"347":{"id":"Interior Modal Black Onyx Disc","ariaLabel":"","title":"*","description":"<p>*Not available on the 2026 Mustang Dark Horse<sup>®</sup> fastback.</p>\n"},"348":{"id":"2025-maverick-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $31,185<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford Maverick<sup>®</sup> XLT shown with available Ford Accessories.</p>\n"},"349":{"id":"Prototype-models-shown-2025-Bronco","ariaLabel":"","title":"Image Details","description":"<p>Prototype models shown throughout.1449See Owner’s Manual for details and limitations.</p>\n"},"348":{"id":"Interior Modal Black Onyx Disc","ariaLabel":"","title":"*","description":"<p>*Not available on the 2026 Mustang Dark Horse<sup>®</sup> fastback.</p>\n"},"349":{"id":"2025-maverick-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $31,185<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford Maverick<sup>®</sup> XLT shown with available Ford Accessories.</p>\n"},"350":{"id":"Prototype-models-shown-2025-Bronco","ariaLabel":"","title":"Image Details","description":"<p>Prototype models shown throughout.
1451Do not attempt.</p>\n"},"350":{"id":"image-details-gallery-2026-f150-6","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> XLT model shown.</p>\n"},"351":{"id":"fafa-lightning-details","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer generated image depicting 2025 Ford F-150 Lightning Platinum with available Dark Elements Package</p>\n"},"352":{"id":"T2-compare-lightning-7","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.1453Do not attempt.</p>\n"},"351":{"id":"image-details-gallery-2026-f150-6","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> XLT model shown.</p>\n"},"352":{"id":"fafa-lightning-details","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer generated image depicting 2025 Ford F-150 Lightning Platinum with available Dark Elements Package</p>\n"},"353":{"id":"T2-compare-lightning-7","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.
1454Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.&nbsp;</p>\n"},"353":{"id":"2025 Ford F150-Tech1","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted.1456Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.&nbsp;</p>\n"},"354":{"id":"2025 Ford F150-Tech1","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted.
1455See Owner’s Manual for details on system limitations.</p>\n"},"354":{"id":"2026 US Super Duty Performance 1","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.1457See Owner’s Manual for details on system limitations.</p>\n"},"355":{"id":"2026 US Super Duty Performance 1","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
1462Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"355":{"id":"disclosure-max-towing-varies","ariaLabel":"","title":"**","description":"<p>**When properly equipped.1464Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"356":{"id":"disclosure-max-towing-varies","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
1463Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"356":{"id":"DiscHomepageMigrationOffersBB3","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.1465Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"357":{"id":"DiscHomepageMigrationOffersBB3","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
1472See dealer for qualifications and details.</p>\n"},"357":{"id":"150-calculated-via-peak-performance-of-the-electric-motor-at-peak-battery-power","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.1474See dealer for qualifications and details.</p>\n"},"358":{"id":"150-calculated-via-peak-performance-of-the-electric-motor-at-peak-battery-power","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.
1476Your results may vary based on energy usage.</p>\n"},"358":{"id":"As-shwon-price-expedition-2027-active-max","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $65,895.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><sup> </sup>2027 Ford Expedition® MAX Active SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"359":{"id":"DisclosureHorsepowerTorqueRatingsBased","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.1478Your results may vary based on energy usage.</p>\n"},"359":{"id":"As-shwon-price-expedition-2027-active-max","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $65,895.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><sup> </sup>2027 Ford Expedition® MAX Active SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"360":{"id":"DisclosureHorsepowerTorqueRatingsBased","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.
1478Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"360":{"id":"DiscloseFeaturesVariesDrama","ariaLabel":"","title":"Image Details","description":"<p>Feature availability varies by vehicle.1480Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"361":{"id":"DiscloseFeaturesVariesDrama","ariaLabel":"","title":"Image Details","description":"<p>Feature availability varies by vehicle.
1479All Images are a dramatization.<br>\n</p>\n"},"361":{"id":"disclaimer2025explorertax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST extra cost color option.</p>\n"},"362":{"id":"Vehicle Details","ariaLabel":"","title":"Vehicle Details","description":"<p>Several Bronco® Sport models with optional equipment and accessories shown.</p>\n"},"363":{"id":"merchmaverick2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Maverick<sup>®</sup> truck with available Tremor<sup>®</sup> Off-Road Package shown.1481All Images are a dramatization.<br>\n</p>\n"},"362":{"id":"disclaimer2025explorertax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST extra cost color option.</p>\n"},"363":{"id":"Vehicle Details","ariaLabel":"","title":"Vehicle Details","description":"<p>Several Bronco® Sport models with optional equipment and accessories shown.</p>\n"},"364":{"id":"merchmaverick2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Maverick<sup>®</sup> truck with available Tremor<sup>®</sup> Off-Road Package shown.
1480Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"364":{"id":"t2-presidents-day-homepage-2","ariaLabel":"t2-presidents-day-homepage-2","title":"2","description":"<p><sup>2</sup>Based on 1977-2022 CY industry-reported total sales.</p>\n"},"365":{"id":"image-details-bb-disc-bronco-family","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Black Diamond® model with optional equipment and Ford accessories.&nbsp;</p>\n<p>Ford Bronco® Raptor® model with optional equipment and extra-cost color.&nbsp;</p>\n<p>Ford Bronco Sport® Outer Banks® with optional equipment and extra-cost color.</p>\n"},"366":{"id":"vehicle-details-preproduction-model-shown-always-consult-the-owners-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction model shown.1482Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"365":{"id":"t2-presidents-day-homepage-2","ariaLabel":"t2-presidents-day-homepage-2","title":"2","description":"<p><sup>2</sup>Based on 1977-2022 CY industry-reported total sales.</p>\n"},"366":{"id":"image-details-bb-disc-bronco-family","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Black Diamond® model with optional equipment and Ford accessories.&nbsp;</p>\n<p>Ford Bronco® Raptor® model with optional equipment and extra-cost color.&nbsp;</p>\n<p>Ford Bronco Sport® Outer Banks® with optional equipment and extra-cost color.</p>\n"},"367":{"id":"vehicle-details-preproduction-model-shown-always-consult-the-owners-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction model shown.
1481Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"367":{"id":"avoidwaterplusoptionalequipment","ariaLabel":"","title":"Image Details","description":"<p>Try to avoid water higher than the bottom of the hubs and proceed slowly.1483Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"368":{"id":"avoidwaterplusoptionalequipment","ariaLabel":"","title":"Image Details","description":"<p>Try to avoid water higher than the bottom of the hubs and proceed slowly.
1482Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n<p>Optional equipment shown.</p>\n"},"368":{"id":"2026 ABM value practical attributes disclaimer 3","ariaLabel":"","title":"✝︎","description":"<p>✝︎Max towing on AWD models with available Max Trailer Tow Package.1484Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n<p>Optional equipment shown.</p>\n"},"369":{"id":"2026 ABM value practical attributes disclaimer 3","ariaLabel":"","title":"✝︎","description":"<p>✝︎Max towing on AWD models with available Max Trailer Tow Package.
1486Towing and payload are independent attributes and may not be achieved simultaneously.</p>\n"},"369":{"id":"Supplies-are-limited","ariaLabel":"","title":"*","description":"<p>*Supplies are limited.1488Towing and payload are independent attributes and may not be achieved simultaneously.</p>\n"},"370":{"id":"Supplies-are-limited","ariaLabel":"","title":"*","description":"<p>*Supplies are limited.
1488See your dealer for details.</p>\n"},"370":{"id":"2026-explorer-extra-cost","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Explorer<sup>®</sup> ST model with extra-cost color option shown.</p>\n"},"371":{"id":"2024-bronco--badlands--model-with-optional-equipment","ariaLabel":"","title":"*","description":"<p>2024 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"372":{"id":"vehicle-details-motorsport-closed-course","ariaLabel":"","title":"Vehicle Details","description":"<p>Sanctioned instructor-led event.1490See your dealer for details.</p>\n"},"371":{"id":"2026-explorer-extra-cost","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Explorer<sup>®</sup> ST model with extra-cost color option shown.</p>\n"},"372":{"id":"2024-bronco--badlands--model-with-optional-equipment","ariaLabel":"","title":"*","description":"<p>2024 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"373":{"id":"vehicle-details-motorsport-closed-course","ariaLabel":"","title":"Vehicle Details","description":"<p>Sanctioned instructor-led event.
1490Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"373":{"id":"optional-rtr-package-available-on-2026-ford-mustang-ecoboost-fastback","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.1492Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"374":{"id":"optional-rtr-package-available-on-2026-ford-mustang-ecoboost-fastback","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
1493Available late spring 2026.</p>\n"},"374":{"id":"DisclosureRECAROTM-notinclude","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.1495Available late spring 2026.</p>\n"},"375":{"id":"DisclosureRECAROTM-notinclude","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.
1494RECARO seats do not include heating, cooling, or memory features.<br>\n</p>\n"},"375":{"id":"the-super-duty-tremor-offroad-package-is-available-on-f250-and-f350-series","ariaLabel":"","title":"*","description":"<p>*The Super Duty Tremor<sup>®</sup> Off-Road Package is available on F-250<sup>®</sup> and F-350<sup>®</sup>&nbsp;SRW series and for the XLT, Lariat<sup>®</sup>, King Ranch<sup>®</sup>, and Platinum<sup>®</sup> models.1496RECARO seats do not include heating, cooling, or memory features.<br>\n</p>\n"},"376":{"id":"the-super-duty-tremor-offroad-package-is-available-on-f250-and-f350-series","ariaLabel":"","title":"*","description":"<p>*The Super Duty Tremor<sup>®</sup> Off-Road Package is available on F-250<sup>®</sup> and F-350<sup>®</sup>&nbsp;SRW series and for the XLT, Lariat<sup>®</sup>, King Ranch<sup>®</sup>, and Platinum<sup>®</sup> models.
1495This package requires the 4x4 drivetrain, single rear wheel, and is not compatible with the 6.8L 2V DEVCT NA PFI V8 gas engine.</p>\n"},"376":{"id":"2024-us-ford-edge-billboard-sunset-page","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Edge<sup>®</sup> ST SUV shown with extra-cost color option.</p>\n"},"377":{"id":"ford-mobile-service-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.1497This package requires the 4x4 drivetrain, single rear wheel, and is not compatible with the 6.8L 2V DEVCT NA PFI V8 gas engine.</p>\n"},"377":{"id":"2024-us-ford-edge-billboard-sunset-page","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Edge<sup>®</sup> ST SUV shown with extra-cost color option.</p>\n"},"378":{"id":"ford-mobile-service-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
1497See your Ford Dealer for details.</p>\n"},"378":{"id":"DiscVehicleDetailsHP","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.</p>\n"},"379":{"id":"T2-compare-maverick-8b","ariaLabel":"","title":"*","description":"<p>*For more information, visit Kelley Blue Book’s KBB.com.1499See your Ford Dealer for details.</p>\n"},"379":{"id":"DiscVehicleDetailsHP","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.</p>\n"},"380":{"id":"T2-compare-maverick-8b","ariaLabel":"","title":"*","description":"<p>*For more information, visit Kelley Blue Book’s KBB.com.
1498Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"380":{"id":"max120067lhighoutput","ariaLabel":"","title":"*","description":"<p>*Max. 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.1500Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"381":{"id":"max120067lhighoutput","ariaLabel":"","title":"*","description":"<p>*Max. 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.
1502Your results may vary.</p>\n"},"381":{"id":"max-towing-13500-f-150-reskin-2","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on select F-150<sup>®</sup> SuperCrew models, 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.1504Your results may vary.</p>\n"},"382":{"id":"max-towing-13500-f-150-reskin-2","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on select F-150<sup>®</sup> SuperCrew models, 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1505Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"382":{"id":"t2-compare-mustang-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> Fastback model with optional Wheel and Stripe package shown.</p>\n"},"383":{"id":"must-purchase-or-lease-new-date","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 4/3/2025 and 6/30/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.1507Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"383":{"id":"t2-compare-mustang-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> Fastback model with optional Wheel and Stripe package shown.</p>\n"},"384":{"id":"must-purchase-or-lease-new-date","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 4/3/2025 and 6/30/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.
1511See your Ford dealer for details and terms.</p>\n"},"384":{"id":"optional-recaro-trademark","ariaLabel":"","title":"*","description":"<p>Optional RECARO<sup>®</sup> Seats shown.</p>\n<p>RECARO is a trademark of RECARO Holding CmbH.1513See your Ford dealer for details and terms.</p>\n"},"385":{"id":"optional-recaro-trademark","ariaLabel":"","title":"*","description":"<p>Optional RECARO<sup>®</sup> Seats shown.</p>\n<p>RECARO is a trademark of RECARO Holding CmbH.
1512RECARO seats do not include heating, cooling, or memory features.</p>\n"},"385":{"id":"available-on-select-vehicles","ariaLabel":"","title":"*","description":"<p>*Available on select vehicles.1514RECARO seats do not include heating, cooling, or memory features.</p>\n"},"386":{"id":"available-on-select-vehicles","ariaLabel":"","title":"*","description":"<p>*Available on select vehicles.
1514Not compatible with all mobile phones.</p>\n"},"386":{"id":"as-shown-pricing-f-150-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$114,615<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford F-150<sup>®</sup> Raptor R<sup>™</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.1516Not compatible with all mobile phones.</p>\n"},"387":{"id":"as-shown-pricing-f-150-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$114,615<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford F-150<sup>®</sup> Raptor R<sup>™</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
1515Does not include A, Z or X Plan price.</p>\n<p>&nbsp;</p>\n"},"387":{"id":"disclaimer-2025broncobadlandssuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco® Badlands® SUV with optional equipment and extra-cost color shown.</p>\n"},"388":{"id":"2026-maverick-lobo-model-shown-value-does-not-include-fees","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick Lobo<sup>™</sup> model shown. $35,930 (does not include fees)</p>\n"},"389":{"id":"as-shown-pricing-2025-transit-ready-set-ford","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $67,255<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Passenger Van XLT in Race Red with High Roof, 3.5L EcoBoost<sup>®</sup> V6, 16-inch Forged Aluminum Wheels – DRW with HD Front Axle, 15 Passenger Seats, Heavy Duty Trailer Tow Package and High-Intensity Discharge Headlamps with LED Signatures.</p>\n"},"390":{"id":"not-available-on-the-mustang-mach-e-select-model","ariaLabel":"","title":"*","description":"<p>*Not available on the Mustang Mach-E<sup>®</sup> Select model.</p>\n"},"391":{"id":"DisclosureImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.1517Does not include A, Z or X Plan price.</p>\n<p>&nbsp;</p>\n"},"388":{"id":"disclaimer-2025broncobadlandssuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco® Badlands® SUV with optional equipment and extra-cost color shown.</p>\n"},"389":{"id":"2026-maverick-lobo-model-shown-value-does-not-include-fees","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick Lobo<sup>™</sup> model shown. $35,930 (does not include fees)</p>\n"},"390":{"id":"as-shown-pricing-2025-transit-ready-set-ford","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $67,255<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Passenger Van XLT in Race Red with High Roof, 3.5L EcoBoost<sup>®</sup> V6, 16-inch Forged Aluminum Wheels – DRW with HD Front Axle, 15 Passenger Seats, Heavy Duty Trailer Tow Package and High-Intensity Discharge Headlamps with LED Signatures.</p>\n"},"391":{"id":"not-available-on-the-mustang-mach-e-select-model","ariaLabel":"","title":"*","description":"<p>*Not available on the Mustang Mach-E<sup>®</sup> Select model.</p>\n"},"392":{"id":"DisclosureImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.
1516Optional equipment shown.</p>\n"},"392":{"id":"2025 US Expedition 2","ariaLabel":"","title":"Image Details","description":"<p>Due to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"393":{"id":"DiscF1502026MaxTowing","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.1518Optional equipment shown.</p>\n"},"393":{"id":"2025 US Expedition 2","ariaLabel":"","title":"Image Details","description":"<p>Due to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"394":{"id":"DiscF1502026MaxTowing","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
1519Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"394":{"id":"vhp-mach-e-disclaimer-carousel-data","ariaLabel":"","title":"*","description":"<p>*Based on data from the 2024 Global EV Drivers Survey by Global EV Alliance.</p>\n"},"395":{"id":"t2-000-thousand-update","ariaLabel":"","title":"Disclosure","description":"<p>Optional equipment and extra-cost color options shown.1521Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"395":{"id":"vhp-mach-e-disclaimer-carousel-data","ariaLabel":"","title":"*","description":"<p>*Based on data from the 2024 Global EV Drivers Survey by Global EV Alliance.</p>\n"},"396":{"id":"t2-000-thousand-update","ariaLabel":"","title":"Disclosure","description":"<p>Optional equipment and extra-cost color options shown.
1530See dealer for qualification and details.</p>"},"396":{"id":"MaverickLariatAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick Lariat model with extra-cost color option. $38,480 (does not include fees)</p>\n"},"397":{"id":"charger-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning, Mustang Mach-E, or E-Transit Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation, or (b) $1,000 bonus cash.&nbsp; No trade-in required.&nbsp; Offer not available to fleet or commercial customers.&nbsp; Complimentary home installation must be completed through Qmerit Electrification LLC by 9/30/2025; restrictions may apply based on structural and electrical limitations.&nbsp; Must take retail delivery from an authorized Ford dealer's stock by 3/31/2025.&nbsp; See your Ford dealer for details and terms.</p>\n"},"398":{"id":"image-details-bronco-family-accessories-accordion","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco®&nbsp;Raptor®&nbsp;model shown.1532See dealer for qualification and details.</p>"},"397":{"id":"MaverickLariatAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick Lariat model with extra-cost color option. $38,480 (does not include fees)</p>\n"},"398":{"id":"charger-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning, Mustang Mach-E, or E-Transit Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation, or (b) $1,000 bonus cash.&nbsp; No trade-in required.&nbsp; Offer not available to fleet or commercial customers.&nbsp; Complimentary home installation must be completed through Qmerit Electrification LLC by 9/30/2025; restrictions may apply based on structural and electrical limitations.&nbsp; Must take retail delivery from an authorized Ford dealer's stock by 3/31/2025.&nbsp; See your Ford dealer for details and terms.</p>\n"},"399":{"id":"image-details-bronco-family-accessories-accordion","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco®&nbsp;Raptor®&nbsp;model shown.
1531Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"399":{"id":"rsf-thrill-vlu-ranger-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,465<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with extra-cost color option shown.1533Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"400":{"id":"rsf-thrill-vlu-ranger-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,465<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with extra-cost color option shown.
1532Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"400":{"id":"DiscBronco2026RemovalDoors","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Removal of doors for off-road use only.1534Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"401":{"id":"DiscBronco2026RemovalDoors","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Removal of doors for off-road use only.
1533See Bronco Owner’s Manual for detailed information.</p>\n<p>Outer Banks<sup>®</sup> model shown.&nbsp;</p>\n"},"401":{"id":"DisclosureTORSENOptionalEQ","ariaLabel":"","title":"*","description":"<p>*TORSEN is a registered trademark of JTEKT Corporation.\u2028\u2028 Optional equipment shown.</p>\n"},"402":{"id":"","ariaLabel":"","title":"","description":""},"403":{"id":"vehicle-details-bronco2025-modalchange","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and Ford Accessories shown.1535See Bronco Owner’s Manual for detailed information.</p>\n<p>Outer Banks<sup>®</sup> model shown.&nbsp;</p>\n"},"402":{"id":"DisclosureTORSENOptionalEQ","ariaLabel":"","title":"*","description":"<p>*TORSEN is a registered trademark of JTEKT Corporation.\u2028\u2028 Optional equipment shown.</p>\n"},"403":{"id":"","ariaLabel":"","title":"","description":""},"404":{"id":"vehicle-details-bronco2025-modalchange","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and Ford Accessories shown.
1534Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"404":{"id":"DiscloseTORSENTM","ariaLabel":"","title":"*","description":"<p>*TORSEN is a registered trademark of JTEKT Corporation.\u2028\u2028</p>\n"},"405":{"id":"DiscBroncoMDP2026AsShownBigBend","ariaLabel":"","title":"As shown Price","description":"<p>Price as shown $44,080.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup> 2026 Ford Bronco<sup>®</sup> Big Bend model shown in Avalanche Gray.1536Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"405":{"id":"DiscloseTORSENTM","ariaLabel":"","title":"*","description":"<p>*TORSEN is a registered trademark of JTEKT Corporation.\u2028\u2028</p>\n"},"406":{"id":"DiscBroncoMDP2026AsShownBigBend","ariaLabel":"","title":"As shown Price","description":"<p>Price as shown $44,080.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup> 2026 Ford Bronco<sup>®</sup> Big Bend model shown in Avalanche Gray.
1535Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"406":{"id":"2026-ford-bronco-big-bend-model-with-optional-equipment-always-consult","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco® Big Bend® model with optional equipment and extra-cost color option shown.1537Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"407":{"id":"2026-ford-bronco-big-bend-model-with-optional-equipment-always-consult","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco® Big Bend® model with optional equipment and extra-cost color option shown.
1536Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"407":{"id":"bluecruise-connected-service-plan-fordpass-app-and-modem-activation","ariaLabel":"","title":"*","description":"<p>*Available Feature.1538Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"408":{"id":"bluecruise-connected-service-plan-fordpass-app-and-modem-activation","ariaLabel":"","title":"*","description":"<p>*Available Feature.
1543See Owner’s Manual for details and limitations.</p>\n"},"408":{"id":"disclosure-escape-epa-estimated-rating-42-36-39","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/FWD and AWD drivetrain.1545See Owner’s Manual for details and limitations.</p>\n"},"409":{"id":"disclosure-escape-epa-estimated-rating-42-36-39","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/FWD and AWD drivetrain.
1544Actual mileage will vary.</p>\n"},"409":{"id":"2025-expedition-billboard-v2","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>Model shown with optional features and available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"410":{"id":"ready-set-ford-adventure-billboard-video-details","ariaLabel":"","title":"Video Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.1546Actual mileage will vary.</p>\n"},"410":{"id":"2025-expedition-billboard-v2","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>Model shown with optional features and available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"411":{"id":"ready-set-ford-adventure-billboard-video-details","ariaLabel":"","title":"Video Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.
1551All rights reserved.</p>\n"},"411":{"id":"2026-bronco-shown-available-ford-accessories","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Badlands shown with available Ford Accessories.1553All rights reserved.</p>\n"},"412":{"id":"2026-bronco-shown-available-ford-accessories","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Badlands shown with available Ford Accessories.
1552Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"412":{"id":"seating-disclaimer-transit-retail-2026","ariaLabel":"","title":"*","description":"<p>*Standard on XLT.</p>\n"},"413":{"id":"epa-estimated-driving-range-disclaimer","ariaLabel":"","title":"**","description":"<p>**EPA-estimated driving range based on full charge.1554Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"413":{"id":"seating-disclaimer-transit-retail-2026","ariaLabel":"","title":"*","description":"<p>*Standard on XLT.</p>\n"},"414":{"id":"epa-estimated-driving-range-disclaimer","ariaLabel":"","title":"**","description":"<p>**EPA-estimated driving range based on full charge.
1553Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"414":{"id":"2025broncobadlandsmodelshown","ariaLabel":"","title":"Video Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.1555Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"415":{"id":"2025broncobadlandsmodelshown","ariaLabel":"","title":"Video Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.
1554Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"415":{"id":"DisclaimerPreProdModel","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown.</p>\n"},"416":{"id":"Expedition King Ranch 2026 4","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition<sup>®</sup> King Ranch<sup>®</sup> SUV with extra-cost color option shown parked in the wilderness.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"417":{"id":"ford-bluecruise-disclaimer","ariaLabel":"","title":"*","description":"<p>*Available Feature.1556Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"416":{"id":"DisclaimerPreProdModel","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown.</p>\n"},"417":{"id":"Expedition King Ranch 2026 4","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition<sup>®</sup> King Ranch<sup>®</sup> SUV with extra-cost color option shown parked in the wilderness.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"418":{"id":"ford-bluecruise-disclaimer","ariaLabel":"","title":"*","description":"<p>*Available Feature.
1561See Owner’s Manual for details and limitations.</p>\n"},"418":{"id":"video-details-expedition-25-us-billboard","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. </p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"419":{"id":"CoastalDisclaimer5","ariaLabel":"","title":"Image Details","description":"<p>Bimini Top – Silver Horse</p>\n<p>Cruise coastlines in open-air comfort: This Bimini top with a silver Bucking Bronco lets you catch a breeze while staying cool under the sun.1563See Owner’s Manual for details and limitations.</p>\n"},"419":{"id":"video-details-expedition-25-us-billboard","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear. </p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"420":{"id":"CoastalDisclaimer5","ariaLabel":"","title":"Image Details","description":"<p>Bimini Top – Silver Horse</p>\n<p>Cruise coastlines in open-air comfort: This Bimini top with a silver Bucking Bronco lets you catch a breeze while staying cool under the sun.
1562Golden hour just got better.</p>\n"},"420":{"id":"based-on-f150-lightning","ariaLabel":"","title":"*","description":"<p>*Based on F-150<sup>®</sup> Lightning<sup>®</sup> with extended-range battery and Tesla Powerwall 2.0. Assumes 25% of vehicle battery reserved for driving.1564Golden hour just got better.</p>\n"},"421":{"id":"based-on-f150-lightning","ariaLabel":"","title":"*","description":"<p>*Based on F-150<sup>®</sup> Lightning<sup>®</sup> with extended-range battery and Tesla Powerwall 2.0. Assumes 25% of vehicle battery reserved for driving.
1563Does not include installation costs.</p>\n"},"421":{"id":"heavy-duty-rear-differential-cover-fcg","ariaLabel":"","title":"Image Details","description":"<p>Heavy Duty Rear Differential Cover</p>\n"},"422":{"id":"ClassIsHighPoweredSportsCars","ariaLabel":"","title":"**","description":"<p>**Class is High-Powered Sports Cars with available 300+ HP.1565Does not include installation costs.</p>\n"},"422":{"id":"heavy-duty-rear-differential-cover-fcg","ariaLabel":"","title":"Image Details","description":"<p>Heavy Duty Rear Differential Cover</p>\n"},"423":{"id":"ClassIsHighPoweredSportsCars","ariaLabel":"","title":"**","description":"<p>**Class is High-Powered Sports Cars with available 300+ HP.
1567See Owner’s Manual for information on use.</p>\n"},"423":{"id":"Disc-max-towing-reskin-f-150-13500","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.1569See Owner’s Manual for information on use.</p>\n"},"424":{"id":"Disc-max-towing-reskin-f-150-13500","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1571Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"424":{"id":"rememberthatevenadvancedtechnologycannotovercomethelawsofphysics","ariaLabel":"","title":"Image Details","description":"<p>Driver-assist features are supplemental and do not replace the driver’s attention, judgment and need to control the vehicle.1573Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"425":{"id":"rememberthatevenadvancedtechnologycannotovercomethelawsofphysics","ariaLabel":"","title":"Image Details","description":"<p>Driver-assist features are supplemental and do not replace the driver’s attention, judgment and need to control the vehicle.
1573It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.</p>\n"},"425":{"id":"DisclosureWireless ChargingPad","ariaLabel":"","title":"*","description":"<p>*Optional on XLT and Lariat models.1575It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.</p>\n"},"426":{"id":"DisclosureWireless ChargingPad","ariaLabel":"","title":"*","description":"<p>*Optional on XLT and Lariat models.
1574Standard on Ranger Raptor model.</p>\n"},"426":{"id":"when-equipped-horsepower-mustang","ariaLabel":"","title":"**","description":"<p>**When equipped with active valve exhaust.1576Standard on Ranger Raptor model.</p>\n"},"427":{"id":"when-equipped-horsepower-mustang","ariaLabel":"","title":"**","description":"<p>**When equipped with active valve exhaust.
1575Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"427":{"id":"maverick-xlt-extra-cost-option","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"428":{"id":"escape-offer-details-target","ariaLabel":"","title":"*Important Details","description":"<p>Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.1577Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"428":{"id":"maverick-xlt-extra-cost-option","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"429":{"id":"escape-offer-details-target","ariaLabel":"","title":"*Important Details","description":"<p>Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.
1582See a participating dealer or retailer for details and current inventory status.</p>\n"},"429":{"id":"f150-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>2025 F-150<sup>®</sup> XLT model with optional equipment shown.<b></b></p>\n<p><b>&nbsp;</b></p>\n<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup>&nbsp;V6 engine.1584See a participating dealer or retailer for details and current inventory status.</p>\n"},"430":{"id":"f150-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>2025 F-150<sup>®</sup> XLT model with optional equipment shown.<b></b></p>\n<p><b>&nbsp;</b></p>\n<p>*Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup>&nbsp;V6 engine.
1585Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"430":{"id":"2026 bronco target carrusel 2","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.</p>\n"},"431":{"id":"HorsepowerAndTorqueExpedition26","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When properly equipped.1587Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"431":{"id":"2026 bronco target carrusel 2","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.</p>\n"},"432":{"id":"HorsepowerAndTorqueExpedition26","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When properly equipped.
1586Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"432":{"id":"DiscEscapeSTLineEExtracost","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"433":{"id":"horsepower-peak-battery-power-disclaimer","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.1588Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"433":{"id":"DiscEscapeSTLineEExtracost","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"434":{"id":"horsepower-peak-battery-power-disclaimer","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.
1588Your results may vary.</p>\n"},"434":{"id":"double-asterisk-bluecruise-equipped-vehicles","ariaLabel":"","title":"**","description":"<p>**BlueCruise-equipped vehicles come with a complimentary trial period, starting with your vehicles warranty start date.1590Your results may vary.</p>\n"},"435":{"id":"double-asterisk-bluecruise-equipped-vehicles","ariaLabel":"","title":"**","description":"<p>**BlueCruise-equipped vehicles come with a complimentary trial period, starting with your vehicles warranty start date.
1590Pricing subject to change.</p>\n"},"435":{"id":"2025-f150-teaser-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.1592Pricing subject to change.</p>\n"},"436":{"id":"2025-f150-teaser-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
1592Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"436":{"id":"DisclaimerBFNequipcolor","ariaLabel":"","title":"Disclaimer","description":"<p>Optional equipment and extra cost color option shown.&nbsp;</p>\n<p>*Offer available on the purchase or lease of the following eligible new 2024-2025 Ford<sup>®</sup> &amp; Lincoln<sup>®</sup> vehicles ONLY: Ford Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup>, E-Transit<sup>®</sup>, Lincoln Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Ford Super Duty<sup>®</sup> (pick-up models only), Expedition<sup>®</sup> and Lincoln Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Lincoln Aviator<sup>®</sup> only.1594Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"437":{"id":"DisclaimerBFNequipcolor","ariaLabel":"","title":"Disclaimer","description":"<p>Optional equipment and extra cost color option shown.&nbsp;</p>\n<p>*Offer available on the purchase or lease of the following eligible new 2024-2025 Ford<sup>®</sup> &amp; Lincoln<sup>®</sup> vehicles ONLY: Ford Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup>, E-Transit<sup>®</sup>, Lincoln Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Ford Super Duty<sup>®</sup> (pick-up models only), Expedition<sup>®</sup> and Lincoln Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Lincoln Aviator<sup>®</sup> only.
1598See a participating dealer or retailer for details.</p>\n"},"437":{"id":"2026-ford-bronco-raptor-model-with-optional-equipment-always-consult","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco® Raptor® model with optional equipment and extra-cost color option shown.1600See a participating dealer or retailer for details.</p>\n"},"438":{"id":"2026-ford-bronco-raptor-model-with-optional-equipment-always-consult","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco® Raptor® model with optional equipment and extra-cost color option shown.
1599Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"438":{"id":"fba-siriusxm-audio-data-services-require-subscription","ariaLabel":"","title":"*","description":"<p>*SiriusXM audio and data services each require a subscription sold separately, or as a package, by SiriusXM Radio Inc.1601Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"439":{"id":"fba-siriusxm-audio-data-services-require-subscription","ariaLabel":"","title":"*","description":"<p>*SiriusXM audio and data services each require a subscription sold separately, or as a package, by SiriusXM Radio Inc.
1605Sirius, XM and all related marks and logos are trademarks of SiriusXM Radio Inc.</p>\n"},"439":{"id":"explorer-platinum-shown","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> Platinum<sup>™</sup> shown.</p>\n"},"440":{"id":"fpp-off-road-suspension-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP Off-Road Suspension Kit</p>\n<p>More clearance.1607Sirius, XM and all related marks and logos are trademarks of SiriusXM Radio Inc.</p>\n"},"440":{"id":"explorer-platinum-shown","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> Platinum<sup>™</sup> shown.</p>\n"},"441":{"id":"fpp-off-road-suspension-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP Off-Road Suspension Kit</p>\n<p>More clearance.
1608The kit lifts the front end 2” for level ride height front-rear, and Ford Performance Parts’ uniquely tuned Bilstein shocks soak up the ruts and smooth out the rocks.</p>\n"},"441":{"id":"as-shown-pricing-maverick-video-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $30,645<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Maverick<sup>®</sup> XLT model shown.1610The kit lifts the front end 2” for level ride height front-rear, and Ford Performance Parts’ uniquely tuned Bilstein shocks soak up the ruts and smooth out the rocks.</p>\n"},"442":{"id":"as-shown-pricing-maverick-video-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $30,645<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Maverick<sup>®</sup> XLT model shown.
1611Always properly secure cargo.</p>\n"},"442":{"id":"maxtowingexpedition2025","ariaLabel":"","title":"**","description":"<p>**Max towing of 9,600 lbs available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.1613Always properly secure cargo.</p>\n"},"443":{"id":"maxtowingexpedition2025","ariaLabel":"","title":"**","description":"<p>**Max towing of 9,600 lbs available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.
1613Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"443":{"id":"image-details-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n"},"444":{"id":"AsShownPriceMaxPlatinumModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $77,945.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> MAX Platinum<sup>®</sup> SUV with extra-cost color option shown.<br>\n</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"445":{"id":"ready-set-ford-adventure-explorer-tremor","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> shown.</p>\n"},"446":{"id":"2026MaverickMaxPayload","ariaLabel":"","title":"Video Details","description":"<p>2026 Maverick XLT and Lariat models with optional equipment and extra cost colors shown.<br>\n<br>\nMax payload varies based on accessories and vehicle configuration.1615Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"444":{"id":"image-details-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n"},"445":{"id":"AsShownPriceMaxPlatinumModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $77,945.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> MAX Platinum<sup>®</sup> SUV with extra-cost color option shown.<br>\n</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"446":{"id":"ready-set-ford-adventure-explorer-tremor","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> shown.</p>\n"},"447":{"id":"2026MaverickMaxPayload","ariaLabel":"","title":"Video Details","description":"<p>2026 Maverick XLT and Lariat models with optional equipment and extra cost colors shown.<br>\n<br>\nMax payload varies based on accessories and vehicle configuration.
1619See Owner’s Manual for details and limitations.</p>\n"},"447":{"id":"t2-owner-service-ford-app-tech","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.1621See Owner’s Manual for details and limitations.</p>\n"},"448":{"id":"t2-owner-service-ford-app-tech","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
1625Visit <a href=\"http://ford.com/\">Ford® - New Hybrid &amp; Electric Vehicles, SUVs, Crossovers, Trucks, Vans &amp; Cars</a> for our privacy notice.</p>\n"},"448":{"id":"Available-on-2027-expedition-platinum","ariaLabel":"","title":"*","description":"<p>*Available on 2027 Expedition® Platinum® models with the 30th Anniversary Appearance Package and Expedition Tremor® models.1627Visit <a href=\"http://ford.com/\">Ford® - New Hybrid &amp; Electric Vehicles, SUVs, Crossovers, Trucks, Vans &amp; Cars</a> for our privacy notice.</p>\n"},"449":{"id":"Available-on-2027-expedition-platinum","ariaLabel":"","title":"*","description":"<p>*Available on 2027 Expedition® Platinum® models with the 30th Anniversary Appearance Package and Expedition Tremor® models.
1626Standard on Platinum models with the Stealth Performance Package or Platinum® Ultimate Package.</p>\n"},"449":{"id":"DiscBroncoMDP2026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and available Ford Accessories shown.1628Standard on Platinum models with the Stealth Performance Package or Platinum® Ultimate Package.</p>\n"},"450":{"id":"DiscBroncoMDP2026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and available Ford Accessories shown.
1627Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"450":{"id":"cargo-and-load-capacity-03","ariaLabel":"","title":"**","description":"<p>**Cargo and load capacity limited by weight and weight distribution.</p>\n"},"451":{"id":"disclaimer2025mustangmachegtmodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® GT model with optional equipment and extra-cost color option shown.</p>\n"},"452":{"id":"ImageDetailsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Extra cost color, available accessories, and optional equipment shown.</p>\n"},"453":{"id":"fafaHourlyDisclosure","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Based on 2024 year-end hourly employment data.</p>\n"},"454":{"id":"offer-valid-one-time-limited-ford-accessories","ariaLabel":"","title":"*","description":"<p>*Offer valid for one-time only E-Commerce purchase of accessories from <a href=\"https://www.ford.com/accessories\" target=\"_self\">ford.com/accessories</a>.1629Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"451":{"id":"cargo-and-load-capacity-03","ariaLabel":"","title":"**","description":"<p>**Cargo and load capacity limited by weight and weight distribution.</p>\n"},"452":{"id":"disclaimer2025mustangmachegtmodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® GT model with optional equipment and extra-cost color option shown.</p>\n"},"453":{"id":"ImageDetailsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Extra cost color, available accessories, and optional equipment shown.</p>\n"},"454":{"id":"fafaHourlyDisclosure","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Based on 2024 year-end hourly employment data.</p>\n"},"455":{"id":"offer-valid-one-time-limited-ford-accessories","ariaLabel":"","title":"*","description":"<p>*Offer valid for one-time only E-Commerce purchase of accessories from <a href=\"https://www.ford.com/accessories\" target=\"_self\">ford.com/accessories</a>.
1635Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"455":{"id":"prototype-model-shown-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Prototype model shown, modified for racing.1637Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"456":{"id":"prototype-model-shown-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Prototype model shown, modified for racing.
1638Do not attempt.</p>\n"},"456":{"id":"DiscRanger2026AvailableQi","ariaLabel":"","title":"*","description":"<p>*Available Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"457":{"id":"2026-f-150-mp-billboard-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $64,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.</p>\n"},"458":{"id":"hotspot-includes-complimentary-wireless-data-trial","ariaLabel":"","title":"*","description":"<p>*Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.1640Do not attempt.</p>\n"},"457":{"id":"DiscRanger2026AvailableQi","ariaLabel":"","title":"*","description":"<p>*Available Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"458":{"id":"2026-f-150-mp-billboard-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $64,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.</p>\n"},"459":{"id":"hotspot-includes-complimentary-wireless-data-trial","ariaLabel":"","title":"*","description":"<p>*Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.
1641Use voice controls.</p>\n"},"459":{"id":"disclaimer-outer-banks-extra-cost-color-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with extra-cost color and optional equipment shown.</p>\n"},"460":{"id":"T2-compare-maverick-3","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.1643Use voice controls.</p>\n"},"460":{"id":"disclaimer-outer-banks-extra-cost-color-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with extra-cost color and optional equipment shown.</p>\n"},"461":{"id":"T2-compare-maverick-3","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.
1643Actual mileage will vary.</p>\n"},"461":{"id":"T2-compare-2024-bronco-2","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Black Diamond<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.1645Actual mileage will vary.</p>\n"},"462":{"id":"T2-compare-2024-bronco-2","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Black Diamond<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.
1644Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"462":{"id":"2026-bronco-sport-bb","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $35,145<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model shown.</p>\n"},"463":{"id":"2026-mustang-mach-e-packages-2","ariaLabel":"","title":"*","description":"<p>*Not included when ordered with the California Special Package.</p>\n"},"464":{"id":"vehicle-details-prototype-models-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype models shown throughout.1646Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"463":{"id":"2026-bronco-sport-bb","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $35,145<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model shown.</p>\n"},"464":{"id":"2026-mustang-mach-e-packages-2","ariaLabel":"","title":"*","description":"<p>*Not included when ordered with the California Special Package.</p>\n"},"465":{"id":"vehicle-details-prototype-models-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype models shown throughout.
1648Do not attempt.</p>\n"},"465":{"id":"accessories-holiday-performance-parts","ariaLabel":"","title":"*","description":"<p>*Offer valid 12/09/25-12/18/25 for e-commerce purchases of accessories or Ford Performance Parts from ford.com/accessories.1650Do not attempt.</p>\n"},"466":{"id":"accessories-holiday-performance-parts","ariaLabel":"","title":"*","description":"<p>*Offer valid 12/09/25-12/18/25 for e-commerce purchases of accessories or Ford Performance Parts from ford.com/accessories.
1660Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"466":{"id":"requires-available-generlink-transfer-switch-sold-separately","ariaLabel":"","title":"*","description":"<p>*Requires available GenerLink transfer switch, sold separately.</p>\n"},"467":{"id":"this-round-of-applications-will-cover-the-next-three-years","ariaLabel":"","title":"*","description":"<p>This round of applications will cover the next three years of production (27-29MY orders).1662Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"467":{"id":"requires-available-generlink-transfer-switch-sold-separately","ariaLabel":"","title":"*","description":"<p>*Requires available GenerLink transfer switch, sold separately.</p>\n"},"468":{"id":"this-round-of-applications-will-cover-the-next-three-years","ariaLabel":"","title":"*","description":"<p>This round of applications will cover the next three years of production (27-29MY orders).
1661This application process will be open April 17th - May 18th, 2026.</p>\n"},"468":{"id":"an-activated-vehicle-modem-and-the-fordpass-app-are-required","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, and the Ford app are required for remote features.1663This application process will be open April 17th - May 18th, 2026.</p>\n"},"469":{"id":"an-activated-vehicle-modem-and-the-fordpass-app-are-required","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, and the Ford app are required for remote features.
1663Remote features may vary by model.</p>\n"},"469":{"id":"available-connectivity-second-row","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.1665Remote features may vary by model.</p>\n"},"470":{"id":"available-connectivity-second-row","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.
1667Terms apply.</p>\n"},"470":{"id":"DiscF150MaxTowRating","ariaLabel":"","title":"*","description":"<p>*Max towing of 12,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.1669Terms apply.</p>\n"},"471":{"id":"DiscF150MaxTowRating","ariaLabel":"","title":"*","description":"<p>*Max towing of 12,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
1670Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"471":{"id":"t2-owner-service-lifetime-brake-pads","ariaLabel":"t2-owner-service-lifetime-brake-pads","title":"Disclosure","description":"<p>*Available for Motorcraft® brake pads purchased after 7/1/14.1672Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"472":{"id":"t2-owner-service-lifetime-brake-pads","ariaLabel":"t2-owner-service-lifetime-brake-pads","title":"Disclosure","description":"<p>*Available for Motorcraft® brake pads purchased after 7/1/14.
1679Quick Lane® and Motorcraft® are registered trademarks of Ford Motor Company.<b></b></p>\n"},"472":{"id":"disclaimer-max-payload-f150","ariaLabel":"","title":"*","description":"<p>*Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.1681Quick Lane® and Motorcraft® are registered trademarks of Ford Motor Company.<b></b></p>\n"},"473":{"id":"disclaimer-max-payload-f150","ariaLabel":"","title":"*","description":"<p>*Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.
1682Always properly secure cargo.</p>\n"},"473":{"id":"t2-a250-img-detail-maverick","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>® </sup>XLT model shown.</p>\n<p><a href=\"https://www.motortrend.com/news/ford-maverick-2026-truck-of-the-year\">https://www.motortrend.com/news/ford-maverick-2026-truck-of-the-year</a></p>\n"},"474":{"id":"PrototypeVehicleShownMustang","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.1684Always properly secure cargo.</p>\n"},"474":{"id":"t2-a250-img-detail-maverick","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>® </sup>XLT model shown.</p>\n<p><a href=\"https://www.motortrend.com/news/ford-maverick-2026-truck-of-the-year\">https://www.motortrend.com/news/ford-maverick-2026-truck-of-the-year</a></p>\n"},"475":{"id":"PrototypeVehicleShownMustang","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.
1684Available summer 2026.</p>\n"},"475":{"id":"t2-philadelphia-harrisburg-allentown-homepage-billboard","ariaLabel":"","title":"Disclosures","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.1686Available summer 2026.</p>\n"},"476":{"id":"t2-philadelphia-harrisburg-allentown-homepage-billboard","ariaLabel":"","title":"Disclosures","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.
1685Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"476":{"id":"t2-feb-works-offer-2","ariaLabel":"","title":"**","description":"<p class=\"Default\"><a name=\"_Hlk215734758\"></a>**Limitations apply.1687Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"477":{"id":"t2-feb-works-offer-2","ariaLabel":"","title":"**","description":"<p class=\"Default\"><a name=\"_Hlk215734758\"></a>**Limitations apply.
1689Motorcraft® and Omnicraft™ are trademarks of Ford Motor Company.</p>"},"477":{"id":"fba-roadside-assistance-complimentary-offering-owners-5-years-or-60000-miles","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per-service fee.1691Motorcraft® and Omnicraft™ are trademarks of Ford Motor Company.</p>"},"478":{"id":"fba-roadside-assistance-complimentary-offering-owners-5-years-or-60000-miles","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per-service fee.
1692EV Owners: Beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.</p>\n"},"478":{"id":"max-gooseneck-tow-rating-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.1694EV Owners: Beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.</p>\n"},"479":{"id":"max-gooseneck-tow-rating-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
1698Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"479":{"id":"2026-bronco-sport-outer-banks-vehicledetails","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport® Outer Banks® model with optional equipment and extra-cost color option shown.</p>\n"},"480":{"id":"DisclosureMaxAvailableTowing","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> Crew Cab models with available Trailer Tow Package.1700Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"480":{"id":"awards-migration-4","ariaLabel":"","title":"Award Details","description":"<p>Government 5-Star Safety Ratings are part of the National Highway Traffic Safety Administration’s (NHTSA’s) New Car Assessment Program (<a href=\"https://www.nhtsa.gov/#!external\" target=\"_blank\" aria-label=\"Learn More about National Highway Traffic Safety Administration\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.nhtsa.gov/&quot;}}\">www.nhtsa.gov</a>).</p>\n"},"481":{"id":"2026-bronco-sport-outer-banks-vehicledetails","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport® Outer Banks® model with optional equipment and extra-cost color option shown.</p>\n"},"482":{"id":"DisclosureMaxAvailableTowing","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> Crew Cab models with available Trailer Tow Package.
1701Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"481":{"id":"bfn-sse-2024-year-end-hourly","ariaLabel":"","title":"*","description":"<p>*Based on 2024 year-end hourly employment data.</p>\n"},"482":{"id":"extra-color-option-1","ariaLabel":"","title":"*","description":"<p>*Extra-cost color option shown.</p>\n"},"483":{"id":"horsepower-torque-expedition","ariaLabel":"","title":"**","description":"<p>**Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"484":{"id":"Badlands-model-with-starting-bronco-2025","ariaLabel":"","title":"Vehicle Details","description":"<p>Badlands model with starting at MSRP of $65,035 including D&amp;D.1703Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"483":{"id":"bfn-sse-2024-year-end-hourly","ariaLabel":"","title":"*","description":"<p>*Based on 2024 year-end hourly employment data.</p>\n"},"484":{"id":"extra-color-option-1","ariaLabel":"","title":"*","description":"<p>*Extra-cost color option shown.</p>\n"},"485":{"id":"horsepower-torque-expedition","ariaLabel":"","title":"**","description":"<p>**Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"486":{"id":"Badlands-model-with-starting-bronco-2025","ariaLabel":"","title":"Vehicle Details","description":"<p>Badlands model with starting at MSRP of $65,035 including D&amp;D.
1703Aftermarket accessories shown.</p>\n"},"485":{"id":"epa-estimated-rating","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/FWD drivetrain.1705Aftermarket accessories shown.</p>\n"},"487":{"id":"epa-estimated-rating","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/36 hwy/39 combined mpg, 2.5L iVCT Atkinson Cycle I-4 Hybrid engine/eCVT/FWD drivetrain.
1704Actual mileage will vary.</p>\n"},"486":{"id":"image-details-maverick-xlt","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with available Ford Accessories shown.</p>\n"},"487":{"id":"max-payload-2-1775-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,775 lbs available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.1706Actual mileage will vary.</p>\n"},"488":{"id":"image-details-maverick-xlt","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® XLT with available Ford Accessories shown.</p>\n"},"489":{"id":"max-payload-2-1775-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,775 lbs available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.
1707Always properly secure cargo.</p>\n"},"488":{"id":"ford-performance-extreme-cat-back-exhaust-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Extreme Cat-back Exhaust</p>\n"},"489":{"id":"ford-mobile-service-image-details","ariaLabel":"","title":"Image Details","description":"<p>Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.1709Always properly secure cargo.</p>\n"},"490":{"id":"ford-performance-extreme-cat-back-exhaust-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Extreme Cat-back Exhaust</p>\n"},"491":{"id":"ford-mobile-service-image-details","ariaLabel":"","title":"Image Details","description":"<p>Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
1708Does not include parts or repair charges.</p>\n"},"490":{"id":"t2-cc-f150-towing-img","ariaLabel":"t2-cc-f150-towing-img","title":"Image Details","description":"<p>2026 Ford F-150®XLT model with optional equipment and extra-cost color option shown.</p>\n"},"491":{"id":"2025-explorer-st-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST shown with extra-cost color option.</p>\n"},"492":{"id":"cargo-load-and-owners-manual-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.<br>\nSee Owner's Manual for important operating instructions.</p>\n"},"493":{"id":"EPA-estimated-maverick-2026-mdl-lariat","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 39 city/32 hwy/36 combined, Lariat model with 2.5L hybrid engine, Power-Split Electric CVT, and AWD.1710Does not include parts or repair charges.</p>\n"},"492":{"id":"t2-cc-f150-towing-img","ariaLabel":"t2-cc-f150-towing-img","title":"Image Details","description":"<p>2026 Ford F-150®XLT model with optional equipment and extra-cost color option shown.</p>\n"},"493":{"id":"2025-explorer-st-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST shown with extra-cost color option.</p>\n"},"494":{"id":"cargo-load-and-owners-manual-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.<br>\nSee Owner's Manual for important operating instructions.</p>\n"},"495":{"id":"EPA-estimated-maverick-2026-mdl-lariat","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 39 city/32 hwy/36 combined, Lariat model with 2.5L hybrid engine, Power-Split Electric CVT, and AWD.
1709Actual mileage will vary.</p>\n"},"494":{"id":"max-payload-8700-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,700 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 5.2L Supercharged V8 engine.1711Actual mileage will vary.</p>\n"},"496":{"id":"max-payload-8700-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,700 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 5.2L Supercharged V8 engine.
1711Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"495":{"id":"image-details-actual-mileage-may-vary","ariaLabel":"","title":"Image Details","description":"<p>Actual mileage may vary</p>\n"},"496":{"id":"Supplies-are-limited-bronco-sport-free-wheeling","ariaLabel":"","title":"*","description":"<p>Bronco Sport<sup>®</sup> Free Wheeling<sup>™</sup> supplies are limited.1713Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"497":{"id":"image-details-actual-mileage-may-vary","ariaLabel":"","title":"Image Details","description":"<p>Actual mileage may vary</p>\n"},"498":{"id":"Supplies-are-limited-bronco-sport-free-wheeling","ariaLabel":"","title":"*","description":"<p>Bronco Sport<sup>®</sup> Free Wheeling<sup>™</sup> supplies are limited.
1713See your dealer for details.</p>\n"},"497":{"id":"as-shown-price-sd-350kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,075.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"498":{"id":"DiscElegibleVehiclesTechEscape","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.1715See your dealer for details.</p>\n"},"499":{"id":"as-shown-price-sd-350kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,075.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"500":{"id":"DiscElegibleVehiclesTechEscape","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.
1714Use voice controls.</p>\n"},"499":{"id":"2026-us-bronco-sport-tech-2","ariaLabel":"","title":"*","description":"<p>*For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"500":{"id":"SeatBelt","ariaLabel":"","title":"*","description":"<p>*Always&nbsp;wear&nbsp;your&nbsp;safety&nbsp;belt&nbsp;and&nbsp;secure&nbsp;children&nbsp;in&nbsp;the&nbsp;rear&nbsp;seat.</p>\n"},"501":{"id":"estimatedfuelsavingsf150","ariaLabel":"","title":"*","description":"<p>*Estimated fuel savings are based on comparison between 2025 F-150 Lightning<sup>®</sup> Lariat<sup>®</sup> with an EPA-est. combined consumption rate of 48 kWh/100 miles and 2025 Ford F-150 3.5L EcoBoost 4x4 with an EPA-est. combined rating of 19 MPG.1716Use voice controls.</p>\n"},"501":{"id":"2026-us-bronco-sport-tech-2","ariaLabel":"","title":"*","description":"<p>*For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"502":{"id":"SeatBelt","ariaLabel":"","title":"*","description":"<p>*Always&nbsp;wear&nbsp;your&nbsp;safety&nbsp;belt&nbsp;and&nbsp;secure&nbsp;children&nbsp;in&nbsp;the&nbsp;rear&nbsp;seat.</p>\n"},"503":{"id":"estimatedfuelsavingsf150","ariaLabel":"","title":"*","description":"<p>*Estimated fuel savings are based on comparison between 2025 F-150 Lightning<sup>®</sup> Lariat<sup>®</sup> with an EPA-est. combined consumption rate of 48 kWh/100 miles and 2025 Ford F-150 3.5L EcoBoost 4x4 with an EPA-est. combined rating of 19 MPG.
1716Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"502":{"id":"properly-equipped-payload-towing-independent-target","ariaLabel":"","title":"**","description":"<p>**When properly equipped.1718Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"504":{"id":"properly-equipped-payload-towing-independent-target","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
1717Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"503":{"id":"update disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 4/1/2026 and 07/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.1719Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"505":{"id":"update disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 4/1/2026 and 07/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
1724See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"504":{"id":"disclosure-max-towing-maverick","ariaLabel":"","title":"**","description":"<p>Max towing on AWD models with available Max Trailer Tow Package.1726See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"506":{"id":"disclosure-max-towing-maverick","ariaLabel":"","title":"**","description":"<p>Max towing on AWD models with available Max Trailer Tow Package.
1727Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"505":{"id":"PreproductionModelShownEntryPoint","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.1729Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"507":{"id":"PreproductionModelShownEntryPoint","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
1732Extra-cost color option.</p>\n"},"506":{"id":"Discbillboardtier2f150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"507":{"id":"driver-assist-features-disclaimer","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.1734Extra-cost color option.</p>\n"},"508":{"id":"t2-hp-memorial-day-bronco","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco Sport® Big Bend® model shown. © 2026 Ford Motor Company.
1735Bronco Sport is a trademark of Ford Motor Company or its affiliates.
1736All rights reserved.</p>\n"},"509":{"id":"Discbillboardtier2f150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"510":{"id":"driver-assist-features-disclaimer","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
1735See Owner’s Manual for details and limitations.</p>\n"},"508":{"id":"T2-compare-2024-bronco-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup>&nbsp;standard.1739See Owner’s Manual for details and limitations.</p>\n"},"511":{"id":"T2-compare-2024-bronco-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup>&nbsp;standard.
1737Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"509":{"id":"2026-kf-dark-house-sc-2","ariaLabel":"","title":"*","description":"<p>*In total, Mustang Dark Horse<sup>®</sup> SC with Track Pack produces 620 pounds of rear downforce at 180 miles per hour.</p>\n"},"510":{"id":"","ariaLabel":"","title":"","description":""},"511":{"id":"DiscImageDetailsExtraCost","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color shown.</p>\n"},"512":{"id":"buyers-yese-mache-1","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> limited-term financing.1741Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"512":{"id":"2026-kf-dark-house-sc-2","ariaLabel":"","title":"*","description":"<p>*In total, Mustang Dark Horse<sup>®</sup> SC with Track Pack produces 620 pounds of rear downforce at 180 miles per hour.</p>\n"},"513":{"id":"","ariaLabel":"","title":"","description":""},"514":{"id":"DiscImageDetailsExtraCost","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color shown.</p>\n"},"515":{"id":"buyers-yese-mache-1","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> limited-term financing.
1745Please contact your Ford Dealer for the most current inventory status.</p>"},"513":{"id":"frontseatbeltsvehicledetails","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belts (safety belts) removed in order to provide a clear view of the vehicle interior.</p>\n"},"514":{"id":"rear-cameras-driver-assist-bfn","ariaLabel":"","title":"Image Details","description":"<p>Rear cameras only operate at speeds under 6 miles per hour.1749Please contact your Ford Dealer for the most current inventory status.</p>"},"516":{"id":"frontseatbeltsvehicledetails","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belts (safety belts) removed in order to provide a clear view of the vehicle interior.</p>\n"},"517":{"id":"rear-cameras-driver-assist-bfn","ariaLabel":"","title":"Image Details","description":"<p>Rear cameras only operate at speeds under 6 miles per hour.
1748See Owner's Manual for details and limitations.</p>\n"},"515":{"id":"disclosure-ford-pass","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.1752See Owner's Manual for details and limitations.</p>\n"},"518":{"id":"disclosure-ford-pass","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
1751Visit ford.com for our privacy notice.</p>\n"},"516":{"id":"requires-nacs-02","ariaLabel":"","title":"*","description":"<p>*Requires NACS fast charging adapter.</p>\n"},"517":{"id":"disclaimer-asterisk-mach-e-rally-key-features","ariaLabel":"","title":"*","description":"<p>*The Mustang Mach-E GT<sup>™</sup> Performance Upgrade values are calculated via peak performance of the electric motor(s) and peak battery power.1755Visit ford.com for our privacy notice.</p>\n"},"519":{"id":"requires-nacs-02","ariaLabel":"","title":"*","description":"<p>*Requires NACS fast charging adapter.</p>\n"},"520":{"id":"disclaimer-asterisk-mach-e-rally-key-features","ariaLabel":"","title":"*","description":"<p>*The Mustang Mach-E GT<sup>™</sup> Performance Upgrade values are calculated via peak performance of the electric motor(s) and peak battery power.
1752Your results may vary.</p>\n"},"518":{"id":"t2-compare-super-duty-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Platinum<sup>® </sup>Plus model with 6.7L HO engine shown.</p>\n"},"519":{"id":"DiscVanWagon2026Non-Ecoboost","ariaLabel":"","title":"*","description":"<p>*When properly equipped.1756Your results may vary.</p>\n"},"521":{"id":"t2-compare-super-duty-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Platinum<sup>® </sup>Plus model with 6.7L HO engine shown.</p>\n"},"522":{"id":"DiscVanWagon2026Non-Ecoboost","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
1753Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"520":{"id":"as-shown-price-explorer-st-line","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $45,650.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Explorer<sup>®</sup> ST-Line model shown with extra-cost color option.1757Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"523":{"id":"as-shown-price-explorer-st-line","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $45,650.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Explorer<sup>®</sup> ST-Line model shown with extra-cost color option.
1754Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"521":{"id":"discloseDriverAssistManual","ariaLabel":"","title":"Image Details","description":"<p>Driver-assist features are supplemental and do not replace the driver's attention, judgment and need to control the vehicle.1758Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"524":{"id":"discloseDriverAssistManual","ariaLabel":"","title":"Image Details","description":"<p>Driver-assist features are supplemental and do not replace the driver's attention, judgment and need to control the vehicle.
1756See Owner's Manual for details and limitations.</p>\n"},"522":{"id":"driver-assist-bronco-2025","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment and need to control the vehicle.1760See Owner's Manual for details and limitations.</p>\n"},"525":{"id":"driver-assist-bronco-2025","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment and need to control the vehicle.
1758It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.&nbsp;Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"523":{"id":"as-shown-price-explorer-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $48,960.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model shown with extra-cost color option.1762It’s always possible to lose control of a vehicle due to inappropriate driver input for the conditions.&nbsp;Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"526":{"id":"as-shown-price-explorer-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $48,960.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model shown with extra-cost color option.
1759Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"524":{"id":"video-details-introducing-tremor-media-launch-disclaimer","ariaLabel":"","title":"Video details","description":"<p>Model shown with optional features and available Ford accessories.1763Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"527":{"id":"video-details-introducing-tremor-media-launch-disclaimer","ariaLabel":"","title":"Video details","description":"<p>Model shown with optional features and available Ford accessories.
1760Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"525":{"id":"assumes48kwhuseperday","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.1764Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"528":{"id":"assumes48kwhuseperday","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.
1762Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"526":{"id":"t2-tax-savings-billboard","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.1766Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"529":{"id":"t2-tax-savings-billboard","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.
1765Customers should consult with their own tax or legal professional.</p>"},"527":{"id":"brembo-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Brembo is a trademark of Brembo S.p.A.</p>\n"},"528":{"id":" T2-compare-mache-1","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range based on full charge.1769Customers should consult with their own tax or legal professional.</p>"},"530":{"id":"brembo-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Brembo is a trademark of Brembo S.p.A.</p>\n"},"531":{"id":" T2-compare-mache-1","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range based on full charge.
1766Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"529":{"id":"2026 ABM value practical carrusel disclaimer 3","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment, available Ford Accessories, and an extra-cost color option.</p>"},"530":{"id":"2026-mustang-mach-e-rally-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with extra-cost color shown.</p>\n"},"531":{"id":"image-details-2026-maverick-lobo","ariaLabel":"","title":"Image Details","description":"<p>Image Details: 2026 Maverick Lobo™ pickup in Velocity Blue Metallic.</p>\n"},"532":{"id":"t2-compare-super-duty-3a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XL model with available F-450 High-Capacity Gooseneck Tow Package shown.</p>\n"},"533":{"id":"t2-pitt-auto-show","ariaLabel":"t2-pitt-auto-show","title":"Disclosure","description":"<p>Offer available on select new 2025-2026 Ford vehicles.1770Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"532":{"id":"2026 ABM value practical carrusel disclaimer 3","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment, available Ford Accessories, and an extra-cost color option.</p>"},"533":{"id":"2026-mustang-mach-e-rally-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with extra-cost color shown.</p>\n"},"534":{"id":"image-details-2026-maverick-lobo","ariaLabel":"","title":"Image Details","description":"<p>Image Details: 2026 Maverick Lobo™ pickup in Velocity Blue Metallic.</p>\n"},"535":{"id":"t2-compare-super-duty-3a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XL model with available F-450 High-Capacity Gooseneck Tow Package shown.</p>\n"},"536":{"id":"t2-pitt-auto-show","ariaLabel":"t2-pitt-auto-show","title":"Disclosure","description":"<p>Offer available on select new 2025-2026 Ford vehicles.
1777See dealer for details</p>\n"},"534":{"id":"video-details-2026-bronco-sport-ext-design","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with available Ford accessories, optional equipment and extra-cost color shown.1781See dealer for details</p>\n"},"537":{"id":"video-details-2026-bronco-sport-ext-design","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with available Ford accessories, optional equipment and extra-cost color shown.
1778Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"535":{"id":"owners-manual-before-off-road","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"536":{"id":"t2-owner-service-low-price","ariaLabel":"t2-owner-service-low-price","title":"Disclosure","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.1782Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"538":{"id":"owners-manual-before-off-road","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"539":{"id":"t2-owner-service-low-price","ariaLabel":"t2-owner-service-low-price","title":"Disclosure","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.
1783Ford reserves the right to change, modify, or discontinue this program at any time.<b></b></p>\n"},"537":{"id":"DiscHeadlampsAndTaillamps","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.1787Ford reserves the right to change, modify, or discontinue this program at any time.<b></b></p>\n"},"540":{"id":"DiscHeadlampsAndTaillamps","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.
1785Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty and use appropriate safety gear.</p>\n"},"538":{"id":"game-only-functions-video","ariaLabel":"","title":"Video Details","description":"<p>Game only functions when vehicle is in park.</p>\n"},"539":{"id":"equipped2025expeditionfaqs","ariaLabel":"","title":"*","description":"<p>*When properly equipped.1789Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty and use appropriate safety gear.</p>\n"},"541":{"id":"game-only-functions-video","ariaLabel":"","title":"Video Details","description":"<p>Game only functions when vehicle is in park.</p>\n"},"542":{"id":"equipped2025expeditionfaqs","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
1787Towing capacity varies by model trim and equipment.</p>\n"},"540":{"id":"DisclosureFordPremiumConnectivityComplimentary","ariaLabel":"","title":"*","description":"<p>Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.1791Towing capacity varies by model trim and equipment.</p>\n"},"543":{"id":"DisclosureFordPremiumConnectivityComplimentary","ariaLabel":"","title":"*","description":"<p>Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.
1791Terms apply.</p>\n"},"541":{"id":"charge-time-based-on-manufacturer-tests","ariaLabel":"","title":"**","description":"<p>**Charge time based on manufacturer tests.1795Terms apply.</p>\n"},"544":{"id":"charge-time-based-on-manufacturer-tests","ariaLabel":"","title":"**","description":"<p>**Charge time based on manufacturer tests.
1793Your results may vary based on peak charging times, battery state of charge, lithium ion battery age, and state of health.</p>\n"},"542":{"id":"mustang-mach-e-rally-2026","ariaLabel":"","title":"*","description":"<p>*Standard on the Mustang Mach-E<sup>®</sup> Rally: 700 lb.-ft. of torque with 0-60 mph in 3.4 seconds.1797Your results may vary based on peak charging times, battery state of charge, lithium ion battery age, and state of health.</p>\n"},"545":{"id":"mustang-mach-e-rally-2026","ariaLabel":"","title":"*","description":"<p>*Standard on the Mustang Mach-E<sup>®</sup> Rally: 700 lb.-ft. of torque with 0-60 mph in 3.4 seconds.
1798Tested with optional summer tires.</p>\n"},"543":{"id":"asterisk-optional-equipment-and-extra-cost-color-option-shown","ariaLabel":"","title":"*","description":"<p>*Optional equipment and extra-cost color option shown.</p>\n"},"544":{"id":"2025 lightning target 5","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.1802Tested with optional summer tires.</p>\n"},"546":{"id":"asterisk-optional-equipment-and-extra-cost-color-option-shown","ariaLabel":"","title":"*","description":"<p>*Optional equipment and extra-cost color option shown.</p>\n"},"547":{"id":"2025 lightning target 5","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.
1799Computer-generated image shown.</p>\n"},"545":{"id":"T2-compare-ranger-4b","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup> engine.1803Computer-generated image shown.</p>\n"},"548":{"id":"T2-compare-ranger-4b","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup> engine.
1802Always properly secure cargo.</p>\n"},"546":{"id":"tremec-registered-trademark-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"547":{"id":"as-shown-pricing-target-exp-f150-cruiser-bb","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price&nbsp;$90,035<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup><sup><br>\n </sup>2025 Ford F-150<sup>®</sup> Platinum Plus in Marsh Gray shown.</p>\n"},"548":{"id":"current-manufacturer-suggested-sd","ariaLabel":"","title":"*","description":"<p>*Current Manufacturer Suggested Retail Price for base vehicle.1806Always properly secure cargo.</p>\n"},"549":{"id":"tremec-registered-trademark-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"550":{"id":"as-shown-pricing-target-exp-f150-cruiser-bb","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price&nbsp;$90,035<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup><sup><br>\n </sup>2025 Ford F-150<sup>®</sup> Platinum Plus in Marsh Gray shown.</p>\n"},"551":{"id":"current-manufacturer-suggested-sd","ariaLabel":"","title":"*","description":"<p>*Current Manufacturer Suggested Retail Price for base vehicle.
1807For all Mustang<sup>®</sup> Darkhorse<sup>™</sup> models, prices exclude gas guzzler tax.</p>\n"},"549":{"id":"Disclosure2025ExplorerActiveOptionalEquipmentExtraCostColorOptionShown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer Active(TM) model with optional equipment and extra-cost color option shown.</p>\n"},"550":{"id":"employee-pricing-starting-at","ariaLabel":"","title":"*","description":"<p>Current Manufacturer Suggested Retail Price (MSRP) for Employees on the base model.1811For all Mustang<sup>®</sup> Darkhorse<sup>™</sup> models, prices exclude gas guzzler tax.</p>\n"},"552":{"id":"Disclosure2025ExplorerActiveOptionalEquipmentExtraCostColorOptionShown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer Active(TM) model with optional equipment and extra-cost color option shown.</p>\n"},"553":{"id":"employee-pricing-starting-at","ariaLabel":"","title":"*","description":"<p>Current Manufacturer Suggested Retail Price (MSRP) for Employees on the base model.
1811See a participating dealer for details.</p>\n"},"551":{"id":"fordpass-app-disclaimer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.1815See a participating dealer for details.</p>\n"},"554":{"id":"fordpass-app-disclaimer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
1814Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"552":{"id":"requires-360-degree-camera-package","ariaLabel":"","title":"*","description":"<p>*Requires 360-Degree Camera Package.</p>\n"},"553":{"id":"select-mdp-range-disclaimer-two","ariaLabel":"","title":"*","description":"<p>*With available extended-range battery and available eAWD.</p>\n"},"554":{"id":"2026-us-bronco-sport-vhp","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.1818Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"555":{"id":"requires-360-degree-camera-package","ariaLabel":"","title":"*","description":"<p>*Requires 360-Degree Camera Package.</p>\n"},"556":{"id":"select-mdp-range-disclaimer-two","ariaLabel":"","title":"*","description":"<p>*With available extended-range battery and available eAWD.</p>\n"},"557":{"id":"2026-us-bronco-sport-vhp","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.
1816Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"555":{"id":"fba-only-available-ford-dealers-vehicle-returned-14-days-1000-miles","ariaLabel":"","title":"*","description":"<p>*Only available at participating Ford Dealers.1820Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"558":{"id":"fba-only-available-ford-dealers-vehicle-returned-14-days-1000-miles","ariaLabel":"","title":"*","description":"<p>*Only available at participating Ford Dealers.
1822See your dealer for important program guidelines and restrictions.</p>\n"},"556":{"id":"driver-safety-equipment-target","ariaLabel":"","title":"Image Details","description":"<p>Professional driver with special safety equipment.1826See your dealer for important program guidelines and restrictions.</p>\n"},"559":{"id":"driver-safety-equipment-target","ariaLabel":"","title":"Image Details","description":"<p>Professional driver with special safety equipment.
1824Do not attempt.</p>\n"},"557":{"id":"disclaimer-maycampaign-offerDetailemployeepricing","ariaLabel":"","title":"Offer Details","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford vehicle from a participating Ford Dealer.1828Do not attempt.</p>\n"},"560":{"id":"disclaimer-maycampaign-offerDetailemployeepricing","ariaLabel":"","title":"Offer Details","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford vehicle from a participating Ford Dealer.
1829Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.&nbsp; See dealer for details.</p>\n"},"558":{"id":"target-disclaimer-mustang-fastback-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> GT Fastback model with optional equipment and extra-cost color option shown. 2026 Ford Mustang<sup>®</sup> GT Premium Convertible model with optional equipment and extra-cost color option shown.</p>\n"},"559":{"id":"target-bb-f-150-lobo-as-shown ","ariaLabel":"","title":"As Shown Pricing","description":"<p>Preproduction model shown. 2025 F-150<sup>®</sup> STX model with F-150 Lobo<sup>™</sup> Package shown with pricing starting at $59,190.1833Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.&nbsp; See dealer for details.</p>\n"},"561":{"id":"target-disclaimer-mustang-fastback-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> GT Fastback model with optional equipment and extra-cost color option shown. 2026 Ford Mustang<sup>®</sup> GT Premium Convertible model with optional equipment and extra-cost color option shown.</p>\n"},"562":{"id":"target-bb-f-150-lobo-as-shown ","ariaLabel":"","title":"As Shown Pricing","description":"<p>Preproduction model shown. 2025 F-150<sup>®</sup> STX model with F-150 Lobo<sup>™</sup> Package shown with pricing starting at $59,190.
1832Arriving Fall 2025.</p>\n"},"560":{"id":"2026-explorer-tremor-banner-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Tremor<sup>®</sup> shown with optional equipment and available Ford Accessories.1836Arriving Fall 2025.</p>\n"},"563":{"id":"2026-explorer-tremor-banner-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Tremor<sup>®</sup> shown with optional equipment and available Ford Accessories.
1834Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"561":{"id":"disclaimer-max-towing-of-8,200-f150","ariaLabel":"","title":"**","description":"<p>**Max towing of 8,200 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.1838Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"564":{"id":"disclaimer-max-towing-of-8,200-f150","ariaLabel":"","title":"**","description":"<p>**Max towing of 8,200 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.
1836Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"562":{"id":"model-walk-disclosure-technology","ariaLabel":"","title":"*","description":"<p>*Closed-course use only.</p>\n"},"563":{"id":"ready-set-ford-adventure-bronco-sport-badlands-2","ariaLabel":"","title":"Image","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.1840Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"565":{"id":"model-walk-disclosure-technology","ariaLabel":"","title":"*","description":"<p>*Closed-course use only.</p>\n"},"566":{"id":"ready-set-ford-adventure-bronco-sport-badlands-2","ariaLabel":"","title":"Image","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.
1837Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use the appropriate safety gear.</p>\n"},"564":{"id":"as-shown-price-explorer-st-trim","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $45,650.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Ford Explorer<sup>®</sup> ST model shown with extra-cost color option.1841Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use the appropriate safety gear.</p>\n"},"567":{"id":"as-shown-price-explorer-st-trim","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $45,650.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026 Ford Explorer<sup>®</sup> ST model shown with extra-cost color option.
1838Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"565":{"id":"ready-set-ford-adventure-bronco-sport-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.1842Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"568":{"id":"ready-set-ford-adventure-bronco-sport-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.
1839Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"566":{"id":"max-payload-1740-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,740 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x2 with 5.0L V8 engine.1843Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"569":{"id":"max-payload-1740-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,740 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x2 with 5.0L V8 engine.
1842Always properly secure cargo.</p>"},"567":{"id":"Estimated fuel savings Mach-E 2026","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Estimated fuel savings are based on comparison between 2026 Mustang Mach-E<sup>®</sup> Select/Premium with standard-range battery and RWD with an EPA-est. combined consumption rate of 31 kWh/100 miles and 2026 Ford Escape 2.0L AWD with an EPA-est. combined rating of 26 MPG.1846Always properly secure cargo.</p>"},"570":{"id":"Estimated fuel savings Mach-E 2026","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Estimated fuel savings are based on comparison between 2026 Mustang Mach-E<sup>®</sup> Select/Premium with standard-range battery and RWD with an EPA-est. combined consumption rate of 31 kWh/100 miles and 2026 Ford Escape 2.0L AWD with an EPA-est. combined rating of 26 MPG.
1844Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"568":{"id":"2025-ranger-survives-baja","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional Driver on closed course.1848Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"571":{"id":"2025-ranger-survives-baja","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional Driver on closed course.
1845Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"569":{"id":"DiscTier2Card5F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color shown.</p>\n"},"570":{"id":"image-details-driver-assist-features-are-supplemental","ariaLabel":"","title":"Image details","description":"<p>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.1849Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"572":{"id":"DiscTier2Card5F150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color shown.</p>\n"},"573":{"id":"image-details-driver-assist-features-are-supplemental","ariaLabel":"","title":"Image details","description":"<p>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
1848See Owner’s Manual for details and limitations.</p>\n"},"571":{"id":"available-ford-accessories-2026-bronco","ariaLabel":"","title":"Video Details","description":"<p>Available Ford Accessories shown.1852See Owner’s Manual for details and limitations.</p>\n"},"574":{"id":"available-ford-accessories-2026-bronco","ariaLabel":"","title":"Video Details","description":"<p>Available Ford Accessories shown.
1849Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"572":{"id":"standard-30th-anniversary-2027-expedition","ariaLabel":"","title":"†","description":"<p>†Standard on 30th Anniversary Appearance Package, so it's not included in Driver's Package for that combination.1853Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"575":{"id":"standard-30th-anniversary-2027-expedition","ariaLabel":"","title":"†","description":"<p>†Standard on 30th Anniversary Appearance Package, so it's not included in Driver's Package for that combination.
1850Not included in Driver's Package for Expedition® Tremor, as it is already standard.</p>\n"},"573":{"id":"","ariaLabel":"","title":"","description":""},"574":{"id":"rsf-adventure-vlu-bronco-sport-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $43,600<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands package and Ruby Red extra-cost color shown.1854Not included in Driver's Package for Expedition® Tremor, as it is already standard.</p>\n"},"576":{"id":"","ariaLabel":"","title":"","description":""},"577":{"id":"rsf-adventure-vlu-bronco-sport-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $43,600<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands package and Ruby Red extra-cost color shown.
1851Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use the appropriate safety gear.</p>\n"},"575":{"id":"customers-have-the-option-to-add-a-bluecruise","ariaLabel":"","title":"*","description":"<p>*Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.1855Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use the appropriate safety gear.</p>\n"},"578":{"id":"customers-have-the-option-to-add-a-bluecruise","ariaLabel":"","title":"*","description":"<p>*Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.
1855See your authorized Ford dealer for details.</p>\n"},"576":{"id":"based-on-vocations-electric-vans","ariaLabel":"","title":"*","description":"<p>*Based on vocations in which registrations are reported in S&amp;P Global Mobility CY January-December 2023, US TIPNet, including Electric Cargo Vans, Passenger Vans, and Cutaway Vans.</p>\n"},"577":{"id":"rsf-thrill-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $35,930<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Maverick<sup>®</sup> Lobo<sup>™</sup> shown.</p>\n"},"578":{"id":"t2-truck-month-security-package","ariaLabel":"t2-truck-month-security-package","title":"*","description":"<p>*Ford Security Package requires the Ford app, formerly known as the FordPass<sup>®</sup> app, modem activation, and an activated plan.1859See your authorized Ford dealer for details.</p>\n"},"579":{"id":"based-on-vocations-electric-vans","ariaLabel":"","title":"*","description":"<p>*Based on vocations in which registrations are reported in S&amp;P Global Mobility CY January-December 2023, US TIPNet, including Electric Cargo Vans, Passenger Vans, and Cutaway Vans.</p>\n"},"580":{"id":"rsf-thrill-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $35,930<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Maverick<sup>®</sup> Lobo<sup>™</sup> shown.</p>\n"},"581":{"id":"t2-truck-month-security-package","ariaLabel":"t2-truck-month-security-package","title":"*","description":"<p>*Ford Security Package requires the Ford app, formerly known as the FordPass<sup>®</sup> app, modem activation, and an activated plan.
1862Terms apply.</p>\n"},"579":{"id":"disclaimer-max-towing-12,800-f150","ariaLabel":"","title":"†","description":"<p>†Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with available 5.0L V8 engine.1866Terms apply.</p>\n"},"582":{"id":"disclaimer-max-towing-12,800-f150","ariaLabel":"","title":"†","description":"<p>†Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with available 5.0L V8 engine.
1865Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"580":{"id":"T2-compare-ranger-1","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.1869Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"583":{"id":"T2-compare-ranger-1","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
1867Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"581":{"id":"matteblackdisclaimer2","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Script Badges</p>\n<p>Tell the world you drive a legend with these modern nods to the past.1871Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"584":{"id":"matteblackdisclaimer2","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Script Badges</p>\n<p>Tell the world you drive a legend with these modern nods to the past.
1868Matte black script lends a present-day presence while borrowing from 60 years of all-purpose capability and sophistication.</p>\n"},"582":{"id":"as-shown-price-sd-450xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $69,430.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XLT Crew Cab model with extra-cost color shown.</p>\n"},"583":{"id":"2026 US Super Duty Towing","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.1872Matte black script lends a present-day presence while borrowing from 60 years of all-purpose capability and sophistication.</p>\n"},"585":{"id":"as-shown-price-sd-450xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $69,430.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XLT Crew Cab model with extra-cost color shown.</p>\n"},"586":{"id":"2026 US Super Duty Towing","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
1873Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"584":{"id":"disclaimer-pre-production-model","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model with optional equipment shown.1877Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"587":{"id":"disclaimer-pre-production-model","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model with optional equipment shown.
1875See your local dealer for details.</p>\n"},"585":{"id":"expedition-media-ford-digital-experience-disclaimer","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connectivity plan.1879See your local dealer for details.</p>\n"},"588":{"id":"expedition-media-ford-digital-experience-disclaimer","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connectivity plan.
1880Game only functions when vehicle is in park.</p>\n"},"586":{"id":"bronco-big-bend-equipment","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Bronco<sup>®</sup> Big Bend model shown.1884Game only functions when vehicle is in park.</p>\n"},"589":{"id":"bronco-big-bend-equipment","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Bronco<sup>®</sup> Big Bend model shown.
1883All rights reserved.</p>\n"},"587":{"id":"vehicledetailswheelsshownarenotavailableforretailorder","ariaLabel":"","title":"Image Details","description":"<p>Wheels shown are not available for retail order.1887All rights reserved.</p>\n"},"590":{"id":"vehicledetailswheelsshownarenotavailableforretailorder","ariaLabel":"","title":"Image Details","description":"<p>Wheels shown are not available for retail order.
1885Please see your dealer for current inventory status.</p>\n"},"588":{"id":"2026-ford-bronco-badlands-equipment-shown-owner-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco® Badlands<sup>®</sup> model with optional equipment shown.1889Please see your dealer for current inventory status.</p>\n"},"591":{"id":"2026-ford-bronco-badlands-equipment-shown-owner-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco® Badlands<sup>®</sup> model with optional equipment shown.
1888See your Owner’s Manual for detailed information.</p>\n"},"589":{"id":"as-shown-price-sd-250xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $48,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XL Regular Cab 4x4 model shown.</p>\n"},"590":{"id":"2026-f-150-mp-billboard-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $70,020.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"591":{"id":"disclaimer-max-payload-of-1,740-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,740 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with 3.5L PowerBoost<sup>®</sup> engine.1892See your Owner’s Manual for detailed information.</p>\n"},"592":{"id":"as-shown-price-sd-250xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $48,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XL Regular Cab 4x4 model shown.</p>\n"},"593":{"id":"2026-f-150-mp-billboard-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $70,020.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"594":{"id":"disclaimer-max-payload-of-1,740-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,740 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with 3.5L PowerBoost<sup>®</sup> engine.
1891Always properly secure cargo.</p>\n"},"592":{"id":"disclaimer2025rangerlariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat pickup with optional equipment shown.</p>\n"},"593":{"id":"wifi-details","ariaLabel":"Provides user with information regarding the Connectivity Package Wi-Fi","title":"*","description":"<p><strong><em>Wi-Fi® Details</em></strong></p><p><em>Data speeds may be slowed down after 50GB of usage within a 30-day period.1895Always properly secure cargo.</p>\n"},"595":{"id":"disclaimer2025rangerlariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat pickup with optional equipment shown.</p>\n"},"596":{"id":"wifi-details","ariaLabel":"Provides user with information regarding the Connectivity Package Wi-Fi","title":"*","description":"<p><strong><em>Wi-Fi® Details</em></strong></p><p><em>Data speeds may be slowed down after 50GB of usage within a 30-day period.
1893Use voice controls.</em></p>"},"594":{"id":"image-details-ford-security-package","ariaLabel":"","title":"Image Details","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.1897Use voice controls.</em></p>"},"597":{"id":"image-details-ford-security-package","ariaLabel":"","title":"Image Details","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.
1899Terms apply.</p>\n"},"595":{"id":"based-on-active-charging-stations-in-fords-ocpi-data-2024","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in Ford’s OCPI data from Ford’s CMS partners, generated between 9/1/2024 and 10/11/2024.1903Terms apply.</p>\n"},"598":{"id":"based-on-active-charging-stations-in-fords-ocpi-data-2024","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in Ford’s OCPI data from Ford’s CMS partners, generated between 9/1/2024 and 10/11/2024.
1900Numbers subject to change.</p>\n"},"596":{"id":"CargoAndLoadCapacityLimited","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.1904Numbers subject to change.</p>\n"},"599":{"id":"CargoAndLoadCapacityLimited","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.
1901Properly secure all cargo.</p>\n"},"597":{"id":"2026MvckLoboOptional","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick Lobo<sup>™</sup> with optional equipment shown.</p>\n"},"598":{"id":"2025-ranger-asp-disc","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,070<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>. 2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.1905Properly secure all cargo.</p>\n"},"600":{"id":"2026MvckLoboOptional","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick Lobo<sup>™</sup> with optional equipment shown.</p>\n"},"601":{"id":"2025-ranger-asp-disc","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,070<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>. 2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.
1906Does not include A Z or X Plan price.</p>\n"},"599":{"id":"2025-Explorer-Hero-Billboard-Image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,695<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford Explorer® ST in Vapor Blue (extra cost color option) and available 4WD with Panoramic Vista Roof®.</p>\n<p>&nbsp;</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"600":{"id":"DisclosureMustangBillboardAsShown","ariaLabel":"","title":"Image Details","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Mustang® Dark Horse Premium with available Dark Horse Appearance Package in Blue Ember (extra-cost color option).</p>\n"},"601":{"id":"ask-your-dealer-disclaimer","ariaLabel":"","title":"*","description":"<p>*For important participation details and mileage limitations, please ask your dealer.</p>\n"},"602":{"id":"T2-compare-expedition-1b","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs. available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.1910Does not include A Z or X Plan price.</p>\n"},"602":{"id":"2025-Explorer-Hero-Billboard-Image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,695<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford Explorer® ST in Vapor Blue (extra cost color option) and available 4WD with Panoramic Vista Roof®.</p>\n<p>&nbsp;</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"603":{"id":"DisclosureMustangBillboardAsShown","ariaLabel":"","title":"Image Details","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Mustang® Dark Horse Premium with available Dark Horse Appearance Package in Blue Ember (extra-cost color option).</p>\n"},"604":{"id":"ask-your-dealer-disclaimer","ariaLabel":"","title":"*","description":"<p>*For important participation details and mileage limitations, please ask your dealer.</p>\n"},"605":{"id":"T2-compare-expedition-1b","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs. available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.
1908Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"603":{"id":"closed-track-drift-brake-is-intended-for-track-use-only","ariaLabel":"","title":"Image Details","description":"<p>Closed track.1912Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"606":{"id":"closed-track-drift-brake-is-intended-for-track-use-only","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
1912Optional equipment shown.</p>\n"},"604":{"id":"bronco-as-shown-price-64860-badlands","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $64,860.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> shown in Marsh Gray with optional equipment.1916Optional equipment shown.</p>\n"},"607":{"id":"bronco-as-shown-price-64860-badlands","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $64,860.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> shown in Marsh Gray with optional equipment.
1913Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"605":{"id":"image-details-bronco-2025","ariaLabel":"","title":"Image Details","description":"<p>Always determine the water depth before attempting a crossing and proceed slowly.1917Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"608":{"id":"image-details-bronco-2025","ariaLabel":"","title":"Image Details","description":"<p>Always determine the water depth before attempting a crossing and proceed slowly.
1914Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"606":{"id":"target-disclaimer-bronco-sport-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"607":{"id":"ford-charge-station-pro-qmerit-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new Ford F-150 Lightning<sup>®&nbsp;</sup>pickup, Mustang Mach-E<sup>®</sup> SUV, or E-Transit<sup>™</sup> Cargo Van from a participating Ford Dealer between 10/1/2024 and 1/2/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation or (b) $2,000 bonus cash.1918Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"609":{"id":"target-disclaimer-bronco-sport-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"610":{"id":"ford-charge-station-pro-qmerit-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new Ford F-150 Lightning<sup>®&nbsp;</sup>pickup, Mustang Mach-E<sup>®</sup> SUV, or E-Transit<sup>™</sup> Cargo Van from a participating Ford Dealer between 10/1/2024 and 1/2/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation or (b) $2,000 bonus cash.
1920See your Ford Dealer for details and terms.</p>\n"},"608":{"id":"FordPassAppDisclaimer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.1924See your Ford Dealer for details and terms.</p>\n"},"611":{"id":"FordPassAppDisclaimer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
1923Visit <a href=\"http://ford.com/\" target=\"_blank\">ford.com</a> for our privacy notice.</p>\n"},"609":{"id":"updated-charger-and-installation-offer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150<sup>®</sup> Lightning<sup>®</sup>, or 2025 or 2026 Mustang Mach-E<sup>®</sup>, from a participating Ford dealer between 4/1/2026 and 07/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.1927Visit <a href=\"http://ford.com/\" target=\"_blank\">ford.com</a> for our privacy notice.</p>\n"},"612":{"id":"updated-charger-and-installation-offer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150<sup>®</sup> Lightning<sup>®</sup>, or 2025 or 2026 Mustang Mach-E<sup>®</sup>, from a participating Ford dealer between 4/1/2026 and 07/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
1930See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"610":{"id":"DiscDeductibleReimbursement","ariaLabel":"","title":"*","description":"<p>*Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or the U.S. territories.1934See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"613":{"id":"DiscDeductibleReimbursement","ariaLabel":"","title":"*","description":"<p>*Deductible Reimbursement is not currently available in CA, FL, KY, LA, MO, NY, TN, Canada or the U.S. territories.
1931Terms apply.</p>\n"},"611":{"id":"removal-doors-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.1935Terms apply.</p>\n"},"614":{"id":"removal-doors-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.
1933Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"612":{"id":"CoastalDisclaimer2","ariaLabel":"","title":"Image Details","description":"<p>Outer Banks Silver Fender Flares</p>\n<p>Protect your paint with Iconic Silver fender flares modeled after Bronco SUVs of the 1960s and 70s.1937Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"615":{"id":"CoastalDisclaimer2","ariaLabel":"","title":"Image Details","description":"<p>Outer Banks Silver Fender Flares</p>\n<p>Protect your paint with Iconic Silver fender flares modeled after Bronco SUVs of the 1960s and 70s.
1934Look classic and stay confident you'll leave the beach with memories made, not rock rash.</p>\n"},"613":{"id":"image-details-mach-e-gt-gallery-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment shown.</p>\n"},"614":{"id":"disc-3-horsepower-torque","ariaLabel":"","title":"†","description":"<p>†When properly equipped.1938Look classic and stay confident you'll leave the beach with memories made, not rock rash.</p>\n"},"616":{"id":"image-details-mach-e-gt-gallery-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment shown.</p>\n"},"617":{"id":"disc-3-horsepower-torque","ariaLabel":"","title":"†","description":"<p>†When properly equipped.
1935Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"615":{"id":"select-mpd-mach-e-disclaimer-two","ariaLabel":"","title":"**","description":"<p>**On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.1939Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"618":{"id":"select-mpd-mach-e-disclaimer-two","ariaLabel":"","title":"**","description":"<p>**On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.
1936Based on internal testing with optional summer tires.</p>\n"},"616":{"id":"LaneKeeping","ariaLabel":"","title":"*","description":"<p>*Lane-Keeping System does not control steering.1940Based on internal testing with optional summer tires.</p>\n"},"619":{"id":"LaneKeeping","ariaLabel":"","title":"*","description":"<p>*Lane-Keeping System does not control steering.
1939See Owner’s Manual for details and limitations.</p>\n"},"617":{"id":"red-grille-letter-caps-fcg","ariaLabel":"","title":"Image Details","description":"<p>Red Grille Letter Caps</p>\n"},"618":{"id":"disclosure-escape-when-properly-equipped","ariaLabel":"","title":"†","description":"<p>†When properly equipped.1943See Owner’s Manual for details and limitations.</p>\n"},"620":{"id":"red-grille-letter-caps-fcg","ariaLabel":"","title":"Image Details","description":"<p>Red Grille Letter Caps</p>\n"},"621":{"id":"disclosure-escape-when-properly-equipped","ariaLabel":"","title":"†","description":"<p>†When properly equipped.
1940Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"619":{"id":"Disc360-DegreeCamera2025","ariaLabel":"","title":"*","description":"<p>*Front Cameras operate at speeds up to 13mph.1944Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"622":{"id":"Disc360-DegreeCamera2025","ariaLabel":"","title":"*","description":"<p>*Front Cameras operate at speeds up to 13mph.
1942Ranger<sup>®</sup> XLT model shown.</p>\n"},"620":{"id":"roadside-assistance-asterisk-disc-1","ariaLabel":"","title":"*","description":"<p>*Roadside Assistance is included for certain owners and available to everyone for a per-service fee.1946Ranger<sup>®</sup> XLT model shown.</p>\n"},"623":{"id":"roadside-assistance-asterisk-disc-1","ariaLabel":"","title":"*","description":"<p>*Roadside Assistance is included for certain owners and available to everyone for a per-service fee.
1944Ford Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever comes first.</p>\n"},"621":{"id":"disclaimer-ranger-lariat-extra-cost-color-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> with optional equipment shown.1948Ford Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever comes first.</p>\n"},"624":{"id":"disclaimer-ranger-lariat-extra-cost-color-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> with optional equipment shown.
1946Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"622":{"id":"with-available-3-ecoboost-engine","ariaLabel":"","title":"*","description":"<p>*With available 3.0L EcoBoost<sup>®</sup> V6 engine.</p>\n"},"623":{"id":"DiscBroncoMDP2026FAQ","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"624":{"id":"T2-compare-lightning-5b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"625":{"id":"shownpricemaverick2026bb","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n<p>$31,140 (does not include D&amp;D fees).</p>\n"},"626":{"id":"as-shown-price-sd-250kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $77,775.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"627":{"id":"video-details-manual-before-off-road-driving","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"628":{"id":"availableconnectivityfeatures","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.1950Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"625":{"id":"with-available-3-ecoboost-engine","ariaLabel":"","title":"*","description":"<p>*With available 3.0L EcoBoost<sup>®</sup> V6 engine.</p>\n"},"626":{"id":"DiscBroncoMDP2026FAQ","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"627":{"id":"T2-compare-lightning-5b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"628":{"id":"shownpricemaverick2026bb","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n<p>$31,140 (does not include D&amp;D fees).</p>\n"},"629":{"id":"as-shown-price-sd-250kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $77,775.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"630":{"id":"video-details-manual-before-off-road-driving","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"631":{"id":"availableconnectivityfeatures","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.
1950Terms apply.</p>\n"},"629":{"id":"ford-experience-hub-disc-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.1954Terms apply.</p>\n"},"632":{"id":"ford-experience-hub-disc-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
1951Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"630":{"id":"message-and-data-rates-may-apply","ariaLabel":"","title":"*","description":"<p>*Message and Data Rates May Apply.1955Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"633":{"id":"message-and-data-rates-may-apply","ariaLabel":"","title":"*","description":"<p>*Message and Data Rates May Apply.
1956Customer must agree to Ford's Electric Vehicle 24/7 Live Support Service terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.</p>\n"},"631":{"id":"disc-2-horsepower-torque","ariaLabel":"","title":"**","description":"<p>**When properly equipped.1960Customer must agree to Ford's Electric Vehicle 24/7 Live Support Service terms and opt-in to phone and text communications for 24/7 Live Support and proactive charging support.</p>\n"},"634":{"id":"disc-2-horsepower-torque","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
1957Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"632":{"id":"details-2025-bronco-ownermanual-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> SUV with optional features shown.1961Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"635":{"id":"details-2025-bronco-ownermanual-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> SUV with optional features shown.
1958Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"633":{"id":"st-line-opt-equip-video-details","ariaLabel":"","title":"Video Details","description":"<p>ST-Line Elite model with optional equipment and extra-cost color shown.</p>\n"},"634":{"id":"as-ahown-price-active-100a","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $38,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup> 2026 Ford Explorer<sup>®</sup> Active 100A model shown.1962Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"636":{"id":"st-line-opt-equip-video-details","ariaLabel":"","title":"Video Details","description":"<p>ST-Line Elite model with optional equipment and extra-cost color shown.</p>\n"},"637":{"id":"as-ahown-price-active-100a","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $38,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8\n </sup> 2026 Ford Explorer<sup>®</sup> Active 100A model shown.
1959Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"635":{"id":"max-gooseneck-tow-rating-40000lbs-sd","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.1963Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"638":{"id":"max-gooseneck-tow-rating-40000lbs-sd","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
1962Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"636":{"id":"availableonlariat4x4onlyandkingranchmodels","ariaLabel":"","title":"*","description":"<p>*Available on Lariat<sup>®</sup> (4x4 only) and King Ranch<sup>®</sup> models.1966Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"639":{"id":"availableonlariat4x4onlyandkingranchmodels","ariaLabel":"","title":"*","description":"<p>*Available on Lariat<sup>®</sup> (4x4 only) and King Ranch<sup>®</sup> models.
1963King Ranch trim includes chrome front and rear bumpers.</p>\n"},"637":{"id":"extracost-and-package-shown-preproduction-actual-production-vehicle-will-vary","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Coupe with the FX Package and extra-cost color shown.1967King Ranch trim includes chrome front and rear bumpers.</p>\n"},"640":{"id":"extracost-and-package-shown-preproduction-actual-production-vehicle-will-vary","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Coupe with the FX Package and extra-cost color shown.
1965Available for retail order now, arriving fall 2025.</p>\n"},"638":{"id":"as-shown-price-sd-250xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $49,270.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XLT Regular Cab model with extra-cost color shown.</p>\n"},"639":{"id":"t2-tax-service-propower-onboard","ariaLabel":"","title":"Disclosure","description":"<p>See owner’s manual for important operating instructions.</p>\n"},"640":{"id":"ranger disclaimer faq 2","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Raptor<sup>®</sup> Crew Cab 4x4 with 3.0L EcoBoost<sup>®</sup> V6 engine.1969Available for retail order now, arriving fall 2025.</p>\n"},"641":{"id":"as-shown-price-sd-250xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $49,270.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XLT Regular Cab model with extra-cost color shown.</p>\n"},"642":{"id":"t2-tax-service-propower-onboard","ariaLabel":"","title":"Disclosure","description":"<p>See owner’s manual for important operating instructions.</p>\n"},"643":{"id":"ranger disclaimer faq 2","ariaLabel":"","title":"*","description":"<p>*Max payload on Ranger<sup>®</sup> Raptor<sup>®</sup> Crew Cab 4x4 with 3.0L EcoBoost<sup>®</sup> V6 engine.
1968Always properly secure cargo.</p>\n"},"641":{"id":"max-payload-8200-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,200 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5’ box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.1972Always properly secure cargo.</p>\n"},"644":{"id":"max-payload-8200-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,200 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5’ box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.
1970Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"642":{"id":"image-details-2026-ranger-raptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.1974Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"645":{"id":"image-details-2026-ranger-raptor","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.
1971Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"643":{"id":"owners-manual-4","ariaLabel":"","title":"‡","description":"<p>‡See Owner’s Manual for important operating instructions.1975Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"646":{"id":"owners-manual-4","ariaLabel":"","title":"‡","description":"<p>‡See Owner’s Manual for important operating instructions.
1973Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"644":{"id":"max-towing-13500-lbs-f150supercrew-65box-4x4-35l-ecoboost","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.1977Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"647":{"id":"max-towing-13500-lbs-f150supercrew-65box-4x4-35l-ecoboost","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
1977Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"645":{"id":"electric-activated-vehicle-modem-the-ford-app-required-for-remote-features","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, and the Ford app are required for remote features.1981Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"648":{"id":"electric-activated-vehicle-modem-the-ford-app-required-for-remote-features","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, and the Ford app are required for remote features.
1979Remote features may vary by model.</p>\n"},"646":{"id":"DiscRanger2026BB","ariaLabel":"","title":"Image Details","description":"<p>As shown price $49,950.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup> 2026 Ranger<sup>®</sup> Lariat model with optional equipment shown.1983Remote features may vary by model.</p>\n"},"649":{"id":"DiscRanger2026BB","ariaLabel":"","title":"Image Details","description":"<p>As shown price $49,950.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup> 2026 Ranger<sup>®</sup> Lariat model with optional equipment shown.
1982Does not include A Z or X Plan price.</p>\n"},"647":{"id":"AvailableOnXLT","ariaLabel":"","title":"*","description":"<p>Available on XLT.</p>\n"},"648":{"id":"disclaimer-torque-ratings-sae-j1349","ariaLabel":"","title":"*","description":"<p>*Torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.1986Does not include A Z or X Plan price.</p>\n"},"650":{"id":"AvailableOnXLT","ariaLabel":"","title":"*","description":"<p>Available on XLT.</p>\n"},"651":{"id":"disclaimer-torque-ratings-sae-j1349","ariaLabel":"","title":"*","description":"<p>*Torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
1983Your results may vary.</p>\n"},"649":{"id":"SuperDutyXLPackageOffRoad","ariaLabel":"","title":"Image Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL Off-Road Package shown.</p>\n"},"650":{"id":"rsf-thrill-vlu-mach-e-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.1987Your results may vary.</p>\n"},"652":{"id":"SuperDutyXLPackageOffRoad","ariaLabel":"","title":"Image Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL Off-Road Package shown.</p>\n"},"653":{"id":"rsf-thrill-vlu-mach-e-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
1985Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"651":{"id":"availableoxltrimforsrwanddrw","ariaLabel":"","title":"*","description":"<p>*Available on XL trim for SRW and DRW.</p>\n"},"652":{"id":"bronco-outer-banks-optional-equipment-color","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color shown.</p>\n"},"653":{"id":"2025broncosportouterbanksmodelwithsasquatchpackage","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Sasquatch<sup>®</sup> Outer Banks<sup>®</sup> Package, extra-cost color option and available Ford Accessories shown.</p>\n"},"654":{"id":"explorer_tremor_disclosure","ariaLabel":"","title":"*","description":"<p>When equipped with the available 3.0L EcoBoost<sup>®</sup> engine.</p>\n"},"655":{"id":"eligible-vehicles","ariaLabel":"","title":"*","description":"<p>*Eligible vehicles (2022 and 2023 MY) receive a complimentary 3-year trial of E-Telematics services and eligible vehicles (2024MY) receive a 1-year trial that begins on the New Vehicle Warranty start date.1989Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"654":{"id":"availableoxltrimforsrwanddrw","ariaLabel":"","title":"*","description":"<p>*Available on XL trim for SRW and DRW.</p>\n"},"655":{"id":"bronco-outer-banks-optional-equipment-color","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color shown.</p>\n"},"656":{"id":"2025broncosportouterbanksmodelwithsasquatchpackage","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Sasquatch<sup>®</sup> Outer Banks<sup>®</sup> Package, extra-cost color option and available Ford Accessories shown.</p>\n"},"657":{"id":"explorer_tremor_disclosure","ariaLabel":"","title":"*","description":"<p>When equipped with the available 3.0L EcoBoost<sup>®</sup> engine.</p>\n"},"658":{"id":"eligible-vehicles","ariaLabel":"","title":"*","description":"<p>*Eligible vehicles (2022 and 2023 MY) receive a complimentary 3-year trial of E-Telematics services and eligible vehicles (2024MY) receive a 1-year trial that begins on the New Vehicle Warranty start date.
1991Call 1-833-811-3673 or go to</p>\n"},"656":{"id":"smoked-chrome-ford-oval-fcg","ariaLabel":"","title":"Image Details","description":"<p>Smoked Chrome Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage — 122 years of Ford iconic cool, to be exact.1995Call 1-833-811-3673 or go to</p>\n"},"659":{"id":"smoked-chrome-ford-oval-fcg","ariaLabel":"","title":"Image Details","description":"<p>Smoked Chrome Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage — 122 years of Ford iconic cool, to be exact.
1992A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"657":{"id":"as-shown-price-sd-450platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $95,830.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"658":{"id":"connected-services-available-connectivity-features-and-functionality-vary-by-model-trim","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model/trim and compatible devices.1996A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"660":{"id":"as-shown-price-sd-450platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $95,830.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"661":{"id":"connected-services-available-connectivity-features-and-functionality-vary-by-model-trim","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model/trim and compatible devices.
1997Separate subscriptions required for streaming services.</p>\n"},"659":{"id":"bluecruise-event","ariaLabel":"","title":"Disclosure","description":"<p>Available feature on select vehicles.2001Separate subscriptions required for streaming services.</p>\n"},"662":{"id":"bluecruise-event","ariaLabel":"","title":"Disclosure","description":"<p>Available feature on select vehicles.
2003See Owner’s Manual for details and limitations.</p>\n"},"660":{"id":"T2-compare-escape-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>® </sup>Platinum™ model shown.2007See Owner’s Manual for details and limitations.</p>\n"},"663":{"id":"T2-compare-escape-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>® </sup>Platinum™ model shown.
2006Please see your dealer for current inventory status.</p>\n"},"661":{"id":"limitations-apply-earn-points-for-the-purchase-of-ford-motorcraft","ariaLabel":"","title":"**","description":"<p>**Limitations apply.2010Please see your dealer for current inventory status.</p>\n"},"664":{"id":"limitations-apply-earn-points-for-the-purchase-of-ford-motorcraft","ariaLabel":"","title":"**","description":"<p>**Limitations apply.
2010Motorcraft® and Omnicraft™ are trademarks of Ford Motor Company.</p>\n"},"662":{"id":"2026 US Super Duty Technology","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.2014Motorcraft® and Omnicraft™ are trademarks of Ford Motor Company.</p>\n"},"665":{"id":"awards-migration-10","ariaLabel":"","title":"Award Details","description":"<p>For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
2015Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"666":{"id":"2026 US Super Duty Technology","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.
2013Not all features are compatible with all phones.</p>\n"},"663":{"id":"Epa-Estimated-Expedition","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.2018Not all features are compatible with all phones.</p>\n"},"667":{"id":"Epa-Estimated-Expedition","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.
2015Actual mileage will vary.<br>\n4x2 model MPG listed.</p>\n"},"664":{"id":"us-nonluxury-fullline-auto-manufacturer-bfn","ariaLabel":"","title":"Details","description":"<p>Based on U.S., non-luxury, full-line auto manufacturer owner’s mobile apps only.2020Actual mileage will vary.<br>\n4x2 model MPG listed.</p>\n"},"668":{"id":"us-nonluxury-fullline-auto-manufacturer-bfn","ariaLabel":"","title":"Details","description":"<p>Based on U.S., non-luxury, full-line auto manufacturer owner’s mobile apps only.
2021Message and data rates may apply.</p>\n"},"665":{"id":"vehicle-details-bronco2025-modalchange-2","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image model with optional equipment shown.</p>\n"},"666":{"id":"beyond-the-power-promise-roadside-assistance","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.2026Message and data rates may apply.</p>\n"},"669":{"id":"vehicle-details-bronco2025-modalchange-2","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image model with optional equipment shown.</p>\n"},"670":{"id":"beyond-the-power-promise-roadside-assistance","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.
2022For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.</p>\n<p>Ford reserves the right to change program details without obligations.</p>\n"},"667":{"id":"estimated-fuel-savings","ariaLabel":"","title":"*","description":"<p>*Estimated fuel savings are based on comparison between 2025 Mustang Mach-E<sup>®</sup> Select/Premium with standard-range battery and RWD with an EPA-est. combined consumption rate of 31 kWh/100 miles and 2025 Ford Escape 2.0L AWD with an EPA-est. combined rating of 26 MPG.2027For all-electric vehicles beyond 50 miles, your vehicle will be taken to the closest public charger or Ford EV-certified dealer.</p>\n<p>Ford reserves the right to change program details without obligations.</p>\n"},"671":{"id":"estimated-fuel-savings","ariaLabel":"","title":"*","description":"<p>*Estimated fuel savings are based on comparison between 2025 Mustang Mach-E<sup>®</sup> Select/Premium with standard-range battery and RWD with an EPA-est. combined consumption rate of 31 kWh/100 miles and 2025 Ford Escape 2.0L AWD with an EPA-est. combined rating of 26 MPG.
2024Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"668":{"id":"2026 US Explorer Gallery","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> ST-Line shown.2029Actual savings will vary with conditions such as external elements, vehicle maintenance, fuel price fluctuations, charging habits, and high-voltage battery age and state of health.</p>\n"},"672":{"id":"2026 US Explorer Gallery","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> ST-Line shown.
2025Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"669":{"id":"DiscMustang2026Feature","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang<sup>®</sup> V8 models with automatic transmission as well as on 2.3L models with Ford active valve performance exhaust.</p>\n"},"670":{"id":"xl-off-road-package-disclosure","ariaLabel":"","title":"*","description":"<p>*Performance front and rear shocks absorb F-250® series trucks greater than the 10K GVWR Package.</p>\n"},"671":{"id":"t2-compare-super-duty-7b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.</p>\n"},"672":{"id":"compatible-android-expedition-2025-2","ariaLabel":"","title":"*","description":"<p>*Compatible Android<sup>™</sup> phone and compatible active data plan required.</p>\n<p>Some Ford Digital Experience features require a Connectivity plan.2030Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"673":{"id":"DiscMustang2026Feature","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang<sup>®</sup> V8 models with automatic transmission as well as on 2.3L models with Ford active valve performance exhaust.</p>\n"},"674":{"id":"xl-off-road-package-disclosure","ariaLabel":"","title":"*","description":"<p>*Performance front and rear shocks absorb F-250® series trucks greater than the 10K GVWR Package.</p>\n"},"675":{"id":"t2-compare-super-duty-7b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.</p>\n"},"676":{"id":"compatible-android-expedition-2025-2","ariaLabel":"","title":"*","description":"<p>*Compatible Android<sup>™</sup> phone and compatible active data plan required.</p>\n<p>Some Ford Digital Experience features require a Connectivity plan.
2029Not all features are compatible with all phones.</p>\n"},"673":{"id":"frontseatbeltsvehicledetailsnologerinproduction","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belts (safety belts) removed in order to provide a clear view of the vehicle interior.2034Not all features are compatible with all phones.</p>\n"},"677":{"id":"frontseatbeltsvehicledetailsnologerinproduction","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belts (safety belts) removed in order to provide a clear view of the vehicle interior.
2032See your dealer for details.</p>\n"},"674":{"id":"vehicle-details-2026-ford-mustang-dark-horse","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown. 2026 Ford Mustang Dark Horse<sup>®</sup> SC with available Track Pack, optional equipment, and extra-cost color option shown.2037See your dealer for details.</p>\n"},"678":{"id":"vehicle-details-2026-ford-mustang-dark-horse","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown. 2026 Ford Mustang Dark Horse<sup>®</sup> SC with available Track Pack, optional equipment, and extra-cost color option shown.
2033Coming summer 2026.</p>\n"},"675":{"id":"disclosure-secure-cargo","ariaLabel":"","title":"*","description":"<p>*Always properly secure cargo.</p>\n"},"676":{"id":"automatic-lane-change-or-lane-change-assist","ariaLabel":"","title":"*","description":"<p>*Automatic Lane Change or Lane Change Assist if equipped.2038Coming summer 2026.</p>\n"},"679":{"id":"disclosure-secure-cargo","ariaLabel":"","title":"*","description":"<p>*Always properly secure cargo.</p>\n"},"680":{"id":"automatic-lane-change-or-lane-change-assist","ariaLabel":"","title":"*","description":"<p>*Automatic Lane Change or Lane Change Assist if equipped.
2034Features vary by vehicle and model year.</p>\n"},"677":{"id":"applecarplayexpedition2025","ariaLabel":"","title":"*","description":"<p>*Compatible Android™ phone and compatible active data plan required.<br>\nSome Ford Digital Experience features require a Connected Services plan.2039Features vary by vehicle and model year.</p>\n"},"681":{"id":"applecarplayexpedition2025","ariaLabel":"","title":"*","description":"<p>*Compatible Android™ phone and compatible active data plan required.<br>\nSome Ford Digital Experience features require a Connected Services plan.
2038Not all features are compatible with all phones.<br>\nApple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.<br>\nAndroid Auto is a trademark of Google LLC.</p>\n"},"678":{"id":"T2-compare-escape-7","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.2043Not all features are compatible with all phones.<br>\nApple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.<br>\nAndroid Auto is a trademark of Google LLC.</p>\n"},"682":{"id":"T2-compare-escape-7","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.
2041Not all features are compatible with all phones.</p>\n"},"679":{"id":"DiscVehicleDetailsF150","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with extra-cost color option shown.2046Not all features are compatible with all phones.</p>\n"},"683":{"id":"DiscVehicleDetailsF150","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with extra-cost color option shown.
2044Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"680":{"id":"t2-compare-super-duty-8b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Class is Full-Size Pickups over 8,500 lbs.2049Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"684":{"id":"t2-compare-super-duty-8b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Class is Full-Size Pickups over 8,500 lbs.
2045GVWR.&nbsp;</p>\n"},"681":{"id":"bronze-hood-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Hood Graphics</p>\n"},"682":{"id":"cargo-space-disclaimer","ariaLabel":"","title":"*","description":"<p>*59.7 cu. ft on the Select and Premium models when properly equipped.2050GVWR.&nbsp;</p>\n"},"685":{"id":"bronze-hood-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Hood Graphics</p>\n"},"686":{"id":"cargo-space-disclaimer","ariaLabel":"","title":"*","description":"<p>*59.7 cu. ft on the Select and Premium models when properly equipped.
2046Cargo and load capacity limited by weight and weight distribution.</p>\n"},"683":{"id":"AsShownPriceRanger","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ford Ranger<sup>®</sup> XLT model with Black Appearance Package in Carbonized Gray as shown $40,490.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"684":{"id":"epa-estimated-2025-us-expedition","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.2051Cargo and load capacity limited by weight and weight distribution.</p>\n"},"687":{"id":"AsShownPriceRanger","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ford Ranger<sup>®</sup> XLT model with Black Appearance Package in Carbonized Gray as shown $40,490.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"688":{"id":"epa-estimated-2025-us-expedition","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.
2048Actual mileage will vary.</p>\n"},"685":{"id":"DisclaimerClosedCourse","ariaLabel":"","title":"Image Details","description":"<p>Closed course.2053Actual mileage will vary.</p>\n"},"689":{"id":"DisclaimerClosedCourse","ariaLabel":"","title":"Image Details","description":"<p>Closed course.
2050Do not attempt.</p>\n"},"686":{"id":"t2-compare-super-duty-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> model with available Tremor Off-Road Package and optional equipment shown.2055Do not attempt.</p>\n"},"690":{"id":"t2-compare-super-duty-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> model with available Tremor Off-Road Package and optional equipment shown.
2051Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"687":{"id":"ready-set-ford-adventure-maverick-tremor","ariaLabel":"","title":"Image","description":"<p>2025 Ford Maverick<sup>®</sup> Tremor<sup>®</sup> model with available Ford Accessories shown.2056Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"691":{"id":"ready-set-ford-adventure-maverick-tremor","ariaLabel":"","title":"Image","description":"<p>2025 Ford Maverick<sup>®</sup> Tremor<sup>®</sup> model with available Ford Accessories shown.
2052Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"688":{"id":"disclosure-maverick-max-payload","ariaLabel":"","title":"*","description":"<p>*Max payload on Maverick® pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.2057Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"692":{"id":"disclosure-maverick-max-payload","ariaLabel":"","title":"*","description":"<p>*Max payload on Maverick® pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.
2056Always properly secure cargo.</p>\n"},"689":{"id":"bronco-2025-owner-manual","ariaLabel":"","title":"*","description":"<p>Always consult the Raptor<sup>®</sup> Supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"690":{"id":"optional-equipment-properly-secure","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n<p>Properly secure all items in the truck bed.</p>\n<p>Try to avoid water higher than the bottom of the hubs and proceed slowly.2061Always properly secure cargo.</p>\n"},"693":{"id":"bronco-2025-owner-manual","ariaLabel":"","title":"*","description":"<p>Always consult the Raptor<sup>®</sup> Supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"694":{"id":"optional-equipment-properly-secure","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n<p>Properly secure all items in the truck bed.</p>\n<p>Try to avoid water higher than the bottom of the hubs and proceed slowly.
2057Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"691":{"id":"FordDealerDetails","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2062Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"695":{"id":"FordDealerDetails","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery and Ford Mobile Service are offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2060See your Ford Dealer for details.</p>\n"},"692":{"id":"ready-set-ford-adventure-f-150-tremor","ariaLabel":"","title":"Image","description":"<p>2025 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.2065See your Ford Dealer for details.</p>\n"},"696":{"id":"ready-set-ford-adventure-f-150-tremor","ariaLabel":"","title":"Image","description":"<p>2025 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.
2061Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"693":{"id":"25l-hybrid-engine-fwd-02","ariaLabel":"","title":"*","description":"<p>*2.5L Plug-In Hybrid engine/eCVT Automatic transmission/FWD.2066Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"697":{"id":"25l-hybrid-engine-fwd-02","ariaLabel":"","title":"*","description":"<p>*2.5L Plug-In Hybrid engine/eCVT Automatic transmission/FWD.
2062Actual mileage will vary.</p>\n"},"694":{"id":"homepage-rv-experiences-mme-lux-billboard-exp-id-3211","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>. 2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.2067Actual mileage will vary.</p>\n"},"698":{"id":"homepage-rv-experiences-mme-lux-billboard-exp-id-3211","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>. 2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.
2063Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"695":{"id":"disclaimer-previous-model-year-shown","ariaLabel":"","title":"**","description":"<p>**Previous model year shown.</p>\n"},"696":{"id":"sport-cat-back-exhaust-by-borla-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sport Cat-back Exhaust by Borla</p>\n"},"697":{"id":"t2-san-diego-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.2068Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"699":{"id":"disclaimer-previous-model-year-shown","ariaLabel":"","title":"**","description":"<p>**Previous model year shown.</p>\n"},"700":{"id":"sport-cat-back-exhaust-by-borla-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sport Cat-back Exhaust by Borla</p>\n"},"701":{"id":"t2-san-diego-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.
2065All rights reserved.</p>\n"},"698":{"id":"disclaimer2025mustangmachepremiummodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® Premium model shown with optional equipment and extra-cost color option.</p>\n"},"699":{"id":"important-details-tow-rating-of-40000lbs","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.2070All rights reserved.</p>\n"},"702":{"id":"disclaimer2025mustangmachepremiummodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® Premium model shown with optional equipment and extra-cost color option.</p>\n"},"703":{"id":"important-details-tow-rating-of-40000lbs","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
2070Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"700":{"id":"dont-drive-while-distracted-sd","ariaLabel":"","title":"**","description":"<p>**Don’t drive while distracted or while using handheld devices.2075Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"704":{"id":"dont-drive-while-distracted-sd","ariaLabel":"","title":"**","description":"<p>**Don’t drive while distracted or while using handheld devices.
2073Not all features are compatible with all phones.</p>\n"},"701":{"id":"pickup-delivery-disclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2078Not all features are compatible with all phones.</p>\n"},"705":{"id":"pickup-delivery-disclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2075A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"702":{"id":"T2-compare-maverick-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.</p>\n"},"703":{"id":"ford-test-data-disclaimer-2","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.2080A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"706":{"id":"T2-compare-maverick-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.</p>\n"},"707":{"id":"ford-test-data-disclaimer-2","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.
2076Your results may vary.</p>\n"},"704":{"id":"","ariaLabel":"","title":"","description":""},"705":{"id":"computer-generated-vehicle-shown","ariaLabel":"","title":"Image Details","description":"<p>Computer generated vehicle shown.</p>\n"},"706":{"id":"geometric-bronco-hood-graphic","ariaLabel":"","title":"Image Details","description":"<p>Geometric Bronco Hood Graphic</p>\n<p>Hot heat snakes across the hood and reverberates down to the rocker panel.2081Your results may vary.</p>\n"},"708":{"id":"","ariaLabel":"","title":"","description":""},"709":{"id":"computer-generated-vehicle-shown","ariaLabel":"","title":"Image Details","description":"<p>Computer generated vehicle shown.</p>\n"},"710":{"id":"geometric-bronco-hood-graphic","ariaLabel":"","title":"Image Details","description":"<p>Geometric Bronco Hood Graphic</p>\n<p>Hot heat snakes across the hood and reverberates down to the rocker panel.
2077Amplify your Bronco SUV's presence with this shapely graphic that turns your hood into a display of unbridled strength.</p>\n"},"707":{"id":"max-500-horsepower-and-1200-lb","ariaLabel":"","title":"*","description":"<p>*Max 500 horsepower and 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.2082Amplify your Bronco SUV's presence with this shapely graphic that turns your hood into a display of unbridled strength.</p>\n"},"711":{"id":"max-500-horsepower-and-1200-lb","ariaLabel":"","title":"*","description":"<p>*Max 500 horsepower and 1,200 lb.-ft. of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.
2083Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"708":{"id":"disclaimer-2025expeditiontremoracc","ariaLabel":"","title":"Image Details","description":"<p>2025 Expedition® Tremor® SUV with optional features and available Ford Accessories shown.<br>\n<br>\nWhen properly equipped.2088Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"712":{"id":"disclaimer-2025expeditiontremoracc","ariaLabel":"","title":"Image Details","description":"<p>2025 Expedition® Tremor® SUV with optional features and available Ford Accessories shown.<br>\n<br>\nWhen properly equipped.
2084Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"709":{"id":"t2-phoenix-las-vegas-tucson-hp-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Badlands® model shown.2089Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"713":{"id":"t2-phoenix-las-vegas-tucson-hp-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Badlands® model shown.
2087All rights reserved.</p>\n"},"710":{"id":"rsf-build-vlu-superduty-chassis-cab-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,345<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Super Duty<sup>®</sup> Chassis Cab shown.</p>\n"},"711":{"id":"upgraded-spare-tire-carrier-fcg","ariaLabel":"","title":"Image Details","description":"<p>Upgraded Spare Tire Carrier</p>\n<p>Carry a full-sized spare with confidence, because the trails don't play favorites when it comes to flats: Help protect your Bronco from failure with a carrier sized for the recommended 35&quot; Goodyear Territory RT 315/70R17 tires (as shown) and get your friends and family home from every adventure.</p>\n"},"712":{"id":"unique-modular-grille-with-bronze-inserts-fcg","ariaLabel":"","title":"Image Details","description":"<p>Unique Modular Grille with Bronze Inserts</p>\n"},"713":{"id":"first-time-buyer-bonus-cash-available-to-customers-v2","ariaLabel":"","title":"Offer Details","description":"<p>$500 First Time Buyer Bonus Cash available to customers with no current automotive history on their credit report.2092All rights reserved.</p>\n"},"714":{"id":"rsf-build-vlu-superduty-chassis-cab-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,345<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Super Duty<sup>®</sup> Chassis Cab shown.</p>\n"},"715":{"id":"upgraded-spare-tire-carrier-fcg","ariaLabel":"","title":"Image Details","description":"<p>Upgraded Spare Tire Carrier</p>\n<p>Carry a full-sized spare with confidence, because the trails don't play favorites when it comes to flats: Help protect your Bronco from failure with a carrier sized for the recommended 35&quot; Goodyear Territory RT 315/70R17 tires (as shown) and get your friends and family home from every adventure.</p>\n"},"716":{"id":"unique-modular-grille-with-bronze-inserts-fcg","ariaLabel":"","title":"Image Details","description":"<p>Unique Modular Grille with Bronze Inserts</p>\n"},"717":{"id":"first-time-buyer-bonus-cash-available-to-customers-v2","ariaLabel":"","title":"Offer Details","description":"<p>$500 First Time Buyer Bonus Cash available to customers with no current automotive history on their credit report.
2096(PGM #32972) Offer subject to confirmation of eligibility.</p>\n"},"714":{"id":"max-gooseneck-tow-rating","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.2101(PGM #32972) Offer subject to confirmation of eligibility.</p>\n"},"718":{"id":"max-gooseneck-tow-rating","ariaLabel":"","title":"*","description":"<p>*Max gooseneck tow rating of 40,000 lbs. available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
2102Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"715":{"id":"available-on-select-vehicles-01","ariaLabel":"","title":"*","description":"<p>*Available on select vehicles.2107Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"719":{"id":"available-on-select-vehicles-01","ariaLabel":"","title":"*","description":"<p>*Available on select vehicles.
2104Not compatible with all mobile phones.</p>\n"},"716":{"id":"bronco-sport-outer-banks-model-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport Outer Banks model with optional equipment and extra-cost color shown.2109Not compatible with all mobile phones.</p>\n"},"720":{"id":"bronco-sport-outer-banks-model-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport Outer Banks model with optional equipment and extra-cost color shown.
2105Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"717":{"id":"epa-estimated-city-hwy1","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.2110Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"721":{"id":"epa-estimated-city-hwy1","ariaLabel":"","title":"*","description":"<p>*EPA-estimated city/hwy mpg for the model indicated.
2108On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.</p>\n"},"718":{"id":"Max 430 torque and 485 lb","ariaLabel":"","title":"*","description":"<p>*Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.2113On plug-in hybrid models and electric models, fuel economy is stated in MPGe. MPGe is the EPA equivalent measure of gasoline fuel efficiency for electric mode operation.</p>\n"},"722":{"id":"Max 430 torque and 485 lb","ariaLabel":"","title":"*","description":"<p>*Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
2115Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"719":{"id":"T2-compare-lightning-1b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload varies and is based on accessories and vehicle configuration.2120Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"723":{"id":"T2-compare-lightning-1b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload varies and is based on accessories and vehicle configuration.
2117Always properly secure cargo.</p>\n"},"720":{"id":"disclaimer-max-payload-of-2,235-f150-2","ariaLabel":"","title":"††","description":"<p>††Max payload of 2,235 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.2122Always properly secure cargo.</p>\n"},"724":{"id":"disclaimer-max-payload-of-2,235-f150-2","ariaLabel":"","title":"††","description":"<p>††Max payload of 2,235 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.
2120Always properly secure cargo.</p>\n"},"721":{"id":"24-wheels-not-available","ariaLabel":"","title":"Image Details","description":"<p>24-inch wheels are not currently available to order on Expedition<sup>®</sup> Platinum<sup>®</sup> Ultimate Package.2125Always properly secure cargo.</p>\n"},"725":{"id":"24-wheels-not-available","ariaLabel":"","title":"Image Details","description":"<p>24-inch wheels are not currently available to order on Expedition<sup>®</sup> Platinum<sup>®</sup> Ultimate Package.
2121Contact a Ford dealer to check available inventory or place a custom order.</p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"722":{"id":"CoastalDisclaimer","ariaLabel":"","title":"Image Details","description":"<p>Iconic Silver 17&quot; x 8&quot; Wheel Kit</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.2126Contact a Ford dealer to check available inventory or place a custom order.</p>\n<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"726":{"id":"CoastalDisclaimer","ariaLabel":"","title":"Image Details","description":"<p>Iconic Silver 17&quot; x 8&quot; Wheel Kit</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.
2122Iconic Silver wheels fuse classic Bronco flair with modern performance for every beach, backroad, and boardwalk.</p>\n"},"723":{"id":"AsShownPriceKingRanch","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> King Ranch<sup>®</sup> SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"724":{"id":"20l-engine-8-speed-awd","ariaLabel":"","title":"*","description":"<p>*2.0L engine/8-speed transmission/AWD.2127Iconic Silver wheels fuse classic Bronco flair with modern performance for every beach, backroad, and boardwalk.</p>\n"},"727":{"id":"AsShownPriceKingRanch","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> King Ranch<sup>®</sup> SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"728":{"id":"20l-engine-8-speed-awd","ariaLabel":"","title":"*","description":"<p>*2.0L engine/8-speed transmission/AWD.
2123Actual mileage will vary.</p>\n"},"725":{"id":"2026 US Explorer Gallery 1","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> Tremor<sup>®</sup> shown.</p>\n"},"726":{"id":"optional-rtr-mustang-hyper-lime","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional RTR package available on 2026 Ford Mustang® EcoBoost® fastback.2128Actual mileage will vary.</p>\n"},"729":{"id":"awards-migration-5","ariaLabel":"","title":"Award Details","description":"<p>Vehicle’s projected resale value is specific to the 2024 model year.
2124Preproduction model with optional Hyper Lime brake caliper shown.</p>\n"},"727":{"id":"DiscF1502026MaxTow","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,900 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.2129For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
2130Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"730":{"id":"2026 US Explorer Gallery 1","ariaLabel":"","title":"Image Details","description":"<p>Explorer<sup>®</sup> Tremor<sup>®</sup> shown.</p>\n"},"731":{"id":"optional-rtr-mustang-hyper-lime","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional RTR package available on 2026 Ford Mustang® EcoBoost® fastback.
2131Preproduction model with optional Hyper Lime brake caliper shown.</p>\n"},"732":{"id":"DiscF1502026MaxTow","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,900 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.
2127Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"728":{"id":"Expedition Tremor 2026 3","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $82,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup> 2026 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"729":{"id":"24-7-live-support-fordpass-disclaimer","ariaLabel":"","title":"*","description":"<p>The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.2134Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"733":{"id":"Expedition Tremor 2026 3","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $82,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup> 2026 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"734":{"id":"24-7-live-support-fordpass-disclaimer","ariaLabel":"","title":"*","description":"<p>The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
2130Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"730":{"id":"2asterisks-pre-collision-assist-with-automatic-emergency","ariaLabel":"","title":"**","description":"<p>**Pre-Collision Assist<sup>®</sup> with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.</p>"},"731":{"id":"range-battery-asterisk-dsclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.2137Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"735":{"id":"2asterisks-pre-collision-assist-with-automatic-emergency","ariaLabel":"","title":"**","description":"<p>**Pre-Collision Assist<sup>®</sup> with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.</p>"},"736":{"id":"range-battery-asterisk-dsclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.
2131Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"732":{"id":"T2-compare-lightning-2b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>When properly equipped.2138Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"737":{"id":"T2-compare-lightning-2b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>When properly equipped.
2132Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"733":{"id":"intercooler-upgrade-fcg","ariaLabel":"","title":"Image Details","description":"<p>Intercooler Upgrade</p>\n"},"734":{"id":"eligible-model-vehicles-expedition","ariaLabel":"","title":"*","description":"<p>*Eligible 2025 model-year vehicles receive complimentary access to three-years of Alexa Built-In and one-year of Ford Connectivity Package plan enabling Google Assistant, Google Maps and Google Play which begins on the activation start date.2139Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"738":{"id":"intercooler-upgrade-fcg","ariaLabel":"","title":"Image Details","description":"<p>Intercooler Upgrade</p>\n"},"739":{"id":"eligible-model-vehicles-expedition","ariaLabel":"","title":"*","description":"<p>*Eligible 2025 model-year vehicles receive complimentary access to three-years of Alexa Built-In and one-year of Ford Connectivity Package plan enabling Google Assistant, Google Maps and Google Play which begins on the activation start date.
2134Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.</p>\n"},"735":{"id":"ranger-image-detail","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n"},"736":{"id":"rangeandchargetimebasedonmanufacturercomputerengineeringsimulations","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.2141Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.</p>\n"},"740":{"id":"ranger-image-detail","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n"},"741":{"id":"rangeandchargetimebasedonmanufacturercomputerengineeringsimulations","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.
2137Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"737":{"id":"PreCollisionAssist","ariaLabel":"","title":"*","description":"<p>*Pre-Collision Assist<sup>®</sup> with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.</p>\n"},"738":{"id":"T2-compare-maverick-4b","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with available Max Trailer Tow Package.2144Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"742":{"id":"PreCollisionAssist","ariaLabel":"","title":"*","description":"<p>*Pre-Collision Assist<sup>®</sup> with Automatic Emergency Braking detects pedestrians, but not in all conditions, and can help avoid or reduce a collision.</p>\n"},"743":{"id":"T2-compare-maverick-4b","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with available Max Trailer Tow Package.
2140Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"739":{"id":"2025-ford-mustang-mache-rally","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown.</p>\n"},"740":{"id":"2026-super-duty-billboard","ariaLabel":"","title":"As shown pricing","description":"<p>As shown $92,860.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2026 Super Duty<sup>®</sup> F-350<sup>®</sup> Lariat Crew Cab SRW with available Tremor Off-Road Package, Black Appearance Package, Lariat Premium Package, Lariat Ultimate Package and 6.7L High Output diesel engine.</p>\n"},"741":{"id":"DiscFoxLiveValveShocks2025","ariaLabel":"","title":"*","description":"<p>*FOX<sup>™</sup> and Live Valve are registered trademarks of FOX Factory, Inc.</p>\n"},"742":{"id":"disclaimer-f-150-lightning-properly-equipped-v2","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When home is properly equipped.2147Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"744":{"id":"2025-ford-mustang-mache-rally","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color option shown.</p>\n"},"745":{"id":"2026-ford-mustang-ecoboost-fastback-in-extra-cost-color-avalanche-gray-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback in extra-cost color Avalanche Gray shown.</p>\n"},"746":{"id":"2026-super-duty-billboard","ariaLabel":"","title":"As shown pricing","description":"<p>As shown $92,860.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2026 Super Duty<sup>®</sup> F-350<sup>®</sup> Lariat Crew Cab SRW with available Tremor Off-Road Package, Black Appearance Package, Lariat Premium Package, Lariat Ultimate Package and 6.7L High Output diesel engine.</p>\n"},"747":{"id":"DiscFoxLiveValveShocks2025","ariaLabel":"","title":"*","description":"<p>*FOX<sup>™</sup> and Live Valve are registered trademarks of FOX Factory, Inc.</p>\n"},"748":{"id":"disclaimer-f-150-lightning-properly-equipped-v2","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When home is properly equipped.
2143Rationing power refers to limiting the number of devices and turning the truck off when not needed.</p>\n"},"743":{"id":"buyers-ford-credit-lease-target","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.2150Rationing power refers to limiting the number of devices and turning the truck off when not needed.</p>\n"},"749":{"id":"buyers-ford-credit-lease-target","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
2149See dealer for qualifications and details.</p>\n"},"744":{"id":"DisclosureShadowBlackPaint","ariaLabel":"","title":"*","description":"<p>*Except when ordered with Shadow Black paint.<br>\n</p>\n"},"745":{"id":"ford-connectivity-package-expedition","ariaLabel":"","title":"*","description":"<p>*Available with Ford Connectivity Package.</p>\n"},"746":{"id":"class-2-trailer-tow-package-disc","ariaLabel":"","title":"*","description":"<p>*When equipped with the Class II Trailer Tow Package.</p>\n"},"747":{"id":"T2-compare-escape-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape®<sup> </sup>ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"748":{"id":"off roading ranger disclaimer","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.2156See dealer for qualifications and details.</p>\n"},"750":{"id":"DisclosureShadowBlackPaint","ariaLabel":"","title":"*","description":"<p>*Except when ordered with Shadow Black paint.<br>\n</p>\n"},"751":{"id":"ford-connectivity-package-expedition","ariaLabel":"","title":"*","description":"<p>*Available with Ford Connectivity Package.</p>\n"},"752":{"id":"class-2-trailer-tow-package-disc","ariaLabel":"","title":"*","description":"<p>*When equipped with the Class II Trailer Tow Package.</p>\n"},"753":{"id":"T2-compare-escape-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape®<sup> </sup>ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"754":{"id":"off roading ranger disclaimer","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2150Available on XL, XLT, and Lariat<sup>®</sup> models.</p>\n"},"749":{"id":"2025-expedition-us-hl-2","ariaLabel":"","title":"Video Details","description":"<p>Optional second-row bench seat shown.</p>\n"},"750":{"id":"DiscHPMVehicleDetailsAmericasMostAwarded","ariaLabel":"","title":"Vehicle Details","description":"<ul>\n<li>2025 Mustang EcoBoost<sup>®</sup> Fastback model shown with EcoBoost with optional Wheel &amp; Stripe package.2157Available on XL, XLT, and Lariat<sup>®</sup> models.</p>\n"},"755":{"id":"2025-expedition-us-hl-2","ariaLabel":"","title":"Video Details","description":"<p>Optional second-row bench seat shown.</p>\n"},"756":{"id":"DiscHPMVehicleDetailsAmericasMostAwarded","ariaLabel":"","title":"Vehicle Details","description":"<ul>\n<li>2025 Mustang EcoBoost<sup>®</sup> Fastback model shown with EcoBoost with optional Wheel &amp; Stripe package.
2153Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</li>\n<li>2025 F-150® Platinum<sup>®</sup> model with extra-cost color option shown.</li>\n<li>2025 Escape<sup>®</sup> ST-Line Elite model shown.</li>\n</ul>\n"},"751":{"id":"vehicle-details-expedition-media-highlights","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford Accessories.<br>\n<br>\n24-inch wheels are not currently available to order.2160Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</li>\n<li>2025 F-150® Platinum<sup>®</sup> model with extra-cost color option shown.</li>\n<li>2025 Escape<sup>®</sup> ST-Line Elite model shown.</li>\n</ul>\n"},"757":{"id":"vehicle-details-expedition-media-highlights","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford Accessories.<br>\n<br>\n24-inch wheels are not currently available to order.
2154Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"752":{"id":"2026-bronco-badlands-sar","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.2161Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"758":{"id":"2026-bronco-badlands-sar","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2159Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"753":{"id":"ongoing-disclaimer-1","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150<sup>®</sup> Lightning<sup>®</sup> and Mustang Mach-E<sup>®</sup> owners.2166Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"759":{"id":"ongoing-disclaimer-1","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150<sup>®</sup> Lightning<sup>®</sup> and Mustang Mach-E<sup>®</sup> owners.
2167See your Ford dealer for details.</p>\n"},"754":{"id":"f150-lightning-platinum-optional-ford-accessories","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model with optional Ford Accessories shown.</p>\n"},"755":{"id":"t2-truck-month-ford-mobile-service","ariaLabel":"t2-truck-month-ford-mobile-service","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2174See your Ford dealer for details.</p>\n"},"760":{"id":"f150-lightning-platinum-optional-ford-accessories","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model with optional Ford Accessories shown.</p>\n"},"761":{"id":"t2-truck-month-ford-mobile-service","ariaLabel":"t2-truck-month-ford-mobile-service","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2168Does not include parts or repair charges.</p>\n"},"756":{"id":"t2-compare-mustang-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with optional Appearance Package and extra-cost color option shown.</p>\n"},"757":{"id":"As Shown Price Ranger Raptor 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $57,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> Raptor shown in extra-cost color option, Shelter Green Metallic.2175Does not include parts or repair charges.</p>\n"},"762":{"id":"t2-compare-mustang-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with optional Appearance Package and extra-cost color option shown.</p>\n"},"763":{"id":"As Shown Price Ranger Raptor 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $57,465.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> Raptor shown in extra-cost color option, Shelter Green Metallic.
2169Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"758":{"id":"T2-compare-expedition-7","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> MAX Platinum<sup>®</sup> model with extra-cost color option shown.2176Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"764":{"id":"T2-compare-expedition-7","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> MAX Platinum<sup>®</sup> model with extra-cost color option shown.
2170Cargo and load capacity limited by weight and weight distribution.</p>\n"},"759":{"id":"2025-mach-e-optional-extra-color","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E GT shown with optional equipment and extra-cost color option.</p>\n"},"760":{"id":"T350LowRoof","ariaLabel":"","title":"*","description":"<p>*T-350 Low Roof – Long Length, Passenger Van (12 and 15 passenger).2177Cargo and load capacity limited by weight and weight distribution.</p>\n"},"765":{"id":"2025-mach-e-optional-extra-color","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E GT shown with optional equipment and extra-cost color option.</p>\n"},"766":{"id":"T350LowRoof","ariaLabel":"","title":"*","description":"<p>*T-350 Low Roof – Long Length, Passenger Van (12 and 15 passenger).
2172Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"761":{"id":"merchbroncosport2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option and Bronco Off-Roadeo<sup>®</sup> badging.</p>\n"},"762":{"id":"details-2025-bronco-raptor-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.2179Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"767":{"id":"merchbroncosport2024","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option and Bronco Off-Roadeo<sup>®</sup> badging.</p>\n"},"768":{"id":"details-2025-bronco-raptor-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.
2175See your Owner's Manual for detailed information.</p>\n"},"763":{"id":"stealth-hood-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>Stealth Hood Decal</p>\n"},"764":{"id":"ComputerDueto25Exp","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. <br>\nDue to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"765":{"id":"2026-mustang-video-details-billboard","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium Fastback with GT Premium Performance Package, optional equipment and extra-cost color shown.2182See your Owner's Manual for detailed information.</p>\n"},"769":{"id":"stealth-hood-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>Stealth Hood Decal</p>\n"},"770":{"id":"ComputerDueto25Exp","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. <br>\nDue to unforeseen circumstances, the Digital Device Holder will not be available in 25MY.</p>\n"},"771":{"id":"2026-mustang-video-details-billboard","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium Fastback with GT Premium Performance Package, optional equipment and extra-cost color shown.
2177Available for retail order now, arriving fall 2026.</p>\n"},"766":{"id":"service-maintenance-the-works-disclaimer","ariaLabel":"","title":"†","description":"<p>†Up to six quarts of Motorcraft<sup>®</sup> oil and Motorcraft oil filter.2184Available for retail order now, arriving fall 2026.</p>\n"},"772":{"id":"service-maintenance-the-works-disclaimer","ariaLabel":"","title":"†","description":"<p>†Up to six quarts of Motorcraft<sup>®</sup> oil and Motorcraft oil filter.
2181Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"767":{"id":"t2-compare-super-duty-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.2188Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"773":{"id":"t2-compare-super-duty-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
2187Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"768":{"id":"t2-cc-f150-leadership","ariaLabel":"t2-cc-f150-leadership","title":"*","description":"<p>Based on 1977–2025 CY industry-reported total sales.</p>\n"},"769":{"id":"S3","ariaLabel":"","title":"S3","description":"<p>Offers shown may not be available to all customers.2194Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"774":{"id":"t2-cc-f150-leadership","ariaLabel":"t2-cc-f150-leadership","title":"*","description":"<p>Based on 1977–2025 CY industry-reported total sales.</p>\n"},"775":{"id":"S3","ariaLabel":"","title":"S3","description":"<p>Offers shown may not be available to all customers.
2193See your local dealer for complete details.</p>\n"},"770":{"id":"2026-mustang-mach-e-packages-7","ariaLabel":"","title":"*","description":"<p>*Replaces front and rear carpeted floor mats.</p>\n"},"771":{"id":"image-details-disc-bronco-family-2-column","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment and extra-cost color.</p>\n<p>Ford Bronco® Big Bend® model with optional equipment, available Ford accessories, and extra-cost color.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"772":{"id":"with-the-available-second-row","ariaLabel":"","title":"*","description":"<p>*With available second-row bench seats.</p>\n"},"773":{"id":"video-details-bb-homepage-disclaimer-rsf","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown throughout.2200See your local dealer for complete details.</p>\n"},"776":{"id":"2026-mustang-mach-e-packages-7","ariaLabel":"","title":"*","description":"<p>*Replaces front and rear carpeted floor mats.</p>\n"},"777":{"id":"image-details-disc-bronco-family-2-column","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment and extra-cost color.</p>\n<p>Ford Bronco® Big Bend® model with optional equipment, available Ford accessories, and extra-cost color.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"778":{"id":"with-the-available-second-row","ariaLabel":"","title":"*","description":"<p>*With available second-row bench seats.</p>\n"},"779":{"id":"video-details-bb-homepage-disclaimer-rsf","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown throughout.
2202Inquiry does not guarantee ability to purchase.</p>\n"},"774":{"id":"available-ford-accessories-bronco26","ariaLabel":"","title":"Video Details","description":"<p>Available Ford Accessories shown.2209Inquiry does not guarantee ability to purchase.</p>\n"},"780":{"id":"available-ford-accessories-bronco26","ariaLabel":"","title":"Video Details","description":"<p>Available Ford Accessories shown.
2204Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"775":{"id":"us-mach-e-design-modal-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Not available on Select or Rally models.</p>\n"},"776":{"id":"15l-engine-8-speed-awd","ariaLabel":"","title":"**","description":"<p>**1.5L engine/8-speed transmission/AWD.2211Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"781":{"id":"us-mach-e-design-modal-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Not available on Select or Rally models.</p>\n"},"782":{"id":"15l-engine-8-speed-awd","ariaLabel":"","title":"**","description":"<p>**1.5L engine/8-speed transmission/AWD.
2205Actual mileage will vary.</p>\n"},"777":{"id":"2024-mach-e-premium-model","ariaLabel":"","title":"Image Details","description":"<p>2024 Mach-E Premium model with extra-cost color shown.</p>\n"},"778":{"id":"t2-compare-super-duty-4b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.2212Actual mileage will vary.</p>\n"},"783":{"id":"2024-mach-e-premium-model","ariaLabel":"","title":"Image Details","description":"<p>2024 Mach-E Premium model with extra-cost color shown.</p>\n"},"784":{"id":"t2-compare-super-duty-4b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.
2210GVWR.&nbsp;</p>\n"},"779":{"id":"2dagger-intersection-assist-does-not-detect-all-vehicles-in-intersections","ariaLabel":"","title":"††","description":"<p>††Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.</p>\n"},"780":{"id":"2025 lightning target 6","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $70,375.<br>\n2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with optional equipment shown.</p>\n"},"781":{"id":"video-details-modified-display-expedition","ariaLabel":"","title":"Video Details","description":"<p>Modified Display.</p>\n"},"782":{"id":"2026-superduty-lariat-drw-extra-cost","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> DRW model with extra-cost color option shown.</p>\n"},"783":{"id":"offer-details-disclaimer-homepage-yese","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.&nbsp;</p>\n<p>Not all buyers will qualify for Ford Credit<sup>®</sup> limited-term financing.2217GVWR.&nbsp;</p>\n"},"785":{"id":"2dagger-intersection-assist-does-not-detect-all-vehicles-in-intersections","ariaLabel":"","title":"††","description":"<p>††Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.</p>\n"},"786":{"id":"2025 lightning target 6","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $70,375.<br>\n2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with optional equipment shown.</p>\n"},"787":{"id":"video-details-modified-display-expedition","ariaLabel":"","title":"Video Details","description":"<p>Modified Display.</p>\n"},"788":{"id":"2026-superduty-lariat-drw-extra-cost","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> DRW model with extra-cost color option shown.</p>\n"},"789":{"id":"offer-details-disclaimer-homepage-yese","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.&nbsp;</p>\n<p>Not all buyers will qualify for Ford Credit<sup>®</sup> limited-term financing.
2219Please contact your Ford Dealer for the most current inventory status.</p>\n<p>&nbsp;</p>\n"},"784":{"id":"DiscVideoDetailsExpedition","ariaLabel":"","title":"Video Details","description":"<p>2026 Expedition® Tremor® with available Ford Accessories, and extra cost color option shown.2226Please contact your Ford Dealer for the most current inventory status.</p>\n<p>&nbsp;</p>\n"},"790":{"id":"DiscVideoDetailsExpedition","ariaLabel":"","title":"Video Details","description":"<p>2026 Expedition® Tremor® with available Ford Accessories, and extra cost color option shown.
2220Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"785":{"id":"raptor-r-model-driving","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150&nbsp;Raptor R<sup>™</sup> model shown.2227Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"791":{"id":"raptor-r-model-driving","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150&nbsp;Raptor R<sup>™</sup> model shown.
2222Always drive consistent with your ability and in accordance with the owner's manual.</p>\n"},"786":{"id":"disclosure-image-details-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"787":{"id":"f150-xlt-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"788":{"id":"landing-service-maintenance-motorcraft-disclaimer","ariaLabel":"","title":"*","description":"<p>*Up to six quarts of Motorcraft® oil and Motorcraft oil filter.2229Always drive consistent with your ability and in accordance with the owner's manual.</p>\n"},"792":{"id":"disclosure-image-details-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"793":{"id":"f150-xlt-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"794":{"id":"landing-service-maintenance-motorcraft-disclaimer","ariaLabel":"","title":"*","description":"<p>*Up to six quarts of Motorcraft® oil and Motorcraft oil filter.
2226Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"789":{"id":"EPA-estimated-maverick-2026-mdl-lobo","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 21 city/30 hwy/24 combined, 2.0L EcoBoost<sup>®</sup> engine, 7-Speed Automatic Transmission, Advanced 4WD.2233Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"795":{"id":"EPA-estimated-maverick-2026-mdl-lobo","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 21 city/30 hwy/24 combined, 2.0L EcoBoost<sup>®</sup> engine, 7-Speed Automatic Transmission, Advanced 4WD.
2227Actual mileage will vary.</p>\n"},"790":{"id":"t2-feb-service-main","ariaLabel":"","title":"*","description":"<p class=\"MsoNormal\"><span style=\"font-size: 11.0pt; font-family: 'Arial',sans-serif; mso-fareast-font-family: SimHei; mso-fareast-theme-font: minor-fareast; color: black; mso-themecolor: text1;\">*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2234Actual mileage will vary.</p>\n"},"796":{"id":"t2-feb-service-main","ariaLabel":"","title":"*","description":"<p class=\"MsoNormal\"><span style=\"font-size: 11.0pt; font-family: 'Arial',sans-serif; mso-fareast-font-family: SimHei; mso-fareast-theme-font: minor-fareast; color: black; mso-themecolor: text1;\">*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2229Ford reserves the right to change, modify, or discontinue this program at any time.</span></p>"},"791":{"id":"disclaimer2025f150tax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> XLT model shown.</p>\n"},"792":{"id":"FrontCameraDisclaimer","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 miles per hour.2236Ford reserves the right to change, modify, or discontinue this program at any time.</span></p>"},"797":{"id":"disclaimer2025f150tax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> XLT model shown.</p>\n"},"798":{"id":"FrontCameraDisclaimer","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 miles per hour.
2230Rear cameras only operate at speeds under six miles per hour.</p>\n"},"793":{"id":"DiscloseAvailableFeature","ariaLabel":"","title":"*","description":"<p>Available Feature</p>\n"},"794":{"id":"DisclosureShownWithAvailableAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance package.<br>\n</p>\n"},"795":{"id":"dont-drive-while-sd","ariaLabel":"","title":"*","description":"<p>*Don't drive while distracted.2237Rear cameras only operate at speeds under six miles per hour.</p>\n"},"799":{"id":"DiscloseAvailableFeature","ariaLabel":"","title":"*","description":"<p>Available Feature</p>\n"},"800":{"id":"DisclosureShownWithAvailableAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance package.<br>\n</p>\n"},"801":{"id":"dont-drive-while-sd","ariaLabel":"","title":"*","description":"<p>*Don't drive while distracted.
2231See Owner’s Manual for details and system limitations.</p>\n"},"796":{"id":"max-payload-1750-f-150-reskin-2","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,750 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.2238See Owner’s Manual for details and system limitations.</p>\n"},"802":{"id":"max-payload-1750-f-150-reskin-2","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,750 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
2234Always properly secure cargo.</p>\n"},"797":{"id":"t2-hompage-veterans-first-responders","ariaLabel":"","title":"*","description":"<p>First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).2241Always properly secure cargo.</p>\n"},"803":{"id":"t2-hompage-veterans-first-responders","ariaLabel":"","title":"*","description":"<p>First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).
2239Offers are subject to confirmation of eligibility.</p>\n"},"798":{"id":"vehicle-details-daytona-carousel-disc","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype models shown throughout.2246Offers are subject to confirmation of eligibility.</p>\n"},"804":{"id":"vehicle-details-daytona-carousel-disc","ariaLabel":"","title":"Vehicle Details","description":"<p>Prototype models shown throughout.
2243Do not attempt.</p>\n"},"799":{"id":"DiscImageDetailsRanger2026Owner","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.2250Do not attempt.</p>\n"},"805":{"id":"DiscImageDetailsRanger2026Owner","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2244Available on XL, XLT, and Lariat<sup>®</sup> models.</p>\n"},"800":{"id":"2026-maverick-xlt-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XL model shown.</p>\n"},"801":{"id":"","ariaLabel":"","title":"","description":""},"802":{"id":"DiscTargetAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $78,1158. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.2251Available on XL, XLT, and Lariat<sup>®</sup> models.</p>\n"},"806":{"id":"2026-maverick-xlt-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XL model shown.</p>\n"},"807":{"id":"","ariaLabel":"","title":"","description":""},"808":{"id":"DiscTargetAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $78,1158. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
2248Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.​</p>\n"},"803":{"id":"disclosuremustangbillboardasshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p><br>\n2025 Ford Mustang Dark Horse<sup>®</sup> Premium with available Mustang Dark Horse Appearance Package in Blue Ember (extra-cost color option).</p>\n"},"804":{"id":"25l-hybrid-engine-awd-01","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/AWD.2255Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.​</p>\n"},"809":{"id":"disclosuremustangbillboardasshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p><br>\n2025 Ford Mustang Dark Horse<sup>®</sup> Premium with available Mustang Dark Horse Appearance Package in Blue Ember (extra-cost color option).</p>\n"},"810":{"id":"25l-hybrid-engine-awd-01","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/AWD.
2249Actual mileage will vary.</p>\n"},"805":{"id":"explorer-active-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Active model shown.</p>\n"},"806":{"id":"t2-compare-super-duty-10a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model with available Chrome package and 6.7L High Output diesel engine shown.&nbsp;</p>\n"},"807":{"id":"DiscF1502026Global50","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.2256Actual mileage will vary.</p>\n"},"811":{"id":"explorer-active-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Active model shown.</p>\n"},"812":{"id":"t2-compare-super-duty-10a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model with available Chrome package and 6.7L High Output diesel engine shown.&nbsp;</p>\n"},"813":{"id":"DiscF1502026Global50","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
2255Terms apply.</p>\n"},"808":{"id":"T2-HP-Billboard-RSF","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.2262Terms apply.</p>\n"},"814":{"id":"T2-HP-Billboard-RSF","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.
2256Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"809":{"id":"T2-compare-ranger-2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> model interior shown.<b></b></p>\n"},"810":{"id":"mach-e-gt-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E GT model shown with optional equipment.</p>\n"},"811":{"id":"disclosure-owners-manual-offroad","ariaLabel":"","title":"†","description":"<p>†Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"812":{"id":"ShowingPriceMaverickXl","ariaLabel":"","title":"As Showing Price","description":"<p>2026 Maverick<sup>®</sup> XL model shown. $28,145 (does not include fees)</p>\n"},"813":{"id":"2025-mustang-mach-e-premium","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model with extra-cost color option shown.</p>\n"},"814":{"id":"battery-electric-vehicle-warranty-disclaimer","ariaLabel":"","title":"*","description":"<p>*See your dealer and the <a href=\"https://www.fordservicecontent.com/Ford_Content/Catalog/owner_information/2024_US_Ford_Mach_E_WG_V2.pdf\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-download&quot;,&quot;direct&quot;:&quot;global-download&quot;,&quot;secondary&quot;:&quot;websdk-download&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:lp:power promise:pdf:download&quot;,&quot;onclick_onclick&quot;:&quot;lp:power promise:pdf download:2024usfordmachewgv2.pdf&quot;}}\" rel=\"noopener noreferrer\">Battery Electric Vehicle Warranty Guide</a> for limited warranty details.</p>\n"},"815":{"id":"2025-ranger-lariat-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.</p>\n"},"816":{"id":"max-towing-2-12900-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 12,900 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.2263Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"815":{"id":"T2-compare-ranger-2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> model interior shown.<b></b></p>\n"},"816":{"id":"mach-e-gt-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E GT model shown with optional equipment.</p>\n"},"817":{"id":"closed-track-electronic-line-2026-mustang-ecoboost-extra-cost-race-red","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
2264Electronic line-lock is intended for track use only.
2265It should not be used on public roads.
2266See Owner’s Manual for information on use.</p>\n<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback in extra-cost color Race Red shown.</p>\n"},"818":{"id":"disclosure-owners-manual-offroad","ariaLabel":"","title":"†","description":"<p>†Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"819":{"id":"ShowingPriceMaverickXl","ariaLabel":"","title":"As Showing Price","description":"<p>2026 Maverick<sup>®</sup> XL model shown. $28,145 (does not include fees)</p>\n"},"820":{"id":"2025-mustang-mach-e-premium","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model with extra-cost color option shown.</p>\n"},"821":{"id":"battery-electric-vehicle-warranty-disclaimer","ariaLabel":"","title":"*","description":"<p>*See your dealer and the <a href=\"https://www.fordservicecontent.com/Ford_Content/Catalog/owner_information/2024_US_Ford_Mach_E_WG_V2.pdf\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-download&quot;,&quot;direct&quot;:&quot;global-download&quot;,&quot;secondary&quot;:&quot;websdk-download&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;{($sitePrefix)}:lp:power promise:pdf:download&quot;,&quot;onclick_onclick&quot;:&quot;lp:power promise:pdf download:2024usfordmachewgv2.pdf&quot;}}\" rel=\"noopener noreferrer\">Battery Electric Vehicle Warranty Guide</a> for limited warranty details.</p>\n"},"822":{"id":"2025-ranger-lariat-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.</p>\n"},"823":{"id":"max-towing-2-12900-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 12,900 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.
2259Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"817":{"id":"video-details-2026-ford-explorer-tremor-with-optional","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Explorer® Tremor® with optional equipment shown.2269Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"824":{"id":"video-details-2026-ford-explorer-tremor-with-optional","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Explorer® Tremor® with optional equipment shown.
2260Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"818":{"id":"2025-ford-super-duty-lariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Black Appearance Package and optional equipment shown.</p>\n"},"819":{"id":"DiscImageDetailsXLTModel","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.</p>\n"},"820":{"id":"f-150-computer-image-extra-color","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image shown.2270Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"825":{"id":"2025-ford-super-duty-lariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Black Appearance Package and optional equipment shown.</p>\n"},"826":{"id":"DiscImageDetailsXLTModel","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.</p>\n"},"827":{"id":"f-150-computer-image-extra-color","ariaLabel":"","title":"Vehicle Details","description":"<p>Computer-generated image shown.
2261Extra-cost color shown.</p>\n"},"821":{"id":"image-details-off-roading-modal-2026-f150","ariaLabel":"","title":"Image Details","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"822":{"id":"bronco-retail-disclaimer","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit limited-term financing.2271Extra-cost color shown.</p>\n"},"828":{"id":"image-details-off-roading-modal-2026-f150","ariaLabel":"","title":"Image Details","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"829":{"id":"bronco-retail-disclaimer","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit limited-term financing.
2263See dealer for qualifications, and details.</p>\n"},"823":{"id":"as-shown-pricing-2025-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$56,070<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.2273See dealer for qualifications, and details.</p>\n"},"830":{"id":"as-shown-pricing-2025-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$56,070<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
2264Does not include A, Z or X Plan price.</p>\n"},"824":{"id":"T2-compare-expedition-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.</p>\n"},"825":{"id":"t2-truck-month-bluecruise","ariaLabel":"t2-truck-month-bluecruise","title":"*","description":"<p>*Available feature on select vehicles.2274Does not include A, Z or X Plan price.</p>\n"},"831":{"id":"T2-compare-expedition-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.</p>\n"},"832":{"id":"t2-truck-month-bluecruise","ariaLabel":"t2-truck-month-bluecruise","title":"*","description":"<p>*Available feature on select vehicles.
2270See Owner’s Manual for details and limitations.</p>\n"},"826":{"id":"max-payload-2225-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,225 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.2280See Owner’s Manual for details and limitations.</p>\n"},"833":{"id":"max-payload-2225-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,225 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.
2273Always properly secure cargo.</p>\n"},"827":{"id":"DisclosureImageDetails2","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n"},"828":{"id":"2025-f150-platinum-plus-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.2283Always properly secure cargo.</p>\n"},"834":{"id":"DisclosureImageDetails2","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n"},"835":{"id":"2025-f150-platinum-plus-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.
2276Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"829":{"id":"disclaimer-2025explorerplatinumsuv","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer® Platinum SUV with extra-cost color option shown.</p>\n"},"830":{"id":"homepage-rv-experiences-mme-lux-carousel-exp-id-3211","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.2286Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"836":{"id":"disclaimer-2025explorerplatinumsuv","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer® Platinum SUV with extra-cost color option shown.</p>\n"},"837":{"id":"homepage-rv-experiences-mme-lux-carousel-exp-id-3211","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.
2278Computer-generated image shown.</p>\n"},"831":{"id":"cameras-only-operate","ariaLabel":"","title":"*","description":"<p>*Cameras only operate at speeds under 6 miles per hour.</p>\n"},"832":{"id":"DisclosureBaja","ariaLabel":"","title":"*","description":"<p>*Using Baja Mode on dry, hard surfaces could produce some vibration, driveline bind-up, and potential excessive tire and vehicle wear.2288Computer-generated image shown.</p>\n"},"838":{"id":"cameras-only-operate","ariaLabel":"","title":"*","description":"<p>*Cameras only operate at speeds under 6 miles per hour.</p>\n"},"839":{"id":"DisclosureBaja","ariaLabel":"","title":"*","description":"<p>*Using Baja Mode on dry, hard surfaces could produce some vibration, driveline bind-up, and potential excessive tire and vehicle wear.
2279Depending on the four-wheel drive mode selection.</p>\n"},"833":{"id":"2026-maverick-epa-estimated-rating","ariaLabel":"","title":"†","description":"<p>†EPA-estimated rating of 42 city/35 hwy/38 combined mpg, 2.5L hybrid engine, Automatic Continuously Variable Transmission, and FWD.2289Depending on the four-wheel drive mode selection.</p>\n"},"840":{"id":"2026-maverick-epa-estimated-rating","ariaLabel":"","title":"†","description":"<p>†EPA-estimated rating of 42 city/35 hwy/38 combined mpg, 2.5L hybrid engine, Automatic Continuously Variable Transmission, and FWD.
2280Actual mileage will vary.</p>\n"},"834":{"id":"pick-up-delivery-service-disclaimer","ariaLabel":"","title":"Service Details","description":"<p>Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2290Actual mileage will vary.</p>\n"},"841":{"id":"pick-up-delivery-service-disclaimer","ariaLabel":"","title":"Service Details","description":"<p>Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2282A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"835":{"id":"black-lug-nuts-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nuts</p>\n<p>Blend in but don’t back down.2292A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"842":{"id":"black-lug-nuts-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nuts</p>\n<p>Blend in but don’t back down.
2284The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"836":{"id":"max-430-horsepower-and-485-lb-ft-of-torque-based-on","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.2294The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"843":{"id":"max-430-horsepower-and-485-lb-ft-of-torque-based-on","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
2290Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"837":{"id":"24-7-live-support-disclaimer","ariaLabel":"","title":"*","description":"<p>Available only for Ford F-150 Lightning<sup>®</sup> and Mustang Mach-E<sup>®</sup> owners.2300Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"844":{"id":"24-7-live-support-disclaimer","ariaLabel":"","title":"*","description":"<p>Available only for Ford F-150 Lightning<sup>®</sup> and Mustang Mach-E<sup>®</sup> owners.
2298See your Ford dealer for details.</p>\n"},"838":{"id":"wheel-not-available-expedition","ariaLabel":"","title":"Image Details","description":"<p>Wheel shown is not available for purchase on 2026 Expedition<sup>®</sup>.2308See your Ford dealer for details.</p>\n"},"845":{"id":"wheel-not-available-expedition","ariaLabel":"","title":"Image Details","description":"<p>Wheel shown is not available for purchase on 2026 Expedition<sup>®</sup>.
2299See dealer for details.</p>\n"},"839":{"id":"disclaimer-data-50gb-asterisk","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"840":{"id":"fba-see-your-dealer-for-warranty-coverage-details","ariaLabel":"","title":"*","description":"<p>*See your dealer for warranty coverage details.</p>\n"},"841":{"id":"as-shown-price-2026-transit","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $68,990<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Transit high-roof extended length XLT Passenger model with optional equipment shown.2309See dealer for details.</p>\n"},"846":{"id":"disclaimer-data-50gb-asterisk","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"847":{"id":"fba-see-your-dealer-for-warranty-coverage-details","ariaLabel":"","title":"*","description":"<p>*See your dealer for warranty coverage details.</p>\n"},"848":{"id":"as-shown-price-2026-transit","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $68,990<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Transit high-roof extended length XLT Passenger model with optional equipment shown.
2302Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"842":{"id":"important-details-j-d-power","ariaLabel":"","title":"Important Details","description":"<p>Tied in 2025.2312Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"849":{"id":"important-details-j-d-power","ariaLabel":"","title":"Important Details","description":"<p>Tied in 2025.
2305Newer models may be shown.</p>\n"},"843":{"id":"t2-cc-f150-horsepower-torque","ariaLabel":"t2-cc-f150-horsepower-torque","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.2315Newer models may be shown.</p>\n"},"850":{"id":"t2-cc-f150-horsepower-torque","ariaLabel":"t2-cc-f150-horsepower-torque","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
2310Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"844":{"id":"2026-transit-retail-max-towing-capacity","ariaLabel":"","title":"*","description":"<p>*T-350 Low Roof – Long Length, Passenger Van (12 and 15 passenger).2320Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"851":{"id":"2026-transit-retail-max-towing-capacity","ariaLabel":"","title":"*","description":"<p>*T-350 Low Roof – Long Length, Passenger Van (12 and 15 passenger).
2312Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"845":{"id":"not-all-buyers-ford-credit","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing.2322Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"852":{"id":"not-all-buyers-ford-credit","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing.
2316Please contact your Ford Dealer for the most current inventory status.</p>\n"},"846":{"id":"matte-black-script-badges-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Script Badges</p>\n<p>Tell the world you drive a legend with these modern nods to the past.2326Please contact your Ford Dealer for the most current inventory status.</p>\n"},"853":{"id":"matte-black-script-badges-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Script Badges</p>\n<p>Tell the world you drive a legend with these modern nods to the past.
2317Matte black script lends a present-day presence while borrowing from 60 years of all-purpose capability and sophistication.</p>\n"},"847":{"id":"Standard-on-30th-anniversary-expdition-2027","ariaLabel":"","title":"†","description":"<p>†Standard on 30th Anniversary Appearance Package, so it's not included in Driver's Package for that combination.</p>\n"},"848":{"id":"t2-truck-month-connectivity-data","ariaLabel":"t2-truck-month-connectivity-data","title":"**","description":"<p>**Data speeds may be slowed down after 50 GB of usage within a 30-day period.</p>\n<p><b>&nbsp;</b></p>\n"},"849":{"id":"image-details-gallery-2026-f150-4","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Raptor R with extra-cost color shown.</p>\n"},"850":{"id":"CoastalDisclaimer3","ariaLabel":"","title":"Image Details","description":"<p>Stripe Graphic</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage – 122 years of Ford iconic cool, to be exact.2327Matte black script lends a present-day presence while borrowing from 60 years of all-purpose capability and sophistication.</p>\n"},"854":{"id":"Standard-on-30th-anniversary-expdition-2027","ariaLabel":"","title":"†","description":"<p>†Standard on 30th Anniversary Appearance Package, so it's not included in Driver's Package for that combination.</p>\n"},"855":{"id":"t2-truck-month-connectivity-data","ariaLabel":"t2-truck-month-connectivity-data","title":"**","description":"<p>**Data speeds may be slowed down after 50 GB of usage within a 30-day period.</p>\n<p><b>&nbsp;</b></p>\n"},"856":{"id":"image-details-gallery-2026-f150-4","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Raptor R with extra-cost color shown.</p>\n"},"857":{"id":"CoastalDisclaimer3","ariaLabel":"","title":"Image Details","description":"<p>Stripe Graphic</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage – 122 years of Ford iconic cool, to be exact.
2318A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"851":{"id":"details-2025-bronco-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> SUV with optional equipment shown.</p>\n"},"852":{"id":"2025-ranger-raptor-optional-equipment-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.2328A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"858":{"id":"details-2025-bronco-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> SUV with optional equipment shown.</p>\n"},"859":{"id":"2025-ranger-raptor-optional-equipment-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.
2319Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"853":{"id":"driver-assist-features-are-supplemental-sd","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.2329Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"860":{"id":"driver-assist-features-are-supplemental-sd","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
2321See Owner’s Manual for details and limitations.</p>\n"},"854":{"id":"DiscF150HorsepowerandTorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.2331See Owner’s Manual for details and limitations.</p>\n"},"861":{"id":"DiscF150HorsepowerandTorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
2322Your results may vary.</p>\n"},"855":{"id":"2026MustangGTPremiumExtraColor","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium convertible with optional equipment and extra-cost color shown.</p>\n"},"856":{"id":"2025-ford-super-duty-xl","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> XL model with XL Chrome Package and optional equipment shown.</p>\n"},"857":{"id":"ford-accesories-water-crossing-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and available Ford Accessories shown.2332Your results may vary.</p>\n"},"862":{"id":"2026MustangGTPremiumExtraColor","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium convertible with optional equipment and extra-cost color shown.</p>\n"},"863":{"id":"2025-ford-super-duty-xl","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> XL model with XL Chrome Package and optional equipment shown.</p>\n"},"864":{"id":"ford-accesories-water-crossing-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and available Ford Accessories shown.
2324Refer to your Owner’s Manual for detailed information regarding driving through water.</p>"},"858":{"id":"ford-mobile-service-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2334Refer to your Owner’s Manual for detailed information regarding driving through water.</p>"},"865":{"id":"ford-mobile-service-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2325Does not include parts or repair charges.</p>\n"},"859":{"id":"DiscTier2Card8F150","ariaLabel":"","title":"Details","description":"<p>Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and Truck segments, Ford Trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford truck in model year 2024.2335Does not include parts or repair charges.</p>\n"},"866":{"id":"DiscTier2Card8F150","ariaLabel":"","title":"Details","description":"<p>Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and Truck segments, Ford Trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford truck in model year 2024.
2326Includes all models with RTM population greater than 1,000.</p>\n"},"860":{"id":"Always-consult-owners-manual-bronco","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"861":{"id":"half-shaft-upgrade-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Half-shaft Upgrade Kit</p>\n"},"862":{"id":"class-exclusive-disclosure","ariaLabel":"","title":"*","description":"<p>*Class is Medium Traditional SUVs.</p>\n"},"863":{"id":"disclaimer-fordpass-rewards-account","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.2336Includes all models with RTM population greater than 1,000.</p>\n"},"867":{"id":"Always-consult-owners-manual-bronco","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"868":{"id":"half-shaft-upgrade-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Half-shaft Upgrade Kit</p>\n"},"869":{"id":"class-exclusive-disclosure","ariaLabel":"","title":"*","description":"<p>*Class is Medium Traditional SUVs.</p>\n"},"870":{"id":"disclaimer-fordpass-rewards-account","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
2329See the Ford Rewards Program Terms at <a href=\"https://www.ford.com/support/fordpass/fordpass-rewards/overview/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fpr:overview&quot;,&quot;onclick_referredTo&quot;:&quot;fmo:fpr&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"864":{"id":"maverick-retail-disclaimer","ariaLabel":"","title":"**","description":"<p>**Take new retail delivery from an authorized Ford Dealer’s stock by 6/15/25.2339See the Ford Rewards Program Terms at <a href=\"https://www.ford.com/support/fordpass/fordpass-rewards/overview/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fpr:overview&quot;,&quot;onclick_referredTo&quot;:&quot;fmo:fpr&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"871":{"id":"maverick-retail-disclaimer","ariaLabel":"","title":"**","description":"<p>**Take new retail delivery from an authorized Ford Dealer’s stock by 6/15/25.
2330See dealer for details.</p>\n"},"865":{"id":"Lariat with optional equipment shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150® Lariat with optional equipment shown.</p>\n"},"866":{"id":"t2-f150-desert","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® King Ranch® model shown.2340See dealer for details.</p>\n"},"872":{"id":"Lariat with optional equipment shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150® Lariat with optional equipment shown.</p>\n"},"873":{"id":"t2-f150-desert","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® King Ranch® model shown.
2331Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"867":{"id":"evasivesteering","ariaLabel":"","title":"*","description":"<p>*Evasive steering does not control steering.</p>\n"},"868":{"id":"bfn-sse-global-mobility-cy-2024","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility CY 2024 US Light Vehicle Production data and CY 2024 Import Sourcing Module data.</p>\n"},"869":{"id":"vehicle-details-ford-bluecruise-shown","ariaLabel":"","title":"Image Details","description":"<p>Available Ford BlueCruise shown.</p>\n"},"870":{"id":"video-details-raptor-r-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on a closed course.2341Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"874":{"id":"evasivesteering","ariaLabel":"","title":"*","description":"<p>*Evasive steering does not control steering.</p>\n"},"875":{"id":"bfn-sse-global-mobility-cy-2024","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility CY 2024 US Light Vehicle Production data and CY 2024 Import Sourcing Module data.</p>\n"},"876":{"id":"vehicle-details-ford-bluecruise-shown","ariaLabel":"","title":"Image Details","description":"<p>Available Ford BlueCruise shown.</p>\n"},"877":{"id":"video-details-raptor-r-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on a closed course.
2332Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"871":{"id":"vehicle-details-mach-e","ariaLabel":"","title":"Vehicle Details","description":"<p>*Premium model with Sport Appearance Package shown.</p>\n"},"872":{"id":"2026-maverick-xlt-with-available-fx4-offroad-package-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick XLT with available FX4® Off-Road Package shown.</p>\n"},"873":{"id":"super-duty-ranked-1-disc","ariaLabel":"","title":"*","description":"<p>*Ford Super Duty ranked #1 in segment in the J.D. Power 2024 U.S. Automotive Performance, Execution, and Layout (APEAL) Study.2342Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"878":{"id":"vehicle-details-mach-e","ariaLabel":"","title":"Vehicle Details","description":"<p>*Premium model with Sport Appearance Package shown.</p>\n"},"879":{"id":"2026-maverick-xlt-with-available-fx4-offroad-package-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick XLT with available FX4® Off-Road Package shown.</p>\n"},"880":{"id":"super-duty-ranked-1-disc","ariaLabel":"","title":"*","description":"<p>*Ford Super Duty ranked #1 in segment in the J.D. Power 2024 U.S. Automotive Performance, Execution, and Layout (APEAL) Study.
2334Visit <a href=\"http://jdpower.com/awards#!adchoices\" target=\"_blank\">jdpower.com/awards</a> for more information.</p>\n<p>Extra-cost color option shown.</p>\n"},"874":{"id":"2026-ford-ranger-xl-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Ranger® XL model shown.</p>\n"},"875":{"id":"bluecruise-equipped-vehicles-come-with-a-complimentary-trial-period","ariaLabel":"","title":"*","description":"<p>*BlueCruise-equipped vehicles come with a complimentary trial period, starting with your vehicles warranty start date.2344Visit <a href=\"http://jdpower.com/awards#!adchoices\" target=\"_blank\">jdpower.com/awards</a> for more information.</p>\n<p>Extra-cost color option shown.</p>\n"},"881":{"id":"2026-ford-ranger-xl-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Ranger® XL model shown.</p>\n"},"882":{"id":"bluecruise-equipped-vehicles-come-with-a-complimentary-trial-period","ariaLabel":"","title":"*","description":"<p>*BlueCruise-equipped vehicles come with a complimentary trial period, starting with your vehicles warranty start date.
2336Pricing subject to change.</p>\n"},"876":{"id":"Standard on King Ranch and Platinum models","ariaLabel":"","title":"*","description":"<p>*Standard on King Ranch<sup>®</sup> and Platinum<sup>®</sup> models.</p>\n"},"877":{"id":"as-shown-price-max-platinum-updates-expedition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $78,245.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition®&nbsp;MAX Platinum®&nbsp;model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"878":{"id":"Disc2026FordVanWagon","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.2346Pricing subject to change.</p>\n"},"883":{"id":"Standard on King Ranch and Platinum models","ariaLabel":"","title":"*","description":"<p>*Standard on King Ranch<sup>®</sup> and Platinum<sup>®</sup> models.</p>\n"},"884":{"id":"as-shown-price-max-platinum-updates-expedition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $78,245.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition®&nbsp;MAX Platinum®&nbsp;model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"885":{"id":"Disc2026FordVanWagon","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.
2346Message and data rates may apply.</p>\n"},"879":{"id":"towingyearspayload","ariaLabel":"","title":"Video Details","description":"<p>Max towing varies on cargo vehicle configuration, accessories and number of passengers.</p>\n<p>&nbsp;</p>\n<p>Multiple model years shown.2356Message and data rates may apply.</p>\n"},"886":{"id":"towingyearspayload","ariaLabel":"","title":"Video Details","description":"<p>Max towing varies on cargo vehicle configuration, accessories and number of passengers.</p>\n<p>&nbsp;</p>\n<p>Multiple model years shown.
2356See Owner's Manual for important operating instructions.</p>\n"},"880":{"id":"2026 US Expedition 2","ariaLabel":"","title":"**","description":"<p>**When properly equipped.2366See Owner's Manual for important operating instructions.</p>\n"},"887":{"id":"2026 US Expedition 2","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
2357Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"881":{"id":"qi-wireless-charging","ariaLabel":"","title":"*","description":"<p>*Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"882":{"id":"optional-summer-tires-disclaimer","ariaLabel":"","title":"***","description":"<p>***Based on internal testing with optional summer tires.</p>\n"},"883":{"id":"t2-yese-mainevent","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.2367Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"888":{"id":"qi-wireless-charging","ariaLabel":"","title":"*","description":"<p>*Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"889":{"id":"optional-summer-tires-disclaimer","ariaLabel":"","title":"***","description":"<p>***Based on internal testing with optional summer tires.</p>\n"},"890":{"id":"t2-yese-mainevent","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
2365See dealer for qualifications and complete details.</p>\n"},"884":{"id":"S5","ariaLabel":"","title":"S5","description":"<p>Estimated Net Price is the Total Manufacturer's Suggested Retail Price (&quot;Total MSRP&quot;) minus any available offers and/or incentives.2375See dealer for qualifications and complete details.</p>\n"},"891":{"id":"S5","ariaLabel":"","title":"S5","description":"<p>Estimated Net Price is the Total Manufacturer's Suggested Retail Price (&quot;Total MSRP&quot;) minus any available offers and/or incentives.
2369Not all AXZ Plan customers will qualify for the Plan pricing shown and not all offers or incentives are available to AXZ Plan customers.</p>\n"},"885":{"id":"sse-not-all-buyers-will-qualify","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing.2379Not all AXZ Plan customers will qualify for the Plan pricing shown and not all offers or incentives are available to AXZ Plan customers.</p>\n"},"892":{"id":"sse-not-all-buyers-will-qualify","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing.
2373Please contact your Ford Dealer for the most current inventory status.</p>\n"},"886":{"id":"t2-a250-billboard","ariaLabel":"","title":"Disclosure","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford vehicle from a participating dealer.2383Please contact your Ford Dealer for the most current inventory status.</p>\n"},"893":{"id":"t2-a250-billboard","ariaLabel":"","title":"Disclosure","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford vehicle from a participating dealer.
2379See dealer for details.</p>\n"},"887":{"id":"ImageDetailsF150STX","ariaLabel":"","title":"Image Details","description":"<p>Arriving spring 2026.<br>\n<br>\n2026 F-150<sup>®</sup> STX<sup>®</sup> with optional equipment shown.</p>\n"},"888":{"id":"mustang-dark-horse-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> model and extra-cost color option shown.</p>\n"},"889":{"id":"fba-ford-roadside-assistance-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Ford Roadside Assistance is included for certain owners and available to everyone for a per service fee.2389See dealer for details.</p>\n"},"894":{"id":"ImageDetailsF150STX","ariaLabel":"","title":"Image Details","description":"<p>Arriving spring 2026.<br>\n<br>\n2026 F-150<sup>®</sup> STX<sup>®</sup> with optional equipment shown.</p>\n"},"895":{"id":"mustang-dark-horse-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> model and extra-cost color option shown.</p>\n"},"896":{"id":"fba-ford-roadside-assistance-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Ford Roadside Assistance is included for certain owners and available to everyone for a per service fee.
2380Ford reserves the right to change program details without obligations.</p>\n"},"890":{"id":"Image Details F150 Off Roading Tremor","ariaLabel":"","title":"*","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>&nbsp;</p>\n<p>Always determine the water depth before attempting a crossing and proceed slowly.2390Ford reserves the right to change program details without obligations.</p>\n"},"897":{"id":"Image Details F150 Off Roading Tremor","ariaLabel":"","title":"*","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>&nbsp;</p>\n<p>Always determine the water depth before attempting a crossing and proceed slowly.
2381Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"891":{"id":"25l-hybrid-engine-fwd","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/FWD.2391Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"898":{"id":"25l-hybrid-engine-fwd","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/FWD.
2382Actual mileage will vary.</p>\n"},"892":{"id":"Professional-driver-mustang-2026","ariaLabel":"","title":"Image Details","description":"<p>Professional driver.2392Actual mileage will vary.</p>\n"},"899":{"id":"Professional-driver-mustang-2026","ariaLabel":"","title":"Image Details","description":"<p>Professional driver.
2387Available summer 2026.</p>\n"},"893":{"id":"t2-compare-mustang-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with extra-cost color option shown.2397Available summer 2026.</p>\n"},"900":{"id":"t2-compare-mustang-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with extra-cost color option shown.
2391See Owner’s Manual for information on use.</p>\n"},"894":{"id":"video-details-lightning-2025-lariat-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>2025 F-150<sup>®</sup> Lariat with optional equipment shown.</p>\n"},"895":{"id":"2-5l-hybrid-engine","ariaLabel":"","title":"*","description":"<p>*2.5L hybrid engine.</p>\n"},"896":{"id":"as-shown-price-f150-doer","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $77,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"897":{"id":"must-purchase-or-lease","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>™</sup> Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation, or (b) $1,000 bonus cash.2401See Owner’s Manual for information on use.</p>\n"},"901":{"id":"video-details-lightning-2025-lariat-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>2025 F-150<sup>®</sup> Lariat with optional equipment shown.</p>\n"},"902":{"id":"2-5l-hybrid-engine","ariaLabel":"","title":"*","description":"<p>*2.5L hybrid engine.</p>\n"},"903":{"id":"as-shown-price-f150-doer","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $77,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"904":{"id":"must-purchase-or-lease","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>™</sup> Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation, or (b) $1,000 bonus cash.
2396See your Ford dealer for details and terms.</p>\n"},"898":{"id":"faq-disclosure2-bronco2025","ariaLabel":"","title":"**","description":"<p>**When properly equipped.2406See your Ford dealer for details and terms.</p>\n"},"905":{"id":"faq-disclosure2-bronco2025","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
2397Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"899":{"id":"upgrade-your-gt-model-disc-1","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.2407Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"906":{"id":"upgrade-your-gt-model-disc-1","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.
2399Your results may vary.</p>\n"},"900":{"id":"NonAngledParkingSpaces","ariaLabel":"","title":"*","description":"<p>Non-angled parking spaces.2409Your results may vary.</p>\n"},"907":{"id":"NonAngledParkingSpaces","ariaLabel":"","title":"*","description":"<p>Non-angled parking spaces.
2400Parking assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.</p>\n"},"901":{"id":"disclosure-max-payload-maverick","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick® pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.2410Parking assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.</p>\n"},"908":{"id":"disclosure-max-payload-maverick","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick® pickup with AWD 2.0L engine and FWD 2.5L hybrid engine.
2404Always properly secure cargo.</p>\n"},"902":{"id":"2025-ranger-lariat-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.2414Always properly secure cargo.</p>\n"},"909":{"id":"2025-ranger-lariat-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.
2406Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"903":{"id":"rsf-thrill-vlu-bronco-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $82,265<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup><br>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.2416Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"910":{"id":"rsf-thrill-vlu-bronco-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $82,265<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup><br>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.
2407Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>"},"904":{"id":"DiscF150MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.2417Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>"},"911":{"id":"DiscF150MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.
2410Always properly secure cargo.</p>\n"},"905":{"id":"T2-compare-escape-2b","ariaLabel":"","title":"*","description":"<p>*When properly equipped.2420Always properly secure cargo.</p>\n"},"912":{"id":"T2-compare-escape-2b","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
2411Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"906":{"id":"Max 500 horsepower based on 6.7L","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.2421Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"913":{"id":"Max 500 horsepower based on 6.7L","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
2416Your results may vary.</p>\n"},"907":{"id":"2026-expedition-tremor-with-available-ford-accessories","ariaLabel":"","title":"Video Details","description":"<p>2026 Expedition® Tremor® with available Ford Accessories, and extra cost color option shown.2426Your results may vary.</p>\n"},"914":{"id":"2026-expedition-tremor-with-available-ford-accessories","ariaLabel":"","title":"Video Details","description":"<p>2026 Expedition® Tremor® with available Ford Accessories, and extra cost color option shown.
2417Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"908":{"id":"t2-feb-connect-1","ariaLabel":"","title":"*","description":"<p class=\"MsoNormal\">*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.2427Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"915":{"id":"t2-feb-connect-1","ariaLabel":"","title":"*","description":"<p class=\"MsoNormal\">*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.
2422Terms apply.</p>\n"},"909":{"id":"cameras-operate-below-6-mph","ariaLabel":"","title":"*","description":"<p>*Cameras operate below 6 mph.</p>\n"},"910":{"id":"max-payload-available-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max payload available&nbsp;on SuperCrew<sup>®</sup> 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.&nbsp;Max payload varies and is based on accessories and vehicle&nbsp;configuration.2432Terms apply.</p>\n"},"916":{"id":"cameras-operate-below-6-mph","ariaLabel":"","title":"*","description":"<p>*Cameras operate below 6 mph.</p>\n"},"917":{"id":"max-payload-available-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max payload available&nbsp;on SuperCrew<sup>®</sup> 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.&nbsp;Max payload varies and is based on accessories and vehicle&nbsp;configuration.
2423See label on door jamb for carrying capacity of a&nbsp;specific vehicle.</p>\n"},"911":{"id":"t2-yese-blackfri","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.2433See label on door jamb for carrying capacity of a&nbsp;specific vehicle.</p>\n"},"918":{"id":"t2-yese-blackfri","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
2431See dealer for qualifications and complete details.</p>\n"},"912":{"id":"shown-optional-equipment-maverick-disclosure","ariaLabel":"","title":"Image Details","description":"<p>Shown with optional equipment and extra-cost color.2441See dealer for qualifications and complete details.</p>\n"},"919":{"id":"shown-optional-equipment-maverick-disclosure","ariaLabel":"","title":"Image Details","description":"<p>Shown with optional equipment and extra-cost color.
2432Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"913":{"id":"maverick-xlt-fx4-off-roading-package","ariaLabel":"","title":"Image Details","description":"<p>Maverick<sup>®</sup> XLT with available FX4<sup>®</sup> Off-Road Package.</p>\n"},"914":{"id":"disclosure-fuel-economy-may-vary","ariaLabel":"","title":"*","description":"<p>*Actual fuel economy may vary.\u2028</p>\n"},"915":{"id":"asterisk-gaming-disclaimer","ariaLabel":"","title":"*","description":"<p>*Game only functions when vehicle is in park.</p>\n"},"916":{"id":"disclaimer-2024-f-150-is-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 F-150<sup>®</sup> truck shown.</p>\n"},"917":{"id":"rsf-build-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $30,645<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Maverick<sup>®</sup> XLT shown.</p>\n"},"918":{"id":"t2-homepage-f150","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® XLT model shown.2442Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"920":{"id":"maverick-xlt-fx4-off-roading-package","ariaLabel":"","title":"Image Details","description":"<p>Maverick<sup>®</sup> XLT with available FX4<sup>®</sup> Off-Road Package.</p>\n"},"921":{"id":"disclosure-fuel-economy-may-vary","ariaLabel":"","title":"*","description":"<p>*Actual fuel economy may vary.\u2028</p>\n"},"922":{"id":"asterisk-gaming-disclaimer","ariaLabel":"","title":"*","description":"<p>*Game only functions when vehicle is in park.</p>\n"},"923":{"id":"disclaimer-2024-f-150-is-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 F-150<sup>®</sup> truck shown.</p>\n"},"924":{"id":"rsf-build-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $30,645<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Maverick<sup>®</sup> XLT shown.</p>\n"},"925":{"id":"t2-homepage-f150","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® XLT model shown.
2435All rights reserved.</p>\n"},"919":{"id":"mlb","ariaLabel":"","title":"Important Details","description":"<p>Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball.2445All rights reserved.</p>\n"},"926":{"id":"mlb","ariaLabel":"","title":"Important Details","description":"<p>Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball.
2436Visit <a title=\"http://mlb.com/\" href=\"http://mlb.com/#!external\" target=\"_blank\"><u>MLB.com</u></a>&nbsp;and <a title=\"http://milb.com/\" href=\"http://milb.com/#!external\" target=\"_blank\"><u>MiLB.com</u></a>.</p>\n<ul>\n</ul>\n"},"920":{"id":"vehicle-details-raptor-target-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Raptor with optional equipment and extra-cost color option shown with off-road disclaimer.</p>\n"},"921":{"id":"2025-ford-mustang-dark-horse","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"922":{"id":"map-details","ariaLabel":"Provides user with information about the Connectivity Package map details","title":"Disclaimer","description":"<p><strong><em>Maps Details</em></strong></p><p><em>Maps systems vary by model and trim.2446Visit <a title=\"http://mlb.com/\" href=\"http://mlb.com/#!external\" target=\"_blank\"><u>MLB.com</u></a>&nbsp;and <a title=\"http://milb.com/\" href=\"http://milb.com/#!external\" target=\"_blank\"><u>MiLB.com</u></a>.</p>\n<ul>\n</ul>\n"},"927":{"id":"vehicle-details-raptor-target-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Raptor with optional equipment and extra-cost color option shown with off-road disclaimer.</p>\n"},"928":{"id":"2025-ford-mustang-dark-horse","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> Dark Horse<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"929":{"id":"map-details","ariaLabel":"Provides user with information about the Connectivity Package map details","title":"Disclaimer","description":"<p><strong><em>Maps Details</em></strong></p><p><em>Maps systems vary by model and trim.
2439Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</em></p>"},"923":{"id":"rsf-adventure-vlu-super-duty-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $86,170<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road and Lariat Ultimate Packages shown.2449Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</em></p>"},"930":{"id":"rsf-adventure-vlu-super-duty-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $86,170<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road and Lariat Ultimate Packages shown.
2440Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"924":{"id":"as-shown-price-sd-450lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $78,660.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"925":{"id":"fordpass-app-scheduling-service","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.2450Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"931":{"id":"as-shown-price-sd-450lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $78,660.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"932":{"id":"fordpass-app-scheduling-service","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
2443Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"926":{"id":"max-gooseneck-tow-rating-of-40000-lbs-available-on-f-450-xl-regular-cab-4x2","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs. available on F-450® XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.2453Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"933":{"id":"max-gooseneck-tow-rating-of-40000-lbs-available-on-f-450-xl-regular-cab-4x2","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs. available on F-450® XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
2449Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"927":{"id":"service-ford-pickup-delivery-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2459Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"934":{"id":"service-ford-pickup-delivery-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2451A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"928":{"id":"2024-super-duty-offer-details-disclaimer","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> financing. 3.9% APR financing for 72 months at $15.60 per month per $1,000 financed, or up to $8,500 retail customer cash.2461A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"935":{"id":"2024-super-duty-offer-details-disclaimer","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> financing. 3.9% APR financing for 72 months at $15.60 per month per $1,000 financed, or up to $8,500 retail customer cash.
2453See dealer for qualifications and complete details.</p>\n"},"929":{"id":"based-on-2023-cy","ariaLabel":"","title":"*","description":"<p>*Based on 2023 CY industry-reported total sales.</p>\n"},"930":{"id":"power-and-possibilities-new-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>Platinum Plus with extra cost color shown.</p>\n"},"931":{"id":"2026-escape-vhp-selldown-exp-id-3674-1","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport® Badlands® model with optional equipment and extra-cost color option shown.</p>\n"},"932":{"id":"roadside-assistance-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.</p>\n"},"933":{"id":"always-consult-your-owners-manual-before-off-road-driving","ariaLabel":"","title":"*","description":"<p>*Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"934":{"id":"2025-maverick-billboard-as-shown-pricing","ariaLabel":"","title":"As shown pricing","description":"<p>Price as shown $31,185<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford Maverick® XLT shown with available Ford Accessories.</p>\n"},"935":{"id":"horsepower-torque-payload-target","ariaLabel":"","title":"*","description":"<p>*When properly equipped.2463See dealer for qualifications and complete details.</p>\n"},"936":{"id":"based-on-2023-cy","ariaLabel":"","title":"*","description":"<p>*Based on 2023 CY industry-reported total sales.</p>\n"},"937":{"id":"power-and-possibilities-new-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>Platinum Plus with extra cost color shown.</p>\n"},"938":{"id":"2026-escape-vhp-selldown-exp-id-3674-1","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport® Badlands® model with optional equipment and extra-cost color option shown.</p>\n"},"939":{"id":"roadside-assistance-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.</p>\n"},"940":{"id":"always-consult-your-owners-manual-before-off-road-driving","ariaLabel":"","title":"*","description":"<p>*Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"941":{"id":"2025-maverick-billboard-as-shown-pricing","ariaLabel":"","title":"As shown pricing","description":"<p>Price as shown $31,185<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 Ford Maverick® XLT shown with available Ford Accessories.</p>\n"},"942":{"id":"horsepower-torque-payload-target","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
2454Horsepower, torque, payload, and towing are independent attributes and may not be achieved.</p>\n"},"936":{"id":"image-details-rtr-performance-package-disclaimer-2","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.2464Horsepower, torque, payload, and towing are independent attributes and may not be achieved.</p>\n"},"943":{"id":"image-details-rtr-performance-package-disclaimer-2","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
2458See Owner’s Manual for information on use.</p>\n"},"937":{"id":"EPA-estimated-maverick-2026-mdl-xl-xlt","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.2468See Owner’s Manual for information on use.</p>\n"},"944":{"id":"EPA-estimated-maverick-2026-mdl-xl-xlt","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.
2459Actual mileage will vary.</p>\n"},"938":{"id":"video-details-model-shown-always-consult","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford accessories.<br>\nWhen properly equipped.2469Actual mileage will vary.</p>\n"},"945":{"id":"video-details-model-shown-always-consult","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford accessories.<br>\nWhen properly equipped.
2461Towing capacity varies by model trim and equipment.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"939":{"id":"MustangMDPGTFastbackAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $49,495.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> GT Fastback model parked on a closed course shown in extra-cost color Molten Magenta Metallic.</p>\n"},"940":{"id":"merch-2025-meverick-request-a-quote","ariaLabel":"","title":"Image Details","description":"<p>2025 Maverick<sup>®</sup> Tremor with available Ford accessories shown.2471Towing capacity varies by model trim and equipment.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"946":{"id":"MustangMDPGTFastbackAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $49,495.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> GT Fastback model parked on a closed course shown in extra-cost color Molten Magenta Metallic.</p>\n"},"947":{"id":"merch-2025-meverick-request-a-quote","ariaLabel":"","title":"Image Details","description":"<p>2025 Maverick<sup>®</sup> Tremor with available Ford accessories shown.
2465Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"941":{"id":"disclaimer-2025explorerstsuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Explorer® ST SUV with optional equipment extra-cost color option.</p>\n"},"942":{"id":"2025-bronco-the-proof","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.2475Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"948":{"id":"disclaimer-2025explorerstsuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Explorer® ST SUV with optional equipment extra-cost color option.</p>\n"},"949":{"id":"2025-bronco-the-proof","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.
2467Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"943":{"id":"as-shown-price-2026-maverick-lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $40,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"944":{"id":"t2-compare-super-duty-8c","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.2477Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"950":{"id":"as-shown-price-2026-maverick-lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $40,590<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"951":{"id":"t2-compare-super-duty-8c","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
2470See Owner’s Manual for details and limitations.</p>\n"},"945":{"id":"price-as-shown-mustang-dark-horse-2026","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $66,770.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> model parked on a closed course shown in Carbonized Gray Metallic.</p>\n"},"946":{"id":"2026 US Super Duty Technology 1","ariaLabel":"","title":"*","description":"<p>*Separate subscriptions required for streaming services.</p>\n"},"947":{"id":"target-disclaimer-f-150-lightning-home-properly-equipped","ariaLabel":"","title":"*","description":"<p>When home is properly equipped and home transfer switch disconnects home from the grid.2480See Owner’s Manual for details and limitations.</p>\n"},"952":{"id":"price-as-shown-mustang-dark-horse-2026","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $66,770.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> Dark Horse<sup>®</sup> model parked on a closed course shown in Carbonized Gray Metallic.</p>\n"},"953":{"id":"2026 US Super Duty Technology 1","ariaLabel":"","title":"*","description":"<p>*Separate subscriptions required for streaming services.</p>\n"},"954":{"id":"target-disclaimer-f-150-lightning-home-properly-equipped","ariaLabel":"","title":"*","description":"<p>When home is properly equipped and home transfer switch disconnects home from the grid.
2472Your results may vary based on energy usage.</p>\n"},"948":{"id":"disclosure-max-towing-capacity-maverick","ariaLabel":"","title":"**","description":"<p>**When properly equipped.2482Your results may vary based on energy usage.</p>\n"},"955":{"id":"disclosure-max-towing-capacity-maverick","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
2473Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"949":{"id":"offer-details-disclaimer-2-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.2483Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"956":{"id":"offer-details-disclaimer-2-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
2485See your dealer for a complete list of coverage details and limitations.</p>\n"},"950":{"id":"2025-escape-hero-billboard-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>As shown price $40,735<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup></p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"951":{"id":" 2026-mustang-mach-e-premium-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment shown.</p>\n"},"952":{"id":"details-2025-bronco-outerbanks-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"953":{"id":"max-payload-8000-sd","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.2495See your dealer for a complete list of coverage details and limitations.</p>\n"},"957":{"id":"2025-escape-hero-billboard-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>As shown price $40,735<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup></p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"958":{"id":" 2026-mustang-mach-e-premium-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment shown.</p>\n"},"959":{"id":"details-2025-bronco-outerbanks-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"960":{"id":"max-payload-8000-sd","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.
2490GVWR.</p>\n"},"954":{"id":"2025-mustang-mach-e-gt-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color option shown.</p>\n"},"955":{"id":"2026ExpeditionSecurityPackage","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires Ford app, modem activation, and an activated plan.2500GVWR.</p>\n"},"961":{"id":"2025-mustang-mach-e-gt-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color option shown.</p>\n"},"962":{"id":"2026ExpeditionSecurityPackage","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires Ford app, modem activation, and an activated plan.
2496Start Inhibit and Theft Alerts are not available for Ford Pro™ customers.</p>\n"},"956":{"id":"DiscVideoDetailsF150","ariaLabel":"","title":"Video Details","description":"<p>2026 F-150® XL model shown with regular cab long box.2506Start Inhibit and Theft Alerts are not available for Ford Pro™ customers.</p>\n"},"963":{"id":"DiscVideoDetailsF150","ariaLabel":"","title":"Video Details","description":"<p>2026 F-150® XL model shown with regular cab long box.
2497Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"957":{"id":"fpp-procal-tool-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP ProCal Tool</p>\n<p>Tune your speedometer with precision.2507Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"964":{"id":"fpp-procal-tool-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP ProCal Tool</p>\n<p>Tune your speedometer with precision.
2499Your dash readouts will be dialed in, from speed to fuel economy, with numbers that match real output.</p>\n"},"958":{"id":"sinister-bronze-bronco-badge-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze Bronco Badge</p>\n<p>Stamp your Bronco with Built Wild<sup>®</sup> style and strength.2509Your dash readouts will be dialed in, from speed to fuel economy, with numbers that match real output.</p>\n"},"965":{"id":"sinister-bronze-bronco-badge-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze Bronco Badge</p>\n<p>Stamp your Bronco with Built Wild<sup>®</sup> style and strength.
2501It's a cohesive detail planned to pull your build together.</p>\n"},"959":{"id":"disclaimer-max-payload-of-1,400-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.2511It's a cohesive detail planned to pull your build together.</p>\n"},"966":{"id":"disclaimer-max-payload-of-1,400-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x4 with available High Output 3.5L EcoBoost<sup>®</sup> V6 engine.
2504Always properly secure cargo.</p>\n"},"960":{"id":"outer-banks-model-disclaimer-key-feature","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.2514Always properly secure cargo.</p>\n"},"967":{"id":"outer-banks-model-disclaimer-key-feature","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.
2505Dramatization.</p>\n"},"961":{"id":"IntendedForTrackUse","ariaLabel":"","title":"*","description":"<p>*Intended for track use only.2515Dramatization.</p>\n"},"968":{"id":"IntendedForTrackUse","ariaLabel":"","title":"*","description":"<p>*Intended for track use only.
2507See Owner’s Manual for important operating instructions.</p>\n"},"962":{"id":"cargo-and-load-capacity-01","ariaLabel":"","title":"†","description":"<p>†Cargo and load capacity limited by weight and weight distribution.</p>\n"},"963":{"id":"max-payload-1775-f-150-reskin","ariaLabel":"","title":"†","description":"<p>†Max payload of 1,775 lbs. available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.2517See Owner’s Manual for important operating instructions.</p>\n"},"969":{"id":"cargo-and-load-capacity-01","ariaLabel":"","title":"†","description":"<p>†Cargo and load capacity limited by weight and weight distribution.</p>\n"},"970":{"id":"max-payload-1775-f-150-reskin","ariaLabel":"","title":"†","description":"<p>†Max payload of 1,775 lbs. available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.
2510Always properly secure cargo.</p>\n"},"964":{"id":"fba-buyers-of-ford-blue-advantage-vehicles-will-receive-22000-points","ariaLabel":"","title":"*","description":"<p>*Within 60 days of vehicle sale, you must activate your Ford Rewards (formerly known as FordPass<sup>®</sup> Rewards) account and set your preferred Ford Dealer to receive 22,000 Points (Gold Certified) or 11,000 Points (Blue Certified) and one Tier Activity.2520Always properly secure cargo.</p>\n"},"971":{"id":"fba-buyers-of-ford-blue-advantage-vehicles-will-receive-22000-points","ariaLabel":"","title":"*","description":"<p>*Within 60 days of vehicle sale, you must activate your Ford Rewards (formerly known as FordPass<sup>®</sup> Rewards) account and set your preferred Ford Dealer to receive 22,000 Points (Gold Certified) or 11,000 Points (Blue Certified) and one Tier Activity.
2512Visit a participating dealer for details.</p>\n"},"965":{"id":"DisclosureFordPassRewardsClaiming","ariaLabel":"","title":"*","description":"<p>Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.2522Visit a participating dealer for details.</p>\n"},"972":{"id":"DisclosureFordPassRewardsClaiming","ariaLabel":"","title":"*","description":"<p>Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
2515See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"966":{"id":"double-asterisk-mustang-mach-e-rally-key-features","ariaLabel":"","title":"**","description":"<p>**Based on internal testing with optional summer tires.</p>\n"},"967":{"id":"DisclosureNotoriousBlue","ariaLabel":"","title":"*","description":"<p>*Notorious Blue is available on the following: Mustang<sup>®</sup> Dark Horse<sup>™</sup> Appearance Package, Mustang GT model with the GT Performance Package, and Mustang GT Premium model with the GT Performance Package.<br>\n</p>\n"},"968":{"id":"2025-mme-model-year-gt-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT shown with optional equipment and extra-cost color option.2525See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"973":{"id":"double-asterisk-mustang-mach-e-rally-key-features","ariaLabel":"","title":"**","description":"<p>**Based on internal testing with optional summer tires.</p>\n"},"974":{"id":"DisclosureNotoriousBlue","ariaLabel":"","title":"*","description":"<p>*Notorious Blue is available on the following: Mustang<sup>®</sup> Dark Horse<sup>™</sup> Appearance Package, Mustang GT model with the GT Performance Package, and Mustang GT Premium model with the GT Performance Package.<br>\n</p>\n"},"975":{"id":"2025-mme-model-year-gt-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT shown with optional equipment and extra-cost color option.
2516Computer-generated image shown.</p>\n"},"969":{"id":"max-towing-13500-lbs-available-f150-supercrew-65-box-4x4-with-available-35l-ecoboost-v6","ariaLabel":"","title":"†","description":"<p>†Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.2526Computer-generated image shown.</p>\n"},"976":{"id":"max-towing-13500-lbs-available-f150-supercrew-65-box-4x4-with-available-35l-ecoboost-v6","ariaLabel":"","title":"†","description":"<p>†Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
2520Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"970":{"id":"mach-e-gt-performance-upgrade","ariaLabel":"","title":"**","description":"<p>**Mustang Mach-E<sup>®</sup> GT model with available Mustang Mach-E GT<sup>™</sup> Performance Upgrade: 3.3 seconds</p>\n"},"971":{"id":"available-on-super-duty-xl-r-ball-4x4-srw","ariaLabel":"","title":"*","description":"<p>*Available on the Super Duty<sup>®</sup> XL 4x4 SRW model.</p>\n"},"972":{"id":"2026 US Super Duty Performance","ariaLabel":"","title":"*","description":"<p>*When properly equipped.2530Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"977":{"id":"mach-e-gt-performance-upgrade","ariaLabel":"","title":"**","description":"<p>**Mustang Mach-E<sup>®</sup> GT model with available Mustang Mach-E GT<sup>™</sup> Performance Upgrade: 3.3 seconds</p>\n"},"978":{"id":"available-on-super-duty-xl-r-ball-4x4-srw","ariaLabel":"","title":"*","description":"<p>*Available on the Super Duty<sup>®</sup> XL 4x4 SRW model.</p>\n"},"979":{"id":"2026 US Super Duty Performance","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
2521Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"973":{"id":"image-details-f150-off-roading-3","ariaLabel":"","title":"Image Details","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p><br>\nAlways determine the water depth before attempting a crossing and proceed slowly.2531Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"980":{"id":"image-details-f150-off-roading-3","ariaLabel":"","title":"Image Details","description":"<p>Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p><br>\nAlways determine the water depth before attempting a crossing and proceed slowly.
2522Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"974":{"id":"DiscRanger2026Mud-Ruts","ariaLabel":"","title":"*","description":"<p>*Mud/Ruts and Sand drive modes included with the available FX4<sup>®</sup> Off-Road Package.2532Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"981":{"id":"DiscRanger2026Mud-Ruts","ariaLabel":"","title":"*","description":"<p>*Mud/Ruts and Sand drive modes included with the available FX4<sup>®</sup> Off-Road Package.
2523Off-Road, Rock Crawl, and Baja drive modes are standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"975":{"id":"battery-electric-vehicle-warranty-disclaimer-v2","ariaLabel":"","title":"**","description":"<p>**See your dealer and the Battery Electric Vehicle Warranty Guide for limited warranty details.</p>\n"},"976":{"id":"Image-DisclosureVisualdramatizationofAdaptiveCruiseControl","ariaLabel":"","title":"Image Details","description":"<p>Visual dramatization of Adaptive Cruise Control functionality</p>\n"},"977":{"id":"2025-introducing-expedition-tremor-2","ariaLabel":"","title":"Image Details","description":"<p>24-inch wheels are not currently available to order on Expedition<sup>®</sup> Platinum<sup>®</sup> Ultimate Package.2533Off-Road, Rock Crawl, and Baja drive modes are standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"982":{"id":"battery-electric-vehicle-warranty-disclaimer-v2","ariaLabel":"","title":"**","description":"<p>**See your dealer and the Battery Electric Vehicle Warranty Guide for limited warranty details.</p>\n"},"983":{"id":"Image-DisclosureVisualdramatizationofAdaptiveCruiseControl","ariaLabel":"","title":"Image Details","description":"<p>Visual dramatization of Adaptive Cruise Control functionality</p>\n"},"984":{"id":"2025-introducing-expedition-tremor-2","ariaLabel":"","title":"Image Details","description":"<p>24-inch wheels are not currently available to order on Expedition<sup>®</sup> Platinum<sup>®</sup> Ultimate Package.
2524Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"978":{"id":"t2-owner-service-fourtires","ariaLabel":"t2-owner-service-fourtires","title":"*","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.2534Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"985":{"id":"t2-owner-service-fourtires","ariaLabel":"t2-owner-service-fourtires","title":"*","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.
2529Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"979":{"id":"geometric-bronco-rocker-graphic","ariaLabel":"","title":"Image Details","description":"<p>Geometric Bronco Rocker Graphic</p>\n<p>Make every mile fierce.2539Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"986":{"id":"geometric-bronco-rocker-graphic","ariaLabel":"","title":"Image Details","description":"<p>Geometric Bronco Rocker Graphic</p>\n<p>Make every mile fierce.
2531The unmistakable power of the Bronco flashes across this moody graphic for all to see.</p>\n"},"980":{"id":"2025-explorer-active-motor-company-trademark","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Explorer<sup>®</sup> Active model shown.2541The unmistakable power of the Bronco flashes across this moody graphic for all to see.</p>\n"},"987":{"id":"2025-explorer-active-motor-company-trademark","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Explorer<sup>®</sup> Active model shown.
2534All rights reserved.</p>\n"},"981":{"id":"LimitationsApplyDisclaimer","ariaLabel":"","title":"**","description":"<p>**Limitations apply.2544All rights reserved.</p>\n"},"988":{"id":"LimitationsApplyDisclaimer","ariaLabel":"","title":"**","description":"<p>**Limitations apply.
2536See Ford Rewards Terms and FAQs. Must have an activated Ford Rewards (formerly known as FordPass<sup>®</sup> Rewards) account within 60 days of service invoice date to receive Ford Rewards Points.</p>\n"},"982":{"id":"designated-off-road-trails-and-recreation-areas","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.2546See Ford Rewards Terms and FAQs. Must have an activated Ford Rewards (formerly known as FordPass<sup>®</sup> Rewards) account within 60 days of service invoice date to receive Ford Rewards Points.</p>\n"},"989":{"id":"designated-off-road-trails-and-recreation-areas","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
2537Follow all laws and drive on designated off-road trails and recreation areas.</p>\n"},"983":{"id":"wave-2-2025-f150-doer-carousel-exp-id-3546","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150® Lariat with optional equipment and available Ford Accessories</p>\n"},"984":{"id":"FaqExpeditionMaxActive","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.2547Follow all laws and drive on designated off-road trails and recreation areas.</p>\n"},"990":{"id":"wave-2-2025-f150-doer-carousel-exp-id-3546","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150® Lariat with optional equipment and available Ford Accessories</p>\n"},"991":{"id":"FaqExpeditionMaxActive","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
2543Terms apply.</p>\n"},"985":{"id":"2026BroncoAnniversaryPackage","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2026 Bronco<sup>®</sup> Outer Banks model with the 60th Anniversary Package shown.2553Terms apply.</p>\n"},"992":{"id":"2026BroncoAnniversaryPackage","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2026 Bronco<sup>®</sup> Outer Banks model with the 60th Anniversary Package shown.
2545Available for retail ordering fall 2025.</p>\n"},"986":{"id":"T2-compare-2024-bronco-0","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Badlands<sup>®</sup>&nbsp;model with available Ford Accessories shown.</p>\n<p>Computer-generated image.</p>\n"},"987":{"id":"image-details-maverick-lariat","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® Lariat® shown with optional equipment.</p>\n"},"988":{"id":"video-details-2025-f150-lightning-lariat-model","ariaLabel":"","title":"Video Details","description":"<p>2025 F-150® Lightning® Lariat® model with extra cost color shown.2555Available for retail ordering fall 2025.</p>\n"},"993":{"id":"T2-compare-2024-bronco-0","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Badlands<sup>®</sup>&nbsp;model with available Ford Accessories shown.</p>\n<p>Computer-generated image.</p>\n"},"994":{"id":"image-details-maverick-lariat","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® Lariat® shown with optional equipment.</p>\n"},"995":{"id":"video-details-2025-f150-lightning-lariat-model","ariaLabel":"","title":"Video Details","description":"<p>2025 F-150® Lightning® Lariat® model with extra cost color shown.
2546Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"989":{"id":"gt-250548","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.2556Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"996":{"id":"gt-250548","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.
2548Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"990":{"id":"T2-HP-Banner-2025-Ford_F-150_Platinum","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150* Platinum® model with optional equipment and extra-cost color option shown.2558Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"997":{"id":"T2-HP-Banner-2025-Ford_F-150_Platinum","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150* Platinum® model with optional equipment and extra-cost color option shown.
2551Max towing varies based on cargo vehicle configuration, accessories and number of passengers.</p>\n"},"991":{"id":"broncosportouterbanksoptionalequipmentavailablefordaccessoriesextracostcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"992":{"id":"2025-ford-mustang-mache-rally-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment shown. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.2561Max towing varies based on cargo vehicle configuration, accessories and number of passengers.</p>\n"},"998":{"id":"broncosportouterbanksoptionalequipmentavailablefordaccessoriesextracostcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"999":{"id":"2025-ford-mustang-mache-rally-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> Rally model with optional equipment shown. 2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
2552See your dealer for current inventory status.</p>\n"},"993":{"id":"disclaimer2025superdutytax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor<sup>®</sup> Off-Road package and 6.7L High Output diesel engine with optional equipment shown.</p>\n"},"994":{"id":"bfn-sse-ford-mobile-service-dealers","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2562See your dealer for current inventory status.</p>\n"},"1000":{"id":"disclaimer2025superdutytax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor<sup>®</sup> Off-Road package and 6.7L High Output diesel engine with optional equipment shown.</p>\n"},"1001":{"id":"bfn-sse-ford-mobile-service-dealers","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2554Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"995":{"id":"tradein","ariaLabel":"","title":"*","description":"<p>*The “Trade-In Value” of your vehicle is an estimate, only, and many factors that cannot be assessed without a physical inspection of the vehicle may affect actual value.2564Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1002":{"id":"tradein","ariaLabel":"","title":"*","description":"<p>*The “Trade-In Value” of your vehicle is an estimate, only, and many factors that cannot be assessed without a physical inspection of the vehicle may affect actual value.
2557Please see your local Ford dealer for information regarding actual trade in availability value.</p>\n"},"996":{"id":"2026-mustang-mach-e-rally-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"997":{"id":"2025 lightning target 3","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $72,005<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with optional equipment and available Ford Accessories shown.2567Please see your local Ford dealer for information regarding actual trade in availability value.</p>\n"},"1003":{"id":"2026-mustang-mach-e-rally-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"1004":{"id":"2025 lightning target 3","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $72,005<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with optional equipment and available Ford Accessories shown.
2558See Owner’s Manual for important operating instructions.</p>\n"},"998":{"id":"video-details-2026-bronco-sport-perf-package","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.2568See Owner’s Manual for important operating instructions.</p>\n"},"1005":{"id":"video-details-2026-bronco-sport-perf-package","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.
2559Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"999":{"id":"as-shown-price-expedition-active-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $62,895.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® Active SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1000":{"id":"colors-shown-mustang-2026-401a","ariaLabel":"","title":"Video Details","description":"<p>Colors shown available on 2026 Mustang<sup>®</sup> GT Premium 401A.</p>\n"},"1001":{"id":"feature-available-mustang","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang® V8 models with automatic transmission as well as on 2.3L models with Active Valve Performance Exhaust.</p>\n"},"1002":{"id":"t2-feb-tire-offer-1","ariaLabel":"","title":"*","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.2569Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1006":{"id":"as-shown-price-expedition-active-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $62,895.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® Active SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1007":{"id":"colors-shown-mustang-2026-401a","ariaLabel":"","title":"Video Details","description":"<p>Colors shown available on 2026 Mustang<sup>®</sup> GT Premium 401A.</p>\n"},"1008":{"id":"feature-available-mustang","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang® V8 models with automatic transmission as well as on 2.3L models with Active Valve Performance Exhaust.</p>\n"},"1009":{"id":"t2-feb-tire-offer-1","ariaLabel":"","title":"*","description":"<p>*Valid on dealer-installed retail or fleet eligible retail purchases only.
2564Ford reserves the right to change, modify, or discontinue this program at any time.</p>"},"1003":{"id":"numbers-subject-to-change_v2","ariaLabel":"","title":"*","description":"<p>*Based on original equipment manufacturers (OEM) / automotive manufacturers that sell all-electric vehicles and have active charging networks.2574Ford reserves the right to change, modify, or discontinue this program at any time.</p>"},"1010":{"id":"awards-migration-2","ariaLabel":"","title":"Award Details","description":"<p>For J.D. Power 2025 U.S. Initial Quality Study award information, visit <a aria-label=\"Learn More about JD Power Syndicated Benchmark Awards\" href=\"https://www.jdpower.com/awards/#!external\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.jdpower.com/awards/&quot;}}\">jdpower.com/awards</a>.
2575Awards based on 2025 model year.
2576Newer models may be shown.</p>\n"},"1011":{"id":"numbers-subject-to-change_v2","ariaLabel":"","title":"*","description":"<p>*Based on original equipment manufacturers (OEM) / automotive manufacturers that sell all-electric vehicles and have active charging networks.
2569Numbers subject to change.</p>\n"},"1004":{"id":"2026-us-explorer-gallery-2","ariaLabel":"","title":"Image Details","description":"<p>Available feature on select vehicles.2581Numbers subject to change.</p>\n"},"1012":{"id":"2026-us-explorer-gallery-2","ariaLabel":"","title":"Image Details","description":"<p>Available feature on select vehicles.
2575See Owner’s Manual for details and limitations.</p>\n"},"1005":{"id":"2026-mustang-mach-e-premium-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color shown.</p>\n"},"1006":{"id":"ford-sumer-tires-recommendation","ariaLabel":"","title":"*","description":"<p>*Ford does not recommend using summer tires when temperatures drop below approximately 45 degrees F (7 degrees C) or below (depending on tire wear and environmental conditions) or in snow/ice conditions.2587See Owner’s Manual for details and limitations.</p>\n"},"1013":{"id":"2026-mustang-mach-e-premium-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color shown.</p>\n"},"1014":{"id":"ford-sumer-tires-recommendation","ariaLabel":"","title":"*","description":"<p>*Ford does not recommend using summer tires when temperatures drop below approximately 45 degrees F (7 degrees C) or below (depending on tire wear and environmental conditions) or in snow/ice conditions.
2576If the vehicle must be driven in these conditions, Ford recommends using all-season, or snow tires.</p>\n"},"1007":{"id":"DisclosureAvailableAutomaticTransmission","ariaLabel":"","title":"*","description":"<p>*Available only on automatic transmission models.<br>\n</p>\n"},"1008":{"id":"wifi-details-target-2026","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.2588If the vehicle must be driven in these conditions, Ford recommends using all-season, or snow tires.</p>\n"},"1015":{"id":"DisclosureAvailableAutomaticTransmission","ariaLabel":"","title":"*","description":"<p>*Available only on automatic transmission models.<br>\n</p>\n"},"1016":{"id":"wifi-details-target-2026","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 50GB of usage within a 30-day period.
2578Use voice controls.</p>\n"},"1009":{"id":"t2-owner-complimentary-pickup-delivery","ariaLabel":"t2-owner-complimentary-pickup-delivery","title":"Disclosure","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2590Use voice controls.</p>\n"},"1017":{"id":"t2-owner-complimentary-pickup-delivery","ariaLabel":"t2-owner-complimentary-pickup-delivery","title":"Disclosure","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2581See your Ford Dealer for details.<b></b></p>\n"},"1010":{"id":"max-towing-2-8400-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,400 lbs available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.2593See your Ford Dealer for details.<b></b></p>\n"},"1018":{"id":"max-towing-2-8400-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,400 lbs available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.
2584Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1011":{"id":"extra-cost-color-and-package-shown","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color and package shown.</p>\n"},"1012":{"id":"available-fx4-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Platinum<sup>®</sup> with available FX4<sup>®</sup> Off-Road Package shown.</p>\n"},"1013":{"id":"Maverick4KTowPackage","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with the available 4K Tow Package.2596Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1019":{"id":"extra-cost-color-and-package-shown","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color and package shown.</p>\n"},"1020":{"id":"available-fx4-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Platinum<sup>®</sup> with available FX4<sup>®</sup> Off-Road Package shown.</p>\n"},"1021":{"id":"Maverick4KTowPackage","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with the available 4K Tow Package.
2587Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1014":{"id":"2026-f-150-mp-billboard-xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $61,415.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> XLT 4x4 model with optional equipment shown.</p>\n"},"1015":{"id":"coverking-neosupreme-front-seat-covers","ariaLabel":"","title":"Image Details","description":"<p>Coverking Neosupreme Front Seat Covers</p>\n<p>These seat covers feature a bold two-tone blue design with smooth black accents, giving a sporty and modern look.2599Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1022":{"id":"2026-f-150-mp-billboard-xlt","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $61,415.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> XLT 4x4 model with optional equipment shown.</p>\n"},"1023":{"id":"coverking-neosupreme-front-seat-covers","ariaLabel":"","title":"Image Details","description":"<p>Coverking Neosupreme Front Seat Covers</p>\n<p>These seat covers feature a bold two-tone blue design with smooth black accents, giving a sporty and modern look.
2589The side panels include a subtle embossed Bronco logo, adding a stylish touch that matches the adventurous spirit of the vehicle.</p>\n"},"1016":{"id":"third-bluecruise-subscription-at-time-of-online-vehicle-order","ariaLabel":"","title":"†","description":"<p>†Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.2601The side panels include a subtle embossed Bronco logo, adding a stylish touch that matches the adventurous spirit of the vehicle.</p>\n"},"1024":{"id":"third-bluecruise-subscription-at-time-of-online-vehicle-order","ariaLabel":"","title":"†","description":"<p>†Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.
2593See your authorized Ford dealer for details.</p>\n"},"1017":{"id":"MustangEcoboostPremiumRaceRed","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $33,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium fastback parked on a closed course shown in Race Red.</p>\n"},"1018":{"id":"how-do-customers-enroll-faq-disclaimer","ariaLabel":"","title":"*","description":"<p>*This service requires customer to have a Ford account and an electric vehicle VIN added in their vehicle garage to be eligible for enrollment.</p>\n"},"1019":{"id":"ford-mobile-service","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2605See your authorized Ford dealer for details.</p>\n"},"1025":{"id":"MustangEcoboostPremiumRaceRed","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $33,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium fastback parked on a closed course shown in Race Red.</p>\n"},"1026":{"id":"how-do-customers-enroll-faq-disclaimer","ariaLabel":"","title":"*","description":"<p>*This service requires customer to have a Ford account and an electric vehicle VIN added in their vehicle garage to be eligible for enrollment.</p>\n"},"1027":{"id":"ford-mobile-service","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2594Does not include parts or repair charges.</p>\n"},"1020":{"id":"t2-F150-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® XLT model shown.2606Does not include parts or repair charges.</p>\n"},"1028":{"id":"t2-F150-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® XLT model shown.
2597All rights reserved.</p>\n"},"1021":{"id":"MaverickLoboOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick<sup>®</sup> Lobo<sup>™</sup> shown with optional equipment.</p>\n"},"1022":{"id":"2026ExpeditionPerformanceDisclosure","ariaLabel":"","title":"Image Details","description":"<p>2026 Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.</p>\n<p>When properly equipped.2609All rights reserved.</p>\n"},"1029":{"id":"MaverickLoboOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick<sup>®</sup> Lobo<sup>™</sup> shown with optional equipment.</p>\n"},"1030":{"id":"2026ExpeditionPerformanceDisclosure","ariaLabel":"","title":"Image Details","description":"<p>2026 Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.</p>\n<p>When properly equipped.
2599Towing capacity varies by model trim and equipment.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1023":{"id":"26MustangOptionalEquipmentImageDetails","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment shown.</p>\n"},"1024":{"id":"disclaimer-maxtowingof9600lbsavailableonexpedition","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs. available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.2611Towing capacity varies by model trim and equipment.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1031":{"id":"26MustangOptionalEquipmentImageDetails","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment shown.</p>\n"},"1032":{"id":"disclaimer-maxtowingof9600lbsavailableonexpedition","ariaLabel":"","title":"*","description":"<p>*Max towing of 9,600 lbs. available on Expedition<sup>®</sup> 4x4 SUV without 24-inch wheels.
2601Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br>\n</p>\n"},"1025":{"id":"ford-test-data-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft. rollout.2613Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br>\n</p>\n"},"1033":{"id":"ford-test-data-disclaimer","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft. rollout.
2603Tested with optional summer tires.</p>\n"},"1026":{"id":"bronco-runner-compare","ariaLabel":"","title":"Image details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty,and use appropriate safety gear.</p>\n"},"1027":{"id":"disclaimer2025rangerlariatmodelsoptionstowing","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat model with optional equipment shown.2615Tested with optional summer tires.</p>\n"},"1034":{"id":"bronco-runner-compare","ariaLabel":"","title":"Image details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty,and use appropriate safety gear.</p>\n"},"1035":{"id":"disclaimer2025rangerlariatmodelsoptionstowing","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® Lariat model with optional equipment shown.
2605Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1028":{"id":"Tremor Expedition 2026 5","ariaLabel":"","title":"Image Details","description":"<p>2026 Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment, available Ford accessories and extra-cost color option shown.<br>\n</p>\n"},"1029":{"id":"navigation-services-f-150-pod","ariaLabel":"","title":"*","description":"<p>*Equipped vehicles require modem activation and a Connected Navigation service plan.2617Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1036":{"id":"Tremor Expedition 2026 5","ariaLabel":"","title":"Image Details","description":"<p>2026 Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment, available Ford accessories and extra-cost color option shown.<br>\n</p>\n"},"1037":{"id":"navigation-services-f-150-pod","ariaLabel":"","title":"*","description":"<p>*Equipped vehicles require modem activation and a Connected Navigation service plan.
2607Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1030":{"id":"t2-compare-super-duty-9c","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.2619Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1038":{"id":"t2-compare-super-duty-9c","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of three months or when 3GB of data is used, whichever comes first.
2610Use voice controls.</p>\n"},"1031":{"id":"owners-manual-disclaimer-asterisk","ariaLabel":"","title":"**","description":"<p>**See Owner’s Manual for important operating instructions.</p>\n"},"1032":{"id":"T2-compare-ranger-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> model shown.2622Use voice controls.</p>\n"},"1039":{"id":"owners-manual-disclaimer-asterisk","ariaLabel":"","title":"**","description":"<p>**See Owner’s Manual for important operating instructions.</p>\n"},"1040":{"id":"T2-compare-ranger-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> model shown.
2611Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1033":{"id":"target-ranger-lariat-equipment-towing","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.2623Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1041":{"id":"target-ranger-lariat-equipment-towing","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment shown.
2613Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1034":{"id":"disclaimer2025rangerXLmodeloptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® XL model with optional equipment shown.<br>\n</p>\n"},"1035":{"id":"MustangMDPGTPremiumConvertibleAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $58,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> GT Premium Convertible model parked on a closed course shown in extra-cost color Adriatic Blue Metallic.</p>\n"},"1036":{"id":"rsf-adventure-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $40,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Maverick<sup>®</sup> Tremor<sup>®</sup> model with available Ford Accessories shown.2625Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1042":{"id":"disclaimer2025rangerXLmodeloptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® XL model with optional equipment shown.<br>\n</p>\n"},"1043":{"id":"MustangMDPGTPremiumConvertibleAsShownPrice","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $58,915.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Mustang<sup>®</sup> GT Premium Convertible model parked on a closed course shown in extra-cost color Adriatic Blue Metallic.</p>\n"},"1044":{"id":"rsf-adventure-vlu-maverick-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $40,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Maverick<sup>®</sup> Tremor<sup>®</sup> model with available Ford Accessories shown.
2614Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1037":{"id":"vehicle-details-extra-cost-color","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra Cost Color.</p>\n"},"1038":{"id":"PreproductionComputerGenerated","ariaLabel":"","title":"Image Details","description":"<p>Preproduction computer-generated image.2626Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1045":{"id":"vehicle-details-extra-cost-color","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra Cost Color.</p>\n"},"1046":{"id":"PreproductionComputerGenerated","ariaLabel":"","title":"Image Details","description":"<p>Preproduction computer-generated image.
2615Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1039":{"id":"2025ExplorerTowingCard","ariaLabel":"","title":"*","description":"<p>*When properly equipped.2627Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1047":{"id":"2025ExplorerTowingCard","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
2616Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1040":{"id":"DiscVehicleDetailsHPMTrucksandVans","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger Raptor and Ford F-150 Tremor with optional equipment and available Ford Accessories shown.2628Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1048":{"id":"DiscVehicleDetailsHPMTrucksandVans","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger Raptor and Ford F-150 Tremor with optional equipment and available Ford Accessories shown.
2622Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1041":{"id":"wave-2-2025-f150-achiever-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color option shown.</p>\n"},"1042":{"id":"as-shown-price-sd-450kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $93,890.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"1043":{"id":"DiscVehicleDetailsRanger2025","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> XLT model shown.</p>\n"},"1044":{"id":"DisclosureHorsepowerAndTorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1045":{"id":"ranger-power-moonroof-available","ariaLabel":"","title":"*","description":"<p>*Power Moonroof (incl.2634Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1049":{"id":"wave-2-2025-f150-achiever-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color option shown.</p>\n"},"1050":{"id":"as-shown-price-sd-450kingranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $93,890.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> King Ranch<sup>®</sup> Crew Cab model shown.</p>\n"},"1051":{"id":"DiscVehicleDetailsRanger2025","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> XLT model shown.</p>\n"},"1052":{"id":"DisclosureHorsepowerAndTorque","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1053":{"id":"ranger-power-moonroof-available","ariaLabel":"","title":"*","description":"<p>*Power Moonroof (incl.
2623Power-Sliding Rear Window) is available on XLT and Lariat.</p>\n"},"1046":{"id":"image-details-2026-bronco-sport-heritage","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Heritage with optional features and extra cost color shown.</p>\n"},"1047":{"id":"tremor-off-road-disclosure","ariaLabel":"","title":"*","description":"<p>*Must be paired with the XL Driver Assist Package and the 160&quot; wheelbase.</p>\n"},"1048":{"id":"DiscF1502026MAxPay","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Max payload of 2,225 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.2635Power-Sliding Rear Window) is available on XLT and Lariat.</p>\n"},"1054":{"id":"image-details-2026-bronco-sport-heritage","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Heritage with optional features and extra cost color shown.</p>\n"},"1055":{"id":"tremor-off-road-disclosure","ariaLabel":"","title":"*","description":"<p>*Must be paired with the XL Driver Assist Package and the 160&quot; wheelbase.</p>\n"},"1056":{"id":"DiscF1502026MAxPay","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Max payload of 2,225 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.
2626Always properly secure cargo.</p>\n"},"1049":{"id":"disclosure-towing-expedition","ariaLabel":"","title":"*","description":"<p>*Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1050":{"id":"T2-compare-expedition-8","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connectivity plan.2638Always properly secure cargo.</p>\n"},"1057":{"id":"disclosure-towing-expedition","ariaLabel":"","title":"*","description":"<p>*Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1058":{"id":"T2-compare-expedition-8","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connectivity plan.
2630Not all features are compatible with all phones.<b></b></p>\n"},"1051":{"id":"wave-1-perfo-mkt-2025-bronco-durability","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"1052":{"id":"disclosure-max-towing-power-image-details","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.2642Not all features are compatible with all phones.<b></b></p>\n"},"1059":{"id":"wave-1-perfo-mkt-2025-bronco-durability","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"1060":{"id":"disclosure-max-towing-power-image-details","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
2632Optional equipment and extra-cost color option shown.</p>\n"},"1053":{"id":"DisclosureAvailableAppearanceHandlingPackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance and handling package.</p>\n"},"1054":{"id":"Interior Accent Overlay Kit","ariaLabel":"","title":"Image Details","description":"<p>Interior Accent Overlay Kit</p>\n<p>The Free Wheeling fun doesn't stop: Velocity Blue-accented cloth seats and colorful door panel strips brighten the cabin.2644Optional equipment and extra-cost color option shown.</p>\n"},"1061":{"id":"DisclosureAvailableAppearanceHandlingPackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance and handling package.</p>\n"},"1062":{"id":"Interior Accent Overlay Kit","ariaLabel":"","title":"Image Details","description":"<p>Interior Accent Overlay Kit</p>\n<p>The Free Wheeling fun doesn't stop: Velocity Blue-accented cloth seats and colorful door panel strips brighten the cabin.
2633It's a nod to the past, updated for today, making each drive feel laid back.</p>\n"},"1055":{"id":"S4","ariaLabel":"","title":"S4","description":"<p>The Option Package price and monthly payment displayed is for illustration purposes, only.2645It's a nod to the past, updated for today, making each drive feel laid back.</p>\n"},"1063":{"id":"S4","ariaLabel":"","title":"S4","description":"<p>The Option Package price and monthly payment displayed is for illustration purposes, only.
2637See your local dealer for details.</p>\n"},"1056":{"id":"sinister-bronze-bronco-grille-letter-caps-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze Bronco Grille Letter Caps</p>\n<p>Take your Bronco SUV's front end from standard to &quot;statement&quot;.2649See your local dealer for details.</p>\n"},"1064":{"id":"sinister-bronze-bronco-grille-letter-caps-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze Bronco Grille Letter Caps</p>\n<p>Take your Bronco SUV's front end from standard to &quot;statement&quot;.
2639Turn trailmates' heads and command rearview mirror double-takes with this first-impression touch.</p>\n"},"1057":{"id":"2025 Ford Bronco Raptor model with optional equipment and extracost","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.2651Turn trailmates' heads and command rearview mirror double-takes with this first-impression touch.</p>\n"},"1065":{"id":"2025 Ford Bronco Raptor model with optional equipment and extracost","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.
2640Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1058":{"id":"whenhomeisproperlyequippedandhometransfer","ariaLabel":"","title":"*","description":"<p>*When home is properly equipped and home transfer switch disconnects home from the grid.2652Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1066":{"id":"whenhomeisproperlyequippedandhometransfer","ariaLabel":"","title":"*","description":"<p>*When home is properly equipped and home transfer switch disconnects home from the grid.
2643Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"1059":{"id":"T2-compare-2024-bronco-8a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Everglades<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.</p>\n"},"1060":{"id":"2025-escape-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $40,735<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"1061":{"id":"2025-ford-ranger-raptor-with-extra-cost-color-option-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with extra-cost color option shown.2655Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"1067":{"id":"T2-compare-2024-bronco-8a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Everglades<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.</p>\n"},"1068":{"id":"2025-escape-bb-disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $40,735<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model with optional equipment and extra-cost color option shown.</p>\n"},"1069":{"id":"2025-ford-ranger-raptor-with-extra-cost-color-option-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Ranger<sup>®</sup> Raptor<sup>®</sup> with extra-cost color option shown.
2644Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1062":{"id":"2025-mme-epa-range-320","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range of 320 miles based on full charge.2656Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1070":{"id":"2025-mme-epa-range-320","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range of 320 miles based on full charge.
2645Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1063":{"id":"equipped-valve-exhaust","ariaLabel":"","title":"*","description":"<p>*When equipped with active valve exhaust.2657Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1071":{"id":"equipped-valve-exhaust","ariaLabel":"","title":"*","description":"<p>*When equipped with active valve exhaust.
2646Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1064":{"id":"important-details-max-payload-of-8000lbs","ariaLabel":"","title":"Important Details","description":"<p>Max payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.2658Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1072":{"id":"important-details-max-payload-of-8000lbs","ariaLabel":"","title":"Important Details","description":"<p>Max payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.
2651Based on current publicly available competitive information.</p>\n"},"1065":{"id":"image-details-gallery-2026-f150-2","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Platinum<sup>®</sup> Plus with optional equipment shown.</p>\n"},"1066":{"id":"T2-compare-2024-bronco-9a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Badlands<sup>®</sup>&nbsp;model with optional equipment shown.2663Based on current publicly available competitive information.</p>\n"},"1073":{"id":"image-details-gallery-2026-f150-2","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Platinum<sup>®</sup> Plus with optional equipment shown.</p>\n"},"1074":{"id":"T2-compare-2024-bronco-9a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Badlands<sup>®</sup>&nbsp;model with optional equipment shown.
2652The Bluetooth®&nbsp;word mark and logos are registered trademarks owned by Bluetooth SIG, Inc. and any use of such marks by Ford Motor Company is under license.</p>\n"},"1067":{"id":"disclosure-auto-star-stop-technology","ariaLabel":"","title":"*","description":"<p>*Auto Start-Stop may not shut your engine off if your vehicle battery is charging, the engine is still warming up, or if you are using heat or air conditioning.</p>\n"},"1068":{"id":"broncosportouterbandsmodelwithoptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"1069":{"id":"RemovalOfDoors","ariaLabel":"","title":"*","description":"<p>*Removal of doors for off-road use only.2664The Bluetooth®&nbsp;word mark and logos are registered trademarks owned by Bluetooth SIG, Inc. and any use of such marks by Ford Motor Company is under license.</p>\n"},"1075":{"id":"disclosure-auto-star-stop-technology","ariaLabel":"","title":"*","description":"<p>*Auto Start-Stop may not shut your engine off if your vehicle battery is charging, the engine is still warming up, or if you are using heat or air conditioning.</p>\n"},"1076":{"id":"broncosportouterbandsmodelwithoptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"1077":{"id":"RemovalOfDoors","ariaLabel":"","title":"*","description":"<p>*Removal of doors for off-road use only.
2653Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1070":{"id":"horsepower-and-torque-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Horsepower and torque are independent attributes and may not be achieved simultaneously.2665Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1078":{"id":"horsepower-and-torque-double-asterisk","ariaLabel":"","title":"**","description":"<p>**Horsepower and torque are independent attributes and may not be achieved simultaneously.
2654Your results may vary.</p>\n"},"1071":{"id":"recaro disclaimer 2026","ariaLabel":"","title":"*","description":"<p>*RECARO seats do not include heating, cooling, or memory features.</p>\n"},"1072":{"id":"owners-manual-bronco-2025","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1073":{"id":"t2-truck-month","ariaLabel":"t2-truck-month","title":"Disclosure","description":"<p>2025 Ford F-150® model shown.2666Your results may vary.</p>\n"},"1079":{"id":"recaro disclaimer 2026","ariaLabel":"","title":"*","description":"<p>*RECARO seats do not include heating, cooling, or memory features.</p>\n"},"1080":{"id":"owners-manual-bronco-2025","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1081":{"id":"t2-truck-month","ariaLabel":"t2-truck-month","title":"Disclosure","description":"<p>2025 Ford F-150® model shown.
2657All rights reserved.</p>\n"},"1074":{"id":"2025-ford-f150-platinum-plus","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment shown.</p>\n"},"1075":{"id":"DiscCoPilot360HPM","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by vehicle.</p>\n"},"1076":{"id":"max-payload-varies-based-on-accessories","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.2669All rights reserved.</p>\n"},"1082":{"id":"2025-ford-f150-platinum-plus","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment shown.</p>\n"},"1083":{"id":"DiscCoPilot360HPM","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by vehicle.</p>\n"},"1084":{"id":"max-payload-varies-based-on-accessories","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.
2659Always properly secure cargo.</p>\n"},"1077":{"id":"black-weld-wheel-kit-17-x-8-5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black WELD Wheel Kit (17&quot; x 8.5&quot;)</p>\n"},"1078":{"id":"2026DarkHorsePremiumExtraCost","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Mustang® Dark Horse™&nbsp;Premium with available&nbsp;Mustang® Dark Horse™&nbsp; Appearance Package in Blue Ember Metallic (extra-cost color option) shown.</p>\n"},"1079":{"id":"2025-expedition-billboard-media-launch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>Model shown with optional features and available Ford Accessories.</p>\n"},"1080":{"id":"FXPackageMustangMDP","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang® GT Premium fastback model with extra-cost color with FX Package and GT Performance Package shown.</p>\n"},"1081":{"id":"DisclosureAsShownPricing","ariaLabel":"","title":"As-shown pricing","description":"<p>Optional equipment and extra-cost color option shown.</p>\n"},"1082":{"id":"DiscVanWagon2026FordApp","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.2671Always properly secure cargo.</p>\n"},"1085":{"id":"black-weld-wheel-kit-17-x-8-5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black WELD Wheel Kit (17&quot; x 8.5&quot;)</p>\n"},"1086":{"id":"2026DarkHorsePremiumExtraCost","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Mustang® Dark Horse™&nbsp;Premium with available&nbsp;Mustang® Dark Horse™&nbsp; Appearance Package in Blue Ember Metallic (extra-cost color option) shown.</p>\n"},"1087":{"id":"2025-expedition-billboard-media-launch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>Model shown with optional features and available Ford Accessories.</p>\n"},"1088":{"id":"FXPackageMustangMDP","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang® GT Premium fastback model with extra-cost color with FX Package and GT Performance Package shown.</p>\n"},"1089":{"id":"DisclosureAsShownPricing","ariaLabel":"","title":"As-shown pricing","description":"<p>Optional equipment and extra-cost color option shown.</p>\n"},"1090":{"id":"DiscVanWagon2026FordApp","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
2665Visit <a href=\"https://www.ford.com/\">ford.com</a> for our privacy notice.</p>\n"},"1083":{"id":"t2-h2h-bronco-badlands","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.2677Visit <a href=\"https://www.ford.com/\">ford.com</a> for our privacy notice.</p>\n"},"1091":{"id":"t2-h2h-bronco-badlands","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.
2666Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1084":{"id":"disclaimer-mustang-rtr-package","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.2678Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1092":{"id":"disclaimer-mustang-rtr-package","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
2668Available summer 2026.</p>\n"},"1085":{"id":"2026-explorer-hero-billboard-image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,430<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup> (Excludes available Ford Accessories shown)</p>\n<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.2680Available summer 2026.</p>\n"},"1093":{"id":"2026-explorer-hero-billboard-image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,430<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup> (Excludes available Ford Accessories shown)</p>\n<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.
2671Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1086":{"id":"sd-billboard-target","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $82,290<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford Super Duty<sup>®</sup> Platinum with available FX4 Off-Road Package and 6.7L High Output diesel engine.2683Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1094":{"id":"sd-billboard-target","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $82,290<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford Super Duty<sup>®</sup> Platinum with available FX4 Off-Road Package and 6.7L High Output diesel engine.
2676Does not include A, Z or X Plan price.</p>\n"},"1087":{"id":"as-shown-price-expedition-platinum-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $74,945.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2027 Ford Expedition® Platinum® SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1088":{"id":"bluecruise-image-details-new-disc-maintenance","ariaLabel":"","title":"Image Details","description":"<p>Available feature.2688Does not include A, Z or X Plan price.</p>\n"},"1095":{"id":"as-shown-price-expedition-platinum-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $74,945.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2027 Ford Expedition® Platinum® SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1096":{"id":"bluecruise-image-details-new-disc-maintenance","ariaLabel":"","title":"Image Details","description":"<p>Available feature.
2682See Owner’s Manual for details and limitations.</p>\n"},"1089":{"id":"as-shown-price-lightning-US","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $67,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><sup></sup></p>\n<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> shown in Antimatter Blue Metallic.</p>\n"},"1090":{"id":"disclaimer-SPGlobalMobilityUSVIO","ariaLabel":"","title":"Image Details","description":"<p>Based on S&amp;P Global Mobility US VIO as of September 2025 for the Emergency Vehicles vocation.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1091":{"id":"AttributesBarDisclaimerMustangMDP","ariaLabel":"","title":"**","description":"<p>**486 hp can be achieved on Mustang<sup>®</sup> GT models equipped with active valve dual exhaust.</p>\n"},"1092":{"id":"S17","ariaLabel":"","title":"S17","description":"<p>Destination Charges are associated with getting the vehicle from the manufacturer to the dealership.2694See Owner’s Manual for details and limitations.</p>\n"},"1097":{"id":"as-shown-price-lightning-US","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $67,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><sup></sup></p>\n<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> shown in Antimatter Blue Metallic.</p>\n"},"1098":{"id":"disclaimer-SPGlobalMobilityUSVIO","ariaLabel":"","title":"Image Details","description":"<p>Based on S&amp;P Global Mobility US VIO as of September 2025 for the Emergency Vehicles vocation.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1099":{"id":"AttributesBarDisclaimerMustangMDP","ariaLabel":"","title":"**","description":"<p>**486 hp can be achieved on Mustang<sup>®</sup> GT models equipped with active valve dual exhaust.</p>\n"},"1100":{"id":"S17","ariaLabel":"","title":"S17","description":"<p>Destination Charges are associated with getting the vehicle from the manufacturer to the dealership.
2683Prices listed are MSRP and are based on information updated on this website from time to time.</p>\n"},"1093":{"id":"disclaimer-image-details-rtr-performance-package","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.2695Prices listed are MSRP and are based on information updated on this website from time to time.</p>\n"},"1101":{"id":"disclaimer-image-details-rtr-performance-package","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
2685Available summer 2026.</p>\n"},"1094":{"id":"computer-generated-image-shown-bronco-sport","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.2697Available summer 2026.</p>\n"},"1102":{"id":"computer-generated-image-shown-bronco-sport","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.
2686Computer-generated image shown.</p>\n"},"1095":{"id":"broncosportbigbendaempub-67497","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1096":{"id":"image-details-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.</p>\n"},"1097":{"id":"2026-maverick-awd-billboard-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>As shown price $33,335<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"1098":{"id":"DiscF1502026VideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Professional driver on a closed course.2698Computer-generated image shown.</p>\n"},"1103":{"id":"broncosportbigbendaempub-67497","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1104":{"id":"image-details-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.</p>\n"},"1105":{"id":"2026-maverick-awd-billboard-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>As shown price $33,335<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"1106":{"id":"DiscF1502026VideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Professional driver on a closed course.
2687Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1099":{"id":"vhp-mach-e-ford-power-promise-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2026 F-150 Lightning or Mustang Mach-E from a participating Ford dealer between 10/1/26 and 1/5/2027 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.2699Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1107":{"id":"vhp-mach-e-ford-power-promise-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2026 F-150 Lightning or Mustang Mach-E from a participating Ford dealer between 10/1/26 and 1/5/2027 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
2694See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1100":{"id":"consult-the-owner-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1101":{"id":"25l-hybrid-engine-awd","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/AWD.2706See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1108":{"id":"consult-the-owner-bronco-2026","ariaLabel":"","title":"Video Details","description":"<p>Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1109":{"id":"25l-hybrid-engine-awd","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/AWD.
2695Actual mileage will vary.</p>\n"},"1102":{"id":"financed-upfront","ariaLabel":"Can be financed upfront with vehicle purchase","title":"*","description":"<p>Can be financed upfront with vehicle purchase</p>\n"},"1103":{"id":"ranger XLT 2","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1104":{"id":"DiscHomepageMigrationOffersBB1","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.2707Actual mileage will vary.</p>\n"},"1110":{"id":"financed-upfront","ariaLabel":"Can be financed upfront with vehicle purchase","title":"*","description":"<p>Can be financed upfront with vehicle purchase</p>\n"},"1111":{"id":"ranger XLT 2","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1112":{"id":"DiscHomepageMigrationOffersBB1","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.
2701Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1105":{"id":"orv-fender-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>ORV Fender Decal</p>\n"},"1106":{"id":"disclaimer2025expeditiontax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> extra cost color option.</p>\n"},"1107":{"id":"attributes-bar-epa-disc","ariaLabel":"","title":"*","description":"<p>*With available extended-range battery and available eAWD.2713Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1113":{"id":"orv-fender-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>ORV Fender Decal</p>\n"},"1114":{"id":"disclaimer2025expeditiontax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> extra cost color option.</p>\n"},"1115":{"id":"attributes-bar-epa-disc","ariaLabel":"","title":"*","description":"<p>*With available extended-range battery and available eAWD.
2703Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>"},"1108":{"id":"scheduled-maintenance-costs-disclaimer","ariaLabel":"","title":"*","description":"<p>*Scheduled maintenance costs are based on recommended service schedule as published in the Owner’s Manual.2715Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>"},"1116":{"id":"scheduled-maintenance-costs-disclaimer","ariaLabel":"","title":"*","description":"<p>*Scheduled maintenance costs are based on recommended service schedule as published in the Owner’s Manual.
2704Analysis reflects Ford Motor Company’s standard method for calculating scheduled maintenance cost and reflects data available in 2025.</p>\n"},"1109":{"id":"HorsepowerRatingsTestingRequirements","ariaLabel":"","title":"*","description":"<p>Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.2716Analysis reflects Ford Motor Company’s standard method for calculating scheduled maintenance cost and reflects data available in 2025.</p>\n"},"1117":{"id":"HorsepowerRatingsTestingRequirements","ariaLabel":"","title":"*","description":"<p>Horsepower ratings determined based upon testing requirements prescribed in SAE J1349<sup>®</sup>.
2705Your results may vary.</p>\n"},"1110":{"id":"t2-illinois-hp-auto-show","ariaLabel":"t2-illinois-hp-auto-show","title":"Disclaimer","description":"<p>Some models, trims, and features may not be available or may be subject to change.</p>\n"},"1111":{"id":"t2-homepage-mlb-bb","ariaLabel":"t2-homepage-mlb-bb","title":"Disclosure","description":"<p>™/© 2026 MLB</p>\n<p>&nbsp;&nbsp;&nbsp; © 2026, Little League Baseball, Incorporated.</p>\n<p>&nbsp;&nbsp;&nbsp; © 2026 Ford Motor Company.2717Your results may vary.</p>\n"},"1118":{"id":"t2-illinois-hp-auto-show","ariaLabel":"t2-illinois-hp-auto-show","title":"Disclaimer","description":"<p>Some models, trims, and features may not be available or may be subject to change.</p>\n"},"1119":{"id":"t2-homepage-mlb-bb","ariaLabel":"t2-homepage-mlb-bb","title":"Disclosure","description":"<p>™/© 2026 MLB</p>\n<p>&nbsp;&nbsp;&nbsp; © 2026, Little League Baseball, Incorporated.</p>\n<p>&nbsp;&nbsp;&nbsp; © 2026 Ford Motor Company.
2707All rights reserved.</p>\n"},"1112":{"id":"DiscVideoDetailsBroncoSportSP","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport® Heritage with optional equipment and extra-cost color option shown.2719All rights reserved.</p>\n"},"1120":{"id":"DiscVideoDetailsBroncoSportSP","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport® Heritage with optional equipment and extra-cost color option shown.
2708Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1113":{"id":"25l-hybrid-engine-awd-02","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/AWD.2720Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1121":{"id":"25l-hybrid-engine-awd-02","ariaLabel":"","title":"†","description":"<p>†2.5L Hybrid engine/eCVT Automatic transmission/AWD.
2709Actual mileage will vary.</p>\n"},"1114":{"id":"Disclosure-Front-seatbelt-removed","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belt removed in order to provide a clear view of the vehicle interior.</p>\n"},"1115":{"id":"FordSecurityPackage2026Expedition","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.2721Actual mileage will vary.</p>\n"},"1122":{"id":"Disclosure-Front-seatbelt-removed","ariaLabel":"","title":"Vehicle Details","description":"<p>Front seat belt removed in order to provide a clear view of the vehicle interior.</p>\n"},"1123":{"id":"FordSecurityPackage2026Expedition","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
2712Terms apply.</p>\n"},"1116":{"id":"bronze-wheel-kit-20-x-8-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Wheel Kit (20&quot; x 8&quot;)</p>\n"},"1117":{"id":"max-payload-2440-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.2724Terms apply.</p>\n"},"1124":{"id":"bronze-wheel-kit-20-x-8-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Wheel Kit (20&quot; x 8&quot;)</p>\n"},"1125":{"id":"max-payload-2440-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
2715Always properly secure cargo.</p>\n"},"1118":{"id":"t2-compare-super-duty-10b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and Truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford truck in model-year 2024.2727Always properly secure cargo.</p>\n"},"1126":{"id":"t2-compare-super-duty-10b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and Truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford truck in model-year 2024.
2718Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1119":{"id":"","ariaLabel":"","title":"","description":""},"1120":{"id":"automatic-transmission-only-select-vehicles","ariaLabel":"","title":"*","description":"<p>*Automatic transmission only.2730Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1127":{"id":"","ariaLabel":"","title":"","description":""},"1128":{"id":"automatic-transmission-only-select-vehicles","ariaLabel":"","title":"*","description":"<p>*Automatic transmission only.
2719Available on select vehicles.</p>\n"},"1121":{"id":"available-on-the-2024-mustang-mach-e-gt","ariaLabel":"","title":"*","description":"<p>*Available on the 2024 Mustang Mach-E GT</p>\n"},"1122":{"id":"T2-compare-ranger-7a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>® </sup>model with optional equipment shown.</p>\n"},"1123":{"id":"incentives-offer-v2","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 72 months at $13.89 per month per $1,000 financed, regardless of down payment.2731Available on select vehicles.</p>\n"},"1129":{"id":"available-on-the-2024-mustang-mach-e-gt","ariaLabel":"","title":"*","description":"<p>*Available on the 2024 Mustang Mach-E GT</p>\n"},"1130":{"id":"T2-compare-ranger-7a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>® </sup>model with optional equipment shown.</p>\n"},"1131":{"id":"incentives-offer-v2","ariaLabel":"","title":"**","description":"<p>**Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 72 months at $13.89 per month per $1,000 financed, regardless of down payment.
2723See dealer for qualifications and details.</p>\n"},"1124":{"id":"2026-homepage-summer","ariaLabel":"","title":"Image Details","description":"<p>Preproduction and prototype models shown.2735See dealer for qualifications and details.</p>\n"},"1132":{"id":"2026-homepage-summer","ariaLabel":"","title":"Image Details","description":"<p>Preproduction and prototype models shown.
2725Available summer 2026.<br>\n</p>\n"},"1125":{"id":"fordpass-compatible-with-selected-smartphone","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.2737Available summer 2026.<br>\n</p>\n"},"1133":{"id":"fordpass-compatible-with-selected-smartphone","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
2729Start Inhibit remote disable feature only available on select 2024–2025 F-150<sup>®</sup> and select 2025 Super Duty<sup>®</sup> trucks.</p>\n"},"1126":{"id":"2025-bronco-sport-ambassadors-gallery-4b","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1127":{"id":"standard-ranger-raptor-model","ariaLabel":"","title":"*","description":"<p>*Standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"1128":{"id":"2026DarkHorsePremiumAppearancePackage","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Mustang Dark Horse<sup>®</sup> Premium with available Mustang Dark Horse Appearance Package.</p>\n"},"1129":{"id":"vehicle-details-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>Model shown with optional features and available Ford accessories.</p>\n"},"1130":{"id":"based-on-active-charging-stations-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.2741Start Inhibit remote disable feature only available on select 2024–2025 F-150<sup>®</sup> and select 2025 Super Duty<sup>®</sup> trucks.</p>\n"},"1134":{"id":"2025-bronco-sport-ambassadors-gallery-4b","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1135":{"id":"standard-ranger-raptor-model","ariaLabel":"","title":"*","description":"<p>*Standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"1136":{"id":"2026DarkHorsePremiumAppearancePackage","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Mustang Dark Horse<sup>®</sup> Premium with available Mustang Dark Horse Appearance Package.</p>\n"},"1137":{"id":"vehicle-details-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>Model shown with optional features and available Ford accessories.</p>\n"},"1138":{"id":"based-on-active-charging-stations-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.
2730Numbers subject to change.</p>\n"},"1131":{"id":"max-payload-2-2440-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs available on F-150<sup>®</sup> Regular Cab 5.5’ box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.2742Numbers subject to change.</p>\n"},"1139":{"id":"max-payload-2-2440-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs available on F-150<sup>®</sup> Regular Cab 5.5’ box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
2733Always properly secure cargo.</p>\n"},"1132":{"id":"disclosure-brembo-mustang","ariaLabel":"","title":"**","description":"<p>**Brembo is a trademark of Brembo S.p.A.</p>\n"},"1133":{"id":"t2-los-angeles-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT model shown with extra-cost color option.</p>\n"},"1134":{"id":"DisclosureMaxTowing ","ariaLabel":"","title":"*","description":"<p>*When properly equipped.2745Always properly secure cargo.</p>\n"},"1140":{"id":"disclosure-brembo-mustang","ariaLabel":"","title":"**","description":"<p>**Brembo is a trademark of Brembo S.p.A.</p>\n"},"1141":{"id":"t2-los-angeles-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT model shown with extra-cost color option.</p>\n"},"1142":{"id":"DisclosureMaxTowing ","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
2734Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1135":{"id":"disclaimer2025f150lightningtax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model shown.2746Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1143":{"id":"disclaimer2025f150lightningtax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model shown.
2735Computer generated image shown.</p>\n"},"1136":{"id":"DiscImageDetailsCGIImageHPM","ariaLabel":"","title":"Image Details","description":"<p>CGI Image shown.</p>\n"},"1137":{"id":"video-details-expedition-us-25-highlight-1","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford Accessories.</p>\n<p>24-inch wheels are not currently available to order.2747Computer generated image shown.</p>\n"},"1144":{"id":"DiscImageDetailsCGIImageHPM","ariaLabel":"","title":"Image Details","description":"<p>CGI Image shown.</p>\n"},"1145":{"id":"video-details-expedition-us-25-highlight-1","ariaLabel":"","title":"Video Details","description":"<p>Model shown with optional features and available Ford Accessories.</p>\n<p>24-inch wheels are not currently available to order.
2736Contact a Ford dealer to check available inventory or place a custom order.</p>\n<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1138":{"id":"BadlandsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Badlands® model with optional equipment shown.</p>\n"},"1139":{"id":"wave-3-bb-reliable-performance-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $75,845<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"1140":{"id":"rsf-build-vlu-lightning-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $80,757<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 F-150<sup>®</sup> Lightning<sup>®</sup> Platinum shown with extra cost color and available Ford accessories.</p>\n"},"1141":{"id":"disclosure-class-touchscreen-maverick","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.</p>\n"},"1142":{"id":"image-DisclosureVisualdramatizationofBlindSpotDetection","ariaLabel":"","title":"Image Details","description":"<p>Visual dramatization of Blind Spot Information System technology.<br>\n</p>\n"},"1143":{"id":"2026SuperDutyNowAvailableToOrderDisclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Lariat Premium Package shown.2748Contact a Ford dealer to check available inventory or place a custom order.</p>\n<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1146":{"id":"BadlandsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Badlands® model with optional equipment shown.</p>\n"},"1147":{"id":"wave-3-bb-reliable-performance-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $75,845<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"1148":{"id":"rsf-build-vlu-lightning-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $80,757<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 F-150<sup>®</sup> Lightning<sup>®</sup> Platinum shown with extra cost color and available Ford accessories.</p>\n"},"1149":{"id":"disclosure-class-touchscreen-maverick","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.</p>\n"},"1150":{"id":"image-DisclosureVisualdramatizationofBlindSpotDetection","ariaLabel":"","title":"Image Details","description":"<p>Visual dramatization of Blind Spot Information System technology.<br>\n</p>\n"},"1151":{"id":"2026SuperDutyNowAvailableToOrderDisclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Lariat Premium Package shown.
2739Available fall 2025.</p>\n"},"1144":{"id":"image-details-brfamily-equipment-accessories","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment, Ford accessories, aftermarket accessories, and extra-cost color option shown.<br>\nFord Bronco® Badlands® model with optional equipment and Ford accessories shown.</p>\n"},"1145":{"id":"vehicle-details-extra-cost-color-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color shown.</p>\n"},"1146":{"id":"rsf-modal-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250 Platinum model with available FX4 Off-Road Package, extra cost color shown.</p>\n"},"1147":{"id":"2025-mache-sell-down-1","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.2751Available fall 2025.</p>\n"},"1152":{"id":"image-details-brfamily-equipment-accessories","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment, Ford accessories, aftermarket accessories, and extra-cost color option shown.<br>\nFord Bronco® Badlands® model with optional equipment and Ford accessories shown.</p>\n"},"1153":{"id":"vehicle-details-extra-cost-color-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color shown.</p>\n"},"1154":{"id":"rsf-modal-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250 Platinum model with available FX4 Off-Road Package, extra cost color shown.</p>\n"},"1155":{"id":"2025-mache-sell-down-1","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.
2741Tested with optional summer tires.</p>\n"},"1148":{"id":"blue-free-wheeling-body-graphic-kit","ariaLabel":"","title":"Image Details","description":"<p>Blue Free Wheeling Body Graphic Kit</p>\n<p>Elevate the aesthetic with wheels that blend high-gloss sophistication and eye-catching blue accents.2753Tested with optional summer tires.</p>\n"},"1156":{"id":"blue-free-wheeling-body-graphic-kit","ariaLabel":"","title":"Image Details","description":"<p>Blue Free Wheeling Body Graphic Kit</p>\n<p>Elevate the aesthetic with wheels that blend high-gloss sophistication and eye-catching blue accents.
2743They're a perfect fit for your Bronco Sport<sup>®</sup>, whether you're spending time on the trail or cruising the city.</p>\n"},"1149":{"id":"ford-security-package-sd","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.2755They're a perfect fit for your Bronco Sport<sup>®</sup>, whether you're spending time on the trail or cruising the city.</p>\n"},"1157":{"id":"ford-security-package-sd","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
2749Terms apply.</p>\n"},"1150":{"id":"As Shown Price Ranger Lariat 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $43,755.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> Lariat 4x2 shown in Carbonized Gray Metallic with Sport Appearance Package.2761Terms apply.</p>\n"},"1158":{"id":"As Shown Price Ranger Lariat 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $43,755.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> Lariat 4x2 shown in Carbonized Gray Metallic with Sport Appearance Package.
2750Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1151":{"id":"as-shown-pricing-super-duty-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$92,860<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Tremor<sup>®</sup> Off-Road Package and Black Appearance Package.2762Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1159":{"id":"as-shown-pricing-super-duty-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$92,860<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford Super Duty<sup>®</sup> Lariat<sup>®</sup> model with available Tremor<sup>®</sup> Off-Road Package and Black Appearance Package.
2754Does not include A, Z or X Plan price.</p>\n"},"1152":{"id":"DiscRanger2026RaptorMaxTow","ariaLabel":"","title":"**","description":"<p>**Max towing on Ranger<sup>®</sup>&nbsp;Raptor<sup>®</sup> truck.2766Does not include A, Z or X Plan price.</p>\n"},"1160":{"id":"DiscRanger2026RaptorMaxTow","ariaLabel":"","title":"**","description":"<p>**Max towing on Ranger<sup>®</sup>&nbsp;Raptor<sup>®</sup> truck.
2756Max towing varies based on cargo,&nbsp;vehicle configuration, accessories, and number of passengers.</p>\n"},"1153":{"id":"2024-f-150-lightning-platinum","ariaLabel":"","title":"Image Details","description":"<p>2024 F-150<sup>®</sup> Lightning<sup>®</sup> Platinum model with optional Ford accessories shown.</p>\n"},"1154":{"id":"HorsepowerAndTorque","ariaLabel":"","title":"*","description":"<p>*When properly equipped.2768Max towing varies based on cargo,&nbsp;vehicle configuration, accessories, and number of passengers.</p>\n"},"1161":{"id":"2024-f-150-lightning-platinum","ariaLabel":"","title":"Image Details","description":"<p>2024 F-150<sup>®</sup> Lightning<sup>®</sup> Platinum model with optional Ford accessories shown.</p>\n"},"1162":{"id":"HorsepowerAndTorque","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
2757Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1155":{"id":"DiscWifiAppsMapsHPM","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 500GB of usage within a 30-day period.&nbsp;Feature availability varies by vehicle.</p>\n"},"1156":{"id":"t2-truck-month-499","ariaLabel":"t2-truck-month-499","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit® Red Carpet Lease®.2769Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1163":{"id":"DiscWifiAppsMapsHPM","ariaLabel":"","title":"*","description":"<p>*Data speeds may be slowed down after 500GB of usage within a 30-day period.&nbsp;Feature availability varies by vehicle.</p>\n"},"1164":{"id":"t2-truck-month-499","ariaLabel":"t2-truck-month-499","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit® Red Carpet Lease®.
2766See dealer for qualifications and details.</p>\n"},"1157":{"id":"raptor disclaimer faq","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> Raptor<sup>®</sup> truck.2778See dealer for qualifications and details.</p>\n"},"1165":{"id":"raptor disclaimer faq","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> Raptor<sup>®</sup> truck.
2768Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1158":{"id":"image-details-gallery-2026-f150-5","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color shown.2780Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1166":{"id":"image-details-gallery-2026-f150-5","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Platinum<sup>®</sup> Plus model with optional equipment and extra-cost color shown.
2769Always properly secure cargo.</p>\n"},"1159":{"id":"us-mach-e-technology-modal-phone-key","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, compatible network availability, and the Ford app (formerly known as the FordPass® app) are required for remote features.2781Always properly secure cargo.</p>\n"},"1167":{"id":"us-mach-e-technology-modal-phone-key","ariaLabel":"","title":"*","description":"<p>*An activated vehicle modem, compatible network availability, and the Ford app (formerly known as the FordPass® app) are required for remote features.
2771Remote features may vary by model.</p>\n"},"1160":{"id":"disclaimer-2024-f-150-lightning-is-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 F-150<sup>®</sup> Lightning<sup>®</sup> truck shown.</p>\n"},"1161":{"id":"disclosure-horsepower-torque-calculated","ariaLabel":"","title":"*","description":"<p>*Calculated via combined performance of the engine and electric motor with peak battery power.2783Remote features may vary by model.</p>\n"},"1168":{"id":"disclaimer-2024-f-150-lightning-is-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 F-150<sup>®</sup> Lightning<sup>®</sup> truck shown.</p>\n"},"1169":{"id":"disclosure-horsepower-torque-calculated","ariaLabel":"","title":"*","description":"<p>*Calculated via combined performance of the engine and electric motor with peak battery power.
2773Your results may vary.</p>\n"},"1162":{"id":"removal-of-doors-disclaimer","ariaLabel":"","title":"*","description":"<p>*Removal of doors for off-road use only.2785Your results may vary.</p>\n"},"1170":{"id":"removal-of-doors-disclaimer","ariaLabel":"","title":"*","description":"<p>*Removal of doors for off-road use only.
2774See your Owner’s Manual for detailed information.</p>\n"},"1163":{"id":"2026-electric-propower","ariaLabel":"","title":"*","description":"<p>*Maximum power available is limited to the combined total of all items in use.2786See your Owner’s Manual for detailed information.</p>\n"},"1171":{"id":"2026-electric-propower","ariaLabel":"","title":"*","description":"<p>*Maximum power available is limited to the combined total of all items in use.
2778Essential home backup power requires the F-150® Hybrid PowerBoost® truck with 7.2kW Pro Power Onboard™ and GenerLink transfer switch, sold separately.</p>\n"},"1164":{"id":"t2-truck-month-bb-499","ariaLabel":"t2-truck-month-bb-499","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit® Red Carpet Lease®.2790Essential home backup power requires the F-150® Hybrid PowerBoost® truck with 7.2kW Pro Power Onboard™ and GenerLink transfer switch, sold separately.</p>\n"},"1172":{"id":"t2-truck-month-bb-499","ariaLabel":"t2-truck-month-bb-499","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit® Red Carpet Lease®.
2787See dealer for qualifications and details.</p>\n"},"1165":{"id":"DiscAsShownPriceRangerLARIAT25","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n<p>$43,775 (does not include D&amp;D fees).</p>\n"},"1166":{"id":"t2-feb-rewards-2","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.2799See dealer for qualifications and details.</p>\n"},"1173":{"id":"DiscAsShownPriceRangerLARIAT25","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n<p>$43,775 (does not include D&amp;D fees).</p>\n"},"1174":{"id":"t2-feb-rewards-2","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
2790Visit Ford.com for our privacy notice.</p>\n"},"1167":{"id":"2025-ranger-raptor-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model shown.2802Visit Ford.com for our privacy notice.</p>\n"},"1175":{"id":"2025-ranger-raptor-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model shown.
2791Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1168":{"id":"image-details-optional-equipment-bronco-2025","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.2803Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1176":{"id":"image-details-optional-equipment-bronco-2025","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.
2792Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1169":{"id":"max-towing-12900-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,900 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.2804Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1177":{"id":"max-towing-12900-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,900 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.
2795Max towing varies based on cargo, vehicle configuration, accessories and number of passengers</p>\n"},"1170":{"id":"DiscBroncoMDP2026AsShowHeritage","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $54,810.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;2026 Ford Bronco<sup>®</sup> Heritage Edition model shown in Ruby Red Metallic Tinted Clearcoat.2807Max towing varies based on cargo, vehicle configuration, accessories and number of passengers</p>\n"},"1178":{"id":"DiscBroncoMDP2026AsShowHeritage","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $54,810.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;2026 Ford Bronco<sup>®</sup> Heritage Edition model shown in Ruby Red Metallic Tinted Clearcoat.
2796Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1171":{"id":"as-show-price-bb-gt-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $53,890<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> GT with extra-cost color option shown.</p>\n"},"1172":{"id":"max-payload-2-1400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 5.2L Supercharged V8 engine.2808Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1179":{"id":"as-show-price-bb-gt-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $53,890<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> GT with extra-cost color option shown.</p>\n"},"1180":{"id":"max-payload-2-1400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload of 1,400 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 5.2L Supercharged V8 engine.
2799Always properly secure cargo.</p>\n"},"1173":{"id":"fba-not-all-buyers-qualify-for-ford-credit-financing-60-months","ariaLabel":"","title":"*","description":"<p>*Not all buyers qualify for Ford Credit financing 4.49% APR for 60 months at $18.64 per $1,000 financed, on Gold, Blue and EV Certified vehicles, regardless of down payment.2811Always properly secure cargo.</p>\n"},"1181":{"id":"fba-not-all-buyers-qualify-for-ford-credit-financing-60-months","ariaLabel":"","title":"*","description":"<p>*Not all buyers qualify for Ford Credit financing 4.49% APR for 60 months at $18.64 per $1,000 financed, on Gold, Blue and EV Certified vehicles, regardless of down payment.
2802See dealer for qualifications.</p>\n"},"1174":{"id":"DiscF1502026Faq6","ariaLabel":"","title":"**","description":"<p>**Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.2814See dealer for qualifications.</p>\n"},"1182":{"id":"DiscF1502026Faq6","ariaLabel":"","title":"**","description":"<p>**Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
2805Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1175":{"id":"intended-for-track-use-only","ariaLabel":"","title":"**","description":"<p>**Intended for track use only.2817Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1183":{"id":"intended-for-track-use-only","ariaLabel":"","title":"**","description":"<p>**Intended for track use only.
2807See Owner’s Manual for important operating instructions.</p>\n"},"1176":{"id":"2026-ford-escape-platinum-model","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Escape® Platinum model with optional equipment and extra-cost color option shown.</p>\n"},"1177":{"id":"DiscTier2EmployeePricing","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available on the purchase or lease of the following eligible new 2024-2025Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.2819See Owner’s Manual for important operating instructions.</p>\n"},"1184":{"id":"2026-ford-escape-platinum-model","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Escape® Platinum model with optional equipment and extra-cost color option shown.</p>\n"},"1185":{"id":"DiscTier2EmployeePricing","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available on the purchase or lease of the following eligible new 2024-2025Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.
2824See an authorized Ford Dealer or Lincoln Retailer, or go to <a href=\"http://www.fordrecognizesu.com\">www.fordrecognizesu.com</a>, for complete details and eligibility (PGM# 32800).</p>\n"},"1178":{"id":"target-maverick-lariat-equipment-towing","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment, extra-cost color, and available Ford Accessories shown.2836See an authorized Ford Dealer or Lincoln Retailer, or go to <a href=\"http://www.fordrecognizesu.com\">www.fordrecognizesu.com</a>, for complete details and eligibility (PGM# 32800).</p>\n"},"1186":{"id":"target-maverick-lariat-equipment-towing","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment, extra-cost color, and available Ford Accessories shown.
2826Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1179":{"id":"disclaimer-max-payload-of-2,235-f150","ariaLabel":"","title":"†","description":"<p>†Max payload of 2,235 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.2838Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1187":{"id":"disclaimer-max-payload-of-2,235-f150","ariaLabel":"","title":"†","description":"<p>†Max payload of 2,235 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x2 with 5.0L V8 engine.
2829Always properly secure cargo.</p>\n"},"1180":{"id":"FordPickupDeliveryService","ariaLabel":"","title":"*","description":"<p>Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2841Always properly secure cargo.</p>\n"},"1188":{"id":"FordPickupDeliveryService","ariaLabel":"","title":"*","description":"<p>Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2832See your Ford Dealer for&nbsp;details.&nbsp;</p>\n"},"1181":{"id":"Available on all models","ariaLabel":"","title":"*","description":"<p>*Available on all models.</p>\n"},"1182":{"id":"extra-cost-color-expedition","ariaLabel":"","title":"*","description":"<p>*Extra-cost color.</p>\n"},"1183":{"id":"DiscVehicleDetailsHPMSuvsandCars","ariaLabel":"","title":"Vehicle Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n<br>\nAlways determine the water depth before attempting a crossing and proceed slowly.2844See your Ford Dealer for&nbsp;details.&nbsp;</p>\n"},"1189":{"id":"Available on all models","ariaLabel":"","title":"*","description":"<p>*Available on all models.</p>\n"},"1190":{"id":"extra-cost-color-expedition","ariaLabel":"","title":"*","description":"<p>*Extra-cost color.</p>\n"},"1191":{"id":"DiscVehicleDetailsHPMSuvsandCars","ariaLabel":"","title":"Vehicle Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n<br>\nAlways determine the water depth before attempting a crossing and proceed slowly.
2836See Owner’s Manual for information on use.</p>\n"},"1184":{"id":"ready-set-ford-adventure-ranger-lariat-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1185":{"id":"as-shown-price-sd-450xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $66,925.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XL Crew Cab model shown.</p>\n"},"1186":{"id":"DiscBroncoRTRPreProdModel","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.2848See Owner’s Manual for information on use.</p>\n"},"1192":{"id":"ready-set-ford-adventure-ranger-lariat-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1193":{"id":"as-shown-price-sd-450xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $66,925.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> XL Crew Cab model shown.</p>\n"},"1194":{"id":"DiscBroncoRTRPreProdModel","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
2837Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1187":{"id":"T2-compare-maverick-8a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.2849Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1195":{"id":"T2-compare-maverick-8a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model shown.
2840Always properly secure cargo.</p>\n"},"1188":{"id":"2027-expedition-tremor-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2027 Expedition® Tremor® model with optional equipment, available Ford accessories, and extra-cost color option shown.</p>\n<p>When properly equipped.2852Always properly secure cargo.</p>\n"},"1196":{"id":"2027-expedition-tremor-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2027 Expedition® Tremor® model with optional equipment, available Ford accessories, and extra-cost color option shown.</p>\n<p>When properly equipped.
2841Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1189":{"id":"2026-superduty-f350-xl-regular-cab","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> F-350<sup>®</sup> XL Regular Cab model shown.2853Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1197":{"id":"2026-superduty-f350-xl-regular-cab","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> F-350<sup>®</sup> XL Regular Cab model shown.
2844Always properly secure cargo.</p>\n"},"1190":{"id":"image-details-disclaimer-mach-e-return-gallery","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model (left) and 2026 Mustang Mach-E GT model (right) shown with optional equipment and extra-cost color.</p>\n"},"1191":{"id":"availableonallsuperduty","ariaLabel":"","title":"*","description":"<p>*Available on all Super Duty 4x4 models.</p>\n"},"1192":{"id":"availableonthesuperdutyxl","ariaLabel":"","title":"*","description":"<p>*Available on the Super Duty XL 4x4 SRW model.</p>\n"},"1193":{"id":"as-shown-price-2027-expedition-bb","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $79,020<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2027 Ford Expedition® Platinum® model with optional 30th Anniversary Package and extra-cost color option shown.2856Always properly secure cargo.</p>\n"},"1198":{"id":"image-details-disclaimer-mach-e-return-gallery","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Premium model (left) and 2026 Mustang Mach-E GT model (right) shown with optional equipment and extra-cost color.</p>\n"},"1199":{"id":"availableonallsuperduty","ariaLabel":"","title":"*","description":"<p>*Available on all Super Duty 4x4 models.</p>\n"},"1200":{"id":"availableonthesuperdutyxl","ariaLabel":"","title":"*","description":"<p>*Available on the Super Duty XL 4x4 SRW model.</p>\n"},"1201":{"id":"as-shown-price-2027-expedition-bb","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $79,020<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2027 Ford Expedition® Platinum® model with optional 30th Anniversary Package and extra-cost color option shown.
2846Computer-generated image shown.</p>\n"},"1194":{"id":"consult-tax-legal","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Please consult with your own tax or legal professional to determine your individual eligibility.2858Computer-generated image shown.</p>\n"},"1202":{"id":"consult-tax-legal","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Please consult with your own tax or legal professional to determine your individual eligibility.
2856For additional information, go to&nbsp;<a href=\"https://fueleconomy.gov/feg/tax2023.shtml\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;directAction&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;event_action&quot;:&quot;brand referral&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://fueleconomy.gov/feg/tax2023.shtml&quot;}}\" rel=\"noopener noreferrer\">https://fueleconomy.gov/feg/tax2023.shtml</a>.</p>\n"},"1195":{"id":"DisclosureAWDClassIITowing","ariaLabel":"","title":"**","description":"<p>**With AWD and Class II Towing Package.</p>\n"},"1196":{"id":"2025-ranger-xlt-model-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.2868For additional information, go to&nbsp;<a href=\"https://fueleconomy.gov/feg/tax2023.shtml\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;directAction&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;vehicle_modelYear&quot;:&quot;application&quot;,&quot;vehicle_nameplate&quot;:&quot;application&quot;,&quot;event_action&quot;:&quot;brand referral&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://fueleconomy.gov/feg/tax2023.shtml&quot;}}\" rel=\"noopener noreferrer\">https://fueleconomy.gov/feg/tax2023.shtml</a>.</p>\n"},"1203":{"id":"DisclosureAWDClassIITowing","ariaLabel":"","title":"**","description":"<p>**With AWD and Class II Towing Package.</p>\n"},"1204":{"id":"2025-ranger-xlt-model-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> XLT model with optional equipment and extra-cost color option shown.
2859Always properly secure cargo.</p>\n"},"1197":{"id":"DiscTier2Card5Explorer","ariaLabel":"","title":"*","description":"<p>*85.8 cubic feet on Active and ST-Line, 85.3 on Platinum (shown) and ST models.2871Always properly secure cargo.</p>\n"},"1205":{"id":"DiscTier2Card5Explorer","ariaLabel":"","title":"*","description":"<p>*85.8 cubic feet on Active and ST-Line, 85.3 on Platinum (shown) and ST models.
2860Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1198":{"id":"ImageDetailsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and extra-cost color shown.</p>\n"},"1199":{"id":"T2-compare-2024-bronco-5a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Raptor<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.2872Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1206":{"id":"ImageDetailsOptionalEquipment","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and extra-cost color shown.</p>\n"},"1207":{"id":"T2-compare-2024-bronco-5a","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Raptor<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.
2861Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1200":{"id":"RSF mosaic gallery mustang 26 3","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> GT Premium Convertible with Carmine Red interior with optional PCAP package shown.</p>\n"},"1201":{"id":"rsf-adventure-vlu-expedition-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $81,350<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.2873Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1208":{"id":"RSF mosaic gallery mustang 26 3","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> GT Premium Convertible with Carmine Red interior with optional PCAP package shown.</p>\n"},"1209":{"id":"rsf-adventure-vlu-expedition-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $81,350<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.
2864Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1202":{"id":"requires-nacs-disclaimer","ariaLabel":"","title":"†","description":"<p>†Requires NACS Fast Charging Adapter.</p>\n"},"1203":{"id":"2026-ford-maverick-xlt","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Maverick® XLT model with optional equipment shown.</p>\n"},"1204":{"id":"Expedition Platinum 2026 2","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $75,245.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1205":{"id":"PreproductionModelVideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.2876Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1210":{"id":"requires-nacs-disclaimer","ariaLabel":"","title":"†","description":"<p>†Requires NACS Fast Charging Adapter.</p>\n"},"1211":{"id":"2026-ford-maverick-xlt","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Maverick® XLT model with optional equipment shown.</p>\n"},"1212":{"id":"Expedition Platinum 2026 2","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $75,245.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1213":{"id":"PreproductionModelVideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.
2866Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1206":{"id":"t2-compare-mustang-6","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> GT Premium model with optional PCAP package shown.2878Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1214":{"id":"t2-compare-mustang-6","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> GT Premium model with optional PCAP package shown.
2870See Owner’s Manual for details and limitations.</p>\n"},"1207":{"id":"disclaimer-track-capability-2026-mustang","ariaLabel":"","title":"*","description":"<p>*Track capability is dependent on environmental conditions, track conditions, and driver inputs.2882See Owner’s Manual for details and limitations.</p>\n"},"1215":{"id":"disclaimer-track-capability-2026-mustang","ariaLabel":"","title":"*","description":"<p>*Track capability is dependent on environmental conditions, track conditions, and driver inputs.
2871Always consult owner’s manual and drive within your and the vehicle’s capability limits.</p>\n"},"1208":{"id":"wave-video-details-teaser-lives-up-cruiser","ariaLabel":"","title":"Video Details","description":"<p>Closed track.2883Always consult owner’s manual and drive within your and the vehicle’s capability limits.</p>\n"},"1216":{"id":"wave-video-details-teaser-lives-up-cruiser","ariaLabel":"","title":"Video Details","description":"<p>Closed track.
2875Optional equipment and extra-cost color shown.</p>\n"},"1209":{"id":"AlwaysBeSureItemsAreProperlySecured","ariaLabel":"","title":"*","description":"<p>*Always be sure items are properly secured in the truck bed before driving.</p>\n"},"1210":{"id":"maverick-maintenance-disclaimer-epa-estimated","ariaLabel":"","title":"✝︎","description":"<p>✝︎EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.2887Optional equipment and extra-cost color shown.</p>\n"},"1217":{"id":"AlwaysBeSureItemsAreProperlySecured","ariaLabel":"","title":"*","description":"<p>*Always be sure items are properly secured in the truck bed before driving.</p>\n"},"1218":{"id":"maverick-maintenance-disclaimer-epa-estimated","ariaLabel":"","title":"✝︎","description":"<p>✝︎EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.
2876Actual mileage will vary.</p>\n"},"1211":{"id":"king-ranch-interior-shown","ariaLabel":"","title":"Image Details","description":"<p>King Ranch<sup>®</sup> interior shown.</p>\n"},"1212":{"id":"As-shown-price-modelpage-2026-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick<sup>®</sup> Tremor<sup>®</sup> model shown. $40,645 (does not include fees)</p>\n"},"1213":{"id":"2025-ford-transit","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> medium roof cargo van with aftermarket equipment shown.</p>\n"},"1214":{"id":"also-available-with-recaro-leather-trimmed-sport-seats","ariaLabel":"","title":"*","description":"<p>*Also available with RECARO® Leather-Trimmed Sport Seats. </p>\n<p>RECARO seats do not include heating, cooling, or memory features.</p>\n"},"1215":{"id":"ford-test-data-based-on-typical-industry","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Ford test data based on typical industry methodology using 1-ft. rollout.2888Actual mileage will vary.</p>\n"},"1219":{"id":"king-ranch-interior-shown","ariaLabel":"","title":"Image Details","description":"<p>King Ranch<sup>®</sup> interior shown.</p>\n"},"1220":{"id":"As-shown-price-modelpage-2026-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>2026 Maverick<sup>®</sup> Tremor<sup>®</sup> model shown. $40,645 (does not include fees)</p>\n"},"1221":{"id":"2025-ford-transit","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> medium roof cargo van with aftermarket equipment shown.</p>\n"},"1222":{"id":"also-available-with-recaro-leather-trimmed-sport-seats","ariaLabel":"","title":"*","description":"<p>*Also available with RECARO® Leather-Trimmed Sport Seats. </p>\n<p>RECARO seats do not include heating, cooling, or memory features.</p>\n"},"1223":{"id":"ford-test-data-based-on-typical-industry","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Ford test data based on typical industry methodology using 1-ft. rollout.
2877Your results may vary.</p>\n"},"1216":{"id":"eligible-vehicles-ford-pro-e-telematics","ariaLabel":"","title":"*","description":"<p>*Eligible (2022 and 2023 MY) vehicles receive a complimentary three-year trial of Ford Pro<sup>™</sup> E-Telematics services, and eligible (2024 and 2025 MY) vehicles receive a one-year trial that begins on the new vehicle warranty start date.2889Your results may vary.</p>\n"},"1224":{"id":"eligible-vehicles-ford-pro-e-telematics","ariaLabel":"","title":"*","description":"<p>*Eligible (2022 and 2023 MY) vehicles receive a complimentary three-year trial of Ford Pro<sup>™</sup> E-Telematics services, and eligible (2024 and 2025 MY) vehicles receive a one-year trial that begins on the new vehicle warranty start date.
2883Call 1-833-811-3673 or go to <a href=\"http://fordpro.com/\" target=\"_self\">fordpro.com</a> to activate E-Telematics service.</p>\n"},"1217":{"id":"disclaimer-ranger-xlt-extra-cost-color-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT with optional equipment and extra cost color option shown.</p>\n"},"1218":{"id":"visually-inspect-and-test-battery-using-tester","ariaLabel":"","title":"*","description":"<p>*Visually inspect and test battery using tester.2895Call 1-833-811-3673 or go to <a href=\"http://fordpro.com/\" target=\"_self\">fordpro.com</a> to activate E-Telematics service.</p>\n"},"1225":{"id":"disclaimer-ranger-xlt-extra-cost-color-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT with optional equipment and extra cost color option shown.</p>\n"},"1226":{"id":"visually-inspect-and-test-battery-using-tester","ariaLabel":"","title":"*","description":"<p>*Visually inspect and test battery using tester.
2886Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1219":{"id":"DisclaimerEPAEstimatedRating","ariaLabel":"","title":"*","description":"<p><sup>*</sup>EPA-estimated ratings.2898Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1227":{"id":"DisclaimerEPAEstimatedRating","ariaLabel":"","title":"*","description":"<p><sup>*</sup>EPA-estimated ratings.
2887Actual mileage will vary.<br>\n</p>\n"},"1220":{"id":"preproduction-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.2899Actual mileage will vary.<br>\n</p>\n"},"1228":{"id":"preproduction-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
2888Actual production vehicle may vary.</p>\n"},"1221":{"id":"siriusxm-expedition","ariaLabel":"","title":"*","description":"<p>*All SiriusXM services require a subscription.2900Actual production vehicle may vary.</p>\n"},"1229":{"id":"siriusxm-expedition","ariaLabel":"","title":"*","description":"<p>*All SiriusXM services require a subscription.
2893SiriusXM and related logos are trademarks of Sirius XM Radio Inc. and its respective subsidiaries.</p>\n"},"1222":{"id":"sd-chassis-cab-aftermarket-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty® XLT Chassis Cab with aftermarket equipment shown.</p>\n"},"1223":{"id":"recaro-seats-with-ford-performance-logo-fcg","ariaLabel":"","title":"Image Details","description":"<p>Recaro Seats with Ford Performance Logo</p>\n"},"1224":{"id":"important-details-max-500-horsepower","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.2905SiriusXM and related logos are trademarks of Sirius XM Radio Inc. and its respective subsidiaries.</p>\n"},"1230":{"id":"sd-chassis-cab-aftermarket-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty® XLT Chassis Cab with aftermarket equipment shown.</p>\n"},"1231":{"id":"recaro-seats-with-ford-performance-logo-fcg","ariaLabel":"","title":"Image Details","description":"<p>Recaro Seats with Ford Performance Logo</p>\n"},"1232":{"id":"important-details-max-500-horsepower","ariaLabel":"","title":"Important Details","description":"<p>Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.
2899Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1225":{"id":"2025broncosportbadlandsmodelwithoptionalequipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.2911Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1233":{"id":"2025broncosportbadlandsmodelwithoptionalequipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
2900Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1226":{"id":"tailgate-applique-by-air-design-fcg","ariaLabel":"","title":"Image Details","description":"<p>Tailgate Appliqué by Air Design</p>\n"},"1227":{"id":"15l-engine-8-speed-awd-01","ariaLabel":"","title":"**","description":"<p>**1.5L engine/8-speed transmission/AWD.2912Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1234":{"id":"tailgate-applique-by-air-design-fcg","ariaLabel":"","title":"Image Details","description":"<p>Tailgate Appliqué by Air Design</p>\n"},"1235":{"id":"15l-engine-8-speed-awd-01","ariaLabel":"","title":"**","description":"<p>**1.5L engine/8-speed transmission/AWD.
2901Actual mileage will vary.</p>\n"},"1228":{"id":"as-shown-price-2025-mustang-mach-e-rally","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>.&nbsp;2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.2913Actual mileage will vary.</p>\n"},"1236":{"id":"as-shown-price-2025-mustang-mach-e-rally","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$62,670<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>.&nbsp;2025 Mustang Mach-E<sup>®</sup> Rally shown with optional equipment and extra-cost color option.
2902Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1229":{"id":"disclaimer2025maverickxlt","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Maverick® XLT pickup with optional equipment shown.<br>\n</p>\n"},"1230":{"id":"important-details-kbb","ariaLabel":"","title":"Important Details","description":"<p>For more information, visit Kelley Blue Book’s KBB.com.2914Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1237":{"id":"disclaimer2025maverickxlt","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Maverick® XLT pickup with optional equipment shown.<br>\n</p>\n"},"1238":{"id":"important-details-kbb","ariaLabel":"","title":"Important Details","description":"<p>For more information, visit Kelley Blue Book’s KBB.com.
2903Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1231":{"id":"ford-security-package-requires-the-ford-app","ariaLabel":"","title":"*","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.2915Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1239":{"id":"ford-security-package-requires-the-ford-app","ariaLabel":"","title":"*","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.
2909Terms apply.</p>\n"},"1232":{"id":"ford-connectivity-package-features-disc","ariaLabel":"","title":"*","description":"<p>*Features included with the available Ford Connectivity Package, which is included for a year.</p>\n"},"1233":{"id":"ready-set-ford-adventure-super-duty-lariat","ariaLabel":"","title":"Image","description":"<p>2025 Ford F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road Package shown.2921Terms apply.</p>\n"},"1240":{"id":"ford-connectivity-package-features-disc","ariaLabel":"","title":"*","description":"<p>*Features included with the available Ford Connectivity Package, which is included for a year.</p>\n"},"1241":{"id":"ready-set-ford-adventure-super-duty-lariat","ariaLabel":"","title":"Image","description":"<p>2025 Ford F-250<sup>®</sup> Lariat<sup>®</sup> model with available Tremor Off-Road Package shown.
2910Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1234":{"id":"2026-f150-max-towing-11600","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on Crew Cab 6.5’ box 4x2 with the available 3.5L PowerBoost<sup>®</sup> full hybrid engine.2922Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1242":{"id":"2026-f150-max-towing-11600","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on Crew Cab 6.5’ box 4x2 with the available 3.5L PowerBoost<sup>®</sup> full hybrid engine.
2913Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>"},"1235":{"id":"cpo-rtm-truck-audiences-4-vhp-f150","ariaLabel":"","title":"Image Details","description":"<p>Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.2925Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>"},"1243":{"id":"cpo-rtm-truck-audiences-4-vhp-f150","ariaLabel":"","title":"Image Details","description":"<p>Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
2917Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"1236":{"id":"DisclosureCurrentMSRP","ariaLabel":"","title":"*","description":"<p>Current Manufacturer Suggested Retail Price (MSRP)</p>\n"},"1237":{"id":"DiscMustang2026DriftBrake","ariaLabel":"","title":"Image Details","description":"<p>Closed track.2929Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"1244":{"id":"DisclosureCurrentMSRP","ariaLabel":"","title":"*","description":"<p>Current Manufacturer Suggested Retail Price (MSRP)</p>\n"},"1245":{"id":"DiscMustang2026DriftBrake","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
2920See Owner’s Manual for information on use.</p>\n"},"1238":{"id":"disc-ford-app-connected-services","ariaLabel":"","title":"*","description":"<p>*The Ford app, compatible with select smartphone platforms, is available via download.2932See Owner’s Manual for information on use.</p>\n"},"1246":{"id":"disc-ford-app-connected-services","ariaLabel":"","title":"*","description":"<p>*The Ford app, compatible with select smartphone platforms, is available via download.
2925Connected Services excludes Wi-Fi hotspot.</p>\n"},"1239":{"id":"T2-compare-escape-5","ariaLabel":"","title":"*","description":"<p>*Based on the second-row seats in the most rearward position for models with the EcoBoost<sup>®</sup> engine.</p>\n"},"1240":{"id":"matteblackdisclaimer1","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bronze Bronco Grille Letter Caps</p>\n<p>Take your Bronco SUV's front end from standard to &quot;statement&quot;.2937Connected Services excludes Wi-Fi hotspot.</p>\n"},"1247":{"id":"T2-compare-escape-5","ariaLabel":"","title":"*","description":"<p>*Based on the second-row seats in the most rearward position for models with the EcoBoost<sup>®</sup> engine.</p>\n"},"1248":{"id":"matteblackdisclaimer1","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bronze Bronco Grille Letter Caps</p>\n<p>Take your Bronco SUV's front end from standard to &quot;statement&quot;.
2927Turn trailmates' heads and command rearview mirror double-takes with this first-impression touch.</p>\n"},"1241":{"id":"tax-break-2025","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Deduction is available for eligible buyers who finance a new vehicle assembled in the U.S. Vehicle must be purchased for personal use.2939Turn trailmates' heads and command rearview mirror double-takes with this first-impression touch.</p>\n"},"1249":{"id":"tax-break-2025","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Deduction is available for eligible buyers who finance a new vehicle assembled in the U.S. Vehicle must be purchased for personal use.
2934For additional information, go to <a title=\"https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors\" href=\"https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\"><u>https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors</u></a></p>\n"},"1242":{"id":"DiscMaxPayF-150-12-800","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,800 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.2946For additional information, go to <a title=\"https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors\" href=\"https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\"><u>https://www.irs.gov/newsroom/one-big-beautiful-bill-act-tax-deductions-for-working-americans-and-seniors</u></a></p>\n"},"1250":{"id":"DiscMaxPayF-150-12-800","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,800 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5’ box 4x4 with available 5.0L V8 engine.
2937Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1243":{"id":"f150-raptor-r-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> model shown.2949Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1251":{"id":"f150-raptor-r-image-details","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> model shown.
2938Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1244":{"id":"DisclosureAvailableActiveValvePerformance","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang<sup>®</sup> V8 models with automatic transmission as well as on 2.3L models with Ford active exhaust.</p>\n"},"1245":{"id":"DiscloseOptionalEquipmentExtraCostColorShown","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and extra-cost color shown.</p>\n"},"1246":{"id":"explorer_tremor_videodetails","ariaLabel":"","title":"Video Details","description":"<p>2026 Explorer<sup>®</sup> Tremor<sup>®</sup> shown with optional equipment and available Ford accessories.<br>\nWhen properly equipped.2950Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1252":{"id":"DisclosureAvailableActiveValvePerformance","ariaLabel":"","title":"*","description":"<p>*This feature is available on all Mustang<sup>®</sup> V8 models with automatic transmission as well as on 2.3L models with Ford active exhaust.</p>\n"},"1253":{"id":"DiscloseOptionalEquipmentExtraCostColorShown","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and extra-cost color shown.</p>\n"},"1254":{"id":"explorer_tremor_videodetails","ariaLabel":"","title":"Video Details","description":"<p>2026 Explorer<sup>®</sup> Tremor<sup>®</sup> shown with optional equipment and available Ford accessories.<br>\nWhen properly equipped.
2939Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br>\nCargo and load capacity limited by weight and weight distribution.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1247":{"id":"home-charger-installation-disclaimer-asterisk","ariaLabel":"","title":"*","description":"<p>Must purchase or lease a new 2024 or 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 4/3/2025 and 7/7/2025 to be eligible to receive (a) one (1) complimentary Ford home charge station (model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.&nbsp; Offer not available to fleet or commercial customers.&nbsp; Complimentary home installation must be completed through Qmerit Electrification LLC.2951Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br>\nCargo and load capacity limited by weight and weight distribution.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1255":{"id":"home-charger-installation-disclaimer-asterisk","ariaLabel":"","title":"*","description":"<p>Must purchase or lease a new 2024 or 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 4/3/2025 and 7/7/2025 to be eligible to receive (a) one (1) complimentary Ford home charge station (model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.&nbsp; Offer not available to fleet or commercial customers.&nbsp; Complimentary home installation must be completed through Qmerit Electrification LLC.
2942See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1248":{"id":"image-details-available-qi-wireless","ariaLabel":"","title":"Image Details","description":"<p>Available Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"1249":{"id":"DisclosureRECAROnotInclude","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.2954See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1256":{"id":"image-details-available-qi-wireless","ariaLabel":"","title":"Image Details","description":"<p>Available Qi wireless charging may not be compatible with all mobile phones.</p>\n"},"1257":{"id":"DisclosureRECAROnotInclude","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.
2943RECARO seats do not include heating, cooling, or memory features.</p>\n"},"1250":{"id":"rsf-adventure-vlu-ranger-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $47,750<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.2955RECARO seats do not include heating, cooling, or memory features.</p>\n"},"1258":{"id":"rsf-adventure-vlu-ranger-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $47,750<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
2945Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1251":{"id":"as-shown-price-sd-250platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"1252":{"id":"430-horsepower-and-485-lbft-of-torque-based-on-73l-v8-gas-engine-super-duty-lariat","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb-ft of torque based on 7.3L V8 gas engine.2957Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1259":{"id":"as-shown-price-sd-250platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,160.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Platinum<sup>®</sup> Crew Cab model with extra-cost color shown.</p>\n"},"1260":{"id":"430-horsepower-and-485-lbft-of-torque-based-on-73l-v8-gas-engine-super-duty-lariat","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and 485 lb-ft of torque based on 7.3L V8 gas engine.
2950Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1253":{"id":"video-details-bronco-sport-job-2-security-terms","ariaLabel":"","title":"Video Details","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.2962Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1261":{"id":"video-details-bronco-sport-job-2-security-terms","ariaLabel":"","title":"Video Details","description":"<p>Ford Security Package requires the Ford app, modem activation, and an activated plan.
2955Terms apply.</p>\n"},"1254":{"id":"ford-performance-rear-badge-fcg-sema","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Rear Badge</p>\n"},"1255":{"id":"T2-compare-mache-6b","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.2967Terms apply.</p>\n"},"1262":{"id":"ford-performance-rear-badge-fcg-sema","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Rear Badge</p>\n"},"1263":{"id":"T2-compare-mache-6b","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.
2962Some types of glasses and sunglasses may interfere with operation of the driver-facing camera.</p>\n"},"1256":{"id":"t2-veterans-day","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).2974Some types of glasses and sunglasses may interfere with operation of the driver-facing camera.</p>\n"},"1264":{"id":"t2-veterans-day","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).
2975Offers are subject to confirmation of eligibility.</p>\n"},"1257":{"id":"2025broncosportbuterbanksmodelwiththesasquatchpackageshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with the Sasquatch<sup>®</sup> Package shown.</p>\n"},"1258":{"id":"3-0-supercharger-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>3.0 Supercharger Kit</p>\n"},"1259":{"id":"max-1200-torque-attributes-bar-sd","ariaLabel":"","title":"*","description":"<p>*Max 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.2987Offers are subject to confirmation of eligibility.</p>\n"},"1265":{"id":"2025broncosportbuterbanksmodelwiththesasquatchpackageshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with the Sasquatch<sup>®</sup> Package shown.</p>\n"},"1266":{"id":"3-0-supercharger-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>3.0 Supercharger Kit</p>\n"},"1267":{"id":"max-1200-torque-attributes-bar-sd","ariaLabel":"","title":"*","description":"<p>*Max 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
2979Your results may vary.</p>\n"},"1260":{"id":"t2-cc-f150-leadership-img","ariaLabel":"t2-cc-f150-leadership-img","title":"Image Details","description":"<p>Optional equipment and extra-cost color options shown.</p>\n"},"1261":{"id":"cargo-and-load-capacity-02","ariaLabel":"","title":"††","description":"<p>††Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1262":{"id":"black-lug-nut-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nut Kit</p>\n<p>Blend in but don’t back down.2991Your results may vary.</p>\n"},"1268":{"id":"t2-cc-f150-leadership-img","ariaLabel":"t2-cc-f150-leadership-img","title":"Image Details","description":"<p>Optional equipment and extra-cost color options shown.</p>\n"},"1269":{"id":"cargo-and-load-capacity-02","ariaLabel":"","title":"††","description":"<p>††Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1270":{"id":"black-lug-nut-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nut Kit</p>\n<p>Blend in but don’t back down.
2981The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"1263":{"id":"important-details-america-s-best-selling-truck","ariaLabel":"","title":"Important Details","description":"<p>Based on 1977–2024 industry-reported total sales.</p>\n"},"1264":{"id":"Non-angled parking spaces","ariaLabel":"","title":"*","description":"<p>*Non-angled parking spaces.2993The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"1271":{"id":"important-details-america-s-best-selling-truck","ariaLabel":"","title":"Important Details","description":"<p>Based on 1977–2024 industry-reported total sales.</p>\n"},"1272":{"id":"Non-angled parking spaces","ariaLabel":"","title":"*","description":"<p>*Non-angled parking spaces.
2984See Owner’s Manual for details and limitations.</p>\n"},"1265":{"id":"Optional-equipment-shown-bronco-2026-image-details","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.2996See Owner’s Manual for details and limitations.</p>\n"},"1273":{"id":"Optional-equipment-shown-bronco-2026-image-details","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.
2985Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1266":{"id":"t2-truck-month-pickup-delivery","ariaLabel":"t2-truck-month-pickup-delivery","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.2997Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1274":{"id":"t2-truck-month-pickup-delivery","ariaLabel":"t2-truck-month-pickup-delivery","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
2987A nonoperational vehicle is not eligible and will require a Roadside event.</p>\n"},"1267":{"id":"vd-bluecruise-ownermanual","ariaLabel":"","title":"Video Details","description":"<p>Available feature.2999A nonoperational vehicle is not eligible and will require a Roadside event.</p>\n"},"1275":{"id":"vd-bluecruise-ownermanual","ariaLabel":"","title":"Video Details","description":"<p>Available feature.
2993See Owner’s Manual for details and limitations.</p>\n"},"1268":{"id":"consumer-reports","ariaLabel":"","title":"Disclaimer","description":"<p>Consumer Reports does not endorse products or services.</p>\n"},"1269":{"id":"T2-compare-expedition-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> MAX Platinum<sup>® </sup>model with optional equipment and extra-cost color option shown.3005See Owner’s Manual for details and limitations.</p>\n"},"1276":{"id":"consumer-reports","ariaLabel":"","title":"Disclaimer","description":"<p>Consumer Reports does not endorse products or services.</p>\n"},"1277":{"id":"T2-compare-expedition-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> MAX Platinum<sup>® </sup>model with optional equipment and extra-cost color option shown.
2994Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1270":{"id":"disclosure-black-appearance-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® Lariat® with Black Appearance Package and extra-cost color option shown.</p>\n"},"1271":{"id":"DisclosureSTXAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Standard on XL model.</p>\n"},"1272":{"id":"dc-distance-blueoval-charge-network","ariaLabel":"","title":"**","description":"<p>**Distance to DC fast chargers within the BlueOval<sup>™</sup> Charge Network based on 2024 U.S. Department of Transportation Statistics and TomTom software data from Off-Peak Q1 2024 dataset, Class 1 and 2 roads in the contiguous United States.</p>\n"},"1273":{"id":"image-details-professional-driver-off-roading","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1274":{"id":"T2-compare-2024-bronco-1","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Heritage Limited Edition model shown.&nbsp;</p>\n"},"1275":{"id":"2026-mustang-mach-e-packages-5","ariaLabel":"","title":"**","description":"<p>**Front cameras operate at speeds up to 13 MPH.3006Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1278":{"id":"disclosure-black-appearance-extra-cost-color","ariaLabel":"","title":"Image Details","description":"<p>Ford Maverick® Lariat® with Black Appearance Package and extra-cost color option shown.</p>\n"},"1279":{"id":"DisclosureSTXAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Standard on XL model.</p>\n"},"1280":{"id":"dc-distance-blueoval-charge-network","ariaLabel":"","title":"**","description":"<p>**Distance to DC fast chargers within the BlueOval<sup>™</sup> Charge Network based on 2024 U.S. Department of Transportation Statistics and TomTom software data from Off-Peak Q1 2024 dataset, Class 1 and 2 roads in the contiguous United States.</p>\n"},"1281":{"id":"image-details-professional-driver-off-roading","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1282":{"id":"T2-compare-2024-bronco-1","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco Heritage Limited Edition model shown.&nbsp;</p>\n"},"1283":{"id":"2026-mustang-mach-e-packages-5","ariaLabel":"","title":"**","description":"<p>**Front cameras operate at speeds up to 13 MPH.
2995Rear cameras only operate at speeds under 6 MPH.</p>\n"},"1276":{"id":"connected-navigation-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Connected Navigation is included for 3 years.3007Rear cameras only operate at speeds under 6 MPH.</p>\n"},"1284":{"id":"connected-navigation-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Connected Navigation is included for 3 years.
2996After Connected Navigation 3-year inclusion expires, Connected Navigation is only available as part of the Ford Connectivity Package.</p>\n"},"1277":{"id":"details-2025-bronco-driverassist-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional features shown.3008After Connected Navigation 3-year inclusion expires, Connected Navigation is only available as part of the Ford Connectivity Package.</p>\n"},"1285":{"id":"details-2025-bronco-driverassist-bfn","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional features shown.
2999See Owner's Manual for details and limitations.</p>\n"},"1278":{"id":"ford-security-package-disclaimer","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.3011See Owner's Manual for details and limitations.</p>\n"},"1286":{"id":"ford-security-package-disclaimer","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
3005Terms apply.</p>\n"},"1279":{"id":"billboard-sd-updated","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $65,740<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Crew Cab Lariat with available 7.3 V8 gas engine.</p>\n"},"1280":{"id":"explorer-platinum-model-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Platinum<sup>™</sup> model with optional equipment shown.</p>\n"},"1281":{"id":"online-services-asterisk-disc-new","ariaLabel":"","title":"*","description":"<p>*Not all buyers qualify for Ford Credit financing 4.49% APR for 60 months at $18.64 per $1,000 financed, on Gold and Blue Certified vehicles and 2.99% for 60 months at $17.96 per $1,000 financed on EV vehicles, regardless of down payment.3017Terms apply.</p>\n"},"1287":{"id":"billboard-sd-updated","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $65,740<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Crew Cab Lariat with available 7.3 V8 gas engine.</p>\n"},"1288":{"id":"explorer-platinum-model-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Explorer<sup>®</sup> Platinum<sup>™</sup> model with optional equipment shown.</p>\n"},"1289":{"id":"online-services-asterisk-disc-new","ariaLabel":"","title":"*","description":"<p>*Not all buyers qualify for Ford Credit financing 4.49% APR for 60 months at $18.64 per $1,000 financed, on Gold and Blue Certified vehicles and 2.99% for 60 months at $17.96 per $1,000 financed on EV vehicles, regardless of down payment.
3008See dealer for qualifications.</p>\n"},"1282":{"id":"2025-bronco-badlands-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown. </p>\n"},"1283":{"id":"extracostcoloroptionandoptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option and optional equipment shown.</p>\n"},"1284":{"id":"available-on-all-super-duty-r-ball-4x4","ariaLabel":"","title":"*","description":"<p>*Available on all Super Duty<sup>®</sup> 4x4 models.</p>\n"},"1285":{"id":"unique-dark-trail-side-graphic-fcg","ariaLabel":"","title":"Image Details","description":"<p>Unique Dark Trail Side Graphic</p>\n<p>Make every mile fierce.3020See dealer for qualifications.</p>\n"},"1290":{"id":"2025-bronco-badlands-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown. </p>\n"},"1291":{"id":"extracostcoloroptionandoptionalequipmentshown","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option and optional equipment shown.</p>\n"},"1292":{"id":"available-on-all-super-duty-r-ball-4x4","ariaLabel":"","title":"*","description":"<p>*Available on all Super Duty<sup>®</sup> 4x4 models.</p>\n"},"1293":{"id":"unique-dark-trail-side-graphic-fcg","ariaLabel":"","title":"Image Details","description":"<p>Unique Dark Trail Side Graphic</p>\n<p>Make every mile fierce.
3009The ’Dark Trails’ bodyside graphic cuts down the rocker panel in striking lines of grays.</p>\n"},"1286":{"id":"vehicle-details-expedition-highlights-ford-digital","ariaLabel":"","title":"Video Details","description":"<p>Some Ford Digital Experience features require a Connectivity plan.3021The ’Dark Trails’ bodyside graphic cuts down the rocker panel in striking lines of grays.</p>\n"},"1294":{"id":"vehicle-details-expedition-highlights-ford-digital","ariaLabel":"","title":"Video Details","description":"<p>Some Ford Digital Experience features require a Connectivity plan.
3013Not all features are compatible with all phones.</p>\n"},"1287":{"id":"2024 Ford F150 Lightning Lariat shown with optional equipment","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat shown with optional equipment.</p>\n"},"1288":{"id":"2025 lightning target 4","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.</p>\n"},"1289":{"id":"DiscMustang2026ModelAndTrim","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by model and trim.</p>\n"},"1290":{"id":"t2-owner-service-may-tire-offer2","ariaLabel":"t2-owner-service-may-tire-offer2","title":"**","description":"<p>**Dealer-installed purchase only.3025Not all features are compatible with all phones.</p>\n"},"1295":{"id":"2024 Ford F150 Lightning Lariat shown with optional equipment","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Lariat shown with optional equipment.</p>\n"},"1296":{"id":"2025 lightning target 4","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.</p>\n"},"1297":{"id":"DiscMustang2026ModelAndTrim","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by model and trim.</p>\n"},"1298":{"id":"t2-owner-service-may-tire-offer2","ariaLabel":"t2-owner-service-may-tire-offer2","title":"**","description":"<p>**Dealer-installed purchase only.
3023See a participating U.S. dealership for vehicle applications and offer details through 7/6/26.<b></b></p>\n"},"1291":{"id":"t2-feb-tire-offer-2","ariaLabel":"","title":"**","description":"<p>**Dealer-installed purchase only.3035See a participating U.S. dealership for vehicle applications and offer details through 7/6/26.<b></b></p>\n"},"1299":{"id":"t2-feb-tire-offer-2","ariaLabel":"","title":"**","description":"<p>**Dealer-installed purchase only.
3033See a participating U.S. dealership for vehicle applications and offer details through 3/31/26.</p>"},"1292":{"id":"image-details-2026-maverick-xlt","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1293":{"id":"AvailableEcoBoostEngine","ariaLabel":"","title":"*","description":"<p>Available with the 2.0L EcoBoost<sup>®</sup> engine.</p>\n"},"1294":{"id":"bronco-outer-banks-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"1295":{"id":"max-towing-capacity","ariaLabel":"","title":"**","description":"<p>**Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1296":{"id":"DiscTier2Card9Explorer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.3045See a participating U.S. dealership for vehicle applications and offer details through 3/31/26.</p>"},"1300":{"id":"image-details-2026-maverick-xlt","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1301":{"id":"AvailableEcoBoostEngine","ariaLabel":"","title":"*","description":"<p>Available with the 2.0L EcoBoost<sup>®</sup> engine.</p>\n"},"1302":{"id":"bronco-outer-banks-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment shown.</p>\n"},"1303":{"id":"max-towing-capacity","ariaLabel":"","title":"**","description":"<p>**Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1304":{"id":"DiscTier2Card9Explorer","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
3036Visit ford.com for our privacy notice.</p>\n"},"1297":{"id":"OptionalEquipmentMustangMDP","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium convertible with optional equipment and extra-cost color shown.</p>\n"},"1298":{"id":"mobile-service-event","ariaLabel":"","title":"Disclosure","description":"<p class=\"MsoNormal\"><span style=\"font-size: 11.0pt;\">*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.3048Visit ford.com for our privacy notice.</p>\n"},"1305":{"id":"OptionalEquipmentMustangMDP","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium convertible with optional equipment and extra-cost color shown.</p>\n"},"1306":{"id":"mobile-service-event","ariaLabel":"","title":"Disclosure","description":"<p class=\"MsoNormal\"><span style=\"font-size: 11.0pt;\">*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3037Does not include parts or repair charges. </span></p>\n"},"1299":{"id":"DiscloseOffRoading","ariaLabel":"","title":"Image Disclosure","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1300":{"id":"t2-feb-owner-service-billboard","ariaLabel":"t2-feb-owner-service-billboard","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.3049Does not include parts or repair charges. </span></p>\n"},"1307":{"id":"DiscloseOffRoading","ariaLabel":"","title":"Image Disclosure","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1308":{"id":"t2-feb-owner-service-billboard","ariaLabel":"t2-feb-owner-service-billboard","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3039Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1301":{"id":"disclaimer-maycampaign-employeepricing","ariaLabel":"","title":"*","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford&nbsp;vehicle from a participating Ford Dealer.3051Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1309":{"id":"disclaimer-maycampaign-employeepricing","ariaLabel":"","title":"*","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford&nbsp;vehicle from a participating Ford Dealer.
3044Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.&nbsp; See dealer for details.</p>\n"},"1302":{"id":"DriverAssistFeaturesDisc","ariaLabel":"","title":"**","description":"<p>**Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.3056Place a new retail order or take new retail delivery from an authorized Ford Dealer’s stock by 7/6/26.&nbsp; See dealer for details.</p>\n"},"1310":{"id":"DriverAssistFeaturesDisc","ariaLabel":"","title":"**","description":"<p>**Driver-assist features are supplemental and do not replace the driver's attention, judgment, and need to control the vehicle.
3046See Owner's Manual for details and limitations.</p>\n"},"1303":{"id":"2026-us-bronco-sport-tech-1","ariaLabel":"","title":"*","description":"<p>*Android Auto is a trademark of Google LLC.\u2028Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"1304":{"id":"PreproductionModelBroncoOwnerManual","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.3058See Owner's Manual for details and limitations.</p>\n"},"1311":{"id":"2026-us-bronco-sport-tech-1","ariaLabel":"","title":"*","description":"<p>*Android Auto is a trademark of Google LLC.\u2028Apple CarPlay is a trademark of Apple Inc., registered in the U.S. and other countries.</p>\n"},"1312":{"id":"PreproductionModelBroncoOwnerManual","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
3048Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1305":{"id":"premium-att-bar-26-mach-e","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.3060Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1313":{"id":"premium-att-bar-26-mach-e","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.
3050Your results may vary.</p>\n"},"1306":{"id":"ready-set-ford-adventure-expedition-tremor-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.3062Your results may vary.</p>\n"},"1314":{"id":"ready-set-ford-adventure-expedition-tremor-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.
3053Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1307":{"id":"first-time-buyer-bonus-cash-available-to-customers","ariaLabel":"","title":"Offer Details","description":"<p>$500 First Time Buyer Bonus Cash available to customers with no current automotive history on their credit report.3065Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1315":{"id":"first-time-buyer-bonus-cash-available-to-customers","ariaLabel":"","title":"Offer Details","description":"<p>$500 First Time Buyer Bonus Cash available to customers with no current automotive history on their credit report.
3062(PGM #32972) Offer subject to confirmation of eligibility.</p>\n"},"1308":{"id":"inline-disclosures/tesla-conquest-billboard-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E<sup>®</sup> Premium model shown. 2025 Mustang Mach-E SUV inventory may be limited and may vary by location.3074(PGM #32972) Offer subject to confirmation of eligibility.</p>\n"},"1316":{"id":"inline-disclosures/tesla-conquest-billboard-disclaimer","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E<sup>®</sup> Premium model shown. 2025 Mustang Mach-E SUV inventory may be limited and may vary by location.
3063Please contact your Ford Dealer for the most current inventory status.<br>\n<br>\n2025 Ford F-150 Lightning Platinum shown.</p>\n"},"1309":{"id":"01/05-Hawaii FDAF - YESE Take Down","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco Sport® Badlands® model shown.3075Please contact your Ford Dealer for the most current inventory status.<br>\n<br>\n2025 Ford F-150 Lightning Platinum shown.</p>\n"},"1317":{"id":"01/05-Hawaii FDAF - YESE Take Down","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco Sport® Badlands® model shown.
3066All rights reserved.</p>\n"},"1310":{"id":"T2-compare-escape-8a","ariaLabel":"","title":"Image Details","description":"<p>2025 Escape<sup>®</sup> Platinum<sup>™</sup> model with optional equipment and extra-cost color option shown.3078All rights reserved.</p>\n"},"1318":{"id":"T2-compare-escape-8a","ariaLabel":"","title":"Image Details","description":"<p>2025 Escape<sup>®</sup> Platinum<sup>™</sup> model with optional equipment and extra-cost color option shown.
3069Please see your dealer for current inventory status.</p>\n"},"1311":{"id":"ford-accessories-gallery-bronco-2026","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Badlands shown with available Ford Accessories.3081Please see your dealer for current inventory status.</p>\n"},"1319":{"id":"ford-accessories-gallery-bronco-2026","ariaLabel":"","title":"Image Details","description":"<p>2026 Bronco<sup>®</sup> Badlands shown with available Ford Accessories.
3070Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1312":{"id":"t2-owner-ford-pass-rewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.3082Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1320":{"id":"t2-owner-ford-pass-rewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
3073See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"1313":{"id":"DiscloseTrackUseOnly","ariaLabel":"","title":"*","description":"<p>*For track use only.3085See the Ford Rewards Program Terms at <a href=\"https://www.fordrewards.com\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"1321":{"id":"DiscloseTrackUseOnly","ariaLabel":"","title":"*","description":"<p>*For track use only.
3076See your warranty booklet for details.</p>\n"},"1314":{"id":"DiscSecurityPackageBB","ariaLabel":"","title":"*","description":"<p>*The Ford Security Package is included for a year with the purchase of a select 2024 and newer Ford F-150® and Super Duty® trucks (excluding F-150® Lightning®, F-650® and F-750® trucks), the 2026 Expedition® SUV, 2026 Bronco Sport® SUV, and 2026 Mustang Mach-E® SUV from new vehicle warranty start date.3088See your warranty booklet for details.</p>\n"},"1322":{"id":"DiscSecurityPackageBB","ariaLabel":"","title":"*","description":"<p>*The Ford Security Package is included for a year with the purchase of a select 2024 and newer Ford F-150® and Super Duty® trucks (excluding F-150® Lightning®, F-650® and F-750® trucks), the 2026 Expedition® SUV, 2026 Bronco Sport® SUV, and 2026 Mustang Mach-E® SUV from new vehicle warranty start date.
3080Activation after purchase is required to utilize product features.</p>\n"},"1315":{"id":"based-on-s-and-p-global-mobility","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility Total US total Vehicles in Operation (VIO) as of 7/1/25 for Model Years 2015 to 2025 vs. total New Registrations of those vehicles.</p>\n"},"1316":{"id":"2026-mustang-gt-premium-fastback","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment and extra-cost color shown.</p>\n"},"1317":{"id":"t2-yese-disclaimer","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® limited-term financing.3092Activation after purchase is required to utilize product features.</p>\n"},"1323":{"id":"based-on-s-and-p-global-mobility","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility Total US total Vehicles in Operation (VIO) as of 7/1/25 for Model Years 2015 to 2025 vs. total New Registrations of those vehicles.</p>\n"},"1324":{"id":"2026-mustang-gt-premium-fastback","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment and extra-cost color shown.</p>\n"},"1325":{"id":"t2-yese-disclaimer","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® limited-term financing.
3089Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1318":{"id":"pre-collision-assist-aeb","ariaLabel":"","title":"*","description":"<p>*Pre-Collision Assist® with Automatic Emergency Braking (AEB) can detect pedestrians, but not in all conditions, and does not replace safe driving.3101Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1326":{"id":"pre-collision-assist-aeb","ariaLabel":"","title":"*","description":"<p>*Pre-Collision Assist® with Automatic Emergency Braking (AEB) can detect pedestrians, but not in all conditions, and does not replace safe driving.
3090See your Owner’s Manual for system limitations.</p>\n"},"1319":{"id":"preproduction-computer-generated-images-shown-mustang-gtd-wheels","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction computer-generated images shown.3102See your Owner’s Manual for system limitations.</p>\n"},"1327":{"id":"preproduction-computer-generated-images-shown-mustang-gtd-wheels","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction computer-generated images shown.
3095Due to unforeseen circumstances, the Magnesium Effect wheel finish (shown) is not currently available.</p>\n"},"1320":{"id":"t2-owner-services-ford-rewards","ariaLabel":"","title":"**","description":"<p>&nbsp;**Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.3107Due to unforeseen circumstances, the Magnesium Effect wheel finish (shown) is not currently available.</p>\n"},"1328":{"id":"t2-owner-services-ford-rewards","ariaLabel":"","title":"**","description":"<p>&nbsp;**Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
3098See the Ford Rewards Program Terms at <a title=\"http://FordRewards.com\" href=\"http://fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;bfn-referral-exit&quot;,&quot;directAction&quot;:&quot;bfn-referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;page_client&quot;:&quot;ford-us&quot;,&quot;page_site&quot;:&quot;ford.com/local&quot;,&quot;event_action&quot;:&quot;brand referral&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fpr:overview&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fpr:overview&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"1321":{"id":"disclaimer escape exterior 1","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.3110See the Ford Rewards Program Terms at <a title=\"http://FordRewards.com\" href=\"http://fordrewards.com/\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;bfn-referral-exit&quot;,&quot;directAction&quot;:&quot;bfn-referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;page_client&quot;:&quot;ford-us&quot;,&quot;page_site&quot;:&quot;ford.com/local&quot;,&quot;event_action&quot;:&quot;brand referral&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fpr:overview&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fpr:overview&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"1329":{"id":"disclaimer escape exterior 1","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.
3099U.S. model shown.</p>\n"},"1322":{"id":"disclaimer-2025expeditionplatinumcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition® Platinum® SUV with extra-cost color shown.</p>\n"},"1323":{"id":"available-connectivity","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.3111U.S. model shown.</p>\n"},"1330":{"id":"disclaimer-2025expeditionplatinumcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition® Platinum® SUV with extra-cost color shown.</p>\n"},"1331":{"id":"available-connectivity","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.
3103Terms apply.</p>\n"},"1324":{"id":"disclaimer2025mustangmachemodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® model with optional equipment and extra-cost color option shown.</p>\n"},"1325":{"id":"costal-gallery-stripe-graphic","ariaLabel":"","title":"Image Details","description":"<p>Stripe Graphic</p>\n<p>Dune grass, salty air, and sun-soaked sands form a spirited side stripe graphic that looks right along the shoreline or rolling down the street.</p>\n"},"1326":{"id":"T2-compare-expedition-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Tremor<sup>® </sup>model with optional equipment and available Ford Accessories shown.3115Terms apply.</p>\n"},"1332":{"id":"disclaimer2025mustangmachemodeloptional","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E® model with optional equipment and extra-cost color option shown.</p>\n"},"1333":{"id":"costal-gallery-stripe-graphic","ariaLabel":"","title":"Image Details","description":"<p>Stripe Graphic</p>\n<p>Dune grass, salty air, and sun-soaked sands form a spirited side stripe graphic that looks right along the shoreline or rolling down the street.</p>\n"},"1334":{"id":"T2-compare-expedition-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Tremor<sup>® </sup>model with optional equipment and available Ford Accessories shown.
3104Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"1327":{"id":"secondAndThirdRowSeats","ariaLabel":"","title":"Disclaimer","description":"<p>With the second- and third-row seats folded down.</p>\n"},"1328":{"id":"t2-test-yese-000","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.3116Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"1335":{"id":"secondAndThirdRowSeats","ariaLabel":"","title":"Disclaimer","description":"<p>With the second- and third-row seats folded down.</p>\n"},"1336":{"id":"t2-test-yese-000","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3112See dealer for qualifications and complete details.</p>\n"},"1329":{"id":"as-shown-pricing-bronco","ariaLabel":"","title":"As Shown Pricing","description":"<p>Price as shown $64,370.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> shown in Carbonized Grey with optional equipment.3124See dealer for qualifications and complete details.</p>\n"},"1337":{"id":"as-shown-pricing-bronco","ariaLabel":"","title":"As Shown Pricing","description":"<p>Price as shown $64,370.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> shown in Carbonized Grey with optional equipment.
3113Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1330":{"id":"max-towing-12800-lbs-available-f150-supercrew-85-box-available-50l-v8engine","ariaLabel":"","title":"††","description":"<p>††Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew 6.5' box with available 5.0L V8 engine.3125Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1338":{"id":"max-towing-12800-lbs-available-f150-supercrew-85-box-available-50l-v8engine","ariaLabel":"","title":"††","description":"<p>††Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew 6.5' box with available 5.0L V8 engine.
3115Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1331":{"id":"disclaimer2025broncosportouterbanksoptequip","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport® Outer Banks® model with optional equipment, available Ford Accessories and extra-cost color option.3127Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1339":{"id":"disclaimer2025broncosportouterbanksoptequip","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport® Outer Banks® model with optional equipment, available Ford Accessories and extra-cost color option.
3116Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1332":{"id":"AsShownPriceMaxActiveModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $66,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>2026 Ford Expedition<sup>®</sup> MAX Active model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1333":{"id":"DiscVehicleDetailsBroncoSport","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1334":{"id":"T2-compare-ranger-3b","ariaLabel":"","title":"*","description":"<p>*Max towing on Ford Ranger<sup>®</sup> Crew Cab models with available Trailer Tow Package.3128Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1340":{"id":"AsShownPriceMaxActiveModel","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $66,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>2026 Ford Expedition<sup>®</sup> MAX Active model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1341":{"id":"DiscVehicleDetailsBroncoSport","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1342":{"id":"T2-compare-ranger-3b","ariaLabel":"","title":"*","description":"<p>*Max towing on Ford Ranger<sup>®</sup> Crew Cab models with available Trailer Tow Package.
3119Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.&nbsp;&nbsp;</p>\n"},"1335":{"id":"based-on-full-charge-e-transit","ariaLabel":"","title":"**","description":"<p>**Based on full charge. 2025 Ford E-Transit<sup>™</sup> Enhanced Range Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf</a>) at ALVW (Adjusted Loaded Vehicle Weight).3131Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.&nbsp;&nbsp;</p>\n"},"1343":{"id":"based-on-full-charge-e-transit","ariaLabel":"","title":"**","description":"<p>**Based on full charge. 2025 Ford E-Transit<sup>™</sup> Enhanced Range Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf</a>) at ALVW (Adjusted Loaded Vehicle Weight).
3121Actual driving range varies with conditions such as external environment, vehicle use, upfits and alternation, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"1336":{"id":"T2-compare-mache-4","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. 2025 Ford Mustang Mach-E<sup>®</sup> Rally model shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1337":{"id":"t2-a250-img-detail-bronco","ariaLabel":"","title":"Image Details","description":"<p>Modified vehicle shown.3133Actual driving range varies with conditions such as external environment, vehicle use, upfits and alternation, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"1344":{"id":"T2-compare-mache-4","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown. 2025 Ford Mustang Mach-E<sup>®</sup> Rally model shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1345":{"id":"t2-a250-img-detail-bronco","ariaLabel":"","title":"Image Details","description":"<p>Modified vehicle shown.
3123Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1338":{"id":"video-details-electric-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.3135Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1346":{"id":"video-details-electric-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.
3124Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1339":{"id":"2027BroncoRTR","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown throughout.3136Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1347":{"id":"2027BroncoRTR","ariaLabel":"","title":"Image Details","description":"<p>Pre-production model shown throughout.
3129Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1340":{"id":"faq-disclosure-bronco2025","ariaLabel":"","title":"*","description":"<p>*Always check your Owner’s Manual for details.</p>\n"},"1341":{"id":"attributes-bar-cruiser-asterisk-disclaimer-mpg","ariaLabel":"","title":"*","description":"<p>3.5L PowerBoost Hybrid engine only</p>\n"},"1342":{"id":"range-premiun-model-mach-e","ariaLabel":"","title":"*","description":"<p>*Premium model with available extended-range battery and RWD.</p>\n"},"1343":{"id":"PreviousModelYearVehicleImageDisc","ariaLabel":"","title":"Image Details","description":"<p>Previous model year vehicle(s) shown.3141Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1348":{"id":"faq-disclosure-bronco2025","ariaLabel":"","title":"*","description":"<p>*Always check your Owner’s Manual for details.</p>\n"},"1349":{"id":"attributes-bar-cruiser-asterisk-disclaimer-mpg","ariaLabel":"","title":"*","description":"<p>3.5L PowerBoost Hybrid engine only</p>\n"},"1350":{"id":"range-premiun-model-mach-e","ariaLabel":"","title":"*","description":"<p>*Premium model with available extended-range battery and RWD.</p>\n"},"1351":{"id":"PreviousModelYearVehicleImageDisc","ariaLabel":"","title":"Image Details","description":"<p>Previous model year vehicle(s) shown.
3130Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1344":{"id":"image-details-gallery-2026-f150-3","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Raptor R model shown.</p>\n"},"1345":{"id":"T2-compare-2024-bronco-9b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Don’t drive while distracted or while using handheld devices.3142Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1352":{"id":"image-details-gallery-2026-f150-3","ariaLabel":"","title":"Image Details","description":"<p>F-150<sup>®</sup> Raptor R model shown.</p>\n"},"1353":{"id":"T2-compare-2024-bronco-9b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Don’t drive while distracted or while using handheld devices.
3133Not all features are compatible with all phones.</p>\n"},"1346":{"id":"fp800s-bronze-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP800S Bronze Graphics</p>\n"},"1347":{"id":"max-towing-disclaimer-f150-models","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.3145Not all features are compatible with all phones.</p>\n"},"1354":{"id":"fp800s-bronze-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP800S Bronze Graphics</p>\n"},"1355":{"id":"max-towing-disclaimer-f150-models","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
3137Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1348":{"id":"assembled-in-usa","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Assembled in the USA with domestic and foreign parts.</p>\n"},"1349":{"id":"2026-f-150-mp-billboard-stx","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,070.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> STX<sup>®</sup> 4x4 model shown.</p>\n"},"1350":{"id":"evasive-steer-assist-expedition","ariaLabel":"","title":"*","description":"<p>*Evasive Steer Assist does not control steering.</p>\n"},"1351":{"id":"video-details-mustang-dark-horse-2025","ariaLabel":"","title":"Video Details","description":"<p>2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup>&nbsp;model with extra-cost color option shown.<br>\n<br>\nProfessional driver with special safety equipment.3149Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1356":{"id":"assembled-in-usa","ariaLabel":"","title":"**","description":"<p><sup>**</sup>Assembled in the USA with domestic and foreign parts.</p>\n"},"1357":{"id":"2026-f-150-mp-billboard-stx","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,070.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> STX<sup>®</sup> 4x4 model shown.</p>\n"},"1358":{"id":"evasive-steer-assist-expedition","ariaLabel":"","title":"*","description":"<p>*Evasive Steer Assist does not control steering.</p>\n"},"1359":{"id":"video-details-mustang-dark-horse-2025","ariaLabel":"","title":"Video Details","description":"<p>2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup>&nbsp;model with extra-cost color option shown.<br>\n<br>\nProfessional driver with special safety equipment.
3141See Owner’s Manual for information on use.</p>\n"},"1352":{"id":"DiscloseRequireConnected ServicePlan","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connected Services Plan.3153See Owner’s Manual for information on use.</p>\n"},"1360":{"id":"DiscloseRequireConnected ServicePlan","ariaLabel":"","title":"*","description":"<p>*Some Ford Digital Experience features require a Connected Services Plan.
3145Not all features are compatible with all phones.</p>\n"},"1353":{"id":"t2-owner-service-march-tire-update","ariaLabel":"t2-owner-service-march-tire-update","title":"*","description":"<p>*Dealer-installed purchases only.3157Not all features are compatible with all phones.</p>\n"},"1361":{"id":"t2-owner-service-march-tire-update","ariaLabel":"t2-owner-service-march-tire-update","title":"*","description":"<p>*Dealer-installed purchases only.
3156Quick Lane® is a registered trademark of Ford Motor Company.</p>\n"},"1354":{"id":"optional-equipment-2025-mustang-mach-e","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color.</p>\n"},"1355":{"id":"image-details-travel-and-accommodations","ariaLabel":"","title":"Image Details","description":"<p>Travel and accommodations not included.3168Quick Lane® is a registered trademark of Ford Motor Company.</p>\n"},"1362":{"id":"optional-equipment-2025-mustang-mach-e","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model with optional equipment and extra-cost color.</p>\n"},"1363":{"id":"image-details-travel-and-accommodations","ariaLabel":"","title":"Image Details","description":"<p>Travel and accommodations not included.
3157See your Ford Dealer for details.</p>\n"},"1356":{"id":"memorial-day-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2026 Ford F-150® STX, Platinum®, and XLT Truck models with optional equipment and extra-cost color options shown. © 2026 Ford Motor Company.3169See your Ford Dealer for details.</p>\n"},"1364":{"id":"memorial-day-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2026 Ford F-150® STX, Platinum®, and XLT Truck models with optional equipment and extra-cost color options shown. © 2026 Ford Motor Company.
3159All rights reserved.</p>\n"},"1357":{"id":"alwaysdeterminethewaterdepth","ariaLabel":"","title":"*","description":"<p>*Always determine the water depth before attempting a crossing and proceed slowly.3171All rights reserved.</p>\n"},"1365":{"id":"alwaysdeterminethewaterdepth","ariaLabel":"","title":"*","description":"<p>*Always determine the water depth before attempting a crossing and proceed slowly.
3160Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"1358":{"id":"based-on-original-equipment","ariaLabel":"","title":"*","description":"<p>*Based on original equipment manufacturers (OEM) / automotive manufacturers that sell all-electric vehicles and have active charging networks.3172Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"1366":{"id":"based-on-original-equipment","ariaLabel":"","title":"*","description":"<p>*Based on original equipment manufacturers (OEM) / automotive manufacturers that sell all-electric vehicles and have active charging networks.
3164Message and data rates may apply.</p>\n"},"1359":{"id":"S1","ariaLabel":"","title":"S1","description":"<p>Current Manufacturer Suggested Retail Price (MSRP) for base vehicle.3176Message and data rates may apply.</p>\n"},"1367":{"id":"S1","ariaLabel":"","title":"S1","description":"<p>Current Manufacturer Suggested Retail Price (MSRP) for base vehicle.
3168Not all vehicles qualify for A, Z or X Plan.</p>\n"},"1360":{"id":"disc-4-horsepower-torque","ariaLabel":"","title":"††","description":"<p>††When properly equipped.3180Not all vehicles qualify for A, Z or X Plan.</p>\n"},"1368":{"id":"disc-4-horsepower-torque","ariaLabel":"","title":"††","description":"<p>††When properly equipped.
3169Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"1361":{"id":"video-details-standard4x4-br-sp-2026","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.3181Horsepower and torque ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"1369":{"id":"video-details-standard4x4-br-sp-2026","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.
3170Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1362":{"id":"Overcome Outages Image details","ariaLabel":"","title":"*","description":"<p>*When home is properly equipped, and home transfer switch disconnects the home from the grid.3182Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1370":{"id":"Overcome Outages Image details","ariaLabel":"","title":"*","description":"<p>*When home is properly equipped, and home transfer switch disconnects the home from the grid.
3173Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"1363":{"id":"mach-e-gt-mph-disclaimer-two","ariaLabel":"","title":"**","description":"<p>**Mustang Mach-E<sup>®</sup> GT model with available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.</p>\n"},"1364":{"id":"T2-compare-mache-2b","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.3185Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"1371":{"id":"mach-e-gt-mph-disclaimer-two","ariaLabel":"","title":"**","description":"<p>**Mustang Mach-E<sup>®</sup> GT model with available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.</p>\n"},"1372":{"id":"T2-compare-mache-2b","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.
3175Tested with optional summer tires.</p>\n"},"1365":{"id":"disclaimer-max-payload-2,440-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,775 lbs available on F-150® Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost® V6 engine.3187Tested with optional summer tires.</p>\n"},"1373":{"id":"disclaimer-max-payload-2,440-f150","ariaLabel":"","title":"*","description":"<p>*Max payload of 1,775 lbs available on F-150® Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost® V6 engine.
3178Always properly secure cargo.</p>\n"},"1366":{"id":"important-details-max-430-horsepower-and-485","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.3190Always properly secure cargo.</p>\n"},"1374":{"id":"important-details-max-430-horsepower-and-485","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb-ft of torque based on 7.3L 2V DEVCT NA PFI V8 Gas engine.
3184Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1367":{"id":"do-not-drive-distracted-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Don’t drive distracted or while using handheld devices.3196Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1375":{"id":"do-not-drive-distracted-double-asterisk-disclaimer","ariaLabel":"","title":"**","description":"<p>**Don’t drive distracted or while using handheld devices.
3185Use voice controls.</p>\n"},"1368":{"id":"EquippedConnectedNavigationPackage","ariaLabel":"","title":"*","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.3197Use voice controls.</p>\n"},"1376":{"id":"EquippedConnectedNavigationPackage","ariaLabel":"","title":"*","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.
3187Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1369":{"id":"As-shown-price-2025-F-150-new","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $74,905<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> King Ranch model with optional equipment shown.3199Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1377":{"id":"As-shown-price-2025-F-150-new","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $74,905<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> King Ranch model with optional equipment shown.
3192Does not include A, Z or X Plan price.</p>\n"},"1370":{"id":"DiscRanger2025LariatModel","ariaLabel":"","title":"Vehicle Details","description":"<p>Lariat<sup>®</sup> model shown.</p>\n"},"1371":{"id":"vehicle-details-kelley-blue-book","ariaLabel":"","title":"Vehicle Details","description":"<p>For more information, visit Kelley Blue Book’s KBB.com.3204Does not include A, Z or X Plan price.</p>\n"},"1378":{"id":"DiscRanger2025LariatModel","ariaLabel":"","title":"Vehicle Details","description":"<p>Lariat<sup>®</sup> model shown.</p>\n"},"1379":{"id":"vehicle-details-kelley-blue-book","ariaLabel":"","title":"Vehicle Details","description":"<p>For more information, visit Kelley Blue Book’s KBB.com.
3193Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n<p>Extra-cost color shown.</p>\n"},"1372":{"id":"BBDisclaimerMaverick26","ariaLabel":"","title":"U.S. Model Shown Pricing","description":"<p>Price as shown $40,295.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerStartingMSRP\" data-disc-id=\"1\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 1\" aria-labelledby=\"1\"> 1</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model shown with available Ford Accessories and extra-cost colour option.</p>\n"},"1373":{"id":"image-details-optional-equipment-maverick","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and extra-cost color option shown.</p>\n"},"1374":{"id":"whit-extended-range-battery-and-eawd-2","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.</p>\n"},"1375":{"id":"computer-generated-image-shown-bronco-sport-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.3205Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n<p>Extra-cost color shown.</p>\n"},"1380":{"id":"BBDisclaimerMaverick26","ariaLabel":"","title":"U.S. Model Shown Pricing","description":"<p>Price as shown $40,295.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerStartingMSRP\" data-disc-id=\"1\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 1\" aria-labelledby=\"1\"> 1</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model shown with available Ford Accessories and extra-cost colour option.</p>\n"},"1381":{"id":"image-details-optional-equipment-maverick","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment and extra-cost color option shown.</p>\n"},"1382":{"id":"whit-extended-range-battery-and-eawd-2","ariaLabel":"","title":"*","description":"<p>*With extended-range battery and eAWD.</p>\n"},"1383":{"id":"computer-generated-image-shown-bronco-sport-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.
3194Computer-generated image shown.</p>\n"},"1376":{"id":"rsf-v2-3","ariaLabel":"","title":"Vehicle Details","description":"<p>Available on vehicles with embedded modem or equipped with approved plug-in device (PID).3206Computer-generated image shown.</p>\n"},"1384":{"id":"rsf-v2-3","ariaLabel":"","title":"Vehicle Details","description":"<p>Available on vehicles with embedded modem or equipped with approved plug-in device (PID).
3199Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.</p>\n"},"1377":{"id":"wave-2-f150-achiever-billboard-exp-id-3547","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,305<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 F-150<sup>®</sup> STX 200A 4X4 shown.</p>\n"},"1378":{"id":"ready-set-ford-adventure-bronco-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and available Ford Accessories shown.3211Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.</p>\n"},"1385":{"id":"wave-2-f150-achiever-billboard-exp-id-3547","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,305<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n<p>2025 F-150<sup>®</sup> STX 200A 4X4 shown.</p>\n"},"1386":{"id":"ready-set-ford-adventure-bronco-badlands","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and available Ford Accessories shown.
3200Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1379":{"id":"preproduction-model-production-vehicle-may-vary-available-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.3212Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1387":{"id":"preproduction-model-production-vehicle-may-vary-available-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
3202Available spring 2026.</p>\n"},"1380":{"id":"t2-cc-f150-tires","ariaLabel":"t2-cc-f150-tires","title":"*","description":"<p>*Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"1381":{"id":"must-purchase-or-lease-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 4/1/2025 and 6/30/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.3214Available spring 2026.</p>\n"},"1388":{"id":"t2-cc-f150-tires","ariaLabel":"t2-cc-f150-tires","title":"*","description":"<p>*Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"1389":{"id":"must-purchase-or-lease-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 4/1/2025 and 6/30/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.
3208See your Ford dealer for details and terms.</p>\n"},"1382":{"id":"T2-compare-ranger-8","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT model with extra-cost color option shown.<b></b></p>\n"},"1383":{"id":"offer-details-disclaimer-1-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.3220See your Ford dealer for details and terms.</p>\n"},"1390":{"id":"T2-compare-ranger-8","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XLT model with extra-cost color option shown.<b></b></p>\n"},"1391":{"id":"offer-details-disclaimer-1-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup>®</sup>.
3218Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1384":{"id":"disclaimer specs 1","ariaLabel":"","title":"*","description":"<p>*2.0L engine/AWD.3230Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1392":{"id":"disclaimer specs 1","ariaLabel":"","title":"*","description":"<p>*2.0L engine/AWD.
3219Actual mileage will vary.</p>\n"},"1385":{"id":"t2-service-floridas-billboard","ariaLabel":"t2-service-floridas-billboard","title":"Disclosure","description":"<p>Complimentary pair of front Windshield Wipers with the purchase of The Works® package while supplies last.3231Actual mileage will vary.</p>\n"},"1393":{"id":"t2-service-floridas-billboard","ariaLabel":"t2-service-floridas-billboard","title":"Disclosure","description":"<p>Complimentary pair of front Windshield Wipers with the purchase of The Works® package while supplies last.
3232See a participating U.S. dealership for exclusions and details.</p>\n"},"1386":{"id":"2026-as-shown-price-mustang-dark-sc","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $103,885.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Mustang Dark Horse<sup>®</sup> SC model shown.</p>\n"},"1387":{"id":"2026-mustang-billboard-image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,945<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2026 Mustang<sup>®</sup> GT Premium Coupe with GT Performance Package, Nite Pony Package, optional equipment and extra-cost color shown.3244See a participating U.S. dealership for exclusions and details.</p>\n"},"1394":{"id":"2026-as-shown-price-mustang-dark-sc","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $103,885.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Mustang Dark Horse<sup>®</sup> SC model shown.</p>\n"},"1395":{"id":"2026-mustang-billboard-image-details","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $59,945<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2026 Mustang<sup>®</sup> GT Premium Coupe with GT Performance Package, Nite Pony Package, optional equipment and extra-cost color shown.
3233Actual production vehicle may vary.</p>\n"},"1388":{"id":"image-details-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1389":{"id":"Previous-model-year-bronco","ariaLabel":"","title":"Video Details","description":"<p>Previous model year vehicle(s) shown.3245Actual production vehicle may vary.</p>\n"},"1396":{"id":"image-details-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1397":{"id":"Previous-model-year-bronco","ariaLabel":"","title":"Video Details","description":"<p>Previous model year vehicle(s) shown.
3234Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1390":{"id":"2026-escape-performance-image-details","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite with extra-cost color option.</p>\n"},"1391":{"id":"summer-tires-disclaimer-2","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Tested with optional summer tires.</p>\n"},"1392":{"id":"image-details-f-150-reskin","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on a closed course.3246Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1398":{"id":"2026-escape-performance-image-details","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> ST-Line Elite with extra-cost color option.</p>\n"},"1399":{"id":"summer-tires-disclaimer-2","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Tested with optional summer tires.</p>\n"},"1400":{"id":"image-details-f-150-reskin","ariaLabel":"","title":"Image Details","description":"<p>Professional driver on a closed course.
3235Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1393":{"id":"As-shwon-price-mustang-2026-premium-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,430.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026&nbsp;Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium fastback model parked on a closed course shown in extra-cost color Adriatic Blue Metallic.</p>\n"},"1394":{"id":"disclosure-based-on-full-charge","ariaLabel":"","title":"**","description":"<p>**Based on full charge.3247Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1401":{"id":"As-shwon-price-mustang-2026-premium-fastback","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,430.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>&nbsp;2026&nbsp;Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium fastback model parked on a closed course shown in extra-cost color Adriatic Blue Metallic.</p>\n"},"1402":{"id":"disclosure-based-on-full-charge","ariaLabel":"","title":"**","description":"<p>**Based on full charge.
3236Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"1395":{"id":"DisclosureHighPerformanceSportsCars","ariaLabel":"","title":"*","description":"<p>Class is High-Powered Sports Cars with available 300+ HP.3248Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"1403":{"id":"DisclosureHighPerformanceSportsCars","ariaLabel":"","title":"*","description":"<p>Class is High-Powered Sports Cars with available 300+ HP.
3240See Owner’s Manual for information on use.</p>\n"},"1396":{"id":"t2-presidents-day-albany-schenectady-saratoga-springs","ariaLabel":"t2-presidents-day-albany-schenectady-saratoga-springs","title":"Disclaimer","description":"<p>Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.3252See Owner’s Manual for information on use.</p>\n"},"1404":{"id":"t2-presidents-day-albany-schenectady-saratoga-springs","ariaLabel":"t2-presidents-day-albany-schenectady-saratoga-springs","title":"Disclaimer","description":"<p>Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.
3242Awards based on 2025 model year.&nbsp;</p>\n"},"1397":{"id":"based-on-sp-global-compact-sport-and-mid-size-sport-segments-cye-2024","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations across Compact Sport and Mid-Size Sport segments CYE 2024.</p>\n"},"1398":{"id":"escape-st-line-elite-opt-equip-video-details","ariaLabel":"","title":"Video Details","description":"<p>Escape<sup>®</sup> ST-Line Elite model with optional equipment shown.</p>\n"},"1399":{"id":"carbon-fiber-dark-horse-spoiler-fcg","ariaLabel":"","title":"Image Details","description":"<p>Carbon Fiber Dark Horse Spoiler</p>\n"},"1400":{"id":"rsf-modal-3","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> High-Roof Extended-length, Passenger van (DRW), with optional equipment shown.</p>\n"},"1401":{"id":"2025-ford-bronco-raptor-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.3254Awards based on 2025 model year.&nbsp;</p>\n"},"1405":{"id":"based-on-sp-global-compact-sport-and-mid-size-sport-segments-cye-2024","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations across Compact Sport and Mid-Size Sport segments CYE 2024.</p>\n"},"1406":{"id":"escape-st-line-elite-opt-equip-video-details","ariaLabel":"","title":"Video Details","description":"<p>Escape<sup>®</sup> ST-Line Elite model with optional equipment shown.</p>\n"},"1407":{"id":"carbon-fiber-dark-horse-spoiler-fcg","ariaLabel":"","title":"Image Details","description":"<p>Carbon Fiber Dark Horse Spoiler</p>\n"},"1408":{"id":"rsf-modal-3","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> High-Roof Extended-length, Passenger van (DRW), with optional equipment shown.</p>\n"},"1409":{"id":"2025-ford-bronco-raptor-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Raptor<sup>®</sup> model with optional equipment and extra-cost color option shown.
3243Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1402":{"id":"as-shown-price-sd-250lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,735.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"1403":{"id":"t2-veterans-day-cash","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).3255Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1410":{"id":"as-shown-price-sd-250lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $62,735.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> Crew Cab model shown.</p>\n"},"1411":{"id":"t2-veterans-day-cash","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).
3256Offers are subject to confirmation of eligibility.</p>\n"},"1404":{"id":"2025-mache-sell-down-2","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.3268Offers are subject to confirmation of eligibility.</p>\n"},"1412":{"id":"2025-mache-sell-down-2","ariaLabel":"","title":"*","description":"<p>*Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.
3259Message and data rates may apply.</p>\n"},"1405":{"id":"DiscAsShownPrice2025Raptor","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with extra-cost color option shown.</p>\n<p>$56,465 (does not include D&amp;D fees).</p>\n"},"1406":{"id":"preproduction-model-shown-actual-production-vehicle-may-vary-available-fall-2026-2027-super-duty","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.3271Message and data rates may apply.</p>\n"},"1413":{"id":"DiscAsShownPrice2025Raptor","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> Raptor<sup>®</sup> model with extra-cost color option shown.</p>\n<p>$56,465 (does not include D&amp;D fees).</p>\n"},"1414":{"id":"preproduction-model-shown-actual-production-vehicle-may-vary-available-fall-2026-2027-super-duty","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.
3261Available Fall 2026. 2027 Super Duty® F-250® XLT model with available Super Duty Carhartt Package, optional equipment and extra cost-color shown.</p>\n"},"1407":{"id":"DisclosureTREMECTM","ariaLabel":"","title":"*","description":"<p>TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"1408":{"id":"2026-mustang-mach-e-select-1","ariaLabel":"","title":"**","description":"<p>**Select option for a one-time purchase of Ford Connectivity Package.3273Available Fall 2026. 2027 Super Duty® F-250® XLT model with available Super Duty Carhartt Package, optional equipment and extra cost-color shown.</p>\n"},"1415":{"id":"DisclosureTREMECTM","ariaLabel":"","title":"*","description":"<p>TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"1416":{"id":"2026-mustang-mach-e-select-1","ariaLabel":"","title":"**","description":"<p>**Select option for a one-time purchase of Ford Connectivity Package.
3262Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN).</p>\n"},"1409":{"id":"T2-compare-expedition-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Platinum<sup>® </sup>model with optional equipment shown.&nbsp;</p>\n"},"1410":{"id":"DampingSuspension","ariaLabel":"","title":"*","description":"<p>*Continuously controlled damping can provide some protection against jarring impact and costly wheel and tire repairs from road imperfections.</p>\n"},"1411":{"id":"ranger-convenience-package","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for important operating instructions.3274Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN).</p>\n"},"1417":{"id":"T2-compare-expedition-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Platinum<sup>® </sup>model with optional equipment shown.&nbsp;</p>\n"},"1418":{"id":"DampingSuspension","ariaLabel":"","title":"*","description":"<p>*Continuously controlled damping can provide some protection against jarring impact and costly wheel and tire repairs from road imperfections.</p>\n"},"1419":{"id":"ranger-convenience-package","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for important operating instructions.
3264Standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"1412":{"id":"image-details-vhp-expedition-disc-new-asset-perf","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment, available Ford accessories, and extra-cost color option shown.3276Standard on the Ranger<sup>®</sup> Raptor<sup>®</sup> model.</p>\n"},"1420":{"id":"image-details-vhp-expedition-disc-new-asset-perf","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment, available Ford accessories, and extra-cost color option shown.
3267Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1413":{"id":"fp700s-lowering-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Lowering Kit</p>\n<p>Change the profile of your truck with the FP700s Lowering Kit.3279Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1421":{"id":"fp700s-lowering-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Lowering Kit</p>\n<p>Change the profile of your truck with the FP700s Lowering Kit.
3268Precision-tuned front coils, laser-cut steel lowering shackles with urethane bushings and laser-cut strut spacer level the vehicle for an athletic stance.</p>\n"},"1414":{"id":"leveraging-ford-telematics","ariaLabel":"","title":"*","description":"<p>*Leveraging Ford Telematics data, we analyzed more than 2.5 million trips, totaling 30 million miles, to understand that the average daily range for commercial vans in the U.S. is 74 miles.3280Precision-tuned front coils, laser-cut steel lowering shackles with urethane bushings and laser-cut strut spacer level the vehicle for an athletic stance.</p>\n"},"1422":{"id":"leveraging-ford-telematics","ariaLabel":"","title":"*","description":"<p>*Leveraging Ford Telematics data, we analyzed more than 2.5 million trips, totaling 30 million miles, to understand that the average daily range for commercial vans in the U.S. is 74 miles.
3271Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, upfits and alterations, lithium-ion battery age, and state of health.</p>\n"},"1415":{"id":"disclaimer-2025expeditionplatinumsuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition® Platinum® SUV with extra-cost color shown.</p>\n"},"1416":{"id":"2024-mustang-mach-e-gt-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E GT shown.</p>\n"},"1417":{"id":"DiscVideoDetailsSuperDuty","ariaLabel":"","title":"Video Details","description":"<p>2026 F-250® Super Duty® Platinum® model shown.</p>\n"},"1418":{"id":"DiscTier2Card1F150","ariaLabel":"","title":"*","description":"<p>*Based on 1977–2024 industry-reported total sales.</p>\n"},"1419":{"id":"EPA-estimated-maverick-2026-mdl-tremor","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 21 city/27 hwy/23 combined, 2.0L EcoBoost<sup>®</sup> engine, 8-Speed Quick Shift Transmission, and Advanced 4WD.3283Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, upfits and alterations, lithium-ion battery age, and state of health.</p>\n"},"1423":{"id":"disclaimer-2025expeditionplatinumsuvcolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Expedition® Platinum® SUV with extra-cost color shown.</p>\n"},"1424":{"id":"2024-mustang-mach-e-gt-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2024 Mustang Mach-E GT shown.</p>\n"},"1425":{"id":"DiscVideoDetailsSuperDuty","ariaLabel":"","title":"Video Details","description":"<p>2026 F-250® Super Duty® Platinum® model shown.</p>\n"},"1426":{"id":"DiscTier2Card1F150","ariaLabel":"","title":"*","description":"<p>*Based on 1977–2024 industry-reported total sales.</p>\n"},"1427":{"id":"EPA-estimated-maverick-2026-mdl-tremor","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 21 city/27 hwy/23 combined, 2.0L EcoBoost<sup>®</sup> engine, 8-Speed Quick Shift Transmission, and Advanced 4WD.
3272Actual mileage will vary.</p>\n"},"1420":{"id":"Image-Details","ariaLabel":"","title":"Image Details","description":"<p>As shown price $79,510<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment shown.</p>\n"},"1421":{"id":"DisclaimerExtraCostColor","ariaLabel":"","title":"*","description":"<p>*Extra-cost paint.</p>\n"},"1422":{"id":"horsepower-performance-disclaimer","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Calculated via peak performance of the electric motor(s) at peak battery power.3284Actual mileage will vary.</p>\n"},"1428":{"id":"Image-Details","ariaLabel":"","title":"Image Details","description":"<p>As shown price $79,510<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model with optional equipment shown.</p>\n"},"1429":{"id":"DisclaimerExtraCostColor","ariaLabel":"","title":"*","description":"<p>*Extra-cost paint.</p>\n"},"1430":{"id":"horsepower-performance-disclaimer","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Calculated via peak performance of the electric motor(s) at peak battery power.
3273Your results may vary.</p>\n"},"1423":{"id":"Mustang26PreproductionModelShown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.3285Your results may vary.</p>\n"},"1431":{"id":"Mustang26PreproductionModelShown","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
3277See your dealer for availability details.</p>\n"},"1424":{"id":"as-show-price-bb-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $44,085<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>.<br>\n2026 Mustang Mach-E<sup>®</sup> Premium models with available Sport Appearance Package and extra-cost color option shown.</p>\n"},"1425":{"id":"Standard on XL XLT and Lariat models","ariaLabel":"","title":"*","description":"<p>*Standard on XL, XLT, and Lariat® models.</p>\n"},"1426":{"id":"t2-homepage-leadership","ariaLabel":"t2-homepage-leadership","title":"Disclosure","description":"<p>Based on 1977-2025 CY industry-reported total sales.3289See your dealer for availability details.</p>\n"},"1432":{"id":"as-show-price-bb-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $44,085<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup>.<br>\n2026 Mustang Mach-E<sup>®</sup> Premium models with available Sport Appearance Package and extra-cost color option shown.</p>\n"},"1433":{"id":"Standard on XL XLT and Lariat models","ariaLabel":"","title":"*","description":"<p>*Standard on XL, XLT, and Lariat® models.</p>\n"},"1434":{"id":"t2-homepage-leadership","ariaLabel":"t2-homepage-leadership","title":"Disclosure","description":"<p>Based on 1977-2025 CY industry-reported total sales.
3278Optional equipment and extra-cost colors shown.</p>\n"},"1427":{"id":"MaverickModelShown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> Lariat model shown.</p>\n"},"1428":{"id":"t2-cc-f150-payload","ariaLabel":"t2-cc-f150-payload","title":"*","description":"<p>*Max payload of 2,440 lbs available on F-150<sup>®</sup>&nbsp;Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup>&nbsp;V6 engine.3290Optional equipment and extra-cost colors shown.</p>\n"},"1435":{"id":"MaverickModelShown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> Lariat model shown.</p>\n"},"1436":{"id":"t2-cc-f150-payload","ariaLabel":"t2-cc-f150-payload","title":"*","description":"<p>*Max payload of 2,440 lbs available on F-150<sup>®</sup>&nbsp;Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup>&nbsp;V6 engine.
3283Always properly secure cargo.</p>\n"},"1429":{"id":"as-shown-pricing-bronco-sport-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$43,200<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> with optional equipment and extra-cost color shown.3295Always properly secure cargo.</p>\n"},"1437":{"id":"as-shown-pricing-bronco-sport-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$43,200<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> with optional equipment and extra-cost color shown.
3285Does not include A, Z or X Plan price.</p>\n"},"1430":{"id":"2026 Mustang Video Details RSF Billboard","ariaLabel":"","title":"Video Details","description":"<p>As shown price $59,945<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p><p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Coupe with GT Performance Package, Nite Pony Package, optional equipment and extra-cost color shown.3297Does not include A, Z or X Plan price.</p>\n"},"1438":{"id":"2026 Mustang Video Details RSF Billboard","ariaLabel":"","title":"Video Details","description":"<p>As shown price $59,945<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p><p>Preproduction 2026 Mustang<sup>®</sup> GT Premium Coupe with GT Performance Package, Nite Pony Package, optional equipment and extra-cost color shown.
3287Available for retail order now, arriving fall 2025.</p>"},"1431":{"id":"t2-supportbelt-made-for","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.3299Available for retail order now, arriving fall 2025.</p>"},"1439":{"id":"t2-supportbelt-made-for","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
3288For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1432":{"id":"removal-of-doors-2026-bronco-video-nuevo","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> preproduction model shown.</p>\n<p>Removal of doors for off-road use only.3300For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1440":{"id":"removal-of-doors-2026-bronco-video-nuevo","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco<sup>®</sup> Outer Banks<sup>®</sup> preproduction model shown.</p>\n<p>Removal of doors for off-road use only.
3289Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1433":{"id":"range-battery-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.3301Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1441":{"id":"range-battery-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.
3292Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"1434":{"id":"ford intelligent rage","ariaLabel":"","title":"*","description":"<p>*Actual range varies with conditions such as external elements, driving behaviors, vehicle maintenance, lithium-ion battery age, and state of health.</p>\n"},"1435":{"id":"t2-feb-rewards-3","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Limitations apply.3304Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"1442":{"id":"ford intelligent rage","ariaLabel":"","title":"*","description":"<p>*Actual range varies with conditions such as external elements, driving behaviors, vehicle maintenance, lithium-ion battery age, and state of health.</p>\n"},"1443":{"id":"t2-feb-rewards-3","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Limitations apply.
3295Motorcraft<sup>® </sup>and Omnicraft<sup>™</sup> are trademarks of Ford Motor Company.</p>\n"},"1436":{"id":"owners-manual-extended-range-batteries","ariaLabel":"","title":"*","description":"<p>*Owner’s Manual - Extended Range Nickel Cobalt Manganese (NCM) Batteries: Set your preferred charging times to be at least 2-3 hours after your typical plug in time.3307Motorcraft<sup>® </sup>and Omnicraft<sup>™</sup> are trademarks of Ford Motor Company.</p>\n"},"1444":{"id":"owners-manual-extended-range-batteries","ariaLabel":"","title":"*","description":"<p>*Owner’s Manual - Extended Range Nickel Cobalt Manganese (NCM) Batteries: Set your preferred charging times to be at least 2-3 hours after your typical plug in time.
3297Additionally, setting the maximum charge level to 90% for everyday usage reduces strain on the battery.</p>\n"},"1437":{"id":"xl-off-road-disclosure","ariaLabel":"","title":"*","description":"<p>Available on F-250® and F-350® Crew Cab only.3309Additionally, setting the maximum charge level to 90% for everyday usage reduces strain on the battery.</p>\n"},"1445":{"id":"xl-off-road-disclosure","ariaLabel":"","title":"*","description":"<p>Available on F-250® and F-350® Crew Cab only.
3298Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1438":{"id":"front-and-rear-camera-disclaimer","ariaLabel":"","title":"*","description":"<p>*Front Cameras operate at speeds up to 13mph.3310Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1446":{"id":"front-and-rear-camera-disclaimer","ariaLabel":"","title":"*","description":"<p>*Front Cameras operate at speeds up to 13mph.
3299Rear cameras only operate at speeds under six miles per hour.</p>\n"},"1439":{"id":"based-on-full-charge-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.3311Rear cameras only operate at speeds under six miles per hour.</p>\n"},"1447":{"id":"based-on-full-charge-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on full charge.
3301Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>"},"1440":{"id":"image detail mobile services","ariaLabel":"","title":"Image Details","description":"<p>Transit Cargo Van High Roof Extended Length.3313Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>"},"1448":{"id":"image detail mobile services","ariaLabel":"","title":"Image Details","description":"<p>Transit Cargo Van High Roof Extended Length.
3302DRW</p>\n"},"1441":{"id":"image-details-computer-generated-imagery","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.3314DRW</p>\n"},"1449":{"id":"image-details-computer-generated-imagery","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.
3303Computer-generated imagery.</p>\n"},"1442":{"id":"2026-badlands-carousel","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.3315Computer-generated imagery.</p>\n"},"1450":{"id":"2026-badlands-carousel","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.
3304Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1443":{"id":"T2-compare-ranger-billboard","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger® Raptor® model with optional equipment shown.3316Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1451":{"id":"T2-compare-ranger-billboard","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger® Raptor® model with optional equipment shown.
3306Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1444":{"id":"check-your-owners-manual-for-flat-tow-information","ariaLabel":"","title":"*","description":"<p>*Check your Owner’s Manual for flat tow information.</p>\n"},"1445":{"id":"DisclosureFeatureAvailabilityVariesByModel","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by model.</p>\n"},"1446":{"id":"t2-a250-img-detail-f150","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150<b><sup>®</sup> </b>XLT model with optional equipment shown.3318Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1452":{"id":"check-your-owners-manual-for-flat-tow-information","ariaLabel":"","title":"*","description":"<p>*Check your Owner’s Manual for flat tow information.</p>\n"},"1453":{"id":"DisclosureFeatureAvailabilityVariesByModel","ariaLabel":"","title":"*","description":"<p>*Feature availability varies by model.</p>\n"},"1454":{"id":"t2-a250-img-detail-f150","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150<b><sup>®</sup> </b>XLT model with optional equipment shown.
3309Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1447":{"id":"2026-f-150-mp-billboard-lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $63,855.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Lariat<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"1448":{"id":"DiscloseFordPassAppCompatible","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.3321Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1455":{"id":"2026-f-150-mp-billboard-lariat","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $63,855.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Lariat<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"1456":{"id":"DiscloseFordPassAppCompatible","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
3312Visit ford.com for our privacy notice.</p>\n"},"1449":{"id":"wi-fi-registered","ariaLabel":"","title":"*","description":"<p>Wi-Fi is a registered trademark of Wi-Fi Alliance<sup>®</sup>.</p>\n"},"1450":{"id":"max-payload-regular-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max payload on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 5.0L V8 engine and Max Trailer Tow and Heavy-Duty Payload Pkgs.3324Visit ford.com for our privacy notice.</p>\n"},"1457":{"id":"wi-fi-registered","ariaLabel":"","title":"*","description":"<p>Wi-Fi is a registered trademark of Wi-Fi Alliance<sup>®</sup>.</p>\n"},"1458":{"id":"max-payload-regular-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max payload on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 5.0L V8 engine and Max Trailer Tow and Heavy-Duty Payload Pkgs.
3315Always properly secure cargo.</p>\n"},"1451":{"id":"ready-set-ford-adventure-ranger-lariat-3","ariaLabel":"","title":"Image","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.3327Always properly secure cargo.</p>\n"},"1459":{"id":"ready-set-ford-adventure-ranger-lariat-3","ariaLabel":"","title":"Image","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
3317Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1452":{"id":"DiscBronco2026ComputerGen","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.3329Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1460":{"id":"DiscBronco2026ComputerGen","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.
3318Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1453":{"id":"ready-set-ford-adventure-explorer-tremor-2","ariaLabel":"","title":"Image","description":"<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.3330Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1461":{"id":"ready-set-ford-adventure-explorer-tremor-2","ariaLabel":"","title":"Image","description":"<p>2026 Ford Explorer<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown.
3321Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1454":{"id":"globally-mobillity","ariaLabel":"","title":"Disclaimer","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registration across all sports car segments CYE 2024.</p>\n"},"1455":{"id":"maverick-lariat-model-shown-2026","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lariat model with optional equipment and extra-cost color option shown.</p>\n"},"1456":{"id":"disclaimer-available-lariat-model","ariaLabel":"","title":"*","description":"<p>*Available on the Lariat<sup>®</sup> model.</p>\n"},"1457":{"id":"2026-f150-xl-model-shown-with-regular-cab-long-box","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 F-150® XL model shown with regular cab long box.3333Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1462":{"id":"globally-mobillity","ariaLabel":"","title":"Disclaimer","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registration across all sports car segments CYE 2024.</p>\n"},"1463":{"id":"maverick-lariat-model-shown-2026","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lariat model with optional equipment and extra-cost color option shown.</p>\n"},"1464":{"id":"disclaimer-available-lariat-model","ariaLabel":"","title":"*","description":"<p>*Available on the Lariat<sup>®</sup> model.</p>\n"},"1465":{"id":"2026-f150-xl-model-shown-with-regular-cab-long-box","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 F-150® XL model shown with regular cab long box.
3322Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1458":{"id":"2025-mme-model-year-premium-option","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E Premium shown with extra-cost color option.3334Always consult your Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1466":{"id":"2025-mme-model-year-premium-option","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang Mach-E Premium shown with extra-cost color option.
3323Computer-generated image shown.</p>\n"},"1459":{"id":"DiscVanWagon2026AndroidiPhone","ariaLabel":"","title":"Image Details","description":"<p>Don’t drive while distracted or while using handheld devices.3335Computer-generated image shown.</p>\n"},"1467":{"id":"DiscVanWagon2026AndroidiPhone","ariaLabel":"","title":"Image Details","description":"<p>Don’t drive while distracted or while using handheld devices.
3330Third parties are solely responsible for their respective functionality.</p>\n"},"1460":{"id":"T2-compare-2024-bronco-5b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Removal of doors for off-road use only.3342Third parties are solely responsible for their respective functionality.</p>\n"},"1468":{"id":"T2-compare-2024-bronco-5b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Removal of doors for off-road use only.
3332Shown with optional equipment.</p>\n"},"1461":{"id":"disclosure-escape-epa-estimated-rating-26-32-28","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 26 city/32 hwy/28 combined mpg, 1.5L engine/8-speed transmission/AWD drivetrain.3344Shown with optional equipment.</p>\n"},"1469":{"id":"disclosure-escape-epa-estimated-rating-26-32-28","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 26 city/32 hwy/28 combined mpg, 1.5L engine/8-speed transmission/AWD drivetrain.
3333Actual mileage will vary.</p>\n"},"1462":{"id":"owners-manual-3","ariaLabel":"","title":"†","description":"<p>†See Owner’s Manual for important operating instructions.3345Actual mileage will vary.</p>\n"},"1470":{"id":"owners-manual-3","ariaLabel":"","title":"†","description":"<p>†See Owner’s Manual for important operating instructions.
3335Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"1463":{"id":"sinister-bronze-17-x-8-5-wheel-x5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze 17&quot; x 8.5&quot; Wheel – x5</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.3347Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"1471":{"id":"sinister-bronze-17-x-8-5-wheel-x5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze 17&quot; x 8.5&quot; Wheel – x5</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.
3337They are tough enough for the trail but stylish on the street.</p>\n"},"1464":{"id":"Front-camera-2027-expedition","ariaLabel":"","title":"*","description":"<p>*Front camera operates at speeds up to 13 mph.3349They are tough enough for the trail but stylish on the street.</p>\n"},"1472":{"id":"Front-camera-2027-expedition","ariaLabel":"","title":"*","description":"<p>*Front camera operates at speeds up to 13 mph.
3338Rear camera only operates at speeds under six miles per hour.</p>\n"},"1465":{"id":"disclosure=escape-epa-estimated-rating-27-34-30","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 27 city/34 hwy/30 combined mpg, 1.5L engine/8-speed transmission/FWD drivetrain.3350Rear camera only operates at speeds under six miles per hour.</p>\n"},"1473":{"id":"disclosure=escape-epa-estimated-rating-27-34-30","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 27 city/34 hwy/30 combined mpg, 1.5L engine/8-speed transmission/FWD drivetrain.
3339Actual mileage will vary.</p>\n"},"1466":{"id":"WildtrakEquipmentExtraCost","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Wildtrak<sup>®</sup> model with optional equipment, available Ford Accessories, after-market equipment, and extra-cost color option shown.</p>\n"},"1467":{"id":"matte-black-bronco-badge","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bronco Badge</p>\n<p>Stamp your Bronco with Built Wild<sup>®</sup> style and strength.3351Actual mileage will vary.</p>\n"},"1474":{"id":"WildtrakEquipmentExtraCost","ariaLabel":"","title":"Image Details","description":"<p>2024 Bronco<sup>®</sup> Wildtrak<sup>®</sup> model with optional equipment, available Ford Accessories, after-market equipment, and extra-cost color option shown.</p>\n"},"1475":{"id":"matte-black-bronco-badge","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bronco Badge</p>\n<p>Stamp your Bronco with Built Wild<sup>®</sup> style and strength.
3341It's a cohesive detail planned to pull your build together.</p>\n"},"1468":{"id":"testInlineDisclosure","ariaLabel":"","title":"Test Inline Disclosure","description":"<p>Please consult with your own tax or legal professional to determine your individual eligibility.3353It's a cohesive detail planned to pull your build together.</p>\n"},"1476":{"id":"testInlineDisclosure","ariaLabel":"","title":"Test Inline Disclosure","description":"<p>Please consult with your own tax or legal professional to determine your individual eligibility.
3351For additional information, go to <a href=\"https://fueleconomy.gov/feg/tax2023.shtml.\">https://fueleconomy.gov/feg/tax2023.shtml.</a></p>\n<p>&nbsp;</p>\n"},"1469":{"id":"as-shown-price-expedition-max-platinum-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $77,945.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2027 Ford Expedition® MAX Platinum® SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1470":{"id":"charging-mme-pod","ariaLabel":"","title":"**","description":"<p>Charging the 2025 Mustang Mach-E<sup>®</sup> Select and Premium models with standard-range battery and RWD using the available 32-amp Ford Mobile Power Cord and a standard 240V outlet can add an estimated 22.2 miles (35.5 kilometers) of range on average per charging hour. <br>\n<br>\nRange and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.3363For additional information, go to <a href=\"https://fueleconomy.gov/feg/tax2023.shtml.\">https://fueleconomy.gov/feg/tax2023.shtml.</a></p>\n<p>&nbsp;</p>\n"},"1477":{"id":"as-shown-price-expedition-max-platinum-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $77,945.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2027 Ford Expedition® MAX Platinum® SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1478":{"id":"charging-mme-pod","ariaLabel":"","title":"**","description":"<p>Charging the 2025 Mustang Mach-E<sup>®</sup> Select and Premium models with standard-range battery and RWD using the available 32-amp Ford Mobile Power Cord and a standard 240V outlet can add an estimated 22.2 miles (35.5 kilometers) of range on average per charging hour. <br>\n<br>\nRange and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.
3354Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1471":{"id":"disclosure-actual-mileage-may-vary","ariaLabel":"","title":"*","description":"<p>*Actual mileage may vary.</p>\n"},"1472":{"id":"t2-compare-mustang-3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with extra-cost color option shown.3366Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1479":{"id":"disclosure-actual-mileage-may-vary","ariaLabel":"","title":"*","description":"<p>*Actual mileage may vary.</p>\n"},"1480":{"id":"t2-compare-mustang-3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Dark Horse<sup>®</sup> model with extra-cost color option shown.
3357See Owner’s Manual for information on use.</p>\n"},"1473":{"id":"T2-compare-2024-bronco-6b","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1474":{"id":"2025broncosportbadlandsmodelwithsasquatchpackage","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color and Sasquatch Badlands<sup>®</sup> Package shown.3369See Owner’s Manual for information on use.</p>\n"},"1481":{"id":"T2-compare-2024-bronco-6b","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1482":{"id":"2025broncosportbadlandsmodelwithsasquatchpackage","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color and Sasquatch Badlands<sup>®</sup> Package shown.
3358Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1475":{"id":"2026 ABM value practical billboard disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $31,140<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1476":{"id":"t2-truck-month-towing-payload-claim","ariaLabel":"t2-truck-month-towing-payload-claim","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.3370Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1483":{"id":"2026 ABM value practical billboard disclaimer","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $31,140<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup><br>\n2026 Ford Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1484":{"id":"t2-truck-month-towing-payload-claim","ariaLabel":"t2-truck-month-towing-payload-claim","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
3363GVWR.</p>\n"},"1477":{"id":"peak-performance-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.3375GVWR.</p>\n"},"1485":{"id":"peak-performance-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.
3364Your results may vary.</p>\n"},"1478":{"id":"ranger-convenience-package-xlt-and-lariat","ariaLabel":"","title":"*","description":"<p>*Available with the Convenience Package on XLT and Lariat<sup>®</sup> models.</p>\n"},"1479":{"id":"zero-emissions-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on EPA tailpipe rating.3376Your results may vary.</p>\n"},"1486":{"id":"ranger-convenience-package-xlt-and-lariat","ariaLabel":"","title":"*","description":"<p>*Available with the Convenience Package on XLT and Lariat<sup>®</sup> models.</p>\n"},"1487":{"id":"zero-emissions-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on EPA tailpipe rating.
3365Visit <a href=\"https://fueleconomy.gov/\" target=\"_blank\">fueleconomy.gov</a> for more information.</p>\n"},"1480":{"id":"TBD based on image selection","ariaLabel":"","title":"Image Details","description":"<p>TBD based on image selection</p>\n"},"1481":{"id":"DiscRanger2026Driver-assist","ariaLabel":"DiscRanger2026Driver-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.3377Visit <a href=\"https://fueleconomy.gov/\" target=\"_blank\">fueleconomy.gov</a> for more information.</p>\n"},"1488":{"id":"TBD based on image selection","ariaLabel":"","title":"Image Details","description":"<p>TBD based on image selection</p>\n"},"1489":{"id":"DiscRanger2026Driver-assist","ariaLabel":"DiscRanger2026Driver-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3368Feature availability varies by model and trim.</p>\n"},"1482":{"id":"removal-of-doors-2026-bronco-video","ariaLabel":"","title":"Video Details","description":"<p>Removal of doors for off-road use only.3380Feature availability varies by model and trim.</p>\n"},"1490":{"id":"removal-of-doors-2026-bronco-video","ariaLabel":"","title":"Video Details","description":"<p>Removal of doors for off-road use only.
3369Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1483":{"id":"vehicle-details-1-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>Model shown with optional features and available Ford accessories.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1484":{"id":"Max 430 horsepower and 485 Commercial","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L V8 gas engine.3381Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1491":{"id":"vehicle-details-1-expedition","ariaLabel":"","title":"Vehicle Details","description":"<p>Model shown with optional features and available Ford accessories.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1492":{"id":"Max 430 horsepower and 485 Commercial","ariaLabel":"","title":"Important Details","description":"<p>Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L V8 gas engine.
3375Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1485":{"id":"25l-hybrid-engine-awd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/AWD.3387Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1493":{"id":"25l-hybrid-engine-awd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/AWD.
3376Actual mileage will vary.</p>\n"},"1486":{"id":"ImageDetailsCarhartt","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.3388Actual mileage will vary.</p>\n"},"1494":{"id":"ImageDetailsCarhartt","ariaLabel":"","title":"Image Details","description":"<p>Max payload varies based on accessories and vehicle configuration.
3381Available fall 2026.</p>\n"},"1487":{"id":"offer-details-homepage-truck-month-disc","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.3393Available fall 2026.</p>\n"},"1495":{"id":"offer-details-homepage-truck-month-disc","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3390See dealer for qualifications and details.</p>\n"},"1488":{"id":"t2-supportbelt-engineered-to","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.3402See dealer for qualifications and details.</p>\n"},"1496":{"id":"t2-supportbelt-engineered-to","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
3391For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1489":{"id":"t2-truck-month-lariat-img2","ariaLabel":"t2-truck-month-lariat-img2","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Lariat®&nbsp;model with optional equipment and available Ford Accessories shown.</p>\n"},"1490":{"id":"roadside-assistance-disclaimer-2","ariaLabel":"","title":"**","description":"<p>**This service is part of Roadside Assistance, which is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.</p>\n"},"1491":{"id":"professional-driver-on-a-closed-course-disclaimer","ariaLabel":"","title":"*","description":"<p>*Professional driver on a closed course.3403For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1497":{"id":"t2-truck-month-lariat-img2","ariaLabel":"t2-truck-month-lariat-img2","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Lariat®&nbsp;model with optional equipment and available Ford Accessories shown.</p>\n"},"1498":{"id":"roadside-assistance-disclaimer-2","ariaLabel":"","title":"**","description":"<p>**This service is part of Roadside Assistance, which is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.</p>\n"},"1499":{"id":"professional-driver-on-a-closed-course-disclaimer","ariaLabel":"","title":"*","description":"<p>*Professional driver on a closed course.
3392Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1492":{"id":"image-details-disclosure-secure-cargo","ariaLabel":"","title":"Image Details","description":"<p>Always properly secure cargo.</p>\n"},"1493":{"id":"bronze-lug-nut-kit-m14-x-1-5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Lug Nut Kit (M14 x 1.5)</p>\n"},"1494":{"id":"2026-f-150-mp-billboard-platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $73,595.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"1495":{"id":"DisclosureSeeOwnerManual","ariaLabel":"","title":"Image Details","description":"<p>See Owner’s Manual for important operating instructions.</p>\n"},"1496":{"id":"see-owners-f-150-reskin","ariaLabel":"","title":"†","description":"<p>†See Owner's Manual for important operating instructions.</p>\n"},"1497":{"id":"power-up-image-detail","ariaLabel":"","title":"Image Details","description":"<p>2023 Mustang Mach-E<sup>®</sup> shown.</p>\n"},"1498":{"id":"video-details-carthartt-package-new-disc","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.3404Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1500":{"id":"image-details-disclosure-secure-cargo","ariaLabel":"","title":"Image Details","description":"<p>Always properly secure cargo.</p>\n"},"1501":{"id":"bronze-lug-nut-kit-m14-x-1-5-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Lug Nut Kit (M14 x 1.5)</p>\n"},"1502":{"id":"2026-f-150-mp-billboard-platinum","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $73,595.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> 4x4 model with extra-cost color shown.</p>\n"},"1503":{"id":"DisclosureSeeOwnerManual","ariaLabel":"","title":"Image Details","description":"<p>See Owner’s Manual for important operating instructions.</p>\n"},"1504":{"id":"see-owners-f-150-reskin","ariaLabel":"","title":"†","description":"<p>†See Owner's Manual for important operating instructions.</p>\n"},"1505":{"id":"power-up-image-detail","ariaLabel":"","title":"Image Details","description":"<p>2023 Mustang Mach-E<sup>®</sup> shown.</p>\n"},"1506":{"id":"video-details-carthartt-package-new-disc","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.
3394Available fall 2026.</p>\n"},"1499":{"id":"black-f150-tailgate-lettering-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black F-150<sup>®</sup> Tailgate Lettering</p>\n<p>Look polished leading the way with F-150 tailgate lettering dressed in all black.3406Available fall 2026.</p>\n"},"1507":{"id":"black-f150-tailgate-lettering-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black F-150<sup>®</sup> Tailgate Lettering</p>\n<p>Look polished leading the way with F-150 tailgate lettering dressed in all black.
3395You’re running an F-Series - America’s best-selling trucks, with an iconic take all its own.</p>\n"},"1500":{"id":"basedoncomparisonbetween2025f150","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on comparison between 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with a manufacturer-tested 0–60 mph time of 3.8 seconds and 2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> with 10-Speed Automatic Transmission with a 0–60 mph time of 3.7 seconds.</p>\n"},"1501":{"id":"target-low-millage-ford-credit-3","ariaLabel":"","title":"**","description":"<p>**Complimentary two-year maintenance plan available on select Ford vehicles.3407You’re running an F-Series - America’s best-selling trucks, with an iconic take all its own.</p>\n"},"1508":{"id":"basedoncomparisonbetween2025f150","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on comparison between 2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> with a manufacturer-tested 0–60 mph time of 3.8 seconds and 2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> with 10-Speed Automatic Transmission with a 0–60 mph time of 3.7 seconds.</p>\n"},"1509":{"id":"target-low-millage-ford-credit-3","ariaLabel":"","title":"**","description":"<p>**Complimentary two-year maintenance plan available on select Ford vehicles.
3398See your dealer for a complete list of coverage details and limitations.</p>\n"},"1502":{"id":"price-as-shown-2026-ford-bronco-raptor-model","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $83,080.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>&nbsp;2026 Ford Bronco<sup>®</sup> Raptor model shown in Shelter Green.3410See your dealer for a complete list of coverage details and limitations.</p>\n"},"1510":{"id":"price-as-shown-2026-ford-bronco-raptor-model","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $83,080.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>&nbsp;2026 Ford Bronco<sup>®</sup> Raptor model shown in Shelter Green.
3399Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1503":{"id":"bronco-sport-big-bend-model-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport Big Bend model with optional equipment and extra-cost color option shown.3411Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1511":{"id":"bronco-sport-big-bend-model-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport Big Bend model with optional equipment and extra-cost color option shown.
3400Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1504":{"id":"2025broncosportbigbendmodelwithblackdiamond","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with Black Diamond Off-Road Package and extra-cost color option shown.</p>\n"},"1505":{"id":"T2-compare-escape-6","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.3412Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1512":{"id":"2025broncosportbigbendmodelwithblackdiamond","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with Black Diamond Off-Road Package and extra-cost color option shown.</p>\n"},"1513":{"id":"T2-compare-escape-6","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3405Rear cameras only operate at speeds under six miles per hour.</p>\n"},"1506":{"id":"As Shown Price Ranger XLT 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,770.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> XLT 4x4 shown in extra-cost color option, Velocity Blue Metallic with Sport Appearance Package.3417Rear cameras only operate at speeds under six miles per hour.</p>\n"},"1514":{"id":"As Shown Price Ranger XLT 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,770.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> XLT 4x4 shown in extra-cost color option, Velocity Blue Metallic with Sport Appearance Package.
3406Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1507":{"id":"escape-st-line-elite-opt-equip-image-details","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> ST-Line Elite model with optional equipment shown.</p>\n"},"1508":{"id":"rsf-adventure-vlu-f-150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $67,205<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.3418Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1515":{"id":"escape-st-line-elite-opt-equip-image-details","ariaLabel":"","title":"Image Details","description":"<p>Escape<sup>®</sup> ST-Line Elite model with optional equipment shown.</p>\n"},"1516":{"id":"rsf-adventure-vlu-f-150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $67,205<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-150<sup>®</sup> Tremor<sup>®</sup> model shown.
3407Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1509":{"id":"2025 SSE Take Down","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> model shown.3419Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1517":{"id":"2025 SSE Take Down","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty<sup>®</sup> F-250<sup>®</sup> Lariat<sup>®</sup> model shown.
3409Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.</p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model shown.</p>\n<p>2025 Mustang EcoBoost<sup>®</sup> Fastback model shown.</p>\n"},"1510":{"id":"disc-wifi-hotspot","ariaLabel":"","title":"*","description":"<p>*Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of 3 months or when 3GB of data is used, whichever comes first.3421Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n<p>2025 F-150<sup>®</sup> Platinum<sup>®</sup> model with extra-cost color option shown.</p>\n<p>2025 Escape<sup>®</sup> ST-Line Elite model shown.</p>\n<p>2025 Mustang EcoBoost<sup>®</sup> Fastback model shown.</p>\n"},"1518":{"id":"disc-wifi-hotspot","ariaLabel":"","title":"*","description":"<p>*Wi-Fi<sup>®</sup> hotspot includes complimentary wireless data trial that begins upon AT&amp;T activation and expires at the end of 3 months or when 3GB of data is used, whichever comes first.
3410To activate, go to <a href=\"http://www.att.com/ford\" target=\"_self\">www.att.com/ford</a>.</p>\n"},"1511":{"id":"DiscMaxPayF-150-11-600","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,600 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hyrbid V6 engine.3422To activate, go to <a href=\"http://www.att.com/ford\" target=\"_self\">www.att.com/ford</a>.</p>\n"},"1519":{"id":"DiscMaxPayF-150-11-600","ariaLabel":"","title":"*","description":"<p>*Max towing of 11,600 lbs available on F-150<sup>®</sup> SuperCrew 5.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hyrbid V6 engine.
3413Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1512":{"id":"max-payload-of-8000-lbs","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.3425Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1520":{"id":"max-payload-of-8000-lbs","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.
3418GVWR.</p>\n"},"1513":{"id":"wheelsshownarenotavailableforretailorder","ariaLabel":"","title":"*","description":"<p>*Wheels shown are not available for retail order.3430GVWR.</p>\n"},"1521":{"id":"wheelsshownarenotavailableforretailorder","ariaLabel":"","title":"*","description":"<p>*Wheels shown are not available for retail order.
3420Please see your dealer for current inventory status.</p>\n"},"1514":{"id":"dramatizations-video-details","ariaLabel":"","title":"Video Details","description":"<p>Dramatization.</p>\n"},"1515":{"id":"st-explorer-disclaimer-horsepower-torque-attributes","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are separate attributes and may not be achieved simultaneously.</p>\n"},"1516":{"id":"2025f150lightninglariatrangeandchargetime","ariaLabel":"","title":"*","description":"<p><sup>*</sup>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.3432Please see your dealer for current inventory status.</p>\n"},"1522":{"id":"dramatizations-video-details","ariaLabel":"","title":"Video Details","description":"<p>Dramatization.</p>\n"},"1523":{"id":"st-explorer-disclaimer-horsepower-torque-attributes","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are separate attributes and may not be achieved simultaneously.</p>\n"},"1524":{"id":"2025f150lightninglariatrangeandchargetime","ariaLabel":"","title":"*","description":"<p><sup>*</sup>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> range and charge time based on manufacturer computer engineering simulations, tested values, and EPA-estimated range calculation methodology.
3423Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1517":{"id":"DisclosureHighPowered","ariaLabel":"","title":"*","description":"<p>*Class is High-Powered Sports Cars with available 300+ HP.3435Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1525":{"id":"DisclosureHighPowered","ariaLabel":"","title":"*","description":"<p>*Class is High-Powered Sports Cars with available 300+ HP.
3427See Owner’s Manual for information on use.</p>\n"},"1518":{"id":"evasive-steering-assist-asterisk","ariaLabel":"","title":"*","description":"<p>*Evasive steering assist does not control steering.</p>\n"},"1519":{"id":"when-properly-equipped-sd-platinum-shown","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.3439See Owner’s Manual for information on use.</p>\n"},"1526":{"id":"evasive-steering-assist-asterisk","ariaLabel":"","title":"*","description":"<p>*Evasive steering assist does not control steering.</p>\n"},"1527":{"id":"when-properly-equipped-sd-platinum-shown","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
3428Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. 2026 Super Duty<sup>®</sup> Platinum<sup>®</sup> shown.</p>\n"},"1520":{"id":"2025-ford-bronco-big-bend-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.</p>\n"},"1521":{"id":"always-consult-the-owners-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.3440Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers. 2026 Super Duty<sup>®</sup> Platinum<sup>®</sup> shown.</p>\n"},"1528":{"id":"2025-ford-bronco-big-bend-model-with-optional-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment shown.</p>\n"},"1529":{"id":"always-consult-the-owners-manual","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.
3429Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1522":{"id":"t2-owner-ford-mobile-service","ariaLabel":"t2-owner-ford-mobile-service","title":"Disclosure","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.3441Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1530":{"id":"t2-owner-ford-mobile-service","ariaLabel":"t2-owner-ford-mobile-service","title":"Disclosure","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3430Does not include parts or repair charges.&nbsp;See your Ford Dealer for details.</p>\n"},"1523":{"id":"usesynctouchscreen","ariaLabel":"","title":"*","description":"<p>See Owner’s Manual for important operating instructions.3442Does not include parts or repair charges.&nbsp;See your Ford Dealer for details.</p>\n"},"1531":{"id":"usesynctouchscreen","ariaLabel":"","title":"*","description":"<p>See Owner’s Manual for important operating instructions.
3431Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard™ use and set a reserve driving range.</p>\n"},"1524":{"id":"max-towing-of-11600-lbs-available-f-150-crew-cab-6-5-box-4x4-available-3-5l-powerboost","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.3443Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard™ use and set a reserve driving range.</p>\n"},"1532":{"id":"max-towing-of-11600-lbs-available-f-150-crew-cab-6-5-box-4x4-available-3-5l-powerboost","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x4 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
3434Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1525":{"id":"max-payload-of-2400-lbs-available-on-f-150-regular-cab-8-box-4x4","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.3446Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1533":{"id":"max-payload-of-2400-lbs-available-on-f-150-regular-cab-8-box-4x4","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
3437Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1526":{"id":"wave-1-perfo-mkt-2025-bronco-durability-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.3449Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1534":{"id":"wave-1-perfo-mkt-2025-bronco-durability-1","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment shown.
3438Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1527":{"id":"DiscWirelessChargingPad","ariaLabel":"","title":"*","description":"<p>*Available Qi wireless charging may not be compatible with all mobile phones.3450Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1535":{"id":"DiscWirelessChargingPad","ariaLabel":"","title":"*","description":"<p>*Available Qi wireless charging may not be compatible with all mobile phones.
3440Available with the Convenience Package.</p>\n"},"1528":{"id":"max-payload-of-8000-lbs-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.3452Available with the Convenience Package.</p>\n"},"1536":{"id":"max-payload-of-8000-lbs-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs. available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.
3445GVWR.</p>\n"},"1529":{"id":"Edge Sunset Carousel 2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> SUV shown with optional equipment and extra-cost color option.3457GVWR.</p>\n"},"1537":{"id":"Edge Sunset Carousel 2","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> SUV shown with optional equipment and extra-cost color option.
3446Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1530":{"id":"disclaimer2025transittax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> XLT extra cost color option.</p>\n"},"1531":{"id":"truck-month-2026-new-disc-bb-index","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.</p>\n<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.3458Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1538":{"id":"disclaimer2025transittax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Transit<sup>®</sup> XLT extra cost color option.</p>\n"},"1539":{"id":"truck-month-2026-new-disc-bb-index","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.</p>\n<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3455See dealer for qualifications and details.</p>\n"},"1532":{"id":"as-shown-price-sd-350xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $46,970.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL Regular Cab model shown.</p>\n"},"1533":{"id":"as-shown-price-change-updates-expedition-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,355.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition®&nbsp;King Ranch®&nbsp;model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1534":{"id":"T2-compare-expedition-2b","ariaLabel":"","title":"*","description":"<p>*Class is Large Traditional Utility.</p>\n"},"1535":{"id":"video-details-hoss-off-road-suspension","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with available Sasquatch<sup>®</sup> Package and optional equipment shown.3467See dealer for qualifications and details.</p>\n"},"1540":{"id":"as-shown-price-sd-350xl","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $46,970.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL Regular Cab model shown.</p>\n"},"1541":{"id":"as-shown-price-change-updates-expedition-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,355.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Expedition®&nbsp;King Ranch®&nbsp;model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1542":{"id":"T2-compare-expedition-2b","ariaLabel":"","title":"*","description":"<p>*Class is Large Traditional Utility.</p>\n"},"1543":{"id":"video-details-hoss-off-road-suspension","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with available Sasquatch<sup>®</sup> Package and optional equipment shown.
3456Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1536":{"id":"ford-security-package-requires-the-fordpass-app-subject-to-fordpass-terms","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app (subject to Ford app terms), modem activation, and a Connected Services plan.3468Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1544":{"id":"ford-security-package-requires-the-fordpass-app-subject-to-fordpass-terms","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app (subject to Ford app terms), modem activation, and a Connected Services plan.
3459Requires mobile device push notifications.</p>\n"},"1537":{"id":"BlackFridayDisclosure2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Super Duty<sup>®</sup> XL with available STX appearance package.</p>\n"},"1538":{"id":"DisclosureEquipmentShownR","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.</p>\n<p>&nbsp;</p>\n<p>When properly equipped.3471Requires mobile device push notifications.</p>\n"},"1545":{"id":"BlackFridayDisclosure2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Super Duty<sup>®</sup> XL with available STX appearance package.</p>\n"},"1546":{"id":"DisclosureEquipmentShownR","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.</p>\n<p>&nbsp;</p>\n<p>When properly equipped.
3460Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1539":{"id":"DiscEscapeAdaptativeCruiseControl","ariaLabel":"","title":"*","description":"<p>*Adaptive Cruise Control - Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.3472Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1547":{"id":"DiscEscapeAdaptativeCruiseControl","ariaLabel":"","title":"*","description":"<p>*Adaptive Cruise Control - Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3464For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1540":{"id":"closed-track-drift-brake","ariaLabel":"","title":"Vehicle Details","description":"<p>Closed track.3476For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1548":{"id":"closed-track-drift-brake","ariaLabel":"","title":"Vehicle Details","description":"<p>Closed track.
3468Optional equipment and extra-cost color shown.</p>\n"},"1541":{"id":"DiscAsShownPriceRanger2025MDP","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> XL model shown.</p>\n<p>$33,350 (does not include D&amp;D fees).</p>\n"},"1542":{"id":"gaming-disclaimer-expedition-2027","ariaLabel":"","title":"*","description":"<p>*Game only functions when vehicle is in Park.</p>\n"},"1543":{"id":"2026-mustang-mach-e-packages-6","ariaLabel":"","title":"†","description":"<p>†Not available on the Mustang Mach-E<sup>®</sup> Select model.</p>\n"},"1544":{"id":"RemovalOfDoorsOfRoad","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.3480Optional equipment and extra-cost color shown.</p>\n"},"1549":{"id":"DiscAsShownPriceRanger2025MDP","ariaLabel":"","title":"As Shown Price","description":"<p>2025 Ranger<sup>®</sup> XL model shown.</p>\n<p>$33,350 (does not include D&amp;D fees).</p>\n"},"1550":{"id":"gaming-disclaimer-expedition-2027","ariaLabel":"","title":"*","description":"<p>*Game only functions when vehicle is in Park.</p>\n"},"1551":{"id":"2026-mustang-mach-e-packages-6","ariaLabel":"","title":"†","description":"<p>†Not available on the Mustang Mach-E<sup>®</sup> Select model.</p>\n"},"1552":{"id":"RemovalOfDoorsOfRoad","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.
3469Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1545":{"id":"image-details-prototype-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown, modified for racing.3481Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1553":{"id":"image-details-prototype-model-shown","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown, modified for racing.
3472Do not attempt.</p>\n"},"1546":{"id":"our-privacy-policy","ariaLabel":"","title":"Our Privacy Policy","description":"<p><a aria-label=\"Learn More about Ford Privacy\" href=\"https://www.ford.com/help/privacy/?intcmp=spotted-cta-helpPrivacy\">ford.com/help/privacy/</a></p>\n"},"1547":{"id":"horsepower-maverick-rating","ariaLabel":"","title":"*","description":"<p>*Horsepower ratings based on premium fuel per SAE J1349<sup>®</sup> standard.3484Do not attempt.</p>\n"},"1554":{"id":"our-privacy-policy","ariaLabel":"","title":"Our Privacy Policy","description":"<p><a aria-label=\"Learn More about Ford Privacy\" href=\"https://www.ford.com/help/privacy/?intcmp=spotted-cta-helpPrivacy\">ford.com/help/privacy/</a></p>\n"},"1555":{"id":"horsepower-maverick-rating","ariaLabel":"","title":"*","description":"<p>*Horsepower ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
3473Your results may vary.</p>\n"},"1548":{"id":"DiscSecurityPackageFordApp","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires Ford app, modem activation, and an activated plan.3485Your results may vary.</p>\n"},"1556":{"id":"DiscSecurityPackageFordApp","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires Ford app, modem activation, and an activated plan.
3477Terms apply.​ Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1549":{"id":"image-details-aftemarket-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>Aftermarket equipment shown.3489Terms apply.​ Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1557":{"id":"image-details-aftemarket-equipment-shown","ariaLabel":"","title":"Image Details","description":"<p>Aftermarket equipment shown.
3479Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1550":{"id":"t2-homepage-billboard-san-diego-vista-carlsbad","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150<sup>®</sup> XLT model shown.3491Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1558":{"id":"t2-homepage-billboard-san-diego-vista-carlsbad","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford F-150<sup>®</sup> XLT model shown.
3482All rights reserved.</p>\n"},"1551":{"id":"when-properly-equipped","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.3494All rights reserved.</p>\n"},"1559":{"id":"when-properly-equipped","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
3483Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1552":{"id":"t2-compare-super-duty-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL model with available F-350 Gas Heavy-Duty Payload Package shown.</p>\n"},"1553":{"id":"preproduction-computer-generated-images-shown-mustang-gtd","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction computer-generated images shown.3495Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1560":{"id":"t2-compare-super-duty-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-350<sup>®</sup> XL model with available F-350 Gas Heavy-Duty Payload Package shown.</p>\n"},"1561":{"id":"preproduction-computer-generated-images-shown-mustang-gtd","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction computer-generated images shown.
3486Inquiry does not guarantee ability to purchase.</p>\n"},"1554":{"id":"disclaimer-max-payload-of-2,235-f150-1","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,235 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x2 with 5.0L V8 engine.3498Inquiry does not guarantee ability to purchase.</p>\n"},"1562":{"id":"disclaimer-max-payload-of-2,235-f150-1","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,235 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x2 with 5.0L V8 engine.
3489Always properly secure cargo.</p>\n"},"1555":{"id":"2025-bronco-badlands-model-with-extra-cost-color-option-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1556":{"id":"as-shown-price-expedition-2027-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $81,895.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® Tremor® SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1557":{"id":"superduty-xl-chrome-package-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL chrome package and 6.7L High Output diesel engine shown.</p>\n"},"1558":{"id":"T2-compare-lightning-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™ </sup>model with extra-cost color option shown.</p>\n"},"1559":{"id":"2025 lightning target 1","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $69,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model shown.<br>\nAs shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.</p>\n"},"1560":{"id":"driver-assist-features","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.3501Always properly secure cargo.</p>\n"},"1563":{"id":"2025-bronco-badlands-model-with-extra-cost-color-option-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1564":{"id":"as-shown-price-expedition-2027-tremor","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $81,895.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2027 Ford Expedition® Tremor® SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1565":{"id":"superduty-xl-chrome-package-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL chrome package and 6.7L High Output diesel engine shown.</p>\n"},"1566":{"id":"T2-compare-lightning-0","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™ </sup>model with extra-cost color option shown.</p>\n"},"1567":{"id":"2025 lightning target 1","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $69,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model shown.<br>\nAs shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model shown.</p>\n"},"1568":{"id":"driver-assist-features","ariaLabel":"","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3492See Owner’s Manual for details and limitations.</p>\n"},"1561":{"id":"t2-yese-hawaii","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1562":{"id":"ford-test-data-disc-optional-summer-tires","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.3504See Owner’s Manual for details and limitations.</p>\n"},"1569":{"id":"t2-yese-hawaii","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1570":{"id":"ford-test-data-disc-optional-summer-tires","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.
3494Based on internal testing with optional summer tires.</p>\n"},"1563":{"id":"with-exchange-taxes-and-installation-extra-warranty","ariaLabel":"","title":"*","description":"<p>*With exchange.3506Based on internal testing with optional summer tires.</p>\n"},"1571":{"id":"with-exchange-taxes-and-installation-extra-warranty","ariaLabel":"","title":"*","description":"<p>*With exchange.
3503Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"1564":{"id":"horsepower-and-torque-rating-based-premium-fuel","ariaLabel":"","title":"*","description":"<p>*When properly equipped.3515Motorcraft® is a registered trademark of Ford Motor Company.</p>\n"},"1572":{"id":"horsepower-and-torque-rating-based-premium-fuel","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
3506Your results may vary.</p>\n"},"1565":{"id":"T2-compare-lightning-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with extra-cost color option shown.3518Your results may vary.</p>\n"},"1573":{"id":"T2-compare-lightning-2a","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat<sup>®</sup> model with extra-cost color option shown.
3507Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1566":{"id":"one-year-inclusion","ariaLabel":"","title":"*","description":"<p>*One-Year Inclusion only available on Platinum Ultimate model.</p>\n"},"1567":{"id":"disclaimer-expedition-timberline","ariaLabel":"","title":"Image Details","description":"<p>2024 Expedition<sup>®</sup> Timberline<sup>®</sup> with optional features and available Ford accessories.</p>\n"},"1568":{"id":"estimates-based-on-an-average-homes-daily-energy-use","ariaLabel":"","title":"*","description":"<p>Estimates based on an average home's daily energy use of 30 kWh which is consistent with the national average of 899 kWh per month (roughly 29.9 kWh per day), as of January 2024 by the <u><a href=\"https://www.eia.gov/tools/faqs/faq.php?id=97&amp;t=3#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.eia.gov/tools/faqs/faq.php&quot;}}\">U.S. Energy Information Administration</a></u>.3519Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1574":{"id":"one-year-inclusion","ariaLabel":"","title":"*","description":"<p>*One-Year Inclusion only available on Platinum Ultimate model.</p>\n"},"1575":{"id":"disclaimer-expedition-timberline","ariaLabel":"","title":"Image Details","description":"<p>2024 Expedition<sup>®</sup> Timberline<sup>®</sup> with optional features and available Ford accessories.</p>\n"},"1576":{"id":"estimates-based-on-an-average-homes-daily-energy-use","ariaLabel":"","title":"*","description":"<p>Estimates based on an average home's daily energy use of 30 kWh which is consistent with the national average of 899 kWh per month (roughly 29.9 kWh per day), as of January 2024 by the <u><a href=\"https://www.eia.gov/tools/faqs/faq.php?id=97&amp;t=3#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.eia.gov/tools/faqs/faq.php&quot;}}\">U.S. Energy Information Administration</a></u>.
3510Learn more on the <u><a href=\"https://shopgenerlink.com/ford#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://shopgenerlink.com/pages/ford-owners&quot;}}\">GenerLink website</a></u>.</p>\n"},"1569":{"id":"2026MustangGTPremiumColors","ariaLabel":"","title":"Video Details","description":"<p>Colors shown available on Preproduction 2026 Mustang<sup>®</sup> GT Premium model.3522Learn more on the <u><a href=\"https://shopgenerlink.com/ford#!adchoices\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://shopgenerlink.com/pages/ford-owners&quot;}}\">GenerLink website</a></u>.</p>\n"},"1577":{"id":"2026MustangGTPremiumColors","ariaLabel":"","title":"Video Details","description":"<p>Colors shown available on Preproduction 2026 Mustang<sup>®</sup> GT Premium model.
3513Available for retail order now, arriving fall 2025.</p>\n"},"1570":{"id":"Mustang26MDPoptionalequipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment shown.</p>\n"},"1571":{"id":"available-tremor-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> with available Tremor<sup>®</sup> Off-Road Package and 6.7L High Output diesel engine shown.</p>\n"},"1572":{"id":"explorer-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>*85.8 cubic feet on Active and ST-Line, 85.3 on Platinum (shown) and ST models.3525Available for retail order now, arriving fall 2025.</p>\n"},"1578":{"id":"Mustang26MDPoptionalequipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment shown.</p>\n"},"1579":{"id":"available-tremor-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> Lariat<sup>®</sup> with available Tremor<sup>®</sup> Off-Road Package and 6.7L High Output diesel engine shown.</p>\n"},"1580":{"id":"explorer-salesevent-offer","ariaLabel":"","title":"Disclosure","description":"<p>*85.8 cubic feet on Active and ST-Line, 85.3 on Platinum (shown) and ST models.
3514Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1573":{"id":"horsepower-and-torque-are-independent","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.3526Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1581":{"id":"horsepower-and-torque-are-independent","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque are independent attributes and may not be achieved simultaneously.
3515Your results may vary.</p>\n"},"1574":{"id":"T2-compare-maverick-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"1575":{"id":"T2-compare-lightning-3","ariaLabel":"","title":"Image Details","description":"<p>Available Ford Accessories shown.</p>\n"},"1576":{"id":"t2-truck-month-pro-trailer-hitch-assist","ariaLabel":"t2-truck-month-pro-trailer-hitch-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.3527Your results may vary.</p>\n"},"1582":{"id":"T2-compare-maverick-4a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"1583":{"id":"T2-compare-lightning-3","ariaLabel":"","title":"Image Details","description":"<p>Available Ford Accessories shown.</p>\n"},"1584":{"id":"t2-truck-month-pro-trailer-hitch-assist","ariaLabel":"t2-truck-month-pro-trailer-hitch-assist","title":"*","description":"<p>*Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3520Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1577":{"id":"disclaimer-battery-warranty-guide","ariaLabel":"","title":"*","description":"<p>*See your dealer and the Battery Electric Vehicle Warranty Guide for limited warranty details.3532Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1585":{"id":"disclaimer-battery-warranty-guide","ariaLabel":"","title":"*","description":"<p>*See your dealer and the Battery Electric Vehicle Warranty Guide for limited warranty details.
3531Not available on select holidays, including New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, day after Thanksgiving Day, and Christmas Day.</p>\n"},"1578":{"id":"disclosure-escape-epa-estimated-rating-23-31-26","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 23 city/31 hwy/26 combined mpg, 2.0L engine/8-speed transmission/AWD drivetrain.3543Not available on select holidays, including New Year’s Day, Memorial Day, Independence Day, Labor Day, Thanksgiving Day, day after Thanksgiving Day, and Christmas Day.</p>\n"},"1586":{"id":"disclosure-escape-epa-estimated-rating-23-31-26","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 23 city/31 hwy/26 combined mpg, 2.0L engine/8-speed transmission/AWD drivetrain.
3532Actual mileage will vary.</p>\n"},"1579":{"id":"T2-compare-escape-8b","ariaLabel":"","title":"*","description":"<p>*Government 5-Star Safety Ratings are part of the National Highway Traffic Safety Administration’s (NHTSA’s) New Car Assessment Program (www.nhtsa.gov).</p>\n"},"1580":{"id":"technology-package-mach-e-gt-disclaimer","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 MPH.3544Actual mileage will vary.</p>\n"},"1587":{"id":"T2-compare-escape-8b","ariaLabel":"","title":"*","description":"<p>*Government 5-Star Safety Ratings are part of the National Highway Traffic Safety Administration’s (NHTSA’s) New Car Assessment Program (www.nhtsa.gov).</p>\n"},"1588":{"id":"technology-package-mach-e-gt-disclaimer","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 MPH.
3533Rear cameras only operate at speeds under 6 MPH.</p>\n"},"1581":{"id":"15l-engine-8-speed-fwd-01","ariaLabel":"","title":"*","description":"<p>*1.5L engine/8-speed transmission/FWD.3545Rear cameras only operate at speeds under 6 MPH.</p>\n"},"1589":{"id":"15l-engine-8-speed-fwd-01","ariaLabel":"","title":"*","description":"<p>*1.5L engine/8-speed transmission/FWD.
3534Actual mileage will vary.</p>\n"},"1582":{"id":"T2-compare-escape-3","ariaLabel":"","title":"Image Details","description":"<p>Don’t drive while distracted or while using handheld devices.3546Actual mileage will vary.</p>\n"},"1590":{"id":"T2-compare-escape-3","ariaLabel":"","title":"Image Details","description":"<p>Don’t drive while distracted or while using handheld devices.
3537Not all features are compatible with all phones.</p>\n"},"1583":{"id":"mach-e-banner-return-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E GT model with optional equipment and extra-cost color option shown.</p>\n"},"1584":{"id":"24-7-live-support-testimonial-details","ariaLabel":"","title":"Testimonial Details","description":"<p>Based on 2024/2025 customer survey responses.</p>\n"},"1585":{"id":"2025broncosportbadlandswithaftermarketequipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with aftermarket equipment and available Ford Accessories shown.</p>\n"},"1586":{"id":"rsf-build-vlu-transit-comm-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $50,215<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Transit<sup>®</sup> van with optional equipment shown.</p>\n"},"1587":{"id":"T2-compare-maverick-5a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model interior shown.&nbsp;</p>\n"},"1588":{"id":"t2-feb-secure-1","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.3549Not all features are compatible with all phones.</p>\n"},"1591":{"id":"mach-e-banner-return-disclaimer-image-details","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E GT model with optional equipment and extra-cost color option shown.</p>\n"},"1592":{"id":"24-7-live-support-testimonial-details","ariaLabel":"","title":"Testimonial Details","description":"<p>Based on 2024/2025 customer survey responses.</p>\n"},"1593":{"id":"2025broncosportbadlandswithaftermarketequipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with aftermarket equipment and available Ford Accessories shown.</p>\n"},"1594":{"id":"rsf-build-vlu-transit-comm-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $50,215<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Transit<sup>®</sup> van with optional equipment shown.</p>\n"},"1595":{"id":"T2-compare-maverick-5a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model interior shown.&nbsp;</p>\n"},"1596":{"id":"t2-feb-secure-1","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
3543Terms apply.</p>"},"1589":{"id":"disclaimer-based-on-1977-2024-industry-reported-total-sales","ariaLabel":"","title":"Disclaimer","description":"<p>Based on 1977–2024 industry-reported total sales.</p>\n"},"1590":{"id":"image-details-disclaimer-rtr-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.3555Terms apply.</p>"},"1597":{"id":"disclaimer-based-on-1977-2024-industry-reported-total-sales","ariaLabel":"","title":"Disclaimer","description":"<p>Based on 1977–2024 industry-reported total sales.</p>\n"},"1598":{"id":"image-details-disclaimer-rtr-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
3550See Owner’s Manual for information on use.</p>\n"},"1591":{"id":"available-xl-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL Off-Road Package shown.</p>\n"},"1592":{"id":"as-show-price-2026-ford-f-150-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $75,160<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Ford F-150<sup>®</sup> King Ranch model with optional equipment shown.3562See Owner’s Manual for information on use.</p>\n"},"1599":{"id":"available-xl-off-road-package-sd","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Super Duty<sup>®</sup> XL with available XL Off-Road Package shown.</p>\n"},"1600":{"id":"as-show-price-2026-ford-f-150-king-ranch","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $75,160<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Ford F-150<sup>®</sup> King Ranch model with optional equipment shown.
3556Does not include A, Z or X Plan price.</p>\n"},"1593":{"id":"2026-ford-mustang-ecoboost-in-grabber-blue","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost in Grabber Blue (extra-cost color).</p>"},"1594":{"id":"2025-explorer-cost-owner-manual","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Explorer<sup>®</sup> ST model with extra-cost color option shown.3568Does not include A, Z or X Plan price.</p>\n"},"1601":{"id":"2026-ford-mustang-ecoboost-in-grabber-blue","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost in Grabber Blue (extra-cost color).</p>"},"1602":{"id":"2025-explorer-cost-owner-manual","ariaLabel":"","title":"Disclosures","description":"<p>2025 Ford Explorer<sup>®</sup> ST model with extra-cost color option shown.
3557Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1595":{"id":"Image details off roading","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1596":{"id":"disclaimer escape exterior 2","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.3569Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1603":{"id":"Image details off roading","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1604":{"id":"disclaimer escape exterior 2","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.
3558U.S. model shown.</p>\n"},"1597":{"id":"sse-must-purchase-or-lease","ariaLabel":"","title":"**","description":"<p>**Must purchase or lease a new 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 7/8/2025 and 9/30/2025 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.3570U.S. model shown.</p>\n"},"1605":{"id":"sse-must-purchase-or-lease","ariaLabel":"","title":"**","description":"<p>**Must purchase or lease a new 2025 F-150 Lightning, Mustang Mach-E or E-Transit Cargo Van from a participating Ford dealer between 7/8/2025 and 9/30/2025 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.
3566See your Ford dealer for details.</p>\n"},"1598":{"id":"t2-owner-mobile-service","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.3578See your Ford dealer for details.</p>\n"},"1606":{"id":"t2-owner-mobile-service","ariaLabel":"","title":"*","description":"<p>*Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3568Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1599":{"id":"DisclosureBronzeAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance package.3580Ford reserves the right to change, modify, or discontinue this program at any time.</p>\n"},"1607":{"id":"DisclosureBronzeAppearancePackage","ariaLabel":"","title":"*","description":"<p>*Shown with available appearance package.
3569Wheels included with the Bronze Appearance Package when ordered with the GT Performance Package.<br>\n</p>\n"},"1600":{"id":"2026-badlands-carousel1","ariaLabel":"","title":"Disclaimer","description":"<p>Optional equipment shown.</p>\n"},"1601":{"id":"epa-estimated-range-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range based on full charge.3581Wheels included with the Bronze Appearance Package when ordered with the GT Performance Package.<br>\n</p>\n"},"1608":{"id":"2026-badlands-carousel1","ariaLabel":"","title":"Disclaimer","description":"<p>Optional equipment shown.</p>\n"},"1609":{"id":"epa-estimated-range-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*EPA-estimated driving range based on full charge.
3570Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1602":{"id":"video-details-optional-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.</p>\n"},"1603":{"id":"bronco-badlands-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.</p>\n"},"1604":{"id":"max-towing-available-on-f-150","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.3582Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1610":{"id":"video-details-optional-equipment-shown","ariaLabel":"","title":"Video Details","description":"<p>Optional equipment shown.</p>\n"},"1611":{"id":"bronco-badlands-model-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color shown.</p>\n"},"1612":{"id":"max-towing-available-on-f-150","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
3574Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1605":{"id":"connected-navigation-mme-pod","ariaLabel":"","title":"†","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.3586Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1613":{"id":"connected-navigation-mme-pod","ariaLabel":"","title":"†","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.
3576Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1606":{"id":"computer-generated-image-disclaimer-expedition","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n<p>Second-row digital device holder available summer 2025.</p>\n"},"1607":{"id":"T2-compare-mache-5","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.3588Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1614":{"id":"computer-generated-image-disclaimer-expedition","ariaLabel":"","title":"Image Details","description":"<p>Computer-generated image shown.</p>\n<p>Second-row digital device holder available summer 2025.</p>\n"},"1615":{"id":"T2-compare-mache-5","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.
3577Your results may vary.</p>\n"},"1608":{"id":"extra-cost-colors","ariaLabel":"","title":"*","description":"<p>*Extra-cost colors.</p>\n"},"1609":{"id":"disclaimer-2025broncosportbigbend","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport® Big Bend® model with optional equipment shown.<br>\n</p>\n"},"1610":{"id":"DisclosureOptionalOwnerMax","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.<br>\n<br>\n</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n<br>\n</p>\n<p>Max payload varies based on accessories and vehicle configuration.3589Your results may vary.</p>\n"},"1616":{"id":"extra-cost-colors","ariaLabel":"","title":"*","description":"<p>*Extra-cost colors.</p>\n"},"1617":{"id":"disclaimer-2025broncosportbigbend","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport® Big Bend® model with optional equipment shown.<br>\n</p>\n"},"1618":{"id":"DisclosureOptionalOwnerMax","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.<br>\n<br>\n</p>\n<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<br>\n<br>\n</p>\n<p>Max payload varies based on accessories and vehicle configuration.
3579Always properly secure cargo.</p>\n"},"1611":{"id":"image-details-f150-off-roading-2","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>&nbsp;</p>\n<p>Always determine the water depth before attempting a crossing and proceed slowly.3591Always properly secure cargo.</p>\n"},"1619":{"id":"image-details-f150-off-roading-2","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>&nbsp;</p>\n<p>Always determine the water depth before attempting a crossing and proceed slowly.
3580Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"1612":{"id":"disclosure-flexbed-max-payload","ariaLabel":"","title":"*","description":"<p>Max payload varies and is based on accessories and vehicle configuration.3592Refer to your Owner's Manual for detailed information regarding driving through water.</p>\n"},"1620":{"id":"disclosure-flexbed-max-payload","ariaLabel":"","title":"*","description":"<p>Max payload varies and is based on accessories and vehicle configuration.
3583Optional equipment and extra-cost color option shown.</p>\n"},"1613":{"id":"based-on-full-charge-going-electric-disc","ariaLabel":"","title":"*","description":"<p>*Based on full charge.3595Optional equipment and extra-cost color option shown.</p>\n"},"1621":{"id":"based-on-full-charge-going-electric-disc","ariaLabel":"","title":"*","description":"<p>*Based on full charge.
3584Actual range varies with conditions such as trim, standard- or extended-range battery, RWD or eAWD, external environment, vehicle use, vehicle maintenance, lithium-ion battery age and state of health.</p>\n"},"1614":{"id":"2026-maverick-xlt-model-extra-cost","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1615":{"id":"2025-bronco-sport-blistein-trademark-bfn","ariaLabel":"","title":"Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands<sup>®</sup> Package and extra-cost color option shown.3596Actual range varies with conditions such as trim, standard- or extended-range battery, RWD or eAWD, external environment, vehicle use, vehicle maintenance, lithium-ion battery age and state of health.</p>\n"},"1622":{"id":"2026-maverick-xlt-model-extra-cost","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>®</sup> XLT model with extra-cost color option shown.</p>\n"},"1623":{"id":"2025-bronco-sport-blistein-trademark-bfn","ariaLabel":"","title":"Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with Sasquatch Badlands<sup>®</sup> Package and extra-cost color option shown.
3586Bilstein is a trademark of ThyssenKrupp Bilstein GmbH.</p>\n"},"1616":{"id":"t2-yese-499","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup data-renderer-mark=\"true\">®</sup>.3598Bilstein is a trademark of ThyssenKrupp Bilstein GmbH.</p>\n"},"1624":{"id":"t2-yese-499","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for low-mileage Ford Credit Red Carpet Lease<sup data-renderer-mark=\"true\">®</sup>.
3598See your dealer for a complete list of coverage details and limitations.</p>"},"1617":{"id":"t2-presidents-day-tristate","ariaLabel":"t2-presidents-day-tristate","title":"Disclaimer","description":"<p>Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.3610See your dealer for a complete list of coverage details and limitations.</p>"},"1625":{"id":"t2-presidents-day-tristate","ariaLabel":"t2-presidents-day-tristate","title":"Disclaimer","description":"<p>Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.
3600Awards based on 2025 model year.&nbsp;</p>\n"},"1618":{"id":"2026-maverick-lobo-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lobo<sup>™</sup> model shown.</p>\n"},"1619":{"id":"as-shown-price-max-king-ranch-updates-expedition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $88,355.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition® MAX King Ranch® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1620":{"id":"DiscBroncoMDP2026AsShownBadlands","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,975.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands model shown in Avalanche Gray.3612Awards based on 2025 model year.&nbsp;</p>\n"},"1626":{"id":"2026-maverick-lobo-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lobo<sup>™</sup> model shown.</p>\n"},"1627":{"id":"as-shown-price-max-king-ranch-updates-expedition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $88,355.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition® MAX King Ranch® model with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1628":{"id":"DiscBroncoMDP2026AsShownBadlands","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,975.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Badlands model shown in Avalanche Gray.
3601Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1621":{"id":"see-owners-manual-e-transit","ariaLabel":"","title":"*","description":"<p>*See Owner's Manual for important operating instructions.</p>\n"},"1622":{"id":"2024-ford-edge-st-suv","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Edge® ST SUV with extra-cost color shown.</p>\n"},"1623":{"id":"MaxTowing","ariaLabel":"","title":"*","description":"<p>*When properly equipped.3613Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1629":{"id":"see-owners-manual-e-transit","ariaLabel":"","title":"*","description":"<p>*See Owner's Manual for important operating instructions.</p>\n"},"1630":{"id":"2024-ford-edge-st-suv","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Edge® ST SUV with extra-cost color shown.</p>\n"},"1631":{"id":"MaxTowing","ariaLabel":"","title":"*","description":"<p>*When properly equipped.
3602Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1624":{"id":"Expedition Active 2026 1","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $63,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> Active model with extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1625":{"id":"ecoboost-engine-disclaimer","ariaLabel":"","title":"*","description":"<p>*On models with 1.5L EcoBoost<sup>®</sup> engine.</p>\n"},"1626":{"id":"DiscBroncoMDP2026AsShownOuter","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,175.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Outer Banks model shown in Marsh Gray.3614Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1632":{"id":"Expedition Active 2026 1","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $63,195.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Expedition<sup>®</sup> Active model with extra-cost color option shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1633":{"id":"ecoboost-engine-disclaimer","ariaLabel":"","title":"*","description":"<p>*On models with 1.5L EcoBoost<sup>®</sup> engine.</p>\n"},"1634":{"id":"DiscBroncoMDP2026AsShownOuter","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,175.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Outer Banks model shown in Marsh Gray.
3603Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1627":{"id":"disc-ford-test-data","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.3615Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1635":{"id":"disc-ford-test-data","ariaLabel":"","title":"**","description":"<p>**Ford test data based on typical industry methodology using 1-ft rollout.
3604Your results may vary.</p>\n"},"1628":{"id":"billboard-sd-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $96,830<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>. 2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Crew Cab King Ranch<sup>®</sup>, 4x4, DRW, with available 6.7L High Output Diesel engine and Chrome Appearance Package and Gooseneck Dual Hitch kit.</p>\n"},"1629":{"id":"bronco-sport-big-bend-nhtsa-bfn","ariaLabel":"","title":"Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and extra-cost color option shown.3616Your results may vary.</p>\n"},"1636":{"id":"billboard-sd-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $96,830<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>. 2025 Ford Super Duty<sup>®</sup> F-450<sup>®</sup> Crew Cab King Ranch<sup>®</sup>, 4x4, DRW, with available 6.7L High Output Diesel engine and Chrome Appearance Package and Gooseneck Dual Hitch kit.</p>\n"},"1637":{"id":"bronco-sport-big-bend-nhtsa-bfn","ariaLabel":"","title":"Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and extra-cost color option shown.
3605Government 5-Star Safety Ratings are part of the NHTSA’s New Car Assessment Program (www.nhtsa.gov).</p>\n"},"1630":{"id":"Escape2026GlobalDisc11","ariaLabel":"","title":"*","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.3617Government 5-Star Safety Ratings are part of the NHTSA’s New Car Assessment Program (www.nhtsa.gov).</p>\n"},"1638":{"id":"Escape2026GlobalDisc11","ariaLabel":"","title":"*","description":"<p>Equipped vehicles require modem activation and a Connected Navigation service plan.
3607Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.&nbsp;</p>\n"},"1631":{"id":"sports-cars-with-available-300-hp-disclaimer","ariaLabel":"","title":"†","description":"<p>†Class is High-Powered Sports Cars with available 300+ HP.3619Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.&nbsp;</p>\n"},"1639":{"id":"sports-cars-with-available-300-hp-disclaimer","ariaLabel":"","title":"†","description":"<p>†Class is High-Powered Sports Cars with available 300+ HP.
3611See Owner’s Manual for information on use.</p>\n"},"1632":{"id":"internal-testing-optional-summer-tires","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Based on internal testing with optional summer tires.</p>\n"},"1633":{"id":"bronze-exterior-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Exterior Graphics</p>\n"},"1634":{"id":"expedition-tremor-media-launch-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"1635":{"id":"fp700s-hood-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Hood Decal</p>\n<p>Tying the package together is an FP700S Hood Decal that sits front and center.3623See Owner’s Manual for information on use.</p>\n"},"1640":{"id":"internal-testing-optional-summer-tires","ariaLabel":"","title":"†","description":"<p><sup>†</sup>Based on internal testing with optional summer tires.</p>\n"},"1641":{"id":"bronze-exterior-graphics-fcg","ariaLabel":"","title":"Image Details","description":"<p>Bronze Exterior Graphics</p>\n"},"1642":{"id":"expedition-tremor-media-launch-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Actual EXPEDITION hood lettering on the Tremor is in all black with no electric spice outline.</p>\n"},"1643":{"id":"fp700s-hood-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Hood Decal</p>\n<p>Tying the package together is an FP700S Hood Decal that sits front and center.
3612Black and white hug the lines and hammer down the visuals of this boosted build.</p>\n"},"1636":{"id":"image details pick up","ariaLabel":"","title":"Image Details","description":"<p>2024 Expedition Limited 302A High Package.</p>\n"},"1637":{"id":"bronco-sport-off-road-pavement-weekday-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup>&nbsp;Badlands&nbsp;model with available Sasquatch<sup>®</sup>&nbsp;Package, optional equipment and extra-cost color shown.3624Black and white hug the lines and hammer down the visuals of this boosted build.</p>\n"},"1644":{"id":"image details pick up","ariaLabel":"","title":"Image Details","description":"<p>2024 Expedition Limited 302A High Package.</p>\n"},"1645":{"id":"bronco-sport-off-road-pavement-weekday-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Ford Bronco Sport<sup>®</sup>&nbsp;Badlands&nbsp;model with available Sasquatch<sup>®</sup>&nbsp;Package, optional equipment and extra-cost color shown.
3613Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1638":{"id":"ForOptimalPerformance","ariaLabel":"","title":"*","description":"<p>*For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1639":{"id":"2026-us-bronco-sport-heritage-1","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $34,390.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Heritage model shown with extra-cost color option shown.</p>\n"},"1640":{"id":"image-details-2026-f-150-platinum","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.</p>\n"},"1641":{"id":"DiscF1502026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1642":{"id":"sd-carousel-target","ariaLabel":"","title":"Important Details","description":"<p>When properly equipped.3625Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1646":{"id":"ForOptimalPerformance","ariaLabel":"","title":"*","description":"<p>*For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1647":{"id":"2026-us-bronco-sport-heritage-1","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $34,390.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Heritage model shown with extra-cost color option shown.</p>\n"},"1648":{"id":"image-details-2026-f-150-platinum","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.</p>\n"},"1649":{"id":"DiscF1502026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Front seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1650":{"id":"sd-carousel-target","ariaLabel":"","title":"Important Details","description":"<p>When properly equipped.
3614Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1643":{"id":"feature-varies-by-model","ariaLabel":"","title":"*","description":"<p>*Feature varies by model.</p>\n"},"1644":{"id":"velocity-blue-liftgate-letters","ariaLabel":"","title":"Image Details","description":"<p>Velocity Blue Liftgate Letters</p>\n<p>Make your exit unforgettable with Velocity Blue liftgate letters that leave an impression.3626Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1651":{"id":"feature-varies-by-model","ariaLabel":"","title":"*","description":"<p>*Feature varies by model.</p>\n"},"1652":{"id":"velocity-blue-liftgate-letters","ariaLabel":"","title":"Image Details","description":"<p>Velocity Blue Liftgate Letters</p>\n<p>Make your exit unforgettable with Velocity Blue liftgate letters that leave an impression.
3615The factory finish of this modification will stand the test of time, just like the original icons the package represents.</p>\n"},"1645":{"id":"disclosure-towing-maverick","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with available Max Trailer Tow Package.3627The factory finish of this modification will stand the test of time, just like the original icons the package represents.</p>\n"},"1653":{"id":"disclosure-towing-maverick","ariaLabel":"","title":"*","description":"<p>*Max towing on AWD models with available Max Trailer Tow Package.
3618Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1646":{"id":"DiscBehindTheFirst-rowSeats","ariaLabel":"","title":"*","description":"<p>*Behind the first-row seats with the second- and third-row seats folded flat.</p>\n"},"1647":{"id":"t2-a250-img-detail-ranger","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<b><sup>®</sup></b> Raptor<b><sup>®</sup></b> model with extra-cost color option shown.3630Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1654":{"id":"DiscBehindTheFirst-rowSeats","ariaLabel":"","title":"*","description":"<p>*Behind the first-row seats with the second- and third-row seats folded flat.</p>\n"},"1655":{"id":"t2-a250-img-detail-ranger","ariaLabel":"","title":"Image Details","description":"<p>2026 Ranger<b><sup>®</sup></b> Raptor<b><sup>®</sup></b> model with extra-cost color option shown.
3619Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<b></b></p>\n"},"1648":{"id":"target-low-millage-ford-credit","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit<sup>®</sup> Red Carpet Lease<sup>®</sup>.3631Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.<b></b></p>\n"},"1656":{"id":"target-low-millage-ford-credit","ariaLabel":"","title":"*","description":"<p>*Not all buyers will qualify for low-mileage Ford Credit<sup>®</sup> Red Carpet Lease<sup>®</sup>.
3628See your dealer for a complete list of coverage details and limitations.</p>\n"},"1649":{"id":"image-details-2026-f-150-raptor-r-2","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150® Raptor® R™ model with extra-cost color option shown.</p>\n"},"1650":{"id":"interior-vent-accent-overlays","ariaLabel":"","title":"Image Details","description":"<p>Interior Vent Accent Overlays</p>\n<p>Bring the boldness inside with standout Velocity Blue vent accents that are as stylish as they are functional.3640See your dealer for a complete list of coverage details and limitations.</p>\n"},"1657":{"id":"image-details-2026-f-150-raptor-r-2","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150® Raptor® R™ model with extra-cost color option shown.</p>\n"},"1658":{"id":"interior-vent-accent-overlays","ariaLabel":"","title":"Image Details","description":"<p>Interior Vent Accent Overlays</p>\n<p>Bring the boldness inside with standout Velocity Blue vent accents that are as stylish as they are functional.
3629Vibrant outlines accent the dash and make airflow adjustments easy.</p>\n"},"1651":{"id":"maxpayloadmaverick2025","ariaLabel":"","title":"Important Details","description":"<p>Max payload varies based on accessories and vehicle configuration.3641Vibrant outlines accent the dash and make airflow adjustments easy.</p>\n"},"1659":{"id":"maxpayloadmaverick2025","ariaLabel":"","title":"Important Details","description":"<p>Max payload varies based on accessories and vehicle configuration.
3635Not all vehicles qualify for A/X/Z Plan.</p>\n"},"1652":{"id":"cpo-rtm-truck-audiences-4-vhp-f150-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1653":{"id":"smoked-ford-oval-fcg","ariaLabel":"","title":"Image Details","description":"<p>Smoked Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage — 122 years of Ford iconic cool, to be exact.3647Not all vehicles qualify for A/X/Z Plan.</p>\n"},"1660":{"id":"cpo-rtm-truck-audiences-4-vhp-f150-2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1661":{"id":"smoked-ford-oval-fcg","ariaLabel":"","title":"Image Details","description":"<p>Smoked Ford Oval</p>\n<p>Seal your Bronco with a touch of stealth and a whole lot of heritage — 122 years of Ford iconic cool, to be exact.
3636A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"1654":{"id":"t2-owner-ford-pass-app","ariaLabel":"","title":"*","description":"<p>*Vehicle Health Alerts require SYNC® 3 version 2.0 or higher and a data connection via a mobile device or an activated vehicle modem.3648A blacked-out Blue Oval modifies the appeal without toning down the pride.</p>\n"},"1662":{"id":"t2-owner-ford-pass-app","ariaLabel":"","title":"*","description":"<p>*Vehicle Health Alerts require SYNC® 3 version 2.0 or higher and a data connection via a mobile device or an activated vehicle modem.
3637See SYNC interface, a dealer, or a Customer Experience Specialist for more information.</p>\n"},"1655":{"id":"based-on-2024-cy","ariaLabel":"","title":"**","description":"<p>**Based on 2024 CY industry-reported total sales.</p>\n"},"1656":{"id":"Sell down disclaimer","ariaLabel":"","title":"*","description":"<p>*Retail customer cash offer of $7,000 Retail Customer Cash (PGM #11610).3649See SYNC interface, a dealer, or a Customer Experience Specialist for more information.</p>\n"},"1663":{"id":"based-on-2024-cy","ariaLabel":"","title":"**","description":"<p>**Based on 2024 CY industry-reported total sales.</p>\n"},"1664":{"id":"Sell down disclaimer","ariaLabel":"","title":"*","description":"<p>*Retail customer cash offer of $7,000 Retail Customer Cash (PGM #11610).
3641See dealer for details.<br></p>"},"1657":{"id":"T2-compare-ranger-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XL model with STX<sup>®</sup> Appearance Package shown.</p>\n<p>North American Truck of the Year<sup>™</sup> is a trademark of North American Car and Truck of the Year<sup>™</sup> Corporation used under license by Ford.</p>\n"},"1658":{"id":"disclaimer specs 2","ariaLabel":"","title":"**","description":"<p>**Hybrid engine.3653See dealer for details.<br></p>"},"1665":{"id":"T2-compare-ranger-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> XL model with STX<sup>®</sup> Appearance Package shown.</p>\n<p>North American Truck of the Year<sup>™</sup> is a trademark of North American Car and Truck of the Year<sup>™</sup> Corporation used under license by Ford.</p>\n"},"1666":{"id":"disclaimer specs 2","ariaLabel":"","title":"**","description":"<p>**Hybrid engine.
3642Actual mileage will vary.</p>\n"},"1659":{"id":"RSF mosaic gallery mustang 26 1","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> in Orange Fury extra-cost color shown.&nbsp;</p>\n"},"1660":{"id":"bluecruise-trial-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>Available feature on BlueCruise-equipped vehicles.3654Actual mileage will vary.</p>\n"},"1667":{"id":"RSF mosaic gallery mustang 26 1","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> in Orange Fury extra-cost color shown.&nbsp;</p>\n"},"1668":{"id":"bluecruise-trial-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>Available feature on BlueCruise-equipped vehicles.
3645See&nbsp;<a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a>&nbsp;for more details on available plans and hands-free models.</p>\n"},"1661":{"id":"DampingSuspension2","ariaLabel":"","title":"**","description":"<p>**Continuously controlled damping can provide some protection against jarring impact and costly wheel and tire repairs from road imperfections.</p>\n"},"1662":{"id":"disclaimer-for-more-information-visit-kelley-blue-book","ariaLabel":"","title":"Disclaimer","description":"<p>For more information, visit Kelley Blue Book's <a href=\"https://www.kbb.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;}}\">KBB.com</a>.3657See&nbsp;<a href=\"https://www.ford.com/technology/bluecruise/\">ford.com/bluecruise</a>&nbsp;for more details on available plans and hands-free models.</p>\n"},"1669":{"id":"DampingSuspension2","ariaLabel":"","title":"**","description":"<p>**Continuously controlled damping can provide some protection against jarring impact and costly wheel and tire repairs from road imperfections.</p>\n"},"1670":{"id":"disclaimer-for-more-information-visit-kelley-blue-book","ariaLabel":"","title":"Disclaimer","description":"<p>For more information, visit Kelley Blue Book's <a href=\"https://www.kbb.com\" target=\"_blank\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com&quot;,&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;}}\">KBB.com</a>.
3646Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1663":{"id":"charge-time-based-on-manufacturer-tests-disc","ariaLabel":"","title":"*","description":"<p>*Charge time based on manufacturer tests.3658Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1671":{"id":"charge-time-based-on-manufacturer-tests-disc","ariaLabel":"","title":"*","description":"<p>*Charge time based on manufacturer tests.
3648Your results may vary based on peak charging times, battery state of charge, lithium ion battery age, and state of health.</p>\n"},"1664":{"id":"t2-hawaii-bronco-badlands","ariaLabel":"t2-hawaii-bronco-badlands","title":"Disclaimer","description":"<p>2025 Ford Bronco® Badlands® model with optional equipment and available Ford Accessories shown.3660Your results may vary based on peak charging times, battery state of charge, lithium ion battery age, and state of health.</p>\n"},"1672":{"id":"t2-hawaii-bronco-badlands","ariaLabel":"t2-hawaii-bronco-badlands","title":"Disclaimer","description":"<p>2025 Ford Bronco® Badlands® model with optional equipment and available Ford Accessories shown.
3653All rights reserved.</p>\n"},"1665":{"id":"Banner disclosure","ariaLabel":"","title":"*","description":"<p>*Based on full charge.3665All rights reserved.</p>\n"},"1673":{"id":"Banner disclosure","ariaLabel":"","title":"*","description":"<p>*Based on full charge.
3656Final EPA-estimated ratings available in December 2025.</p>\n"},"1666":{"id":"t2-yese-nor-cal-f150","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.3668Final EPA-estimated ratings available in December 2025.</p>\n"},"1674":{"id":"t2-yese-nor-cal-f150","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150® Platinum® Plus model with optional equipment and extra-cost color option shown. © 2025 Ford Motor Company.
3658All rights reserved.</p>\n"},"1667":{"id":"sync-technology-disclaimer","ariaLabel":"","title":"*","description":"<p>*Requires SYNC<sup>®</sup> 4 Technology or Ford Connectivity Package or Wi-Fi<sup>®</sup> network.3670All rights reserved.</p>\n"},"1675":{"id":"sync-technology-disclaimer","ariaLabel":"","title":"*","description":"<p>*Requires SYNC<sup>®</sup> 4 Technology or Ford Connectivity Package or Wi-Fi<sup>®</sup> network.
3659Vehicle must be in park.</p>\n"},"1668":{"id":"based-on-sandp-global-mobility","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility CYE 2023 US Light Vehicle Production data.</p>\n"},"1669":{"id":"maximum-power-available-limited-combined-total-of-all-items","ariaLabel":"","title":"*","description":"<p>*Maximum power available is limited to the combined total of all items in use.3671Vehicle must be in park.</p>\n"},"1676":{"id":"based-on-sandp-global-mobility","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility CYE 2023 US Light Vehicle Production data.</p>\n"},"1677":{"id":"maximum-power-available-limited-combined-total-of-all-items","ariaLabel":"","title":"*","description":"<p>*Maximum power available is limited to the combined total of all items in use.
3662See Owner’s Manual for important operating instructions.</p>\n"},"1670":{"id":"t2-veterans-day-billboard","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).3674See Owner’s Manual for important operating instructions.</p>\n"},"1678":{"id":"t2-veterans-day-billboard","ariaLabel":"","title":"*","description":"<p>*First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).
3675Offers are subject to confirmation of eligibility.</p>\n"},"1671":{"id":"disclosure-towing-power","ariaLabel":"","title":"*","description":"<p>When properly equipped.3687Offers are subject to confirmation of eligibility.</p>\n"},"1679":{"id":"disclosure-towing-power","ariaLabel":"","title":"*","description":"<p>When properly equipped.
3677Optional equipment and extra-cost color option shown.</p>\n"},"1672":{"id":"as-shown-price-2026-nautilus-reserve-model","ariaLabel":"","title":"As Shown Price","description":"<p>Current as shown price $68,050.00.<br>\n2026 Lincoln Nautilus<sup>®</sup> Reserve model shown with available features.3689Optional equipment and extra-cost color option shown.</p>\n"},"1680":{"id":"as-shown-price-2026-nautilus-reserve-model","ariaLabel":"","title":"As Shown Price","description":"<p>Current as shown price $68,050.00.<br>\n2026 Lincoln Nautilus<sup>®</sup> Reserve model shown with available features.
3678MSRP, title, taxes and registration fees extra.</p>\n"},"1673":{"id":"eligible-vehicle-and-second-row","ariaLabel":"","title":"*","description":"<p>Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.3690MSRP, title, taxes and registration fees extra.</p>\n"},"1681":{"id":"eligible-vehicle-and-second-row","ariaLabel":"","title":"*","description":"<p>Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.
3682Terms apply.</p>\n"},"1674":{"id":"2025-expedition-ready-set-ford-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$81,350<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown throughout.3694Terms apply.</p>\n"},"1682":{"id":"2025-expedition-ready-set-ford-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$81,350<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>.&nbsp;2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional equipment and available Ford Accessories shown throughout.
3685Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1675":{"id":"CargoImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1676":{"id":"offered-up-to-5-years-disclaimer","ariaLabel":"","title":"†","description":"<p>†Offered up to 5 years after purchase or 60,000 miles, whichever comes first.</p>\n"},"1677":{"id":"rsf-v2-c2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> shown.3697Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1683":{"id":"CargoImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1684":{"id":"offered-up-to-5-years-disclaimer","ariaLabel":"","title":"†","description":"<p>†Offered up to 5 years after purchase or 60,000 miles, whichever comes first.</p>\n"},"1685":{"id":"rsf-v2-c2","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> shown.
3686See Owner's Manual for important operating instructions.</p>\n"},"1678":{"id":"Home Power Management","ariaLabel":"","title":"*","description":"<p>*Estimated savings based on drivers charging at home only during off peak hours of 10pm to 1pm the next day, TXU energy charges, and average annual electricity consumed during home charging in 2024.</p>\n"},"1679":{"id":"2025broncosportoptionalequipment","ariaLabel":"","title":"Important Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and available Ford Accessories shown.</p>\n<p>Price as shown $32,814 (Includes destination and delivery charges.) Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.3698See Owner's Manual for important operating instructions.</p>\n"},"1686":{"id":"Home Power Management","ariaLabel":"","title":"*","description":"<p>*Estimated savings based on drivers charging at home only during off peak hours of 10pm to 1pm the next day, TXU energy charges, and average annual electricity consumed during home charging in 2024.</p>\n"},"1687":{"id":"2025broncosportoptionalequipment","ariaLabel":"","title":"Important Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with optional equipment and available Ford Accessories shown.</p>\n<p>Price as shown $32,814 (Includes destination and delivery charges.) Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
3690Not all vehicles qualify for A/X/Z Plan.</p>\n"},"1680":{"id":"t2-h2h-2026-f150-billboard","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1681":{"id":"ready-set-ford-adventure-ranger-lariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1682":{"id":"cargoandloadcapacitylimited","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1683":{"id":"2026-attribute-bar-disclaimer-mach-e-vhp","ariaLabel":"","title":"*","description":"<p>*On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT™ Performance Upgrade.3702Not all vehicles qualify for A/X/Z Plan.</p>\n"},"1688":{"id":"t2-h2h-2026-f150-billboard","ariaLabel":"Image Details","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1689":{"id":"ready-set-ford-adventure-ranger-lariat","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1690":{"id":"cargoandloadcapacitylimited","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1691":{"id":"2026-attribute-bar-disclaimer-mach-e-vhp","ariaLabel":"","title":"*","description":"<p>*On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT™ Performance Upgrade.
3691Based on internal testing with optional summer tires.</p>\n"},"1684":{"id":"Maverick2026MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with FWD 2.0L engine and FWD 2.5L hybrid engine.3703Based on internal testing with optional summer tires.</p>\n"},"1692":{"id":"Maverick2026MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with FWD 2.0L engine and FWD 2.5L hybrid engine.
3695Always properly secure cargo.</p>\n"},"1685":{"id":"ford-charge-station-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new Ford F-150 Lightning<sup>®</sup> pickup, Mustang Mach-E<sup>®</sup> SUV, or E-Transit™ Cargo Van from a participating Ford Dealer between 10/1/2024 and 1/2/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation or (b) $2,000 bonus cash.3707Always properly secure cargo.</p>\n"},"1693":{"id":"ford-charge-station-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new Ford F-150 Lightning<sup>®</sup> pickup, Mustang Mach-E<sup>®</sup> SUV, or E-Transit™ Cargo Van from a participating Ford Dealer between 10/1/2024 and 1/2/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation or (b) $2,000 bonus cash.
3701See your Ford Dealer for details and terms.</p>\n"},"1686":{"id":"epa-tailpipe-rating-disc-2","ariaLabel":"","title":"**","description":"<p>**Based on EPA tailpipe rating.</p>\n"},"1687":{"id":"must-purchase-or-lease-disclosure","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.3713See your Ford Dealer for details and terms.</p>\n"},"1694":{"id":"epa-tailpipe-rating-disc-2","ariaLabel":"","title":"**","description":"<p>**Based on EPA tailpipe rating.</p>\n"},"1695":{"id":"must-purchase-or-lease-disclosure","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a 2024 or 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, or E-Transit<sup>®</sup> Cargo Van from a Ford dealer between 1/3/2025 and 3/31/2025 to be eligible to receive (a) one (1) complimentary Ford Charge Station Pro (Ford charger model may vary based on availability) with complimentary home installation (excludes permitting costs and fees, if applicable), or (b) $500 bonus cash.
3707See your Ford dealer for details and terms.</p>\n"},"1688":{"id":"buy-mustang-disclaimer-prototype","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.3719See your Ford dealer for details and terms.</p>\n"},"1696":{"id":"buy-mustang-disclaimer-prototype","ariaLabel":"","title":"Image Details","description":"<p>Prototype vehicle shown.
3708Actual production vehicle may vary.</p>\n"},"1689":{"id":"simulated2026fordexplorermodelswithavailablefeatures","ariaLabel":"","title":"Video Details","description":"<p>Simulated 2026 Ford Explorer models with available features and extra cost color options shown throughout.</p>\n"},"1690":{"id":"bfn-summer-sales-image-details-f150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"1691":{"id":"rangerxl-safety-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Always wear your safety belt and secure children in the rear seat.</p>"},"1692":{"id":"purpose-built-prototype-modified-for-racing","ariaLabel":"","title":"Image Details","description":"<p>Purpose-built prototype model shown, modified for racing.3720Actual production vehicle may vary.</p>\n"},"1697":{"id":"simulated2026fordexplorermodelswithavailablefeatures","ariaLabel":"","title":"Video Details","description":"<p>Simulated 2026 Ford Explorer models with available features and extra cost color options shown throughout.</p>\n"},"1698":{"id":"bfn-summer-sales-image-details-f150","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford F-150<sup>®</sup> XLT model with optional equipment shown.</p>\n"},"1699":{"id":"rangerxl-safety-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Always wear your safety belt and secure children in the rear seat.</p>"},"1700":{"id":"purpose-built-prototype-modified-for-racing","ariaLabel":"","title":"Image Details","description":"<p>Purpose-built prototype model shown, modified for racing.
3711Do not attempt.</p>\n"},"1693":{"id":"t2-compare-super-duty-6b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Don’t drive while distracted.3723Do not attempt.</p>\n"},"1701":{"id":"t2-compare-super-duty-6b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Don’t drive while distracted.
3712See Owner’s Manual for details and system limitations.</p>\n"},"1694":{"id":"T350HighRoof","ariaLabel":"","title":"*","description":"<p>*T-350 High Roof - Extended Length, Passenger Van (15 passenger).3724See Owner’s Manual for details and system limitations.</p>\n"},"1702":{"id":"T350HighRoof","ariaLabel":"","title":"*","description":"<p>*T-350 High Roof - Extended Length, Passenger Van (15 passenger).
3715Always properly secure cargo.</p>\n"},"1695":{"id":"image-details-max-towing-of-13500-f150","ariaLabel":"","title":"Image Details","description":"<p>Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.3727Always properly secure cargo.</p>\n"},"1703":{"id":"image-details-max-towing-of-13500-f150","ariaLabel":"","title":"Image Details","description":"<p>Max towing of 13,500 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
3719Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1696":{"id":"2026 Super Duty F450 Regular Cab","ariaLabel":"","title":"As shown pricing","description":"<p>As shown $60,830.<sup>8</sup></p>\n<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> Regular Cab XL DRW with available 6.7L High Output diesel engine and F-450<sup>®</sup> High Capacity Gooseneck Tow Package.</p>\n<p>Based on 1977–2024 CY industry-reported total sales.</p>\n<p>When properly equipped.3731Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1704":{"id":"2026 Super Duty F450 Regular Cab","ariaLabel":"","title":"As shown pricing","description":"<p>As shown $60,830.<sup>8</sup></p>\n<p>2026 Super Duty<sup>®</sup> F-450<sup>®</sup> Regular Cab XL DRW with available 6.7L High Output diesel engine and F-450<sup>®</sup> High Capacity Gooseneck Tow Package.</p>\n<p>Based on 1977–2024 CY industry-reported total sales.</p>\n<p>When properly equipped.
3720Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1697":{"id":"DisclosureDarkHorseCoupe","ariaLabel":"","title":"*","description":"<p>*Not available on the 2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> coupe.</p>\n"},"1698":{"id":"basedonmanufacturertesting","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on manufacturer testing using computer engineering simulations.3732Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1705":{"id":"DisclosureDarkHorseCoupe","ariaLabel":"","title":"*","description":"<p>*Not available on the 2025 Mustang<sup>®</sup> Dark Horse<sup>™</sup> coupe.</p>\n"},"1706":{"id":"basedonmanufacturertesting","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on manufacturer testing using computer engineering simulations.
3722Your results may vary.</p>\n"},"1699":{"id":"imagedetails2025bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.3734Your results may vary.</p>\n"},"1707":{"id":"imagedetails2025bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.
3724See your Owner’s Manual for detailed information.</p>\n"},"1700":{"id":"must-purchase-or-lease-going-electric-page","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 4/1/2026 and 7/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.3736See your Owner’s Manual for detailed information.</p>\n"},"1708":{"id":"must-purchase-or-lease-going-electric-page","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 4/1/2026 and 7/6/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
3731See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1701":{"id":"based-on-2021-2024-cy","ariaLabel":"","title":"*","description":"<p>*Based on 2021–2024 CY industry-reported total sales.</p>\n"},"1702":{"id":"broncosportouterbanksoptionalequipmentaccessoriescolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"1703":{"id":"CoastalDisclaimer6","ariaLabel":"","title":"Image Details","description":"<p>Bronco Tube Door Kit</p>\n<p>These tube doors add a rugged, open-air look to the Bronco.3743See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1709":{"id":"based-on-2021-2024-cy","ariaLabel":"","title":"*","description":"<p>*Based on 2021–2024 CY industry-reported total sales.</p>\n"},"1710":{"id":"broncosportouterbanksoptionalequipmentaccessoriescolor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment, available Ford Accessories and extra-cost color option shown.</p>\n"},"1711":{"id":"CoastalDisclaimer6","ariaLabel":"","title":"Image Details","description":"<p>Bronco Tube Door Kit</p>\n<p>These tube doors add a rugged, open-air look to the Bronco.
3732Their lightweight design enhances visibility and airflow while maintaining a durable, trail-ready appearance.</p>\n"},"1704":{"id":"complimentary-2-year-maintenance-plan-available","ariaLabel":"","title":"*","description":"<p>*Complimentary 2-year Maintenance Plan available on select Ford vehicles.3744Their lightweight design enhances visibility and airflow while maintaining a durable, trail-ready appearance.</p>\n"},"1712":{"id":"complimentary-2-year-maintenance-plan-available","ariaLabel":"","title":"*","description":"<p>*Complimentary 2-year Maintenance Plan available on select Ford vehicles.
3735See your dealer for a complete list of coverage details and limitations.</p>\n"},"1705":{"id":"horsepower-sae-j1349-reskin","ariaLabel":"","title":"†","description":"<p>†Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.3747See your dealer for a complete list of coverage details and limitations.</p>\n"},"1713":{"id":"horsepower-sae-j1349-reskin","ariaLabel":"","title":"†","description":"<p>†Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
3736Your results may vary</p>\n"},"1706":{"id":"T2-compare-maverick-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XL model shown.</p>\n"},"1707":{"id":"features-availability-super-duty","ariaLabel":"","title":"*","description":"<p>*Features availability varies by model.</p>\n"},"1708":{"id":"T2-compare-lightning-4b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.3748Your results may vary</p>\n"},"1714":{"id":"T2-compare-maverick-1a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> XL model shown.</p>\n"},"1715":{"id":"features-availability-super-duty","ariaLabel":"","title":"*","description":"<p>*Features availability varies by model.</p>\n"},"1716":{"id":"T2-compare-lightning-4b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3739See Owner’s Manual for details and limitations.</p>\n"},"1709":{"id":"2026-mustang-mach-e-gt-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color shown.</p>\n"},"1710":{"id":"t2-yese-000","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.3751See Owner’s Manual for details and limitations.</p>\n"},"1717":{"id":"2026-mustang-mach-e-gt-optional-extra-color","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color shown.</p>\n"},"1718":{"id":"t2-yese-000","ariaLabel":"","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
3747See dealer for qualifications and complete details.</p>\n"},"1711":{"id":"2026 US Super Duty Performance 2","ariaLabel":"","title":"*","description":"<p>*Max 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.3759See dealer for qualifications and complete details.</p>\n"},"1719":{"id":"2026 US Super Duty Performance 2","ariaLabel":"","title":"*","description":"<p>*Max 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
3753Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1712":{"id":"T2-compare-escape-4a","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.</p>\n"},"1713":{"id":"sirius-disclaimer-siriusxm-with-360l-3-year-plan","ariaLabel":"","title":"*","description":"<p>*SiriusXM with 360L (3-year plan), also referred to as an Extended Service subscription plan by SiriusXM, if included with your newly purchased or leased vehicle will stop at the end of the subscription period unless you decide to continue service.3765Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1720":{"id":"T2-compare-escape-4a","ariaLabel":"","title":"Image Details","description":"<p>Extra-cost color option shown.</p>\n"},"1721":{"id":"sirius-disclaimer-siriusxm-with-360l-3-year-plan","ariaLabel":"","title":"*","description":"<p>*SiriusXM with 360L (3-year plan), also referred to as an Extended Service subscription plan by SiriusXM, if included with your newly purchased or leased vehicle will stop at the end of the subscription period unless you decide to continue service.
3763SiriusXM and related logos are trademarks of Sirius XM Radio LLC and its respective subsidiaries.</p>"},"1714":{"id":"cargo-space-mach-e-disclaimer","ariaLabel":"","title":"*","description":"<p>*Premium model shown with maximum cargo space of 59.1 cu.-ft when properly equipped.3775SiriusXM and related logos are trademarks of Sirius XM Radio LLC and its respective subsidiaries.</p>"},"1722":{"id":"cargo-space-mach-e-disclaimer","ariaLabel":"","title":"*","description":"<p>*Premium model shown with maximum cargo space of 59.1 cu.-ft when properly equipped.
3764Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1715":{"id":"disclosure-closed-course","ariaLabel":"","title":"*","description":"<p>*Closed-course use only.</p>\n"},"1716":{"id":"assumes98kwhuseperday","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.3776Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1723":{"id":"disclosure-closed-course","ariaLabel":"","title":"*","description":"<p>*Closed-course use only.</p>\n"},"1724":{"id":"assumes98kwhuseperday","ariaLabel":"","title":"*","description":"<p><sup>*</sup>See Owner’s Manual for important operating instructions.
3766Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"1717":{"id":"2026 bronco target carrusel 3","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Ranger<sup>®</sup> XLT model with optional equipment shown.3778Use SYNC<sup>®</sup> touchscreen to evaluate your individual Pro Power Onboard use and set a reserve driving range.</p>\n"},"1725":{"id":"2026 bronco target carrusel 3","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Ranger<sup>®</sup> XLT model with optional equipment shown.
3768Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1718":{"id":"black-lug-nuts-dark-trail-package-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nuts</p>\n<p>Blend in but don't back down.3780Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1726":{"id":"black-lug-nuts-dark-trail-package-fcg","ariaLabel":"","title":"Image Details","description":"<p>Black Lug Nuts</p>\n<p>Blend in but don't back down.
3770The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"1719":{"id":"rsf-video-details-ex-id-3441-1","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.3782The smallest details matter, and this essential set of hardware holds fast without compromising on looks.</p>\n"},"1727":{"id":"rsf-video-details-ex-id-3441-1","ariaLabel":"","title":"Video Details","description":"<p>Preproduction model shown.
3772Available Fall 2026. 2027 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XLT model with available Super Duty Carhartt<sup>®</sup> Package, optional equipment and extra cost-color option shown.</p>\n"},"1720":{"id":"T2-compare-maverick-6b","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford in model-year 2024.3784Available Fall 2026. 2027 Ford Super Duty<sup>®</sup> F-250<sup>®</sup> XLT model with available Super Duty Carhartt<sup>®</sup> Package, optional equipment and extra cost-color option shown.</p>\n"},"1728":{"id":"T2-compare-maverick-6b","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility manufacturer new-to-new household loyalty methodology and truck segments, Ford trucks had the greatest percentage of owners who returned to market and purchased or leased another Ford in model-year 2024.
3773Includes all models with RTM population greater than 1,000.</p>\n"},"1721":{"id":"plug-in-hybrid-opt-equip","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape Plug-in Hybrid model with optional equipment and extra-cost color shown.</p>\n"},"1722":{"id":"available-on-the-2024-mustang-mach-e-rally","ariaLabel":"","title":"**","description":"<p>**Available on the 2024 Mustang Mach-E Rally</p>\n"},"1723":{"id":"as-shown-price-active-trim","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $40,585.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Explorer<sup>®</sup> Active model shown.3785Includes all models with RTM population greater than 1,000.</p>\n"},"1729":{"id":"plug-in-hybrid-opt-equip","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape Plug-in Hybrid model with optional equipment and extra-cost color shown.</p>\n"},"1730":{"id":"available-on-the-2024-mustang-mach-e-rally","ariaLabel":"","title":"**","description":"<p>**Available on the 2024 Mustang Mach-E Rally</p>\n"},"1731":{"id":"as-shown-price-active-trim","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $40,585.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Explorer<sup>®</sup> Active model shown.
3774Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1724":{"id":"DiscBroncoMDP2026AsShownBase","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $40,495.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Base model shown in Shadow Black.3786Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1732":{"id":"DiscBroncoMDP2026AsShownBase","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $40,495.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Base model shown in Shadow Black.
3775Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1725":{"id":"as-shown-price-f150","ariaLabel":"","title":"As shown pricing","description":"<p>As Shown $54,620<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 F-150<sup>®</sup> XLT model with FX4<sup>®</sup> Off-Road Package and Tow/Haul Package* shown.</p>\n<p><sup>*When properly equipped.3787Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1733":{"id":"as-shown-price-f150","ariaLabel":"","title":"As shown pricing","description":"<p>As Shown $54,620<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 F-150<sup>®</sup> XLT model with FX4<sup>®</sup> Off-Road Package and Tow/Haul Package* shown.</p>\n<p><sup>*When properly equipped.
3776Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</sup></p>\n"},"1726":{"id":"important-details-mlb","ariaLabel":"","title":"Important Details","description":"<p>Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball.3788Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</sup></p>\n"},"1734":{"id":"important-details-mlb","ariaLabel":"","title":"Important Details","description":"<p>Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball.
3777Visit <u><a href=\"http://mlb.com/\">MLB.com</a></u> and <u><a href=\"http://milb.com/\">MiLB.com</a></u>.</p>\n"},"1727":{"id":"mach-e-gt-optional-equip-and-extra-cost-color-disc","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color.</p>\n"},"1728":{"id":"discolsure-bronco-sport-max-towing-capacity","ariaLabel":"","title":"**","description":"<p>**When properly equipped.3789Visit <u><a href=\"http://mlb.com/\">MLB.com</a></u> and <u><a href=\"http://milb.com/\">MiLB.com</a></u>.</p>\n"},"1735":{"id":"mach-e-gt-optional-equip-and-extra-cost-color-disc","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with optional equipment and extra-cost color.</p>\n"},"1736":{"id":"discolsure-bronco-sport-max-towing-capacity","ariaLabel":"","title":"**","description":"<p>**When properly equipped.
3778Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1729":{"id":"billboard-superduty-diclosure","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2024 CY industry-reported total.</p>\n"},"1730":{"id":"f150-lightning-bb-disclosure","ariaLabel":"","title":"Image Details","description":"<p>As shown price $XX,XXX<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> MODELNAME shown in COLORNAME (extra-cost color option) and OPTION.</p>\n"},"1731":{"id":"vehicle-disclaimer-target-f150","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option shown.3790Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1737":{"id":"billboard-superduty-diclosure","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2024 CY industry-reported total.</p>\n"},"1738":{"id":"f150-lightning-bb-disclosure","ariaLabel":"","title":"Image Details","description":"<p>As shown price $XX,XXX<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8 </sup>&nbsp;</p>\n<p>2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> MODELNAME shown in COLORNAME (extra-cost color option) and OPTION.</p>\n"},"1739":{"id":"vehicle-disclaimer-target-f150","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option shown.
3779Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1732":{"id":"max-payload-vhp-2026-f150","ariaLabel":"","title":"†","description":"<p>†Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.3791Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1740":{"id":"max-payload-vhp-2026-f150","ariaLabel":"","title":"†","description":"<p>†Max payload available on Crew Cab 6.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.
3782Always properly secure cargo.</p>\n"},"1733":{"id":"bfn-sse-bronco-sport-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p><b> </b>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment and available Ford Accessories shown.</p>\n"},"1734":{"id":"2025-escape-st-line-elite-image-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>®</sup> ST-Line Elite.</p>\n"},"1735":{"id":"2026 US Expedition 1","ariaLabel":"","title":"*","description":"<p>*4x2 model MPG listed.</p>\n"},"1736":{"id":"disclaimer2025escapetax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Escape<sup>®</sup> Plug-in Hybrid with optional equipment shown.</p>\n"},"1737":{"id":"tool tip faq","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup> or E-Transit<sup>®</sup> Cargo Van from a participating Ford dealer between 7/8/2025 and 9/30/2025 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.3794Always properly secure cargo.</p>\n"},"1741":{"id":"bfn-sse-bronco-sport-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p><b> </b>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> with optional equipment and available Ford Accessories shown.</p>\n"},"1742":{"id":"2025-escape-st-line-elite-image-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Escape<sup>®</sup> ST-Line Elite.</p>\n"},"1743":{"id":"2026 US Expedition 1","ariaLabel":"","title":"*","description":"<p>*4x2 model MPG listed.</p>\n"},"1744":{"id":"disclaimer2025escapetax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Escape<sup>®</sup> Plug-in Hybrid with optional equipment shown.</p>\n"},"1745":{"id":"tool tip faq","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup> or E-Transit<sup>®</sup> Cargo Van from a participating Ford dealer between 7/8/2025 and 9/30/2025 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $500 bonus cash.
3789See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1738":{"id":"bronco-raptor-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Raptor model with optional equipment and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1739":{"id":"eligible-vehicles-receive-expedition","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.3801See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1746":{"id":"bronco-raptor-image-details-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Raptor model with optional equipment and extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1747":{"id":"eligible-vehicles-receive-expedition","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.
3793Terms apply.</p>\n"},"1740":{"id":"imagedetailsperformance2025bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.3805Terms apply.</p>\n"},"1748":{"id":"imagedetailsperformance2025bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.
3794See your Owner’s Manual for detailed information.</p>\n"},"1741":{"id":"3-0l-supercharger-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>3.0L Supercharger Kit</p>\n<p>Command performance and watch obstacles disappear with this 3.0L supercharger kit, only available on the factory 5.0L V8 engine and 50 states street legal.3806See your Owner’s Manual for detailed information.</p>\n"},"1749":{"id":"3-0l-supercharger-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>3.0L Supercharger Kit</p>\n<p>Command performance and watch obstacles disappear with this 3.0L supercharger kit, only available on the factory 5.0L V8 engine and 50 states street legal.
3795The Whipple-powered kit delivers 700 hp and 590 lb.-ft. of torque, pushing you back in your seat and conquering takeoffs to towing.</p>\n"},"1742":{"id":"escape-retail-customer-disclaimer","ariaLabel":"","title":"*","description":"<p>*Retail Customer Cash: Take new retail delivery of a 2025 Escape Plug-in Hybrid from an authorized Ford Dealer’s stock by 7/7/25.</p>\n"},"1743":{"id":"WirelesslyIphone","ariaLabel":"","title":"*","description":"<p>*Wirelessly use what you love about your iPhone<sup>®</sup> on your in-vehicle display, including Apple Maps and supported third-party navigation apps.</p>\n"},"1744":{"id":"t2-compare-mustang-4","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> GT model with extra-cost color option shown.&nbsp;</p>\n"},"1745":{"id":"DiscMaverickTremor2026MaxPayload","ariaLabel":"","title":"Video Details","description":"<p>2026 Maverick Tremor model with available equipment and extra cost colors shown.<br>\n<br>\nMax payload varies based on accessories and vehicle configuration.3807The Whipple-powered kit delivers 700 hp and 590 lb.-ft. of torque, pushing you back in your seat and conquering takeoffs to towing.</p>\n"},"1750":{"id":"escape-retail-customer-disclaimer","ariaLabel":"","title":"*","description":"<p>*Retail Customer Cash: Take new retail delivery of a 2025 Escape Plug-in Hybrid from an authorized Ford Dealer’s stock by 7/7/25.</p>\n"},"1751":{"id":"WirelesslyIphone","ariaLabel":"","title":"*","description":"<p>*Wirelessly use what you love about your iPhone<sup>®</sup> on your in-vehicle display, including Apple Maps and supported third-party navigation apps.</p>\n"},"1752":{"id":"t2-compare-mustang-4","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang<sup>®</sup> GT model with extra-cost color option shown.&nbsp;</p>\n"},"1753":{"id":"DiscMaverickTremor2026MaxPayload","ariaLabel":"","title":"Video Details","description":"<p>2026 Maverick Tremor model with available equipment and extra cost colors shown.<br>\n<br>\nMax payload varies based on accessories and vehicle configuration.
3797Always properly secure cargo.</p>\n"},"1746":{"id":"t2-desert-hp-yese","ariaLabel":"","title":"Disclosure","description":"<p>Get a $1,000 Amazon Gift Card when you purchase or lease a new 2025 F-150, 2025 Explorer, 2025 Bronco, 2025 Bronco Sport, or 2025 Mustang from 11/28/25- 12/1/25.3809Always properly secure cargo.</p>\n"},"1754":{"id":"t2-desert-hp-yese","ariaLabel":"","title":"Disclosure","description":"<p>Get a $1,000 Amazon Gift Card when you purchase or lease a new 2025 F-150, 2025 Explorer, 2025 Bronco, 2025 Bronco Sport, or 2025 Mustang from 11/28/25- 12/1/25.
3807See dealer for qualifications and complete details.</p>\n"},"1747":{"id":"t2-tax-savings-tax-message","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.3819See dealer for qualifications and complete details.</p>\n"},"1755":{"id":"t2-tax-savings-tax-message","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.
3810Customers should consult with their own tax or legal professional.&nbsp;</p>\n"},"1748":{"id":"fpp-off-road-2-suspension-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP Off-Road 2&quot; Suspension Kit</p>\n<p>More clearance.3822Customers should consult with their own tax or legal professional.&nbsp;</p>\n"},"1756":{"id":"fpp-off-road-2-suspension-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>FPP Off-Road 2&quot; Suspension Kit</p>\n<p>More clearance.
3814Two inches of lift can turn obstacles into an afterthought, and Ford Performance Parts' uniquely tuned Bilstein shocks soak up the ruts and smooth out the rocks.</p>\n"},"1749":{"id":"t2-supportbelt-southeast","ariaLabel":"","title":"*","description":"<p>*Experience the difference in comfort and care—visit your Local Ford Dealer today to learn more and get your SupportBelt<sup>™</sup> at no cost to you.</p>\n"},"1750":{"id":"DisclosureClosedTrack","ariaLabel":"","title":"Video Details","description":"<p>Professional driver.3826Two inches of lift can turn obstacles into an afterthought, and Ford Performance Parts' uniquely tuned Bilstein shocks soak up the ruts and smooth out the rocks.</p>\n"},"1757":{"id":"t2-supportbelt-southeast","ariaLabel":"","title":"*","description":"<p>*Experience the difference in comfort and care—visit your Local Ford Dealer today to learn more and get your SupportBelt<sup>™</sup> at no cost to you.</p>\n"},"1758":{"id":"DisclosureClosedTrack","ariaLabel":"","title":"Video Details","description":"<p>Professional driver.
3821Optional equipment shown.</p>\n"},"1751":{"id":"2025 Ford F150 - FAQ1","ariaLabel":"","title":"*","description":"<p>Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.3833Optional equipment shown.</p>\n"},"1759":{"id":"2025 Ford F150 - FAQ1","ariaLabel":"","title":"*","description":"<p>Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
3824Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1752":{"id":"DiscTier2Card4F150","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for important operating instructions.3836Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1760":{"id":"DiscTier2Card4F150","ariaLabel":"","title":"*","description":"<p>*See Owner’s Manual for important operating instructions.
3827Always properly secure cargo.</p>\n"},"1753":{"id":"summer-tires-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on internal testing with optional summer tires.</p>\n"},"1754":{"id":"image-details-dramatization","ariaLabel":"","title":"Image Details","description":"<p>Dramatization.</p>"},"1755":{"id":"t2-tax-savings-new-vehicle-quality","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.3839Always properly secure cargo.</p>\n"},"1761":{"id":"summer-tires-disclaimer","ariaLabel":"","title":"*","description":"<p>*Based on internal testing with optional summer tires.</p>\n"},"1762":{"id":"image-details-dramatization","ariaLabel":"","title":"Image Details","description":"<p>Dramatization.</p>"},"1763":{"id":"t2-tax-savings-new-vehicle-quality","ariaLabel":"","title":"Disclosure","description":"<p>Additional limitations to deductibility apply under the Internal Revenue Code.
3830Customers should consult with their own tax or legal professional.</p>\n"},"1756":{"id":"disclaimer-data-50gb-doubleasterisk","ariaLabel":"","title":"**","description":"<p>**Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"1757":{"id":"fordpass-app-compatible-smartphone","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.3842Customers should consult with their own tax or legal professional.</p>\n"},"1764":{"id":"disclaimer-data-50gb-doubleasterisk","ariaLabel":"","title":"**","description":"<p>**Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"1765":{"id":"fordpass-app-compatible-smartphone","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
3833Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"1758":{"id":"t2-supportbelt","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.3845Visit <a href=\"https://www.ford.com\">ford.com</a> for our privacy notice.</p>\n"},"1766":{"id":"t2-supportbelt","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
3834For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1759":{"id":"disclaimer-max-towing-of-11600-f150","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.3846For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1767":{"id":"disclaimer-max-towing-of-11600-f150","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 5.5' box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
3837Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1760":{"id":"wave-2-abm-conquest-2025-f150-doer-carousel-exp-id-3546","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.3849Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1768":{"id":"wave-2-abm-conquest-2025-f150-doer-carousel-exp-id-3546","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
3843Terms apply.</p>\n"},"1761":{"id":"DiscMustang2026NotoriousBlue","ariaLabel":"","title":"*","description":"<p>*Notorious Blue is available on the following: Mustang Dark Horse<sup>®</sup> Appearance Package, Mustang GT model with the GT Performance Package, and Mustang GT Premium model with the GT Performance Package.</p>\n"},"1762":{"id":"t2-feb-works-offer-3","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.3855Terms apply.</p>\n"},"1769":{"id":"DiscMustang2026NotoriousBlue","ariaLabel":"","title":"*","description":"<p>*Notorious Blue is available on the following: Mustang Dark Horse<sup>®</sup> Appearance Package, Mustang GT model with the GT Performance Package, and Mustang GT Premium model with the GT Performance Package.</p>\n"},"1770":{"id":"t2-feb-works-offer-3","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
3846Visit Ford.com for our privacy notice.</p>"},"1763":{"id":"PreproductionModelLimitedAvailability","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.3858Visit Ford.com for our privacy notice.</p>"},"1771":{"id":"PreproductionModelLimitedAvailability","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
3850See your dealer for availability details.</p>\n"},"1764":{"id":"intersection-assist-does-not-detect-all-vehicles","ariaLabel":"","title":"*","description":"<p>*Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.</p>\n"},"1765":{"id":"AvailableConnectivityTerms","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.3862See your dealer for availability details.</p>\n"},"1772":{"id":"awards-migration-1","ariaLabel":"","title":"Award Details","description":"<p>Ford received the highest total number of awards compared to all other brands in the J.D. Power 2025 U.S. Initial Quality Study.
3863Visit <a href=\"https://www.jdpower.com/awards/#!external\" target=\"_blank\" aria-label=\"Learn More about JD Power Syndicated Benchmark Awards\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.jdpower.com/awards/&quot;}}\">jdpower.com/awards</a> for more details.
3864Awards based on 2025 model year.
3865Newer models may be shown.</p>\n"},"1773":{"id":"intersection-assist-does-not-detect-all-vehicles","ariaLabel":"","title":"*","description":"<p>*Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.</p>\n"},"1774":{"id":"AvailableConnectivityTerms","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.
3855Terms apply.</p>\n"},"1766":{"id":"","ariaLabel":"","title":"","description":""},"1767":{"id":"rsf-build-vlu-e-transit-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,785<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n<br>\n2025 Ford E-Transit<sup>™</sup> High Roof, Long Length Cargo van with optional equipment shown.</p>\n"},"1768":{"id":"consumer-reports-does-not-endorse-products-or-services","ariaLabel":"","title":"*","description":"<p>*Consumer Reports does not endorse products or services.</p>\n"},"1769":{"id":"price-as-shown-2026-ford-bronco-stroppe-edition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,685.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Stroppe Edition model shown in Oxford White.3870Terms apply.</p>\n"},"1775":{"id":"","ariaLabel":"","title":"","description":""},"1776":{"id":"rsf-build-vlu-e-transit-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,785<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n<br>\n2025 Ford E-Transit<sup>™</sup> High Roof, Long Length Cargo van with optional equipment shown.</p>\n"},"1777":{"id":"consumer-reports-does-not-endorse-products-or-services","ariaLabel":"","title":"*","description":"<p>*Consumer Reports does not endorse products or services.</p>\n"},"1778":{"id":"price-as-shown-2026-ford-bronco-stroppe-edition","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $72,685.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Bronco<sup>®</sup> Stroppe Edition model shown in Oxford White.
3856Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1770":{"id":"15l-engine-8-speed-fwd","ariaLabel":"","title":"*","description":"<p>*1.5L engine/8-speed transmission/FWD.3871Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1779":{"id":"15l-engine-8-speed-fwd","ariaLabel":"","title":"*","description":"<p>*1.5L engine/8-speed transmission/FWD.
3857Actual mileage will vary.</p>\n"},"1771":{"id":"OptionalEquipmentMustangMDPGT","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment and extra-cost color shown.</p>\n"},"1772":{"id":"escape-st-line-elite-opt-equip","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> Platinum model with optional equipment and extra-cost color option shown.</p>\n"},"1773":{"id":"t2-cc-f150-clearance-img","ariaLabel":"t2-cc-f150-clearance-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Raptor®&nbsp;R™ model shown.</p>\n"},"1774":{"id":"2025-ranger-lariat-model-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.3872Actual mileage will vary.</p>\n"},"1780":{"id":"OptionalEquipmentMustangMDPGT","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang<sup>®</sup> GT Premium fastback with optional equipment and extra-cost color shown.</p>\n"},"1781":{"id":"escape-st-line-elite-opt-equip","ariaLabel":"","title":"Image Details","description":"<p>2026 Escape<sup>®</sup> Platinum model with optional equipment and extra-cost color option shown.</p>\n"},"1782":{"id":"t2-cc-f150-clearance-img","ariaLabel":"t2-cc-f150-clearance-img","title":"Image Details","description":"<p>2026 Ford F-150®&nbsp;Raptor®&nbsp;R™ model shown.</p>\n"},"1783":{"id":"2025-ranger-lariat-model-with-optional-equipment","ariaLabel":"","title":"Image Details","description":"<p>2025 Ranger<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.
3858Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1775":{"id":"eligible-vehicle-expedition-2025-fordconnectivitypackage","ariaLabel":"","title":"*","description":"<p>*Eligible 2025 model-year vehicles receive complimentary access to three-years of Alexa Built-In and one-year of Ford Connectivity Package plan enabling Google Assistant, Google Maps and Google Play which begins on the activation start date.3873Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1784":{"id":"eligible-vehicle-expedition-2025-fordconnectivitypackage","ariaLabel":"","title":"*","description":"<p>*Eligible 2025 model-year vehicles receive complimentary access to three-years of Alexa Built-In and one-year of Ford Connectivity Package plan enabling Google Assistant, Google Maps and Google Play which begins on the activation start date.
3860Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.<br>\nSecond-row digital device holder available summer 2025.</p>\n"},"1776":{"id":"max-towing-8400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max towing of 8,400 lbs. available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.3875Evolving technology/cellular networks/vehicle capability may limit functionality and prevent operation of connected features.<br>\nSecond-row digital device holder available summer 2025.</p>\n"},"1785":{"id":"max-towing-8400-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max towing of 8,400 lbs. available on F-150<sup>®</sup> Regular Cab 6.5’ box 4x2 with available 2.7L EcoBoost V6 engine.
3863Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1777":{"id":"matte-black-18-x-7-5-wheel-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black 18&quot; x 7.5&quot; Wheel Kit</p>\n<p>Grounded and tough, with just the right amount of flash, these blackout wheels balance form and function with a fit made for your truck.3878Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1786":{"id":"matte-black-18-x-7-5-wheel-kit-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black 18&quot; x 7.5&quot; Wheel Kit</p>\n<p>Grounded and tough, with just the right amount of flash, these blackout wheels balance form and function with a fit made for your truck.
3865General Grabber A/TX 275/70R18 (as shown).</p>\n"},"1778":{"id":"ranger-standard-lariat-raptor","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat<sup>®</sup> and Ranger<sup>®</sup> Raptor<sup>®</sup> models.</p>\n"},"1779":{"id":"as-show-price-bb-select-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $38,290<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Select with extra-cost color option shown.</p>\n"},"1780":{"id":"Disclosure2025BestSellingSUV","ariaLabel":"","title":"*","description":"<p>Based on S&amp;P Global Mobility 1946-current U.S. Total New Cumulative Registrations, for all vehicles identified as SUVs.</p>\n"},"1781":{"id":"fba-ford-roadside-assistance-complimentary-offering-7-years-or-100000-miles","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per-service fee.3880General Grabber A/TX 275/70R18 (as shown).</p>\n"},"1787":{"id":"ranger-standard-lariat-raptor","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat<sup>®</sup> and Ranger<sup>®</sup> Raptor<sup>®</sup> models.</p>\n"},"1788":{"id":"as-show-price-bb-select-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $38,290<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Select with extra-cost color option shown.</p>\n"},"1789":{"id":"Disclosure2025BestSellingSUV","ariaLabel":"","title":"*","description":"<p>Based on S&amp;P Global Mobility 1946-current U.S. Total New Cumulative Registrations, for all vehicles identified as SUVs.</p>\n"},"1790":{"id":"fba-ford-roadside-assistance-complimentary-offering-7-years-or-100000-miles","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per-service fee.
3868Ford reserves the right to change program details without obligations.</p>\n"},"1782":{"id":"T2-compare-expedition-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Platinum<sup>® </sup>model shown.</p>\n"},"1783":{"id":"connectivity-package-asterisk-disclaimer-mach-e-select","ariaLabel":"","title":"**","description":"<p>**Select option for a one-time purchase of Ford Connectivity Package.3883Ford reserves the right to change program details without obligations.</p>\n"},"1791":{"id":"T2-compare-expedition-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>® </sup>Platinum<sup>® </sup>model shown.</p>\n"},"1792":{"id":"connectivity-package-asterisk-disclaimer-mach-e-select","ariaLabel":"","title":"**","description":"<p>**Select option for a one-time purchase of Ford Connectivity Package.
3869Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN).</p>\n"},"1784":{"id":"bosoundsystemstandardonflashandlariatmodels","ariaLabel":"","title":"*","description":"<p><sup>*</sup>B&amp;O<sup>®</sup> Sound System standard on Flash<sup>™</sup> and Lariat<sup>®</sup> models.3884Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN).</p>\n"},"1793":{"id":"bosoundsystemstandardonflashandlariatmodels","ariaLabel":"","title":"*","description":"<p><sup>*</sup>B&amp;O<sup>®</sup> Sound System standard on Flash<sup>™</sup> and Lariat<sup>®</sup> models.
3870B&amp;O Unleashed Sound System standard on Platinum<sup>®</sup> models.</p>\n"},"1785":{"id":"2025-video-details-expedition-cargo-capacity","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1786":{"id":"ford-pickup-delivery-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.3885B&amp;O Unleashed Sound System standard on Platinum<sup>®</sup> models.</p>\n"},"1794":{"id":"2025-video-details-expedition-cargo-capacity","ariaLabel":"","title":"Video Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1795":{"id":"ford-pickup-delivery-see-ford-dealer","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
3873See your Ford Dealer for details.</p>\n"},"1787":{"id":"t2-compare-super-duty-9b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>5G not available everywhere.3888See your Ford Dealer for details.</p>\n"},"1796":{"id":"t2-compare-super-duty-9b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>5G not available everywhere.
3874Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1788":{"id":"incentives-offer-v1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 1/6/2026 and 3/31/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.3889Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1797":{"id":"incentives-offer-v1","ariaLabel":"","title":"*","description":"<p>*Must purchase or lease a new 2025 F-150 Lightning, or 2025 or 2026 Mustang Mach-E, from a participating Ford dealer between 1/6/2026 and 3/31/2026 to be eligible to receive (a) one (1) complimentary home charge station with complimentary home installation (excludes permitting costs and fees, if applicable); or (b) $2,000 bonus cash.
3881See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1789":{"id":"maverick-lariat-with-extra-cost-color-option-shown","ariaLabel":"","title":"Image Details","description":"<p>Maverick® Lariat® with extra-cost color option shown.</p>\n"},"1790":{"id":"as-show-price-bb-premium-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $41,090<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Premium with extra-cost color option shown.</p>\n"},"1791":{"id":"sport-apperance-package-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Premium model with Sport Appearance Package shown.</p>\n"},"1792":{"id":"MPGExpedition2026","ariaLabel":"","title":"**","description":"<p>**4x2 model MPG listed.</p>\n"},"1793":{"id":"bronco-h2h-4runner-billboard","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available to current owners or lessees of ’95 model-year or newer Toyota® Brand-vehicle with valid proof of ownership.3896See your Ford dealer for details, terms and the most current inventory status.</p>\n"},"1798":{"id":"maverick-lariat-with-extra-cost-color-option-shown","ariaLabel":"","title":"Image Details","description":"<p>Maverick® Lariat® with extra-cost color option shown.</p>\n"},"1799":{"id":"as-show-price-bb-premium-mache-26","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $41,090<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Premium with extra-cost color option shown.</p>\n"},"1800":{"id":"sport-apperance-package-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>Premium model with Sport Appearance Package shown.</p>\n"},"1801":{"id":"MPGExpedition2026","ariaLabel":"","title":"**","description":"<p>**4x2 model MPG listed.</p>\n"},"1802":{"id":"bronco-h2h-4runner-billboard","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available to current owners or lessees of ’95 model-year or newer Toyota® Brand-vehicle with valid proof of ownership.
3888Toyota is a registered trademark of Toyota Motor Corporation.</p>\n"},"1794":{"id":"ranger XLT","ariaLabel":"","title":"**","description":"<p>**Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.3903Toyota is a registered trademark of Toyota Motor Corporation.</p>\n"},"1803":{"id":"ranger XLT","ariaLabel":"","title":"**","description":"<p>**Driver-assist features are supplemental and do not replace the driver’s attention, judgment, and need to control the vehicle.
3892For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1795":{"id":"t2-compare-super-duty-1b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on 1977–2024 CY industry-reported total sales.</p>\n"},"1796":{"id":"ranger xl model page","ariaLabel":"","title":"Image Details","description":"<p>Lariat<sup>®</sup> model.3907For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1804":{"id":"t2-compare-super-duty-1b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on 1977–2024 CY industry-reported total sales.</p>\n"},"1805":{"id":"ranger xl model page","ariaLabel":"","title":"Image Details","description":"<p>Lariat<sup>®</sup> model.
3893Optional equipment shown.</p>\n"},"1797":{"id":"us-mach-e-highlights-disclaimer-packages","ariaLabel":"","title":"Image Details","description":"<p>Premium with optional equipment and extra-cost color option.</p>\n"},"1798":{"id":"2026-kf-dark-house-sc-3","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown.3908Optional equipment shown.</p>\n"},"1806":{"id":"us-mach-e-highlights-disclaimer-packages","ariaLabel":"","title":"Image Details","description":"<p>Premium with optional equipment and extra-cost color option.</p>\n"},"1807":{"id":"2026-kf-dark-house-sc-3","ariaLabel":"","title":"Image Details","description":"<p>Prototype model shown.
3896Teal Appearance Package shown.</p>\n"},"1799":{"id":"target-mustang-gt-package-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium model with Mustang<sup>®</sup> Nite Pony<sup>™</sup> and GT Performance Packages with Vapor Blue extra-cost exterior color, and a 2025 Mustang<sup>®</sup> EcoBoost fastback with Carbonized Gray exterior color.</p>\n"},"1800":{"id":"2025-f-150-lightning-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat model shown.</p>\n"},"1801":{"id":"disclaimer-epa-estimated-range-lightning","ariaLabel":"","title":"*","description":"<p>EPA-estimated 300-mile range with available 123kWh extended range battery.3911Teal Appearance Package shown.</p>\n"},"1808":{"id":"target-mustang-gt-package-details","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium model with Mustang<sup>®</sup> Nite Pony<sup>™</sup> and GT Performance Packages with Vapor Blue extra-cost exterior color, and a 2025 Mustang<sup>®</sup> EcoBoost fastback with Carbonized Gray exterior color.</p>\n"},"1809":{"id":"2025-f-150-lightning-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Lariat model shown.</p>\n"},"1810":{"id":"disclaimer-epa-estimated-range-lightning","ariaLabel":"","title":"*","description":"<p>EPA-estimated 300-mile range with available 123kWh extended range battery.
3898Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1802":{"id":"DiscWaysToSaveOfferInfo","ariaLabel":"","title":"Important Offer Details","description":"<p>First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).3913Actual driving range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age, and state of health.</p>\n"},"1811":{"id":"DiscWaysToSaveOfferInfo","ariaLabel":"","title":"Important Offer Details","description":"<p>First Responders Exclusive Cash Reward is available to eligible First Responders and their household members (PGM# 32522).
3911Offers are subject to confirmation of eligibility.</p>\n"},"1803":{"id":"fafaAssemblyDisclosure","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on S&amp;P Global Mobility CY 2024 U.S. Light Vehicle Production data.3926Offers are subject to confirmation of eligibility.</p>\n"},"1812":{"id":"fafaAssemblyDisclosure","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Based on S&amp;P Global Mobility CY 2024 U.S. Light Vehicle Production data.
3912Assembled in the U.S.A. with domestic and foreign parts.</p>\n"},"1804":{"id":"AvailableConnectivityExpedition","ariaLabel":"","title":"**","description":"<p>**Available Connectivity features and functionality vary by model and compatible devices.3927Assembled in the U.S.A. with domestic and foreign parts.</p>\n"},"1813":{"id":"AvailableConnectivityExpedition","ariaLabel":"","title":"**","description":"<p>**Available Connectivity features and functionality vary by model and compatible devices.
3916Terms apply.</p>\n"},"1805":{"id":"expedition-2025-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Expedition<sup>®</sup>&nbsp;Tremor<sup>®</sup>&nbsp;in Wild Green color shown with available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1806":{"id":"removal-of-doors-2026-bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.3931Terms apply.</p>\n"},"1814":{"id":"expedition-2025-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $81,030<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Expedition<sup>®</sup>&nbsp;Tremor<sup>®</sup>&nbsp;in Wild Green color shown with available Ford Accessories.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1815":{"id":"removal-of-doors-2026-bronco","ariaLabel":"","title":"Image Details","description":"<p>Removal of doors for off-road use only.
3917Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1807":{"id":"t2-compare-super-duty-2b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max. 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.3932Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1816":{"id":"t2-compare-super-duty-2b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max. 500 horsepower and 1,200 lb-ft of torque based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel.
3923Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1808":{"id":"Edge Sunset Carousel 3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT SUV shown with optional equipment and extra-cost color option.&nbsp;2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.3938Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1817":{"id":"Edge Sunset Carousel 3","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Mustang Mach-E<sup>®</sup> GT SUV shown with optional equipment and extra-cost color option.&nbsp;2025 Mustang Mach-E<sup>®</sup> SUV inventory may be limited and may vary by location.
3924Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1809":{"id":"industy-reported-sales-49-years","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2025 CY industry-reported total sales.3939Please contact your Ford Dealer for the most current inventory status.</p>\n"},"1818":{"id":"industy-reported-sales-49-years","ariaLabel":"","title":"Image Details","description":"<p>Based on 1977-2025 CY industry-reported total sales.
3925Optional equipment and extra-cost colors shown.</p>\n"},"1810":{"id":"matte-black-bodyside-fp700s-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bodyside FP700S Decal</p>\n<p>Separate from the pack with a bold black and white bodyside decal.3940Optional equipment and extra-cost colors shown.</p>\n"},"1819":{"id":"matte-black-bodyside-fp700s-decal-fcg","ariaLabel":"","title":"Image Details","description":"<p>Matte Black Bodyside FP700S Decal</p>\n<p>Separate from the pack with a bold black and white bodyside decal.
3926Turn heads on the street with clean lines that slash across the bed and amplify the energy of this truck.</p>\n"},"1811":{"id":"f-150-platinum-plus-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.3941Turn heads on the street with clean lines that slash across the bed and amplify the energy of this truck.</p>\n"},"1820":{"id":"f-150-platinum-plus-model-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford F-150<sup>®</sup> Platinum<sup>®</sup> Plus model shown.
3929Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1812":{"id":"Sub-Compact-Utility","ariaLabel":"","title":"*","description":"<p>*Class is Non-Premium Sub-Compact Utility.3944Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1821":{"id":"Sub-Compact-Utility","ariaLabel":"","title":"*","description":"<p>*Class is Non-Premium Sub-Compact Utility.
3930Based on current publicly available information.</p>\n"},"1813":{"id":"2026-ford-maverick-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n"},"1814":{"id":"disclaimer2025broncosportcolormanual","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option shown.3945Based on current publicly available information.</p>\n"},"1822":{"id":"2026-ford-maverick-lariat-model-shown","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model shown.</p>\n"},"1823":{"id":"disclaimer2025broncosportcolormanual","ariaLabel":"","title":"Vehicle Details","description":"<p>Extra-cost color option shown.
3932Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1815":{"id":"max-payload-of-8000-available-f-350","ariaLabel":"","title":"*","description":"<p>*Max payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.3947Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1824":{"id":"max-payload-of-8000-available-f-350","ariaLabel":"","title":"*","description":"<p>*Max payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4x2 DRW with Gas Heavy-Duty Payload Package.
3937Based on current publicly available competitive information.</p>\n"},"1816":{"id":"Ford-security-package-expedition-2027","ariaLabel":"","title":"*","description":"<p>*Vehicles enrolled in Ford Security Package may require a software update in order to access Start Inhibit.3952Based on current publicly available competitive information.</p>\n"},"1825":{"id":"Ford-security-package-expedition-2027","ariaLabel":"","title":"*","description":"<p>*Vehicles enrolled in Ford Security Package may require a software update in order to access Start Inhibit.
3938Please contact us at 866-861-0420 for assistance.</p>\n"},"1817":{"id":"Lariat ranger","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>"},"1818":{"id":"disclaimer2025broncotax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.3953Please contact us at 866-861-0420 for assistance.</p>\n"},"1826":{"id":"Lariat ranger","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.</p>"},"1827":{"id":"disclaimer2025broncotax","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
3939Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1819":{"id":"Closed-track-mustang-2026","ariaLabel":"","title":"Image Details","description":"<p>Closed track.3954Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1828":{"id":"Closed-track-mustang-2026","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
3942See Owner’s Manual for information on use.</p>\n"},"1820":{"id":"image-details-wave-cruiser-jd-power","ariaLabel":"","title":"*","description":"<p>*Tied in 2025.3957See Owner’s Manual for information on use.</p>\n"},"1829":{"id":"image-details-wave-cruiser-jd-power","ariaLabel":"","title":"*","description":"<p>*Tied in 2025.
3944Awards based on 2025 model year.</p>\n"},"1821":{"id":"T2-compare-2024-bronco-7","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Raptor<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.3959Awards based on 2025 model year.</p>\n"},"1830":{"id":"T2-compare-2024-bronco-7","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Raptor<sup>®</sup>&nbsp;model with optional equipment and extra-cost color option shown.
3945Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1822":{"id":"as-shown-price-mach-e-post-launch-change-disc","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $44,085.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Premium models with available Sport Appearance Package and extra-cost colors shown.</p>\n"},"1823":{"id":"image-details-always-consult-owner-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.3960Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1831":{"id":"as-shown-price-mach-e-post-launch-change-disc","ariaLabel":"","title":"As Shown Price","description":"<p>As Shown Price $44,085.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup><br>\n2026 Mustang Mach-E<sup>®</sup> Premium models with available Sport Appearance Package and extra-cost colors shown.</p>\n"},"1832":{"id":"image-details-always-consult-owner-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.
3946Follow all laws and drive on designated off-road trails\u2028and recreation areas.</p>\n"},"1824":{"id":"numbers-subject-to-change","ariaLabel":"","title":"**","description":"<p>**Numbers subject to change.</p>\n"},"1825":{"id":"2026-mustang-mach-e-packages-3","ariaLabel":"","title":"*","description":"<p>\u2028*Ford Connectivity Package included for one-year from warranty start date.3961Follow all laws and drive on designated off-road trails\u2028and recreation areas.</p>\n"},"1833":{"id":"numbers-subject-to-change","ariaLabel":"","title":"**","description":"<p>**Numbers subject to change.</p>\n"},"1834":{"id":"2026-mustang-mach-e-packages-3","ariaLabel":"","title":"*","description":"<p>\u2028*Ford Connectivity Package included for one-year from warranty start date.
3950If a customer uses more than 50% of their data usage in a roaming country during a 60-day period, Ford may remove or limit the customer’s data plan.</p>\n"},"1826":{"id":"2026ExpeditionBillboardDisclosure","ariaLabel":"","title":"Vehicle Details","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup></p>\n<p>2026 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional features and available Ford Accessories shown.3965If a customer uses more than 50% of their data usage in a roaming country during a 60-day period, Ford may remove or limit the customer’s data plan.</p>\n"},"1835":{"id":"2026ExpeditionBillboardDisclosure","ariaLabel":"","title":"Vehicle Details","description":"<p>As shown price $73,455<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup></p>\n<p>2026 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional features and available Ford Accessories shown.
3951Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1827":{"id":"T2-compare-maverick-7","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with available Black Appearance Package and extra-cost color option shown.</p>\n"},"1828":{"id":"target-maverick-lobo-optional","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lobo<sup>™</sup> truck with optional equipment shown.</p>\n"},"1829":{"id":"explorer-st-shown","ariaLabel":"","title":"Video Details","description":"<p>Explorer<sup>®</sup> ST shown.</p>\n"},"1830":{"id":"2025 lightning target 2","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model with available Ford Accessories shown.3966Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1836":{"id":"T2-compare-maverick-7","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with available Black Appearance Package and extra-cost color option shown.</p>\n"},"1837":{"id":"target-maverick-lobo-optional","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick Lobo<sup>™</sup> truck with optional equipment shown.</p>\n"},"1838":{"id":"explorer-st-shown","ariaLabel":"","title":"Video Details","description":"<p>Explorer<sup>®</sup> ST shown.</p>\n"},"1839":{"id":"2025 lightning target 2","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $84,995<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Ford F-150<sup>®</sup> Lightning<sup>®</sup> Platinum<sup>®</sup> model with available Ford Accessories shown.
3955Always properly secure cargo.</p>\n"},"1831":{"id":"horsepower-and-torque-sae-j1349","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.3970Always properly secure cargo.</p>\n"},"1840":{"id":"horsepower-and-torque-sae-j1349","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349® standard.
3956Your results may vary.</p>\n"},"1832":{"id":"disclaimer-ford-security-package-f150","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford App, modem activation, and an activated plan.3971Your results may vary.</p>\n"},"1841":{"id":"disclaimer-ford-security-package-f150","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford App, modem activation, and an activated plan.
3961Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1833":{"id":"2025 F150 Raptor R shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> shown.</p>\n"},"1834":{"id":"ford-rewards-limitations","ariaLabel":"","title":"**","description":"<p>**Tier Activity limitations apply.3976Start Inhibit and Theft Alerts are not available for Ford Pro customers.</p>\n"},"1842":{"id":"2025 F150 Raptor R shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> shown.</p>\n"},"1843":{"id":"ford-rewards-limitations","ariaLabel":"","title":"**","description":"<p>**Tier Activity limitations apply.
3963FAQs for details.</p>\n"},"1835":{"id":"DisclosureMustangNitePonyPackage","ariaLabel":"","title":"*","description":"<p>*Wheels included with Mustang Nite Pony Package when ordered with the GT Performance Package.3978FAQs for details.</p>\n"},"1844":{"id":"DisclosureMustangNitePonyPackage","ariaLabel":"","title":"*","description":"<p>*Wheels included with Mustang Nite Pony Package when ordered with the GT Performance Package.
3967See your local dealer for details.</p>\n<p>&nbsp;</p>\n"},"1836":{"id":"t2-owner-services-ford-app","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.3982See your local dealer for details.</p>\n<p>&nbsp;</p>\n"},"1845":{"id":"t2-owner-services-ford-app","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
3970Visit <a href=\"http://ford.com/\">Ford® - New Hybrid &amp; Electric Vehicles, SUVs, Crossovers, Trucks, Vans &amp; Cars</a> for our privacy notice.</p>\n"},"1837":{"id":"video-details-extra-cost-colors-and-accessories","ariaLabel":"","title":"Video Details","description":"<p>Vehicles shown with extra-cost colors and available Ford Accessories.3985Visit <a href=\"http://ford.com/\">Ford® - New Hybrid &amp; Electric Vehicles, SUVs, Crossovers, Trucks, Vans &amp; Cars</a> for our privacy notice.</p>\n"},"1846":{"id":"video-details-extra-cost-colors-and-accessories","ariaLabel":"","title":"Video Details","description":"<p>Vehicles shown with extra-cost colors and available Ford Accessories.
3971Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1838":{"id":"disclaimer-2025rangerxlttruck","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® XLT truck with optional equipment shown.</p>\n"},"1839":{"id":"disclosure-owners-manual-offroad-driving","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1840":{"id":"t2-owner-service-tirebrands","ariaLabel":"t2-owner-service-tirebrands","title":"**","description":"<p>**Dealer-installed purchase only.3986Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1847":{"id":"disclaimer-2025rangerxlttruck","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger® XLT truck with optional equipment shown.</p>\n"},"1848":{"id":"disclosure-owners-manual-offroad-driving","ariaLabel":"","title":"*","description":"<p>*Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1849":{"id":"t2-owner-service-tirebrands","ariaLabel":"t2-owner-service-tirebrands","title":"**","description":"<p>**Dealer-installed purchase only.
3981See a participating U.S. dealership for vehicle applications and offer details through 4/30/26.</p>\n"},"1841":{"id":"vhp-att-bar-26-mach-e","ariaLabel":"","title":"**","description":"<p>**On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.3996See a participating U.S. dealership for vehicle applications and offer details through 4/30/26.</p>\n"},"1850":{"id":"vhp-att-bar-26-mach-e","ariaLabel":"","title":"**","description":"<p>**On the Mustang Mach-E<sup>®</sup> GT model with the available Mustang Mach-E GT<sup>™</sup> Performance Upgrade.
3984Based on internal testing with optional summer tires.</p>\n"},"1842":{"id":"wave-3-bb-confort-quiet-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $89,415<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"1843":{"id":"2025ExplorerSTasshownprice","ariaLabel":"","title":"*","description":"<p>2025 Ford Explorer® ST in Vapor Blue (extra cost color option) and available 4WD with Panoramic Vista Roof®.3999Based on internal testing with optional summer tires.</p>\n"},"1851":{"id":"wave-3-bb-confort-quiet-as-shown-price","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $89,415<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup></p>\n"},"1852":{"id":"2025ExplorerSTasshownprice","ariaLabel":"","title":"*","description":"<p>2025 Ford Explorer® ST in Vapor Blue (extra cost color option) and available 4WD with Panoramic Vista Roof®.
3985As shown price $59,695</p>\n"},"1844":{"id":"keeping-map-data-updated-disclaimer","ariaLabel":"","title":"**","description":"<p>**For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1845":{"id":"range-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.4000As shown price $59,695</p>\n"},"1853":{"id":"keeping-map-data-updated-disclaimer","ariaLabel":"","title":"**","description":"<p>**For optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"1854":{"id":"range-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Calculated via peak performance of the electric motor(s) at peak battery power.
3987Horsepower and torque are independent variables and may not be achieved simultaneously.</p>\n"},"1846":{"id":"high-powered-sports-cars-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Class is High-Powered Sports Cars with available 300+ HP.</p>\n"},"1847":{"id":"2026-bronco-sport-outer-banks-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.4002Horsepower and torque are independent variables and may not be achieved simultaneously.</p>\n"},"1855":{"id":"high-powered-sports-cars-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Class is High-Powered Sports Cars with available 300+ HP.</p>\n"},"1856":{"id":"2026-bronco-sport-outer-banks-model-with-optional-equipment","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with optional equipment and extra-cost color option shown.
3988Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1848":{"id":"disclosure-max-flexible-storage","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.4003Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1857":{"id":"disclosure-max-flexible-storage","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.
3990Always properly secure cargo.</p>\n"},"1849":{"id":"DiscloseRECAROTM","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.</p>\n"},"1850":{"id":"2025-ford-f-150-lightning-platinum-vehicle-details","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150 Lightning Platinum model with available Dark Elements Package shown.</p>\n"},"1851":{"id":"optional-equipment-always-consult-manual-cargo-load-capacity","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1852":{"id":"max-430-horsepower-and-485-lb","ariaLabel":"","title":"*","description":"<p>*Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L V8 gas engine.4005Always properly secure cargo.</p>\n"},"1858":{"id":"DiscloseRECAROTM","ariaLabel":"","title":"*","description":"<p>*RECARO is a trademark of RECARO Holding CmbH.</p>\n"},"1859":{"id":"2025-ford-f-150-lightning-platinum-vehicle-details","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150 Lightning Platinum model with available Dark Elements Package shown.</p>\n"},"1860":{"id":"awards-migration-8","ariaLabel":"","title":"Award Details","description":"<p>For J.D. Power 2024 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards/#!external\" target=\"_blank\" aria-label=\"Learn More about JD Power Syndicated Benchmark Awards\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.jdpower.com/awards/&quot;}}\">jdpower.com/awards</a>.</p>\n"},"1861":{"id":"optional-equipment-always-consult-manual-cargo-load-capacity","ariaLabel":"","title":"Image Details","description":"<p>Optional equipment shown.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1862":{"id":"max-430-horsepower-and-485-lb","ariaLabel":"","title":"*","description":"<p>*Max 430 horsepower and 485 lb.-ft. of torque based on 7.3L V8 gas engine.
3996Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1853":{"id":"DisclosureStandarRangerModels","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat&nbsp;and Ranger&nbsp;Raptor&nbsp;models.</p>\n"},"1854":{"id":"kelley-blue-book-disclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>*For more information, visit Kelley Blue Book’s <a href=\"KBB.com\" target=\"_blank\">KBB.com</a>.4011Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1863":{"id":"DisclosureStandarRangerModels","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat&nbsp;and Ranger&nbsp;Raptor&nbsp;models.</p>\n"},"1864":{"id":"kelley-blue-book-disclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>*For more information, visit Kelley Blue Book’s <a href=\"KBB.com\" target=\"_blank\">KBB.com</a>.
3997Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1855":{"id":"T2-compare-lightning-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload available on F-150<sup>®</sup> Lightning<sup>®</sup> Pro pickup with Standard-Range Battery.4012Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1865":{"id":"T2-compare-lightning-3b","ariaLabel":"","title":"*","description":"<p><sup>*</sup>Max payload available on F-150<sup>®</sup> Lightning<sup>®</sup> Pro pickup with Standard-Range Battery.
4000Always properly secure cargo.</p>\n"},"1856":{"id":"T2-compare-mache-7a","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.4015Always properly secure cargo.</p>\n"},"1866":{"id":"T2-compare-mache-7a","ariaLabel":"","title":"*","description":"<p>*Don’t drive while distracted or while using handheld devices.
4003Not all features are compatible with all phones.</p>\n"},"1857":{"id":"bronco-2027-preproduction","ariaLabel":"","title":"Image Details","description":"<p>Preproduction vehicle shown.4018Not all features are compatible with all phones.</p>\n"},"1867":{"id":"bronco-2027-preproduction","ariaLabel":"","title":"Image Details","description":"<p>Preproduction vehicle shown.
4004Available early 2027.</p>\n"},"1858":{"id":"image-details-disc-bronco-family-accordion-accessories-interior","ariaLabel":"","title":"Image Details","description":"<p>Bronco®&nbsp;Wildtrak®&nbsp;with optional equipment and Ford Accessories shown.</p>\n"},"1859":{"id":"DiscSuperDutyBasedSales","ariaLabel":"","title":"Disclaimer","description":"<p>Based on 1977–2024 CY industry-reported total sales.</p>\n"},"1860":{"id":"disclaimr xl billboard 5","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $60,280.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Transit<sup>®</sup> Passenger Van XL model with optional equipment and extra-cost color shown.</p>\n"},"1861":{"id":"disclaimer2025maverickxltmodelshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Maverick® XLT model shown.<br>\n</p>\n"},"1862":{"id":"modified-display-expedition","ariaLabel":"","title":"Image Details","description":"<p>Modified Display.</p>\n"},"1863":{"id":"2025-maverick-disclaimer-bb-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$41,425<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Maverick<sup>®</sup> Lobo<sup>™</sup> with optional equipment shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.4019Available early 2027.</p>\n"},"1868":{"id":"image-details-disc-bronco-family-accordion-accessories-interior","ariaLabel":"","title":"Image Details","description":"<p>Bronco®&nbsp;Wildtrak®&nbsp;with optional equipment and Ford Accessories shown.</p>\n"},"1869":{"id":"DiscSuperDutyBasedSales","ariaLabel":"","title":"Disclaimer","description":"<p>Based on 1977–2024 CY industry-reported total sales.</p>\n"},"1870":{"id":"disclaimr xl billboard 5","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $60,280.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Transit<sup>®</sup> Passenger Van XL model with optional equipment and extra-cost color shown.</p>\n"},"1871":{"id":"disclaimer2025maverickxltmodelshown","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Maverick® XLT model shown.<br>\n</p>\n"},"1872":{"id":"modified-display-expedition","ariaLabel":"","title":"Image Details","description":"<p>Modified Display.</p>\n"},"1873":{"id":"2025-maverick-disclaimer-bb-ready-set-ford","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price&nbsp;$41,425<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 Maverick<sup>®</sup> Lobo<sup>™</sup> with optional equipment shown.</p>\n<p>Current price for “as shown” vehicle excludes destination/delivery fee plus government fees and taxes, any finance charges, any dealer processing charge, any electronic filing charge, and any emission testing charge.
4005Does not include A, Z or X Plan price.</p>\n"},"1864":{"id":"max-payload-varies-maverick","ariaLabel":"","title":"*","description":"<p>*Max payload varies based on accessories and vehicle configuration.4020Does not include A, Z or X Plan price.</p>\n"},"1874":{"id":"max-payload-varies-maverick","ariaLabel":"","title":"*","description":"<p>*Max payload varies based on accessories and vehicle configuration.
4007Always properly secure cargo.</p>\n"},"1865":{"id":"max-500-horsepower-sd-target","ariaLabel":"","title":"**","description":"<p>**Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.4022Always properly secure cargo.</p>\n"},"1875":{"id":"max-500-horsepower-sd-target","ariaLabel":"","title":"**","description":"<p>**Max 500 horsepower based on 6.7L High Output Power Stroke<sup>®</sup> V8 Turbo Diesel B20 engine.
4011Your results may vary.</p>\n"},"1866":{"id":"T2-compare-maverick-5b","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.</p>\n"},"1867":{"id":"2026-badlands-bb","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,260.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1868":{"id":"DisclosureAlexaBuiltIn","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.4026Your results may vary.</p>\n"},"1876":{"id":"T2-compare-maverick-5b","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.</p>\n"},"1877":{"id":"2026-badlands-bb","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $39,260.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8 </sup>&nbsp;2026 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1878":{"id":"DisclosureAlexaBuiltIn","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features vary by model and trim and compatible devices and require an activated modem and compatible network availability.
4015Terms apply.</p>\n"},"1869":{"id":"2026-maverick-xlt-pickup-with-optional-equipment-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> XLT pickup with optional equipment shown.4030Terms apply.</p>\n"},"1879":{"id":"2026-maverick-xlt-pickup-with-optional-equipment-shown","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Maverick<sup>®</sup> XLT pickup with optional equipment shown.
4016Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1870":{"id":"2026-f150-max-towing-11600-2","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.4031Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1880":{"id":"2026-f150-max-towing-11600-2","ariaLabel":"","title":"**","description":"<p>**Max towing of 11,600 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
4019Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1871":{"id":"ipsos-mme-pod","ariaLabel":"","title":"*","description":"<p>This IPSOS New Vehicle Customer Survey is based off data collected from customers who purchased a BEV during the timeframe of October 2022 through September 2023 and charge at home at least once a week.</p>\n"},"1872":{"id":"matteblackdisclaimer3","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze 17&quot; x 8.5&quot; Wheel – x5</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.4034Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1881":{"id":"ipsos-mme-pod","ariaLabel":"","title":"*","description":"<p>This IPSOS New Vehicle Customer Survey is based off data collected from customers who purchased a BEV during the timeframe of October 2022 through September 2023 and charge at home at least once a week.</p>\n"},"1882":{"id":"matteblackdisclaimer3","ariaLabel":"","title":"Image Details","description":"<p>Sinister Bronze 17&quot; x 8.5&quot; Wheel – x5</p>\n<p>No matter where you take your Bronco, you need a design constructed for what lies ahead.
4021They are tough enough for the trail but stylish on the street.</p>\n"},"1873":{"id":"DiscEscape2026VideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color option shown.</p>\n"},"1874":{"id":"CargoCapacityExpedition2026","ariaLabel":"","title":"Image Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.4036They are tough enough for the trail but stylish on the street.</p>\n"},"1883":{"id":"DiscEscape2026VideoDetails","ariaLabel":"","title":"Video Details","description":"<p>Extra-cost color option shown.</p>\n"},"1884":{"id":"CargoCapacityExpedition2026","ariaLabel":"","title":"Image Details","description":"<p>Cargo and load capacity limited by weight and weight distribution.
4022Properly secure all cargo.</p>\n"},"1875":{"id":"VehicleDetailsXLTModelShown","ariaLabel":"","title":"Vehicle Details","description":"<p>Maverick® XLT model shown.</p>\n"},"1876":{"id":"t2-honolulu-aiea-kahului-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Outer Banks® model shown.4037Properly secure all cargo.</p>\n"},"1885":{"id":"VehicleDetailsXLTModelShown","ariaLabel":"","title":"Vehicle Details","description":"<p>Maverick® XLT model shown.</p>\n"},"1886":{"id":"t2-honolulu-aiea-kahului-homepage-billboard","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford Bronco® Outer Banks® model shown.
4025All rights reserved.</p>\n"},"1877":{"id":"dont-drive-distracted-expedition","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.4040All rights reserved.</p>\n"},"1887":{"id":"dont-drive-distracted-expedition","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.
4026Use voice controls.</p>\n"},"1878":{"id":"disc-change-kf-rally-mache-26-1","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.4041Use voice controls.</p>\n"},"1888":{"id":"disc-change-kf-rally-mache-26-1","ariaLabel":"","title":"*","description":"<p>*Ford test data based on typical industry methodology using 1-ft rollout.
4028Based on internal testing with optional summer tires.</p>\n"},"1879":{"id":"maverick-offer-details-target","ariaLabel":"","title":"*","description":"<p>*Employee Pricing Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup>, and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.4043Based on internal testing with optional summer tires.</p>\n"},"1889":{"id":"maverick-offer-details-target","ariaLabel":"","title":"*","description":"<p>*Employee Pricing Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup>, and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.
4035See a participating dealer or retailer for details and current inventory status.</p>\n"},"1880":{"id":"2025 Maverick October","ariaLabel":"","title":"Important Offer Details","description":"<p>2025 Maverick Lobo model with optional equipment shown. $3,000 Bonus Customer Cash (PGM #11592, PGM #11594, PGM #90286).4050See a participating dealer or retailer for details and current inventory status.</p>\n"},"1890":{"id":"2025 Maverick October","ariaLabel":"","title":"Important Offer Details","description":"<p>2025 Maverick Lobo model with optional equipment shown. $3,000 Bonus Customer Cash (PGM #11592, PGM #11594, PGM #90286).
4039(NAT)</p>\n"},"1881":{"id":"EscapePlugIn","ariaLabel":"","title":"*","description":"<p>2025 Escape Plug-In Hybrid model with extra-cost colour option shown.</p>\n"},"1882":{"id":"yese-1k","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.4054(NAT)</p>\n"},"1891":{"id":"EscapePlugIn","ariaLabel":"","title":"*","description":"<p>2025 Escape Plug-In Hybrid model with extra-cost colour option shown.</p>\n"},"1892":{"id":"yese-1k","ariaLabel":"","title":"Offer Details","description":"<p>Optional equipment and extra-cost color options shown.
4050See dealer for qualification and details.</p>\n"},"1883":{"id":"t2-supportbelt-carolinas","ariaLabel":"","title":"*","description":"<p>*Experience the difference in comfort and care—visit your Carolina Ford Dealer today to learn more and get your SupportBelt<sup>™</sup> at no cost to you.</p>\n"},"1884":{"id":"must-have-an-activated-fordpass-rewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.4065See dealer for qualification and details.</p>\n"},"1893":{"id":"t2-supportbelt-carolinas","ariaLabel":"","title":"*","description":"<p>*Experience the difference in comfort and care—visit your Carolina Ford Dealer today to learn more and get your SupportBelt<sup>™</sup> at no cost to you.</p>\n"},"1894":{"id":"must-have-an-activated-fordpass-rewards","ariaLabel":"","title":"*","description":"<p>*Must have an activated Ford Rewards account (formerly known as FordPass® Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
4053See the Ford Rewards Program Terms at&nbsp;<a href=\"FordRewards.com\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a>&nbsp;for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"1885":{"id":"2025broncosport-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $46,715<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.4068See the Ford Rewards Program Terms at&nbsp;<a href=\"FordRewards.com\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:flmo:owner:fordpass rewards&quot;,&quot;onclick_referredTo&quot;:&quot;flmo:owner:fordpass rewards&quot;}}\">FordRewards.com</a>&nbsp;for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"1895":{"id":"2025broncosport-bb-asshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $46,715<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment and extra-cost color option shown.
4054Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1886":{"id":"image-details-rtr-jaw-dropping","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.4069Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1896":{"id":"image-details-rtr-jaw-dropping","ariaLabel":"","title":"Image Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
4056Available late spring 2026.</p>\n"},"1887":{"id":"XL Specs Ranger","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> SuperCrew<sup>®</sup> models with available Trailer Tow Package.4071Available late spring 2026.</p>\n"},"1897":{"id":"XL Specs Ranger","ariaLabel":"","title":"*","description":"<p>*Max towing on Ranger<sup>®</sup> SuperCrew<sup>®</sup> models with available Trailer Tow Package.
4059Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1888":{"id":"based-on-full-charge-demonstrated-range","ariaLabel":"","title":"*","description":"<p>*Based on full charge. 2025 E-Transit<sup>™</sup> Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive-cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA test procedure for EVs-PHEVs-11-14-2017.pdf</a>) at ALVW (Adjusted Loaded Vehicle Weight).4074Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>"},"1898":{"id":"based-on-full-charge-demonstrated-range","ariaLabel":"","title":"*","description":"<p>*Based on full charge. 2025 E-Transit<sup>™</sup> Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive-cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA test procedure for EVs-PHEVs-11-14-2017.pdf</a>) at ALVW (Adjusted Loaded Vehicle Weight).
4061Actual range varies with conditions such as external environment, vehicle use, upfits and alterations, vehicle maintenance, lithium-ion battery age, and state of health.</p>\n"},"1889":{"id":"beyond-the-power-promise-support-and-guidance","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.4076Actual range varies with conditions such as external environment, vehicle use, upfits and alterations, vehicle maintenance, lithium-ion battery age, and state of health.</p>\n"},"1899":{"id":"beyond-the-power-promise-support-and-guidance","ariaLabel":"","title":"*","description":"<p>*Available only for Ford F-150 Lightning and Mustang Mach-E owners.
4069See your Ford dealer for details.</p>\n"},"1890":{"id":"disclaimer2025broncosportoptequip","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and extra-cost color option shown.4084See your Ford dealer for details.</p>\n"},"1900":{"id":"disclaimer2025broncosportoptequip","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment and extra-cost color option shown.
4070Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1891":{"id":"Available Connectivity features and functionality","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.4085Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1901":{"id":"Available Connectivity features and functionality","ariaLabel":"","title":"*","description":"<p>*Available Connectivity features and functionality vary by model and compatible devices.
4074Terms apply.</p>\n"},"1892":{"id":"max-towing-13500-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.4089Terms apply.</p>\n"},"1902":{"id":"max-towing-13500-f-150-reskin","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> 6.5' box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
4077Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1893":{"id":"disc-not-available-recaro-seats","ariaLabel":"","title":"*","description":"<p>*Not available on RECARO seats.</p>\n"},"1894":{"id":"2026 ABM value practical carrusel disclaimer 4","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1895":{"id":"BasedGlobalMobilty4x4","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations for the 4x4 drive type for CY 2025.</p>\n"},"1896":{"id":"DisclosureOptionalOwner","ariaLabel":"","title":"*","description":"<p>Optional equipment shown.&nbsp;<br>\n<br>\n*Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1897":{"id":"dont-drive-distracted-bronco-2026","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.4092Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"1903":{"id":"disc-not-available-recaro-seats","ariaLabel":"","title":"*","description":"<p>*Not available on RECARO seats.</p>\n"},"1904":{"id":"2026 ABM value practical carrusel disclaimer 4","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford Maverick<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1905":{"id":"BasedGlobalMobilty4x4","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations for the 4x4 drive type for CY 2025.</p>\n"},"1906":{"id":"DisclosureOptionalOwner","ariaLabel":"","title":"*","description":"<p>Optional equipment shown.&nbsp;<br>\n<br>\n*Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1907":{"id":"dont-drive-distracted-bronco-2026","ariaLabel":"","title":"*","description":"<p>*Don’t drive distracted or while using handheld devices.
4079Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"1898":{"id":"video-details-mach-e-vhp-change-1","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with extra-cost color shown.</p>\n"},"1899":{"id":"mach-e-vhp-attributes-bar-1","ariaLabel":"","title":"*","description":"<p>*On the Mustang Mach-E<sup>®</sup> Premium model with available extended-range battery and RWD.</p>\n"},"1900":{"id":"optional-rtr-mustang-fastback","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.4094Data speeds may be slowed down after 50GB of usage within a 30-day period.</p>\n"},"1908":{"id":"video-details-mach-e-vhp-change-1","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> GT model with extra-cost color shown.</p>\n"},"1909":{"id":"mach-e-vhp-attributes-bar-1","ariaLabel":"","title":"*","description":"<p>*On the Mustang Mach-E<sup>®</sup> Premium model with available extended-range battery and RWD.</p>\n"},"1910":{"id":"optional-rtr-mustang-fastback","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional RTR package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
4080Preproduction model shown.</p>\n"},"1901":{"id":"HorsepowerPremium","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.4095Preproduction model shown.</p>\n"},"1911":{"id":"HorsepowerPremium","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>®</sup> standard.
4083Horsepower and torque Ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"1902":{"id":"image-details-bronco-2025-2","ariaLabel":"","title":"Image Details","description":"<p>See your Owner’s Manual for detailed information.4098Horsepower and torque Ratings are independent attributes and may not be achieved simultaneously.</p>\n"},"1912":{"id":"image-details-bronco-2025-2","ariaLabel":"","title":"Image Details","description":"<p>See your Owner’s Manual for detailed information.
4084Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1903":{"id":"ready-set-ford-adventure-expedition-tremor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional features and available Ford Accessories shown.</p>\n"},"1904":{"id":"velocity-blue-grille-letters","ariaLabel":"","title":"Image Details","description":"<p>Velocity Blue Grille Letters</p>\n<p>Inject personality into your Bronco Sport with Velocity Blue grille letters that echo the free-spirited fun of the 1970s.4099Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1913":{"id":"ready-set-ford-adventure-expedition-tremor","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model with optional features and available Ford Accessories shown.</p>\n"},"1914":{"id":"velocity-blue-grille-letters","ariaLabel":"","title":"Image Details","description":"<p>Velocity Blue Grille Letters</p>\n<p>Inject personality into your Bronco Sport with Velocity Blue grille letters that echo the free-spirited fun of the 1970s.
4086You'll command rearview mirror double-takes with this first-impression feature.</p>\n"},"1905":{"id":"max-towing-12400-lbs-available-f150-crew-cab-6-5-box-4-2-available-3-5l-powerboost","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.4101You'll command rearview mirror double-takes with this first-impression feature.</p>\n"},"1915":{"id":"max-towing-12400-lbs-available-f150-crew-cab-6-5-box-4-2-available-3-5l-powerboost","ariaLabel":"","title":"**","description":"<p>**Max towing of 12,400 lbs available on F-150<sup>®</sup> Crew Cab 6.5’ box 4x2 with available 3.5L PowerBoost<sup>®</sup> Full Hybrid V6 engine.
4089Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1906":{"id":"disclaimer-mustang-rtr-hyper-lime-interior-shown","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.4104Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"1916":{"id":"disclaimer-mustang-rtr-hyper-lime-interior-shown","ariaLabel":"","title":"Image Details","description":"<p>Optional Mustang<sup>®</sup> RTR<sup>®</sup> Package available on 2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback.
4092Available summer 2026.</p>\n"},"1907":{"id":"DisclosurePreproductionModel","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction model with optional equipment shown.4107Available summer 2026.</p>\n"},"1917":{"id":"DisclosurePreproductionModel","ariaLabel":"","title":"Vehicle Details","description":"<p>Preproduction model with optional equipment shown.
4094See your local dealer for details.<br>\n</p>\n"},"1908":{"id":"as-shown-price-f150-disclaimer-xlt-model","ariaLabel":"","title":"As shown pricing","description":"<p>As Shown $54,620<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 F-150<sup>®</sup>&nbsp;XLT model with FX4<sup>®</sup>&nbsp;Off-Road Package and Tow/Haul Package* shown.</p>\n<p>&nbsp;</p>\n<p><sup>*When properly equipped.4109See your local dealer for details.<br>\n</p>\n"},"1918":{"id":"as-shown-price-f150-disclaimer-xlt-model","ariaLabel":"","title":"As shown pricing","description":"<p>As Shown $54,620<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2025 F-150<sup>®</sup>&nbsp;XLT model with FX4<sup>®</sup>&nbsp;Off-Road Package and Tow/Haul Package* shown.</p>\n<p>&nbsp;</p>\n<p><sup>*When properly equipped.
4095Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</sup></p>\n"},"1909":{"id":"attributes-bar-epa-disc-2","ariaLabel":"","title":"*","description":"<p>*With RWD and available extended-range battery.</p>\n"},"1910":{"id":"when-properly-equipped-01","ariaLabel":"","title":"††","description":"<p>††When properly equipped.4110Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</sup></p>\n"},"1919":{"id":"attributes-bar-epa-disc-2","ariaLabel":"","title":"*","description":"<p>*With RWD and available extended-range battery.</p>\n"},"1920":{"id":"when-properly-equipped-01","ariaLabel":"","title":"††","description":"<p>††When properly equipped.
4096Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1911":{"id":"t2-supportbelt-secure-your-supportbelt","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.4111Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1921":{"id":"t2-supportbelt-secure-your-supportbelt","ariaLabel":"","title":"*","description":"<p>*The SupportBelt<sup>™</sup> is designed and validated for Ford and Lincoln vehicle specifications and is intended only for use in those vehicles; Ford is making the design available via license for other automakers to manufacture and test in their vehicles.
4097For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1912":{"id":"as-shown-pricing-2","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $63,435<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Transit high-roof extended length XLT Passenger model with optional equipment shown.4112For shoulder belt use only.&nbsp;Do not use on lap portion of belt.&nbsp;Not for use by children or with child seats or booster seats.&nbsp;For use by mastectomy patients.</p>\n"},"1922":{"id":"as-shown-pricing-2","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $63,435<sup class=\"disclosure global_disclosures\" tabindex=\"-1\" role=\"dialog\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup>. 2026 Transit high-roof extended length XLT Passenger model with optional equipment shown.
4100Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br></p>"},"1913":{"id":"ford-performance-rear-badge-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Rear Badge</p>\n<p>Stamp your tailgate with Ford Performance’s powerful reputation that’s channeled throughout your vehicle.4115Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.<br></p>"},"1923":{"id":"ford-performance-rear-badge-fcg","ariaLabel":"","title":"Image Details","description":"<p>Ford Performance Rear Badge</p>\n<p>Stamp your tailgate with Ford Performance’s powerful reputation that’s channeled throughout your vehicle.
4101The classic detail signs off on the high-performance features running front to back.</p>\n"},"1914":{"id":"extracostcoloroption","ariaLabel":"","title":"*","description":"<p>*Extra-cost color option.</p>\n"},"1915":{"id":"DiscVehicleDetailsHPMEandH","ariaLabel":"","title":"Vehicle Details","description":"<p>Shown with optional equipment and extra-cost color shown.4116The classic detail signs off on the high-performance features running front to back.</p>\n"},"1924":{"id":"extracostcoloroption","ariaLabel":"","title":"*","description":"<p>*Extra-cost color option.</p>\n"},"1925":{"id":"DiscVehicleDetailsHPMEandH","ariaLabel":"","title":"Vehicle Details","description":"<p>Shown with optional equipment and extra-cost color shown.
4103Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1916":{"id":"TBD","ariaLabel":"","title":"*","description":"<p>TBD</p>\n"},"1917":{"id":"roadside-assistance-asterisk-disc-2","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as FordPass<sup>®</sup> app, is compatible with select smartphone platforms, is available via a download.4118Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1926":{"id":"TBD","ariaLabel":"","title":"*","description":"<p>TBD</p>\n"},"1927":{"id":"roadside-assistance-asterisk-disc-2","ariaLabel":"","title":"*","description":"<p>*The Ford app, formerly known as FordPass<sup>®</sup> app, is compatible with select smartphone platforms, is available via a download.
4106Visit ford.com for our privacy notice.</p>\n"},"1918":{"id":"bfn-sse-home-transfer-switch-disconnects","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When home is properly equipped and home transfer switch disconnects home from the grid.4121Visit ford.com for our privacy notice.</p>\n"},"1928":{"id":"bfn-sse-home-transfer-switch-disconnects","ariaLabel":"","title":"†","description":"<p><sup>†</sup>When home is properly equipped and home transfer switch disconnects home from the grid.
4108Your results may vary based on energy usage.</p>\n"},"1919":{"id":"BlackFridayDisclosure","ariaLabel":"","title":"Offer Details","description":"<p>*Offer valid 11/26/25 – 12/2/25 for e-commerce purchases of accessories or Ford Performance Parts from <a href=\"https://www.ford.com/accessories\" target=\"_self\" rel=\"noopener noreferrer\">ford.com/accessories</a>.4123Your results may vary based on energy usage.</p>\n"},"1929":{"id":"BlackFridayDisclosure","ariaLabel":"","title":"Offer Details","description":"<p>*Offer valid 11/26/25 – 12/2/25 for e-commerce purchases of accessories or Ford Performance Parts from <a href=\"https://www.ford.com/accessories\" target=\"_self\" rel=\"noopener noreferrer\">ford.com/accessories</a>.
4118Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"1920":{"id":"DisclosureStandardInterior","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat<sup>®</sup> and Ranger<sup>®</sup> Raptor<sup>®</sup> models.4133Not valid in Arizona, Oklahoma, or Vermont.</p>\n"},"1930":{"id":"DisclosureStandardInterior","ariaLabel":"","title":"*","description":"<p>*Standard on Lariat<sup>®</sup> and Ranger<sup>®</sup> Raptor<sup>®</sup> models.
4119Available on the XLT model.</p>\n"},"1921":{"id":"t2-a250-img-detail-explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST with optional equipment, available Ford accessories, and extra-cost color option shown.</p>\n"},"1922":{"id":"disclaimer-max-towing-of-12800-f150","ariaLabel":"","title":"††","description":"<p>††Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with available 5.0L V8 engine.4134Available on the XLT model.</p>\n"},"1931":{"id":"t2-a250-img-detail-explorer","ariaLabel":"","title":"Image Details","description":"<p>2025 Explorer<sup>®</sup> ST with optional equipment, available Ford accessories, and extra-cost color option shown.</p>\n"},"1932":{"id":"disclaimer-max-towing-of-12800-f150","ariaLabel":"","title":"††","description":"<p>††Max towing of 12,800 lbs available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 5.5' box 4x4 with available 5.0L V8 engine.
4122Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1923":{"id":"max-towing-of-13500-lbs-available-on-f150","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.4137Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1933":{"id":"max-towing-of-13500-lbs-available-on-f150","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
4126Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"1924":{"id":"max-payload-supercrew-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload available on SuperCrew 5.5' box 4x4 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.4141Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"1934":{"id":"max-payload-supercrew-f-150-reskin","ariaLabel":"","title":"**","description":"<p>**Max payload available on SuperCrew 5.5' box 4x4 with available 3.5L PowerBoost<sup>®</sup> Hybrid engine.
4129Always properly secure cargo.</p>\n"},"1925":{"id":"disclosure-horsepower-calculated","ariaLabel":"","title":"*","description":"<p>*Calculated via combined performance of the engine and electric motor(s) with peak battery power.4144Always properly secure cargo.</p>\n"},"1935":{"id":"disclosure-horsepower-calculated","ariaLabel":"","title":"*","description":"<p>*Calculated via combined performance of the engine and electric motor(s) with peak battery power.
4131Your results may vary.</p>\n"},"1926":{"id":"app-details","ariaLabel":"Provides user with information about the YouTube, HBO Max, Amazon Prime and more streaming services that are available through the Connectivity Package.","title":"*","description":"<p><b><i>Apps Details</i></b></p>\n<p><i>HBO Max and related elements are property of Home Box Office, Inc.4146Your results may vary.</p>\n"},"1936":{"id":"app-details","ariaLabel":"Provides user with information about the YouTube, HBO Max, Amazon Prime and more streaming services that are available through the Connectivity Package.","title":"*","description":"<p><b><i>Apps Details</i></b></p>\n<p><i>HBO Max and related elements are property of Home Box Office, Inc.
4138Separate subscriptions required for streaming services.</i></p>\n"},"1927":{"id":"ford-connectivity-package-disclaimer","ariaLabel":"","title":"*","description":"<p>*Select option for a one-time purchase of Ford Connectivity Package.4153Separate subscriptions required for streaming services.</i></p>\n"},"1937":{"id":"ford-connectivity-package-disclaimer","ariaLabel":"","title":"*","description":"<p>*Select option for a one-time purchase of Ford Connectivity Package.
4139Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN)</p>\n"},"1928":{"id":"DiscRanger2026MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload on Ranger<sup>®</sup>&nbsp;Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup>&nbsp;engine.4154Ford Connectivity Package will be active for a minimum of 7 years on this vehicle (non-transferable to another VIN)</p>\n"},"1938":{"id":"DiscRanger2026MaxPayload","ariaLabel":"","title":"**","description":"<p>**Max payload on Ranger<sup>®</sup>&nbsp;Crew Cab 4x2 with 2.3L EcoBoost<sup>®</sup>&nbsp;engine.
4142Always properly secure cargo.</p>\n"},"1929":{"id":"the-ford-app-formerly-known-as-the-fordpass-app","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.4157Always properly secure cargo.</p>\n"},"1939":{"id":"the-ford-app-formerly-known-as-the-fordpass-app","ariaLabel":"","title":"†","description":"<p>†The Ford app, formerly known as the FordPass® app, compatible with select smartphone platforms, is available via a download.
4145Visit <a href=\"https://www.ford.com/help/privacy/\">Ford.com</a> for our privacy notice.</p>\n"},"1930":{"id":"disc-raptor-family-billboard-2026","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.4160Visit <a href=\"https://www.ford.com/help/privacy/\">Ford.com</a> for our privacy notice.</p>\n"},"1940":{"id":"disc-raptor-family-billboard-2026","ariaLabel":"","title":"Image Details","description":"<p>2026 Ford F-150<sup>®</sup> Raptor<sup>®</sup> model with optional equipment shown.
4146Always consult the Owner's Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1931":{"id":"rsf-v2-1","ariaLabel":"","title":"Vehicle Details","description":"<p>See Owner's Manual for important operating instructions.</p>\n"},"1932":{"id":"img-details-previous-model-year-shown-transit-2026","ariaLabel":"","title":"Image Details","description":"<p>Previous model year shown.</p>\n"},"1933":{"id":"T2-compare-ranger-6","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>® </sup>model with optional equipment and extra-cost color option shown.</p>\n"},"1934":{"id":"AndroidAndAndroidAuto","ariaLabel":"","title":"*","description":"<p>*Android and Android Auto are trademarks of Google LLC.</p>\n<p>Apple CarPlay and iPhone are trademarks of Apple Inc., registered in the U.S. and other countries.</p>\n"},"1935":{"id":"RSF mosaic gallery mustang 26 2","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> in Grabber Blue extra-cost color and use of the Line Lock feature shown.</p>\n"},"1936":{"id":"as-shown-price-26-mustang-ecoboost-fastback-v2","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $33,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback model parked on a closed course shown in Race Red.</p>\n"},"1937":{"id":"vehicle-details-expedition-media","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.<br>\n&nbsp;<br>\n24-inch wheels are not currently available to order.4161Always consult the Owner's Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1941":{"id":"rsf-v2-1","ariaLabel":"","title":"Vehicle Details","description":"<p>See Owner's Manual for important operating instructions.</p>\n"},"1942":{"id":"img-details-previous-model-year-shown-transit-2026","ariaLabel":"","title":"Image Details","description":"<p>Previous model year shown.</p>\n"},"1943":{"id":"T2-compare-ranger-6","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Ranger<sup>®</sup> Lariat<sup>® </sup>model with optional equipment and extra-cost color option shown.</p>\n"},"1944":{"id":"AndroidAndAndroidAuto","ariaLabel":"","title":"*","description":"<p>*Android and Android Auto are trademarks of Google LLC.</p>\n<p>Apple CarPlay and iPhone are trademarks of Apple Inc., registered in the U.S. and other countries.</p>\n"},"1945":{"id":"RSF mosaic gallery mustang 26 2","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> in Grabber Blue extra-cost color and use of the Line Lock feature shown.</p>\n"},"1946":{"id":"as-shown-price-26-mustang-ecoboost-fastback-v2","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $33,035.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> fastback model parked on a closed course shown in Race Red.</p>\n"},"1947":{"id":"vehicle-details-expedition-media","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.<br>\n&nbsp;<br>\n24-inch wheels are not currently available to order.
4147Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"1938":{"id":"image-detail-homeenergy","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash model shown.</p>\n"},"1939":{"id":"aftermarketequipmentshown","ariaLabel":"","title":"Image Details","description":"<p>Aftermarket equipment shown.</p>\n"},"1940":{"id":"t2-truck-month-connectivity-package","ariaLabel":"t2-truck-month-connectivity-package","title":"*","description":"<p>*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.4162Contact a Ford dealer to check available inventory or place a custom order.</p>\n"},"1948":{"id":"image-detail-homeenergy","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash model shown.</p>\n"},"1949":{"id":"aftermarketequipmentshown","ariaLabel":"","title":"Image Details","description":"<p>Aftermarket equipment shown.</p>\n"},"1950":{"id":"t2-truck-month-connectivity-package","ariaLabel":"t2-truck-month-connectivity-package","title":"*","description":"<p>*Available Connectivity features vary by model/trim and compatible devices and require an activated modem and compatible network availability.
4152Terms apply.</p>\n"},"1941":{"id":"2025-f-150-lightning-flash-model-extracost-computer-generated","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with extra-cost color option shown.4167Terms apply.</p>\n"},"1951":{"id":"2025-f-150-lightning-flash-model-extracost-computer-generated","ariaLabel":"","title":"Image Details","description":"<p>2025 F-150<sup>®</sup> Lightning<sup>®</sup> Flash<sup>™</sup> model with extra-cost color option shown.
4153Computer-generated image shown.</p>\n"},"1942":{"id":"DiscloseOptionalEquipmentShown","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.</p>\n"},"1943":{"id":"Maxgoosenecktowratingof40000lbsavailable","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.4168Computer-generated image shown.</p>\n"},"1952":{"id":"DiscloseOptionalEquipmentShown","ariaLabel":"","title":"*","description":"<p>*Optional equipment shown.</p>\n"},"1953":{"id":"Maxgoosenecktowratingof40000lbsavailable","ariaLabel":"","title":"Important Details","description":"<p>Max gooseneck tow rating of 40,000 lbs available on F-450<sup>®</sup> XL Regular Cab 4x2 DRW with available 6.7L High Output (HO) diesel engine.
4158Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1944":{"id":"MaxPayload","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.4173Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"1954":{"id":"MaxPayload","ariaLabel":"","title":"*","description":"<p>*Max payload varies and is based on accessories and vehicle configuration.
4159See label on doorjamb for carrying capacity of a specific vehicle.</p>\n"},"1945":{"id":"2026-us-bronco-sport-exterior-modal-1","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model and trim.</p>\n"},"1946":{"id":"DisclaimerBFNequipcost","ariaLabel":"","title":"Disclaimer","description":"<p>2024 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1947":{"id":"DiscTier2Card9Explorer2","ariaLabel":"","title":"**","description":"<p>**Vehicle's modem, the Ford App, and complimentary Connected Services are required for remote features (see Ford Terms for details).4174See label on doorjamb for carrying capacity of a specific vehicle.</p>\n"},"1955":{"id":"2026-us-bronco-sport-exterior-modal-1","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model and trim.</p>\n"},"1956":{"id":"DisclaimerBFNequipcost","ariaLabel":"","title":"Disclaimer","description":"<p>2024 Ford F-150<sup>®</sup> Lariat<sup>®</sup> model with optional equipment and extra-cost color option shown.</p>\n"},"1957":{"id":"DiscTier2Card9Explorer2","ariaLabel":"","title":"**","description":"<p>**Vehicle's modem, the Ford App, and complimentary Connected Services are required for remote features (see Ford Terms for details).
4162Connected Services excludes Wi-Fi<sup>®</sup> hotspot.</p>\n"},"1948":{"id":"FordMobileServiceDisclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.4177Connected Services excludes Wi-Fi<sup>®</sup> hotspot.</p>\n"},"1958":{"id":"FordMobileServiceDisclaimer","ariaLabel":"","title":"Disclaimer","description":"<p>Ford Mobile Service is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
4163Does not include parts or repair charges.</p>\n"},"1949":{"id":"DisclosureConnectedNavigation","ariaLabel":"","title":"*","description":"<p>*Equipped vehicles require modem activation and a Connected Navigation service plan.4178Does not include parts or repair charges.</p>\n"},"1959":{"id":"DisclosureConnectedNavigation","ariaLabel":"","title":"*","description":"<p>*Equipped vehicles require modem activation and a Connected Navigation service plan.
4165Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1950":{"id":"2027-ford-expedition-platinum-shown","ariaLabel":"","title":"*","description":"<p>*2027 Ford Expedition® Platinum® SUV shown.</p>\n"},"1951":{"id":"epaestmpgforthebroncosportmodelwithengine","ariaLabel":"","title":"*","description":"<p>EPA-Est.4180Evolving technology/cellular networks/vehicle capability may limit or prevent functionality.</p>\n"},"1960":{"id":"2027-ford-expedition-platinum-shown","ariaLabel":"","title":"*","description":"<p>*2027 Ford Expedition® Platinum® SUV shown.</p>\n"},"1961":{"id":"epaestmpgforthebroncosportmodelwithengine","ariaLabel":"","title":"*","description":"<p>EPA-Est.
4166MPG for the 2025 Bronco Sport<sup>®</sup> model with 1.5L engine.</p>\n"},"1952":{"id":"fordpass-app-compatible-with-select-smartphone-download","ariaLabel":"","title":"*","description":"<p>*The FordPass app, compatible with select smartphone platforms, is available via download.4181MPG for the 2025 Bronco Sport<sup>®</sup> model with 1.5L engine.</p>\n"},"1962":{"id":"fordpass-app-compatible-with-select-smartphone-download","ariaLabel":"","title":"*","description":"<p>*The FordPass app, compatible with select smartphone platforms, is available via download.
4171Connected Services excludes Wi-Fi hotspot.</p>\n"},"1953":{"id":"off-road-suspension-kit-by-fox-fcg","ariaLabel":"","title":"Image Details","description":"<p>Off-road Suspension Kit by FOX</p>\n"},"1954":{"id":"T2-compare-expedition-4","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model shown.4186Connected Services excludes Wi-Fi hotspot.</p>\n"},"1963":{"id":"off-road-suspension-kit-by-fox-fcg","ariaLabel":"","title":"Image Details","description":"<p>Off-road Suspension Kit by FOX</p>\n"},"1964":{"id":"T2-compare-expedition-4","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Expedition<sup>®</sup> Tremor<sup>®</sup> model shown.
4172Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1955":{"id":"rsf-v2-c3","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-350 XL DRW with available XL Chrome package shown.</p>\n"},"1956":{"id":"t2-tax-savings-jd-power","ariaLabel":"","title":"Disclosure","description":"<p>For J.D. Power 2025 U.S. Initial Quality Study award information, visit jdpower.com/awards.4187Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1965":{"id":"rsf-v2-c3","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-350 XL DRW with available XL Chrome package shown.</p>\n"},"1966":{"id":"t2-tax-savings-jd-power","ariaLabel":"","title":"Disclosure","description":"<p>For J.D. Power 2025 U.S. Initial Quality Study award information, visit jdpower.com/awards.
4175Newer models may be shown.</p>\n"},"1957":{"id":"based-on-full-charge-enhanced-range-cargo","ariaLabel":"","title":"*","description":"<p>*Based on full charge. 2025 Ford E-Transit<sup>™</sup> Enhanced Range Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf</a>)\u2028at ALVW (Adjusted Loaded Vehicle Weight).4190Newer models may be shown.</p>\n"},"1967":{"id":"based-on-full-charge-enhanced-range-cargo","ariaLabel":"","title":"*","description":"<p>*Based on full charge. 2025 Ford E-Transit<sup>™</sup> Enhanced Range Cargo Van Low Roof model demonstrated range reflecting current capability based on testing consistent with US EPA MCT drive cycle methodology (<a href=\"https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf\">https://fueleconomy.gov/feg/pdfs/EPA%20test%20procedure%20for%20EVs-PHEVs-11-14-2017.pdf</a>)\u2028at ALVW (Adjusted Loaded Vehicle Weight).
4177Actual driving range varies with conditions such as external\u2028 environment, vehicle use, upfits and alternation, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"1958":{"id":"rsf-modal-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch model shown.</p>\n"},"1959":{"id":"bfn-sse-payload-and-towing-are-independent-attributes","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.4192Actual driving range varies with conditions such as external\u2028 environment, vehicle use, upfits and alternation, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"1968":{"id":"rsf-modal-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch model shown.</p>\n"},"1969":{"id":"bfn-sse-payload-and-towing-are-independent-attributes","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
4181Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"1960":{"id":"vehicledetailswheelsshownarenotavailableforretailorder2","ariaLabel":"","title":"Image Details","description":"<p>Wheels shown are not available for retail order.4196Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"1970":{"id":"vehicledetailswheelsshownarenotavailableforretailorder2","ariaLabel":"","title":"Image Details","description":"<p>Wheels shown are not available for retail order.
4183Please see your dealer for current inventory status.<br>\nOptional equipment and extra-cost color option shown.</p>\n"},"1961":{"id":" fba-ford-roadside-assistance-included-certain-owners-available-service-fee","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per service fee.4198Please see your dealer for current inventory status.<br>\nOptional equipment and extra-cost color option shown.</p>\n"},"1971":{"id":" fba-ford-roadside-assistance-included-certain-owners-available-service-fee","ariaLabel":"","title":"*","description":"<p>*Ford Roadside Assistance is included for certain owners and available to everyone for a per service fee.
4184Ford reserves the right to change program details without obligations.</p>"},"1962":{"id":"As Shown Price Ranger XL 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $36,850.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> XL 4x4 shown in Oxford White with STX Appearance Package and optional wheels shown.</p>\n"},"1963":{"id":"disclaimer2025escapest","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Escape® ST-Line Elite SUV with extra-cost color shown.</p>\n"},"1964":{"id":"S16","ariaLabel":"","title":"S16","description":"<p>Total MSRP is Base MSRP plus options, destination and delivery charges.4199Ford reserves the right to change program details without obligations.</p>"},"1972":{"id":"As Shown Price Ranger XL 2026 US","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $36,850.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford Ranger<sup>®</sup> XL 4x4 shown in Oxford White with STX Appearance Package and optional wheels shown.</p>\n"},"1973":{"id":"awards-migration-11","ariaLabel":"","title":"Award Details","description":"<p>From 2024 Best Buy Award for Full-Size SUVs on Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
4185Excludes taxes, title, and registration fees.</p>\n"},"1965":{"id":"range-raptor-motorsports-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Ranger Raptor performance vehicle equipped with Ford Performance parts.</p>\n"},"1966":{"id":"tax-incentive-disclaimer-lightning","ariaLabel":"","title":"*","description":"<p>*Please consult with your own tax or legal professional to determine your individual eligibility.4200Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.\u2028For more information, visit Kelley Blue Book’s <a href=\"https://www.kbb.com/#!external\" target=\"_blank\" aria-label=\"Learn more about Kelley Blue Book\" rel=\"noopener noreferrer\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;direct&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:https://www.kbb.com/&quot;}}\">KBB.com</a>.
4201Kelley Blue Book is a registered trademark of Kelley Blue Book Co., Inc.</p>\n"},"1974":{"id":"disclaimer2025escapest","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Escape® ST-Line Elite SUV with extra-cost color shown.</p>\n"},"1975":{"id":"S16","ariaLabel":"","title":"S16","description":"<p>Total MSRP is Base MSRP plus options, destination and delivery charges.
4202Excludes taxes, title, and registration fees.</p>\n"},"1976":{"id":"range-raptor-motorsports-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Ranger Raptor performance vehicle equipped with Ford Performance parts.</p>\n"},"1977":{"id":"tax-incentive-disclaimer-lightning","ariaLabel":"","title":"*","description":"<p>*Please consult with your own tax or legal professional to determine your individual eligibility.
4195For additional information, go to <a href=\"https://fueleconomy.gov/feg/tax2023.shtml\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;actionId&quot;:&quot;action0018&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://fueleconomy.gov/feg/tax2023.shtml&quot;}}\">https://fueleconomy.gov/feg/tax2023.shtml</a>.</p>\n"},"1967":{"id":"t2-paramus-bridgeport-white-plains-billboard-winter","ariaLabel":"","title":"Disclosure","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1968":{"id":"vehicle-details-bronco2025-modalchange-3","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.4212For additional information, go to <a href=\"https://fueleconomy.gov/feg/tax2023.shtml\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;actionId&quot;:&quot;action0018&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://fueleconomy.gov/feg/tax2023.shtml&quot;}}\">https://fueleconomy.gov/feg/tax2023.shtml</a>.</p>\n"},"1978":{"id":"t2-paramus-bridgeport-white-plains-billboard-winter","ariaLabel":"","title":"Disclosure","description":"<p>Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1979":{"id":"vehicle-details-bronco2025-modalchange-3","ariaLabel":"","title":"Vehicle Details","description":"<p>Optional equipment shown.
4196Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1969":{"id":"featurea-vailability-owners-manual","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model.4213Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1980":{"id":"featurea-vailability-owners-manual","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model.
4197Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1970":{"id":"performance-video-details-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>2025 Mustang<sup>®</sup> GTD model shown.4214Always consult the Owner’s Manual before off-roading, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1981":{"id":"performance-video-details-disclaimer","ariaLabel":"","title":"Video Details","description":"<p>2025 Mustang<sup>®</sup> GTD model shown.
4209Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1971":{"id":"DiscTier2Card1Explorer","ariaLabel":"","title":"Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST model shown with optional equipment and extra-cost color shown.4226Always consult the supplement to the Raptor<sup>®</sup> truck Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1982":{"id":"DiscTier2Card1Explorer","ariaLabel":"","title":"Details","description":"<p>2025 Ford Explorer<sup>®</sup> ST model shown with optional equipment and extra-cost color shown.
4210Based on S&amp;P Global Mobility 1946-Current U.S. Total New Cumulative Registrations, for all vehicles identified as SUVs.</p>\n"},"1972":{"id":"2025broncosportouterbanksmodelwithextracostcoloroption","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1973":{"id":"disclaimer-bronze-appearance-package","ariaLabel":"","title":"*","description":"<p>*Wheels included with the Bronze Appearance Package when ordered with the GT Performance Package.</p>\n"},"1974":{"id":"T2-compare-maverick-1","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.4227Based on S&amp;P Global Mobility 1946-Current U.S. Total New Cumulative Registrations, for all vehicles identified as SUVs.</p>\n"},"1983":{"id":"2025broncosportouterbanksmodelwithextracostcoloroption","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Outer Banks<sup>®</sup> model with extra-cost color option shown.</p>\n"},"1984":{"id":"disclaimer-bronze-appearance-package","ariaLabel":"","title":"*","description":"<p>*Wheels included with the Bronze Appearance Package when ordered with the GT Performance Package.</p>\n"},"1985":{"id":"T2-compare-maverick-1","ariaLabel":"","title":"*","description":"<p>*Class is Midsize Pickups.
4213Optional equipment not included.</p>\n"},"1975":{"id":"bronco-offer-details-target","ariaLabel":"","title":"*","description":"<p>*Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.4230Optional equipment not included.</p>\n"},"1986":{"id":"bronco-offer-details-target","ariaLabel":"","title":"*","description":"<p>*Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.
4220See a participating dealer or retailer for details and current inventory status.</p>\n"},"1976":{"id":"2025 Ford F150-Tech3","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.4237See a participating dealer or retailer for details and current inventory status.</p>\n"},"1987":{"id":"2025 Ford F150-Tech3","ariaLabel":"","title":"*","description":"<p>*Ford Security Package requires the Ford app, modem activation, and an activated plan.
4226Terms apply.</p>\n"},"1977":{"id":"t2-truck-month-landing-page","ariaLabel":"t2-truck-month-landing-page","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.4243Terms apply.</p>\n"},"1988":{"id":"t2-truck-month-landing-page","ariaLabel":"t2-truck-month-landing-page","title":"Disclosure","description":"<p>Not all buyers will qualify for Ford Credit® APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
4235See dealer for qualifications and details.</p>\n"},"1978":{"id":"DisclosureFeatureAvailableTrimOwnerManual","ariaLabel":"","title":"*","description":"<p>Features availability may vary based on model.4252See dealer for qualifications and details.</p>\n"},"1989":{"id":"DisclosureFeatureAvailableTrimOwnerManual","ariaLabel":"","title":"*","description":"<p>Features availability may vary based on model.
4238Refer to your Owner's Manual for details and limitations. </p>\n"},"1979":{"id":"Seat-belts-removed-video","ariaLabel":"","title":"Video Details","description":"<p>Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1980":{"id":"25l-hybrid-engine-fwd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/FWD.4255Refer to your Owner's Manual for details and limitations. </p>\n"},"1990":{"id":"Seat-belts-removed-video","ariaLabel":"","title":"Video Details","description":"<p>Seat belts removed in order to provide a clear view of the vehicle interior.</p>\n"},"1991":{"id":"25l-hybrid-engine-fwd-01","ariaLabel":"","title":"**","description":"<p>**2.5L Hybrid engine/eCVT Automatic transmission/FWD.
4239Actual mileage will vary.</p>\n"},"1981":{"id":"ImageDetailsEscapePhev","ariaLabel":"","title":"Image Details","description":"<p>2025 Escape Plug-in Hybrid model with optional equipment shown.</p>\n"},"1982":{"id":"based-on-a-2024-manufacturer","ariaLabel":"","title":"*","description":"<p>*Based on a 2024 manufacturer field data study of high-voltage battery state of health on Ford battery electric vehicles.</p>\n"},"1983":{"id":"T2-compare-escape-4b","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1984":{"id":"2026-mustang-mach-e-rally-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"1985":{"id":"fba-not-all-vehicles-devices-are-capable-of-all-services-siriusxm","ariaLabel":"","title":"*","description":"<p>*Not all vehicles or devices are capable of receiving all services offered by SiriusXM.4256Actual mileage will vary.</p>\n"},"1992":{"id":"ImageDetailsEscapePhev","ariaLabel":"","title":"Image Details","description":"<p>2025 Escape Plug-in Hybrid model with optional equipment shown.</p>\n"},"1993":{"id":"based-on-a-2024-manufacturer","ariaLabel":"","title":"*","description":"<p>*Based on a 2024 manufacturer field data study of high-voltage battery state of health on Ford battery electric vehicles.</p>\n"},"1994":{"id":"T2-compare-escape-4b","ariaLabel":"","title":"*","description":"<p>*Cargo and load capacity limited by weight and weight distribution.</p>\n"},"1995":{"id":"2026-mustang-mach-e-rally-optional-extra-color-v2","ariaLabel":"","title":"Image Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"1996":{"id":"fba-not-all-vehicles-devices-are-capable-of-all-services-siriusxm","ariaLabel":"","title":"*","description":"<p>*Not all vehicles or devices are capable of receiving all services offered by SiriusXM.
4240Data displays and individual product availability vary by vehicle hardware.</p>\n"},"1986":{"id":"2025-ford-mustang-ecoboost-available-wheel-stripe","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> model with available Wheel &amp; Stripe Package in Oxford White shown.</p>\n"},"1987":{"id":"2026 bronco target carrusel 4","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Maverick<sup>®</sup> XLT pickup with optional equipment shown.</p>\n"},"1988":{"id":"2025-bronco-badlands-optional-equipment-cargo-and-load-capacity-limited","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"1989":{"id":"disclaimer2025broncobadlandssuvmodelsoptions","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.4257Data displays and individual product availability vary by vehicle hardware.</p>\n"},"1997":{"id":"2025-ford-mustang-ecoboost-available-wheel-stripe","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ford Mustang<sup>®</sup> EcoBoost<sup>®</sup> model with available Wheel &amp; Stripe Package in Oxford White shown.</p>\n"},"1998":{"id":"2026 bronco target carrusel 4","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Maverick<sup>®</sup> XLT pickup with optional equipment shown.</p>\n"},"1999":{"id":"2025-bronco-badlands-optional-equipment-cargo-and-load-capacity-limited","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.</p>\n"},"2000":{"id":"disclaimer2025broncobadlandssuvmodelsoptions","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco® Badlands® model with optional equipment, available Ford Accessories, and extra-cost color option shown.
4243See your Owner’s Manual for detailed information.</p>\n"},"1990":{"id":"potential-3-year-savings","ariaLabel":"","title":"*","description":"<p>* $7,500 IRA Federal Tax Credit* (not all vehicles qualify)</p>\n<p>+ $2,641.17 3-year fuel savings**</p>\n<p>_______________________________________________</p>\n<p>= $10,141.17 potential 3-year savings</p>\n<p>&nbsp;</p>\n<p>* Please consult with your own tax or legal professional to determine your individual eligibility.4260See your Owner’s Manual for detailed information.</p>\n"},"2001":{"id":"potential-3-year-savings","ariaLabel":"","title":"*","description":"<p>* $7,500 IRA Federal Tax Credit* (not all vehicles qualify)</p>\n<p>+ $2,641.17 3-year fuel savings**</p>\n<p>_______________________________________________</p>\n<p>= $10,141.17 potential 3-year savings</p>\n<p>&nbsp;</p>\n<p>* Please consult with your own tax or legal professional to determine your individual eligibility.
4252Actual savings will vary with conditions such as external elements, driving behaviors and mix of city/highway driving, vehicle maintenance, fuel and electricity prices, charging habits, and lithium-ion battery age.</p>\n"},"1991":{"id":"2026-bronco-sport-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with available Ford accessories, optional equipment and extra-cost color shown.4269Actual savings will vary with conditions such as external elements, driving behaviors and mix of city/highway driving, vehicle maintenance, fuel and electricity prices, charging habits, and lithium-ion battery age.</p>\n"},"2002":{"id":"2026-bronco-sport-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> and Big Bend<sup>®</sup> models with available Ford accessories, optional equipment and extra-cost color shown.
4255Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"1992":{"id":"image-details-brfamily-badlands-disc","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment and extra-cost color.4272Refer to your Owner’s Manual for detailed information regarding driving through water.</p>\n"},"2003":{"id":"image-details-brfamily-badlands-disc","ariaLabel":"","title":"Image Details","description":"<p>Ford Bronco® Badlands® model with optional equipment and extra-cost color.
4256Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"1993":{"id":"the-driver-must-intervene","ariaLabel":"","title":"*","description":"<p>*If stop is longer than three seconds, the driver must intervene and press the “RES” button or accelerator pedal to resume system operation.4273Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2004":{"id":"the-driver-must-intervene","ariaLabel":"","title":"*","description":"<p>*If stop is longer than three seconds, the driver must intervene and press the “RES” button or accelerator pedal to resume system operation.
4258See Owner’s Manual for details and limitations.</p>\n"},"1994":{"id":"DiscVanWagon2026EcoboostV6","ariaLabel":"","title":"**","description":"<p>**EcoBoost<sup>®</sup> V6 engine standard on Transit Cargo Van (U8X and U8U), Transit Passenger Van XL/XLT (U5X).4275See Owner’s Manual for details and limitations.</p>\n"},"2005":{"id":"DiscVanWagon2026EcoboostV6","ariaLabel":"","title":"**","description":"<p>**EcoBoost<sup>®</sup> V6 engine standard on Transit Cargo Van (U8X and U8U), Transit Passenger Van XL/XLT (U5X).
4262Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"1995":{"id":"ImageDetails","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $67,255<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>.</p>\n<p>2025 Passenger Van XLT in Race Red with High Roof, 3.5L EcoBoost<sup>®</sup> V6, 16-inch Forged Aluminum Wheels – DRW with HD Front Axle, 15 Passenger Seats, Heavy Duty Trailer Tow Package and High-Intensity Discharge Headlamps with LED Signatures.</p>\n"},"1996":{"id":"t2-h2h-bronco-billboard","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available to current owners or lessees of ’95 model-year or newer Toyota® Brand-vehicle with valid proof of ownership.4279Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2006":{"id":"ImageDetails","ariaLabel":"","title":"As Shown Price","description":"<p>As shown $67,255<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>.</p>\n<p>2025 Passenger Van XLT in Race Red with High Roof, 3.5L EcoBoost<sup>®</sup> V6, 16-inch Forged Aluminum Wheels – DRW with HD Front Axle, 15 Passenger Seats, Heavy Duty Trailer Tow Package and High-Intensity Discharge Headlamps with LED Signatures.</p>\n"},"2007":{"id":"t2-h2h-bronco-billboard","ariaLabel":"","title":"Disclaimer","description":"<p>Offer available to current owners or lessees of ’95 model-year or newer Toyota® Brand-vehicle with valid proof of ownership.
4269Toyota is a registered trademark of Toyota Motor Corporation.</p>\n"},"1997":{"id":"Disclosure2025ExplorerSTExtraCostColorOptionShown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer ST model with extra-cost color option shown.</p>\n"},"1998":{"id":"T2-compare-mache-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model shown.</p>\n"},"1999":{"id":"PriceAsShownEcoboostPremiumConvertible","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $44,535.<sup><sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium Convertible model parked on a closed course shown in Oxford White.</p>\n"},"2000":{"id":"fafa-landing","ariaLabel":"","title":"*Important Details","description":"<p>*Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Ford Mustang®, Escape®, Bronco®, Bronco Sport®, F-150®, F-150® Lightning®, Mustang Mach-E®, Maverick®, Ranger®, Transit®, E-Transit™, Lincoln Corsair® and Nautilus®; new 2024 Ford Super Duty® (pickup models only), Expedition®, and Lincoln Navigator® only; and new 2025 Ford Explorer® and Lincoln Aviator® only.4286Toyota is a registered trademark of Toyota Motor Corporation.</p>\n"},"2008":{"id":"Disclosure2025ExplorerSTExtraCostColorOptionShown","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Explorer ST model with extra-cost color option shown.</p>\n"},"2009":{"id":"T2-compare-mache-6a","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang Mach-E<sup>®</sup> Premium model shown.</p>\n"},"2010":{"id":"PriceAsShownEcoboostPremiumConvertible","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $44,535.<sup><sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></sup> 2026 Mustang<sup>®</sup> EcoBoost<sup>®</sup> Premium Convertible model parked on a closed course shown in Oxford White.</p>\n"},"2011":{"id":"fafa-landing","ariaLabel":"","title":"*Important Details","description":"<p>*Offer available on the purchase or lease of the following eligible new 2024–2025 Ford and Lincoln vehicles ONLY: Ford Mustang®, Escape®, Bronco®, Bronco Sport®, F-150®, F-150® Lightning®, Mustang Mach-E®, Maverick®, Ranger®, Transit®, E-Transit™, Lincoln Corsair® and Nautilus®; new 2024 Ford Super Duty® (pickup models only), Expedition®, and Lincoln Navigator® only; and new 2025 Ford Explorer® and Lincoln Aviator® only.
4277Please contact your Ford Dealer for the most current inventory status.</p>\n"},"2001":{"id":"mustang-mach-e-optional-color-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"2002":{"id":"disclaimer-full-sized-pickups","ariaLabel":"","title":"*","description":"<p>*Class is Full-Sized Pickups under 8,500 lbs.4294Please contact your Ford Dealer for the most current inventory status.</p>\n"},"2012":{"id":"mustang-mach-e-optional-color-video-details","ariaLabel":"","title":"Video Details","description":"<p>2026 Mustang Mach-E<sup>®</sup> Rally model with optional equipment and extra-cost color shown.</p>\n"},"2013":{"id":"disclaimer-full-sized-pickups","ariaLabel":"","title":"*","description":"<p>*Class is Full-Sized Pickups under 8,500 lbs.
4278GVWR.</p>\n"},"2003":{"id":"DiscMustang2026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Closed track.4295GVWR.</p>\n"},"2014":{"id":"DiscMustang2026ImageDetails","ariaLabel":"","title":"Image Details","description":"<p>Closed track.
4281See Owner’s Manual for information on use.</p>\n"},"2004":{"id":"Vehicle Details LED Lighting F150","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional driver on a closed course.4298See Owner’s Manual for information on use.</p>\n"},"2015":{"id":"Vehicle Details LED Lighting F150","ariaLabel":"","title":"Vehicle Details","description":"<p>Professional driver on a closed course.
4282Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2005":{"id":"DiscHPMRangerXLTOwnerMaxPay","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger XLT with available Fx4 Off-Road Package shown.4299Always consult the Raptor supplement to the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2016":{"id":"DiscHPMRangerXLTOwnerMaxPay","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Ranger XLT with available Fx4 Off-Road Package shown.
4285Always properly secure cargo.</p>\n"},"2006":{"id":"when-home-is-properly-equipped-v2","ariaLabel":"","title":"**","description":"<p>**When home is properly equipped and home transfer switch disconnects home from the grid.4302Always properly secure cargo.</p>\n"},"2017":{"id":"when-home-is-properly-equipped-v2","ariaLabel":"","title":"**","description":"<p>**When home is properly equipped and home transfer switch disconnects home from the grid.
4288Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"2007":{"id":"as-shown-price-explorer-platinum","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,760.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup> 2026 Ford Explorer<sup>®</sup> Platinum<sup>™</sup> model shown with extra-cost color option.4305Rationing power assumes limiting the number of devices and turning the truck off when not needed.</p>\n"},"2018":{"id":"as-shown-price-explorer-platinum","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $51,760.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\">8</sup> 2026 Ford Explorer<sup>®</sup> Platinum<sup>™</sup> model shown with extra-cost color option.
4289Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2008":{"id":"disc-standard-on-xlt-and-lariat","ariaLabel":"","title":"*","description":"<p>*Standard on XLT and Lariat<sup>®</sup> models.</p>\n"},"2009":{"id":"target-mustang-gt-premium-performance-package","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium model with Mustang<sup>®</sup> Nite Pony<sup>™</sup> and GT Performance Packages with Vapor Blue extra-cost exterior.</p>\n"},"2010":{"id":"fafa-bev-disc2-v2","ariaLabel":"","title":"**","description":"<p>**Offer available on the purchase or lease of the following eligible new 2024-2025 Ford &amp; Lincoln vehicles ONLY: Ford Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup>, E-Transit<sup>™</sup>, Lincoln Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Ford Super Duty<sup>®</sup> (pick-up models Only), Expedition<sup>®</sup> and Lincoln Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Lincoln Aviator<sup>®</sup> only.4306Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2019":{"id":"disc-standard-on-xlt-and-lariat","ariaLabel":"","title":"*","description":"<p>*Standard on XLT and Lariat<sup>®</sup> models.</p>\n"},"2020":{"id":"target-mustang-gt-premium-performance-package","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium model with Mustang<sup>®</sup> Nite Pony<sup>™</sup> and GT Performance Packages with Vapor Blue extra-cost exterior.</p>\n"},"2021":{"id":"fafa-bev-disc2-v2","ariaLabel":"","title":"**","description":"<p>**Offer available on the purchase or lease of the following eligible new 2024-2025 Ford &amp; Lincoln vehicles ONLY: Ford Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup>, E-Transit<sup>™</sup>, Lincoln Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new 2024 Ford Super Duty<sup>®</sup> (pick-up models Only), Expedition<sup>®</sup> and Lincoln Navigator<sup>®</sup> only; and new 2025 Ford Explorer<sup>®</sup> and Lincoln Aviator<sup>®</sup> only.
4296Please contact your Ford dealer for the most current inventory status.</p>\n"},"2011":{"id":"feature-availability-2026-bronco","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model.</p>\n"},"2012":{"id":"2025MachEBillboard","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $43,680<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Mustang Mach-E<sup>®</sup> Premium model with extra-cost color option shown.</p>\n"},"2013":{"id":"bluecruise-subscription-at-time-of-online-vehicle-order","ariaLabel":"","title":"*","description":"<p>*Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.4313Please contact your Ford dealer for the most current inventory status.</p>\n"},"2022":{"id":"feature-availability-2026-bronco","ariaLabel":"","title":"Video Details","description":"<p>Feature availability varies by model.</p>\n"},"2023":{"id":"2025MachEBillboard","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $43,680<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford Mustang Mach-E<sup>®</sup> Premium model with extra-cost color option shown.</p>\n"},"2024":{"id":"bluecruise-subscription-at-time-of-online-vehicle-order","ariaLabel":"","title":"*","description":"<p>*Customers have the option to add a BlueCruise subscription at time of online vehicle order, or at in-dealership final purchase.
4303Pricing subject to change.</p>\n"},"2014":{"id":"DiscRanger2026FrontCamera","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 MPH.4320Pricing subject to change.</p>\n"},"2025":{"id":"DiscRanger2026FrontCamera","ariaLabel":"","title":"*","description":"<p>*Front cameras operate at speeds up to 13 MPH.
4304Rear cameras only operate at speeds under six miles per hour.</p>\n"},"2015":{"id":"t2-compare-mustang-9","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium Convertible model with optional PCAP package and extra-cost color option shown.4321Rear cameras only operate at speeds under six miles per hour.</p>\n"},"2026":{"id":"t2-compare-mustang-9","ariaLabel":"","title":"Image Details","description":"<p>2025 Mustang<sup>®</sup> GT Premium Convertible model with optional PCAP package and extra-cost color option shown.
4307See Owner’s Manual for details and limitations.</p>\n"},"2016":{"id":"preproduction-model-actual-production-vehicle-available-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.4324See Owner’s Manual for details and limitations.</p>\n"},"2027":{"id":"preproduction-model-actual-production-vehicle-available-spring-2026","ariaLabel":"","title":"Image Details","description":"<p>Preproduction model shown.
4309Available to order spring 2026.</p>\n"},"2017":{"id":"2026 US Super Duty Towing 1","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.4326Available to order spring 2026.</p>\n"},"2028":{"id":"2026 US Super Duty Towing 1","ariaLabel":"","title":"*","description":"<p>*Max. payload of 8,000 lbs available on F-350<sup>®</sup> XL model Regular Cab 4X2 DRW with Gas Heavy-Duty Payload Package.
4314Based on current publicly available competitive information.</p>\n"},"2018":{"id":"DisclosureDesignedDrivingDyn","ariaLabel":"","title":"*","description":"<p>*Designed to optimize driving dynamics and provide superior performance on wet and dry roads.4331Based on current publicly available competitive information.</p>\n"},"2029":{"id":"DisclosureDesignedDrivingDyn","ariaLabel":"","title":"*","description":"<p>*Designed to optimize driving dynamics and provide superior performance on wet and dry roads.
4316Ford does not recommend using summer tires when temperatures drops to approximately 7 °C (45 °F) or below or in conditions with snow/ice.</p>\n"},"2019":{"id":"connectivity-package-details","ariaLabel":"Provides user with details about the Ford Connectivity Package","title":"Disclaimer","description":"<p><strong><em>Connectivity Package Details</em></strong></p><p><em>Available Connectivity features and functionality vary by model.4333Ford does not recommend using summer tires when temperatures drops to approximately 7 °C (45 °F) or below or in conditions with snow/ice.</p>\n"},"2030":{"id":"connectivity-package-details","ariaLabel":"Provides user with details about the Ford Connectivity Package","title":"Disclaimer","description":"<p><strong><em>Connectivity Package Details</em></strong></p><p><em>Available Connectivity features and functionality vary by model.
4318Actual screens may vary.</em></p>"},"2020":{"id":"select-vehicles-connected-navigation-requires-an-active-plan-or-trial","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.4335Actual screens may vary.</em></p>"},"2031":{"id":"select-vehicles-connected-navigation-requires-an-active-plan-or-trial","ariaLabel":"","title":"*","description":"<p>*Available feature on select vehicles.
4321Features may vary based on compatible AT&amp;T network availability.</p>\n"},"2021":{"id":"fp700s-keychain-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Keychain</p>\n<p>No need to wait to feel the excitement of your supercharged vehicle until the engine roars: Experience the thrill of ownership from the minute you grab your keys to the time you set them down with this leather and metal nameplate.</p>\n"},"2022":{"id":"DisclosureTrail1Pedal","ariaLabel":"","title":"*","description":"<p>Trail 1-Pedal Drive is an extra driving aid.4338Features may vary based on compatible AT&amp;T network availability.</p>\n"},"2032":{"id":"fp700s-keychain-fcg","ariaLabel":"","title":"Image Details","description":"<p>FP700S Keychain</p>\n<p>No need to wait to feel the excitement of your supercharged vehicle until the engine roars: Experience the thrill of ownership from the minute you grab your keys to the time you set them down with this leather and metal nameplate.</p>\n"},"2033":{"id":"DisclosureTrail1Pedal","ariaLabel":"","title":"*","description":"<p>Trail 1-Pedal Drive is an extra driving aid.
4323See Owner’s Manual for details and limitations.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2023":{"id":"the-2024-iihs-top-safety-pick","ariaLabel":"","title":"*","description":"<p>*The 2024 IIHS Top Safety Pick+ was awarded to Mustang Mach-E models built after August 2024.</p>\n"},"2024":{"id":"jdpower-initial-quality-study-award","ariaLabel":"","title":"Disclaimer","description":"<p>For J.D. Power 2025 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;directAction&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://www.jdpower.com/business/awards&quot;}}\" rel=\"noopener noreferrer\">jdpower.com/awards</a>.4340See Owner’s Manual for details and limitations.<br>\nAlways consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2034":{"id":"the-2024-iihs-top-safety-pick","ariaLabel":"","title":"*","description":"<p>*The 2024 IIHS Top Safety Pick+ was awarded to Mustang Mach-E models built after August 2024.</p>\n"},"2035":{"id":"jdpower-initial-quality-study-award","ariaLabel":"","title":"Disclaimer","description":"<p>For J.D. Power 2025 U.S. Initial Quality Study award information, visit <a href=\"https://www.jdpower.com/business/awards#!adchoices\" target=\"_blank\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;global-exit&quot;,&quot;directAction&quot;:&quot;global-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;fof:referral:https://www.jdpower.com/business/awards&quot;}}\" rel=\"noopener noreferrer\">jdpower.com/awards</a>.
4325Newer models may be shown.</p>\n"},"2025":{"id":"2025 Ford F150 - FAQ2","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.4342Newer models may be shown.</p>\n"},"2036":{"id":"2025 Ford F150 - FAQ2","ariaLabel":"","title":"*","description":"<p>*Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
4330See label on doorjamb for carrying capacity of a specific vehicle.</p>\n"},"2026":{"id":"as-shown-price-expedition-king-ranch-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2027 Ford Expedition® King Ranch® SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2027":{"id":"DisclosurePricingSubjectToChange","ariaLabel":"","title":"*","description":"<p>Pricing Is Subject To Change</p>\n"},"2028":{"id":"image-details-rtr-performance-package-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Professional driver.4347See label on doorjamb for carrying capacity of a specific vehicle.</p>\n"},"2037":{"id":"as-shown-price-expedition-king-ranch-2027","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $85,055.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2027 Ford Expedition® King Ranch® SUV with extra-cost color option shown.</p>\n<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2038":{"id":"DisclosurePricingSubjectToChange","ariaLabel":"","title":"*","description":"<p>Pricing Is Subject To Change</p>\n"},"2039":{"id":"image-details-rtr-performance-package-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Professional driver.
4335Available summer 2026.</p>\n"},"2029":{"id":"disclosure-mpg-maverick","ariaLabel":"","title":"**","description":"<p>**Targeted rating of 40 city mpg based on 2.5L Hybrid engine, Automatic Continuously Variable Transmission, and AWD.4352Available summer 2026.</p>\n"},"2040":{"id":"disclosure-mpg-maverick","ariaLabel":"","title":"**","description":"<p>**Targeted rating of 40 city mpg based on 2.5L Hybrid engine, Automatic Continuously Variable Transmission, and AWD.
4337Final EPA-estimated ratings available late 2024.</p>\n"},"2030":{"id":"OfferDetailsDisclaimerFordLincoln","ariaLabel":"","title":"Offer Details","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford or Lincoln vehicle from a participating dealer.4354Final EPA-estimated ratings available late 2024.</p>\n"},"2041":{"id":"OfferDetailsDisclaimerFordLincoln","ariaLabel":"","title":"Offer Details","description":"<p>Available on the purchase or lease of an eligible new 2025 or 2026 Ford or Lincoln vehicle from a participating dealer.
4343See dealer for details.</p>\n"},"2031":{"id":"distance-to-dc-fast-chargers","ariaLabel":"","title":"**","description":"<p>**Distance to DC fast chargers within the BlueOval Charge Network based on 2024 U.S. Department of Transportation Statistics and TomTom software data from Off-Peak Q1 2024 dataset, Class 1 and 2 roads in the contiguous United States.</p>\n"},"2032":{"id":"as-shown-pricing-bronco-video-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $68,110<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.4360See dealer for details.</p>\n"},"2042":{"id":"distance-to-dc-fast-chargers","ariaLabel":"","title":"**","description":"<p>**Distance to DC fast chargers within the BlueOval Charge Network based on 2024 U.S. Department of Transportation Statistics and TomTom software data from Off-Peak Q1 2024 dataset, Class 1 and 2 roads in the contiguous United States.</p>\n"},"2043":{"id":"as-shown-pricing-bronco-video-disclaimer","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $68,110<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup>. 2025 Ford Bronco<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, available Ford Accessories, and extra-cost color option shown.
4344Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2033":{"id":"FordPickupDeliveryOffered","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.4361Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2044":{"id":"FordPickupDeliveryOffered","ariaLabel":"","title":"*","description":"<p>*Ford Pickup &amp; Delivery is offered by participating dealers and may be limited based on availability, distance, or other dealer-specified criteria.
4346A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"2034":{"id":"maximum-ground-clearance","ariaLabel":"","title":"†","description":"<p>†Maximum ground clearance when equipped with 37&quot; tires.</p>\n"},"2035":{"id":"max-towing-13500-available-on-f150-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.4363A non-operational vehicle is not eligible and will require a Roadside event.</p>\n"},"2045":{"id":"maximum-ground-clearance","ariaLabel":"","title":"†","description":"<p>†Maximum ground clearance when equipped with 37&quot; tires.</p>\n"},"2046":{"id":"max-towing-13500-available-on-f150-asterisk-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max towing of 13,500 lbs. available on F-150<sup>®</sup> SuperCrew<sup>®</sup> cab 6.5’ box 4x4 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
4349Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>"},"2036":{"id":"charge-mme-pod","ariaLabel":"","title":"*","description":"<p>Based on connected vehicle data from Mustang Mach-E and F-150 Lightning vehicles for trips in 2024.4366Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>"},"2047":{"id":"charge-mme-pod","ariaLabel":"","title":"*","description":"<p>Based on connected vehicle data from Mustang Mach-E and F-150 Lightning vehicles for trips in 2024.
4351Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"2037":{"id":"maverick-epa-estimated-rating","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/35 hwy/38 combined mpg, 2.5L hybrid engine, Automatic Continuously Variable Transmission, and FWD.4368Actual range varies with conditions such as external environment, vehicle use, vehicle maintenance, high-voltage battery age and state of health.</p>\n"},"2048":{"id":"maverick-epa-estimated-rating","ariaLabel":"","title":"**","description":"<p>**EPA-estimated rating of 42 city/35 hwy/38 combined mpg, 2.5L hybrid engine, Automatic Continuously Variable Transmission, and FWD.
4352Actual mileage will vary.</p>\n"},"2038":{"id":"image-details-2026-f-150-raptor-r","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150® Raptor® R™ model with optional equipment shown.</p>\n"},"2039":{"id":"behind-firt-row-expedition","ariaLabel":"","title":"**","description":"<p>**Behind the first-row seats with the second- and third-row seats folded flat.</p>\n"},"2040":{"id":"DisclosureFOXRacingShocks","ariaLabel":"","title":"*","description":"<p>*FOX and Live Valve are registered trademarks of FOX Factory, Inc.</p>\n"},"2041":{"id":"rsf-v2-2up-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-250 Platinum model with an available 6.7L High Output diesel engine shown.</p>\n"},"2042":{"id":"2026-f-150-mp-billboard-raptor","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,400.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Raptor<sup>®</sup> model with extra-cost color shown.</p>\n"},"2043":{"id":"Max-payload-maverick-xl-2026-mdp","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with FWD or AWD 2.0L EcoBoost<sup>®</sup> engine and FWD 2.5L hybrid engine.4369Actual mileage will vary.</p>\n"},"2049":{"id":"image-details-2026-f-150-raptor-r","ariaLabel":"","title":"Image Details","description":"<p>2026 F-150® Raptor® R™ model with optional equipment shown.</p>\n"},"2050":{"id":"behind-firt-row-expedition","ariaLabel":"","title":"**","description":"<p>**Behind the first-row seats with the second- and third-row seats folded flat.</p>\n"},"2051":{"id":"DisclosureFOXRacingShocks","ariaLabel":"","title":"*","description":"<p>*FOX and Live Valve are registered trademarks of FOX Factory, Inc.</p>\n"},"2052":{"id":"rsf-v2-2up-1","ariaLabel":"","title":"Vehicle Details","description":"<p>2026 Ford Super Duty<sup>®</sup> F-250 Platinum model with an available 6.7L High Output diesel engine shown.</p>\n"},"2053":{"id":"2026-f-150-mp-billboard-raptor","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $79,400.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup> 2026 Ford F-150<sup>®</sup> Raptor<sup>®</sup> model with extra-cost color shown.</p>\n"},"2054":{"id":"Max-payload-maverick-xl-2026-mdp","ariaLabel":"","title":"**","description":"<p>**Max payload on Maverick<sup>®</sup> pickup with FWD or AWD 2.0L EcoBoost<sup>®</sup> engine and FWD 2.5L hybrid engine.
4356Always properly secure cargo.</p>\n"},"2044":{"id":"DisclosureSuperDutyBlackApp","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty with available Black Appearance Package.4373Always properly secure cargo.</p>\n"},"2055":{"id":"DisclosureSuperDutyBlackApp","ariaLabel":"","title":"Image Details","description":"<p>2025 Super Duty with available Black Appearance Package.
4357Optional equipment shown.</p>\n"},"2045":{"id":"vehicle-details-f150","ariaLabel":"","title":"Vehicle Details","description":"<p>When properly equipped.4374Optional equipment shown.</p>\n"},"2056":{"id":"vehicle-details-f150","ariaLabel":"","title":"Vehicle Details","description":"<p>When properly equipped.
4359Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"2046":{"id":"rsf-thrill-vlu-f-150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $114,615<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> with optional equipment and available Ford Accessories usage.4376Max towing varies and is based on accessories and vehicle configuration.</p>\n"},"2057":{"id":"rsf-thrill-vlu-f-150-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $114,615<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n2025 Ford F-150<sup>®</sup> Raptor<sup>®</sup> R<sup>™</sup> with optional equipment and available Ford Accessories usage.
4360Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2047":{"id":"when-properly-equipped","ariaLabel":"","title":"*","description":"<p>When properly equipped.</p>\n"},"2048":{"id":"rsf-build-vlu-superduty-comm-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,005<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Super Duty<sup>®</sup> XL Crew Cab with available STX appearance package shown.</p>\n"},"2049":{"id":"disclosure-image-details-max-towing","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.4377Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2058":{"id":"when-properly-equipped","ariaLabel":"","title":"*","description":"<p>When properly equipped.</p>\n"},"2059":{"id":"rsf-build-vlu-superduty-comm-as-shown","ariaLabel":"","title":"As Shown Pricing","description":"<p>As shown price $56,005<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\">\n 8</sup><br>\n<br>\n2025 Ford Super Duty<sup>®</sup> XL Crew Cab with available STX appearance package shown.</p>\n"},"2060":{"id":"disclosure-image-details-max-towing","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
4361Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2050":{"id":"must-have-an-activated-fordpass-rewards-disclaimer","ariaLabel":"","title":"**","description":"<p>**Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.4378Max towing varies based on cargo, vehicle configuration, accessories, and number of passengers.</p>\n"},"2061":{"id":"must-have-an-activated-fordpass-rewards-disclaimer","ariaLabel":"","title":"**","description":"<p>**Must have an activated Ford Rewards account (formerly known as FordPass<sup>®</sup> Rewards) within 60 days of qualifying activity to receive Ford Rewards Points.
4364See the Ford Rewards Program Terms at&nbsp;<a href=\"https://www.ford.com/product/ford-fast-charging-adapter-nacs-p2999073032?fmccmp=fv-unlockingConvenience-fa-productDetails-adapter-nacs\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fa:product details:adapter nacs&quot;,&quot;onclick_referredTo&quot;:&quot;fa:product details:adapter nacs&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"2051":{"id":"highgloss-black-wheels-with-blue-accents","ariaLabel":"","title":"Image Details","description":"<p>17&quot; x 7&quot; High-gloss Black Wheels with Blue Accents</p>\n<p>Elevate your ride's aesthetics with wheels that blend high-gloss sophistication and vibrant blue accents.4381See the Ford Rewards Program Terms at&nbsp;<a href=\"https://www.ford.com/product/ford-fast-charging-adapter-nacs-p2999073032?fmccmp=fv-unlockingConvenience-fa-productDetails-adapter-nacs\" data-ford-metrics-click=\"{&quot;name&quot;:&quot;referral-exit&quot;,&quot;direct&quot;:&quot;referral-exit&quot;,&quot;secondary&quot;:&quot;websdk-exit&quot;,&quot;actionFrequency&quot;:&quot;none&quot;,&quot;app&quot;:&quot;Brand&quot;,&quot;variables&quot;:{&quot;onclick_onclickLinkName&quot;:&quot;referral:exit&quot;,&quot;onclick_onclick&quot;:&quot;referral:fa:product details:adapter nacs&quot;,&quot;onclick_referredTo&quot;:&quot;fa:product details:adapter nacs&quot;}}\">FordRewards.com</a> for information regarding expiration, redemption, forfeiture, and other limitations on Ford Rewards Points.</p>\n"},"2062":{"id":"highgloss-black-wheels-with-blue-accents","ariaLabel":"","title":"Image Details","description":"<p>17&quot; x 7&quot; High-gloss Black Wheels with Blue Accents</p>\n<p>Elevate your ride's aesthetics with wheels that blend high-gloss sophistication and vibrant blue accents.
4365These wheels borrow from the spoked design of earlier generations, blending form and function with a fit perfect for your vehicle.</p>\n"},"2052":{"id":"mache-us-disclosurevideos","ariaLabel":"","title":"*","description":"<p>*Requires SYNC<sup>®</sup> 4 Technology or Ford Connectivity Package or Wi-Fi<sup>®</sup> network.4382These wheels borrow from the spoked design of earlier generations, blending form and function with a fit perfect for your vehicle.</p>\n"},"2063":{"id":"mache-us-disclosurevideos","ariaLabel":"","title":"*","description":"<p>*Requires SYNC<sup>®</sup> 4 Technology or Ford Connectivity Package or Wi-Fi<sup>®</sup> network.
4366Vehicle must be in park.</p>\n"},"2053":{"id":"DiscRanger2026AppearancePackage","ariaLabel":"","title":"*","description":"<p>*The STX<sup>®</sup> Appearance Package is standard on the XL model.4383Vehicle must be in park.</p>\n"},"2064":{"id":"DiscRanger2026AppearancePackage","ariaLabel":"","title":"*","description":"<p>*The STX<sup>®</sup> Appearance Package is standard on the XL model.
4369The Chrome Accent Package is available on the Lariat model.</p>\n"},"2054":{"id":"Included-with-the-platinum-ultimate-package-expedition-2027","ariaLabel":"","title":"**","description":"<p>**Included with the Platinum® Ultimate Package and Stealth Performance Package and standard on the Expedition® King Ranch® model.4386The Chrome Accent Package is available on the Lariat model.</p>\n"},"2065":{"id":"Included-with-the-platinum-ultimate-package-expedition-2027","ariaLabel":"","title":"**","description":"<p>**Included with the Platinum® Ultimate Package and Stealth Performance Package and standard on the Expedition® King Ranch® model.
4370Not included on Expedition Tremor® model.</p>\n"},"2055":{"id":"T2-compare-expedition-6b","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>® </sup>standard.4387Not included on Expedition Tremor® model.</p>\n"},"2066":{"id":"T2-compare-expedition-6b","ariaLabel":"","title":"*","description":"<p>*Horsepower and torque ratings based on premium fuel per SAE J1349<sup>® </sup>standard.
4373Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2056":{"id":"fafa-bev-disc2","ariaLabel":"","title":"**","description":"<p>**Offer available on the purchase or lease of the following eligible new <b>2024–2025</b> Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new <b>2024</b> Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new <b>2025</b> Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.4390Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2067":{"id":"fafa-bev-disc2","ariaLabel":"","title":"**","description":"<p>**Offer available on the purchase or lease of the following eligible new <b>2024–2025</b> Ford and Lincoln vehicles ONLY: Mustang<sup>®</sup>, Escape<sup>®</sup>, Bronco<sup>®</sup>, Bronco Sport<sup>®</sup>, F-150<sup>®</sup>, F-150<sup>®</sup> Lightning<sup>®</sup>, Mustang Mach-E<sup>®</sup>, Maverick<sup>®</sup>, Ranger<sup>®</sup>, Transit<sup>®</sup> and E-Transit<sup>™</sup> (Cargo Vans), Corsair<sup>®</sup> and Nautilus<sup>®</sup>; new <b>2024</b> Super Duty<sup>®</sup> (pickup models only), Expedition<sup>®</sup>, and Navigator<sup>®</sup> only; and new <b>2025</b> Ford Explorer<sup>®</sup> and Aviator<sup>®</sup> only.
4380See a participating dealer or retailer for details and current inventory status.</p>\n"},"2057":{"id":"always-consult-the-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Optional equipment shown.</p>\n"},"2058":{"id":"t2-desert-homepage-yese","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.4397See a participating dealer or retailer for details and current inventory status.</p>\n"},"2068":{"id":"always-consult-the-owners-manual","ariaLabel":"","title":"Image Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n<p>Optional equipment shown.</p>\n"},"2069":{"id":"t2-desert-homepage-yese","ariaLabel":"","title":"Disclosure","description":"<p>2025 Ford F-150<sup>®</sup> King Ranch<sup>®</sup> model shown.
4381Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2059":{"id":"2025broncosportouterbanksmodelwithblackapperance","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with Black Appearance Package and extra-cost color option shown.</p>\n"},"2060":{"id":"VoiceOperatedSystems","ariaLabel":"","title":"*","description":"<p>*Eligible vehicles receive complimentary access to Alexa Built-in.4398Always consult the Owner's Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2070":{"id":"2025broncosportouterbanksmodelwithblackapperance","ariaLabel":"","title":"Image Details","description":"<p>2025 Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with Black Appearance Package and extra-cost color option shown.</p>\n"},"2071":{"id":"VoiceOperatedSystems","ariaLabel":"","title":"*","description":"<p>*Eligible vehicles receive complimentary access to Alexa Built-in.
4384Some Alexa Built-in features require a Connectivity plan or connection to a Wi-Fi® wireless network.</p>\n"},"2061":{"id":"max-payload-of-2445-lbs-available-on-f150","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.4401Some Alexa Built-in features require a Connectivity plan or connection to a Wi-Fi® wireless network.</p>\n"},"2072":{"id":"max-payload-of-2445-lbs-available-on-f150","ariaLabel":"","title":"**","description":"<p>**Max payload of 2,440 lbs. available on F-150<sup>®</sup> Regular Cab 8' box 4x2 with available 3.5L EcoBoost<sup>®</sup> V6 engine.
4388Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"2062":{"id":"ongoing-disclaimer-2","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.4405Payload and towing are independent attributes and may not be achieved simultaneously.</p>\n"},"2073":{"id":"ongoing-disclaimer-2","ariaLabel":"","title":"**","description":"<p>**Roadside Assistance is a complimentary offering to all Ford owners for up to 5 years or 60,000 miles (from the date of sale), whichever occurs first.
4390Ford reserves the right to change program details without obligations.</p>\n"},"2063":{"id":"t2-cc-f150-ground-clearance","ariaLabel":"t2-cc-f150-ground-clearance","title":"*","description":"<p>*Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"2064":{"id":"t2-compare-super-duty-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>® </sup>Lariat<sup>® </sup>model with available Tremor<sup>® </sup>Off-Road Package and optional equipment shown.4407Ford reserves the right to change program details without obligations.</p>\n"},"2074":{"id":"t2-cc-f150-ground-clearance","ariaLabel":"t2-cc-f150-ground-clearance","title":"*","description":"<p>*Class is Full-Size Pickups under 8,500 lbs GVWR.</p>\n"},"2075":{"id":"t2-compare-super-duty-5","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Super Duty<sup>®</sup> F-250<sup>® </sup>Lariat<sup>® </sup>model with available Tremor<sup>® </sup>Off-Road Package and optional equipment shown.
4391Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"2065":{"id":"2026-kf-dark-horse-sc-4","ariaLabel":"","title":"**","description":"<p>**TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"2066":{"id":"2026-maverick-awd-intersection-assist-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.<br>\nFor optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"2067":{"id":"lincolneppdisclaimer","ariaLabel":"","title":"**","description":"<p>**Employee Pricing is available at participating dealers.4408Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.&nbsp;</p>\n"},"2076":{"id":"2026-kf-dark-horse-sc-4","ariaLabel":"","title":"**","description":"<p>**TREMEC is a registered trademark of Transmisiones Y Equipos Mecánicos, S.A. de C.V.</p>\n"},"2077":{"id":"2026-maverick-awd-intersection-assist-disclaimer","ariaLabel":"","title":"Image Details","description":"<p>Intersection Assist does not detect all vehicles in intersections, pedestrians, or cyclists.<br>\nFor optimal performance, Ford recommends keeping map data updated by fully activating the vehicle’s modem and enabling available embedded maps.</p>\n"},"2078":{"id":"lincolneppdisclaimer","ariaLabel":"","title":"**","description":"<p>**Employee Pricing is available at participating dealers.
4394Optional equipment not included.</p>\n"},"2068":{"id":"tesla banner disclaimer","ariaLabel":"","title":"*","description":"<p>*Offer available to customers who currently own or lease a 2008 or newer Tesla vehicle, or have leased a minimum of 30 days, prior to new retail delivery of a new Ford Mustang Mach-E<sup>®</sup> SUV or F-150<sup>®</sup> Lightning<sup>®</sup> truck.4411Optional equipment not included.</p>\n"},"2079":{"id":"tesla banner disclaimer","ariaLabel":"","title":"*","description":"<p>*Offer available to customers who currently own or lease a 2008 or newer Tesla vehicle, or have leased a minimum of 30 days, prior to new retail delivery of a new Ford Mustang Mach-E<sup>®</sup> SUV or F-150<sup>®</sup> Lightning<sup>®</sup> truck.
4399See dealer for complete details.</p>\n"},"2069":{"id":"2025-bronco-sport-ambassadors-gallery-6b","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, aftermarket Accessories, and extra-cost color option shown.</p>\n"},"2070":{"id":"disclosurealwaysconsulttheownersmanual","ariaLabel":"","title":"Vehicle Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2071":{"id":"2026 ABM value practical attributes disclaimer","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.4416See dealer for complete details.</p>\n"},"2080":{"id":"2025-bronco-sport-ambassadors-gallery-6b","ariaLabel":"","title":"Image Details","description":"<p>2025 Ford Bronco Sport<sup>®</sup> Badlands<sup>®</sup> model with optional equipment, aftermarket Accessories, and extra-cost color option shown.</p>\n"},"2081":{"id":"disclosurealwaysconsulttheownersmanual","ariaLabel":"","title":"Vehicle Details","description":"<p>Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"},"2082":{"id":"2026 ABM value practical attributes disclaimer","ariaLabel":"","title":"*","description":"<p>*EPA-estimated rating of 42 city/35 hwy/38 combined, 2.5L hybrid engine, Power-Split Electric CVT, and FWD.
4400Actual mileage will vary.</p>\n"},"2072":{"id":"max-430-horsepower-and-torque-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and torque of 485 lb.-ft. based on 7.3L V8 gas engine.4417Actual mileage will vary.</p>\n"},"2083":{"id":"max-430-horsepower-and-torque-disclaimer","ariaLabel":"","title":"*","description":"<p>*Max. 430 horsepower and torque of 485 lb.-ft. based on 7.3L V8 gas engine.
4405Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2073":{"id":"availableonsuperdutysrwmodels","ariaLabel":"","title":"*","description":"<p>*Available on Super Duty<sup>®</sup> XLT, Lariat<sup>®</sup>, King Ranch<sup>®</sup>, and Platinum<sup>®</sup> SRW models. 6-3/4’ box only.</p>\n"},"2074":{"id":"disclaimer2025f150lobostxwithlobopackage","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2025 F-150<sup>®</sup> STX model with F-150 Lobo<sup>™</sup> Package shown.4422Horsepower and torque are independent attributes and may not be achieved simultaneously.</p>\n"},"2084":{"id":"availableonsuperdutysrwmodels","ariaLabel":"","title":"*","description":"<p>*Available on Super Duty<sup>®</sup> XLT, Lariat<sup>®</sup>, King Ranch<sup>®</sup>, and Platinum<sup>®</sup> SRW models. 6-3/4’ box only.</p>\n"},"2085":{"id":"disclaimer2025f150lobostxwithlobopackage","ariaLabel":"","title":"Video Details","description":"<p>Preproduction 2025 F-150<sup>®</sup> STX model with F-150 Lobo<sup>™</sup> Package shown.
4408Arriving Fall 2025.</p>\n"},"2075":{"id":"2026-maverick-xlt-model","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>® </sup>XLT model shown.</p>\n"},"2076":{"id":"as-shown-price-bs-2026","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $32,240.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with extra-cost color option shown.</p>\n"},"2077":{"id":"when-properly-equipped-extra-cost-color-sd","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.4425Arriving Fall 2025.</p>\n"},"2086":{"id":"2026-maverick-xlt-model","ariaLabel":"","title":"Image Details","description":"<p>2026 Maverick<sup>® </sup>XLT model shown.</p>\n"},"2087":{"id":"as-shown-price-bs-2026","ariaLabel":"","title":"As Shown Price","description":"<p>Price as shown $32,240.<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\" role=\"dialog\" tabindex=\"-1\" aria-label=\"Disclosure 8\" aria-labelledby=\"8\"> 8</sup> 2026 Ford Bronco Sport<sup>®</sup> Big Bend<sup>®</sup> model with extra-cost color option shown.</p>\n"},"2088":{"id":"when-properly-equipped-extra-cost-color-sd","ariaLabel":"","title":"Image Details","description":"<p>When properly equipped.
4410Extra-cost color shown.</p>\n"},"2078":{"id":"broncosportbadlandsextracostcoloroption","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> with extra-cost color option shown.</p>\n"},"2079":{"id":"FordPass compatible with select smartphone platforms","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.4427Extra-cost color shown.</p>\n"},"2089":{"id":"broncosportbadlandsextracostcoloroption","ariaLabel":"","title":"Vehicle Details","description":"<p>2025 Bronco Sport<sup>®</sup> Badlands<sup>®</sup> with extra-cost color option shown.</p>\n"},"2090":{"id":"FordPass compatible with select smartphone platforms","ariaLabel":"","title":"**","description":"<p>**The Ford app, formerly known as the FordPass<sup>®</sup> app, compatible with select smartphone platforms, is available via a download.
4414Start Inhibit remote disable feature only available on select 2024–2025 F-150<sup>®</sup> and select 2025 Super Duty<sup>®</sup> trucks.</p>\n"},"2080":{"id":"disclaimer-mustang-nite-pony-package-wheels","ariaLabel":"","title":"**","description":"<p>**Wheels included with Mustang<sup>®</sup> Nite Pony Package when ordered with the GT Performance Package.4431Start Inhibit remote disable feature only available on select 2024–2025 F-150<sup>®</sup> and select 2025 Super Duty<sup>®</sup> trucks.</p>\n"},"2091":{"id":"disclaimer-mustang-nite-pony-package-wheels","ariaLabel":"","title":"**","description":"<p>**Wheels included with Mustang<sup>®</sup> Nite Pony Package when ordered with the GT Performance Package.
4415Image shows available appearance package and GT Performance Package.</p>\n"},"2081":{"id":"max-towing-8400lbs-available-on-f150-regularcab-8ft-box-4x2-available-27l-ecoboost","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,400 lbs available on F-150<sup>®</sup> Regular Cab 8ft box 4x2 with available 2.7L EcoBoost<sup>®</sup> engine.4432Image shows available appearance package and GT Performance Package.</p>\n"},"2092":{"id":"max-towing-8400lbs-available-on-f150-regularcab-8ft-box-4x2-available-27l-ecoboost","ariaLabel":"","title":"*","description":"<p>*Max towing of 8,400 lbs available on F-150<sup>®</sup> Regular Cab 8ft box 4x2 with available 2.7L EcoBoost<sup>®</sup> engine.
4417Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"2082":{"id":"based-on-sp-global-mobility-total-soprt-cars","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations across all sports car segments CYE 2024.</p>\n"},"2083":{"id":"new-offer-details-disclaimer-homepage-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.4434Max towing varies based on cargo, vehicle configuration, accessories and number of passengers.</p>\n"},"2093":{"id":"based-on-sp-global-mobility-total-soprt-cars","ariaLabel":"","title":"*","description":"<p>*Based on S&amp;P Global Mobility total U.S. new vehicle registrations across all sports car segments CYE 2024.</p>\n"},"2094":{"id":"new-offer-details-disclaimer-homepage-yese","ariaLabel":"","title":"Offer Details","description":"<p>Not all buyers will qualify for Ford Credit<sup>®</sup> APR financing. 60 months at $16.67 per month per $1,000 financed, regardless of down payment.
4426See dealer for qualifications and complete details.</p>\n"},"2084":{"id":"based-on-active-charging-stations","ariaLabel":"","title":"**","description":"<p>**Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.4443See dealer for qualifications and complete details.</p>\n"},"2095":{"id":"based-on-active-charging-stations","ariaLabel":"","title":"**","description":"<p>**Based on active charging stations in OCPI data from Ford’s CMS partners, generated on 2/11/2025.
4427Numbers subject to change.</p>\n"},"2085":{"id":"disclosure-escape-including-in-hybrid-and-phev","ariaLabel":"","title":"*","description":"<p>*Including hybrid and plug-in hybrid.</p>\n"},"2086":{"id":"billboardetransitasshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,000<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford E-Transit<sup>™</sup> T-350 Low Roof Cargo Van, 148&quot; long wheelbase, shown in Oxford White.</p>\n"},"2087":{"id":"T2-compare-2024-bronco-4","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Black Diamond<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.4444Numbers subject to change.</p>\n"},"2096":{"id":"disclosure-escape-including-in-hybrid-and-phev","ariaLabel":"","title":"*","description":"<p>*Including hybrid and plug-in hybrid.</p>\n"},"2097":{"id":"billboardetransitasshownprice","ariaLabel":"","title":"As Shown Price","description":"<p>As shown price $51,000<sup class=\"disclosure global_disclosures\" data-disclosure-type=\"global\" data-disc=\"disclaimerPricing\" data-disc-id=\"8\"> 8</sup></p>\n<p>2025 Ford E-Transit<sup>™</sup> T-350 Low Roof Cargo Van, 148&quot; long wheelbase, shown in Oxford White.</p>\n"},"2098":{"id":"T2-compare-2024-bronco-4","ariaLabel":"","title":"Image Details","description":"<p>2024 Ford Bronco<sup>®</sup>&nbsp;Black Diamond<sup>®</sup>&nbsp;model with optional equipment, available Ford Accessories, and extra-cost color option shown.
4428Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"}}; </script> <!-- Custom Scripts for IMG Market --> <script type="text/javascript" src="/PQiIa/lqDQX/Pr/AKhw/WiPM/EpVOX6z7u51tzh/QV4AAQ/MFMX/MCNbDA8B"></script><script type="text/javascript" src="/PQiIa/lqDQX/Pr/AKhw/WiPM/bJVOX6z7/QTIFAQ/Z0Bg/aUAMMTgw?v=" defer=""></script> <script>_satellite["_runScript5"](function(event, target, Promise) { if(window.fma && window.fma.CATBundle && window.fma.CATBundle.userId){ _satellite.logger.log('BOTTOM: fma GUID detected before AA beacon'); _satellite.cookie.set('fmaGUID',window.fma.CATBundle.userId); }else{ document.body.addEventListener('fma_authenticated', function() { _satellite.logger.log('BOTTOM: FMA authenticated fired: ' + window.fma.CATBundle) if (window.fma.CATBundle.userId){ _satellite.logger.log('BOTTOM: fma GUID detected'); _satellite.cookie.set('fmaGUID',window.fma.CATBundle.userId); }else{ _satellite.logger.log('BOTTOM: fma GUID not detected'); _satellite.cookie.set('fmaGUID','BOTTOM: fma CATBundle not available'); } }); } });</script><script>_satellite["_runScript6"](function(event, target, Promise) { if (document.URL.indexOf("gclid") > -1) { function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i<vars.length;i++) { var pair = vars[i].split("="); if(pair[0] == variable){return pair[1];} } return(false); } var pixelUrl = "https://h.nexac.com/e/a-1659/s-3508/c-840/g-3839.xgi?pkey=bijo15bijox40"; var random = Math.floor(Math.random()*10e12); var chpcm = "bhp"; var chpsg = "fvflup"; var chpcr = ""; var chpck = ""; var chpth = getQueryVariable("gclid"); var url = pixelUrl + "&chpcm=" + chpcm + "&chpsg=" + chpsg + "&chpcr=" + chpcr + "&chpck=" + chpck + "&chpth=" + chpth + "&rand=" + random; var img=document.createElement("img"); img.width='1'; img.height='1'; img.border='0'; img.src = url; document.body.appendChild(img); } });</script><script>_satellite["_runScript7"](function(event, target, Promise) { if(document.URL.indexOf('wwwqa')!=-1 || document.URL.indexOf('wwwdev')!=-1 || document.URL.indexOf('cpoqa')!=-1 || document.URL.indexOf('brandus')!=-1){ var script = document.createElement("script") script.type = "text/javascript"; script.src = "https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie-stage.js" document.head.appendChild(script); }else{ var script = document.createElement("script") script.type = "text/javascript"; script.src = "https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie.js" document.head.appendChild(script); } });</script><script src="https://resources.digital-cloud-west.medallia.com/wdcwest/90499/onsite/embed.js" type="text/javascript" async=""></script><button id="back-to-top" class="cmp-backToTop" tabindex="-1" aria-label="Back to Top"><span class="cmp-backToTop__label"><span>Back To Top</span><svg aria-hidden="true" height="24" width="24"><use xlink:href="#arrow_upward_alt"></use></svg></span></button><div id="onetrust-consent-sdk" data-nosnippet="true"><div class="onetrust-pc-dark-filter ot-hide ot-fade-in"></div><div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title vertical-align-content" role="region" aria-label="Cookie banner " style="bottom: 0px;"><div role="dialog" aria-label="Privacy"><div class="ot-sdk-container"><div class="ot-sdk-row"><div id="onetrust-group-container" class="ot-sdk-eight ot-sdk-columns"><div class="banner_logo"></div><div id="onetrust-policy"><div id="onetrust-policy-text">This website uses cookies and other tracking technologies to enhance user experience, display targeted ads, and to analyze performance, user activity, and traffic on our website.4445Always consult the Owner’s Manual before off-road driving, know your terrain and trail difficulty, and use appropriate safety gear.</p>\n"}}; </script> <!-- Custom Scripts for IMG Market --> <script type="text/javascript" src="/WO4g0KhDj/ufHm/z/rAm_6xcwUEcYQ/N5iOLr3VcEVuQtD1/PQEuH2M/Miw9/GAUcRSoB"></script><script type="text/javascript" src="/WO4g0KhDj/ufHm/z/rAm_6xcwUEcYQ/tXiOLr3VcE/eAozH2M/CCdC/AisXAxMw?v=" defer=""></script> <script>_satellite["_runScript5"](function(event, target, Promise) { if(window.fma && window.fma.CATBundle && window.fma.CATBundle.userId){ _satellite.logger.log('BOTTOM: fma GUID detected before AA beacon'); _satellite.cookie.set('fmaGUID',window.fma.CATBundle.userId); }else{ document.body.addEventListener('fma_authenticated', function() { _satellite.logger.log('BOTTOM: FMA authenticated fired: ' + window.fma.CATBundle) if (window.fma.CATBundle.userId){ _satellite.logger.log('BOTTOM: fma GUID detected'); _satellite.cookie.set('fmaGUID',window.fma.CATBundle.userId); }else{ _satellite.logger.log('BOTTOM: fma GUID not detected'); _satellite.cookie.set('fmaGUID','BOTTOM: fma CATBundle not available'); } }); } });</script><script>_satellite["_runScript6"](function(event, target, Promise) { if (document.URL.indexOf("gclid") > -1) { function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i<vars.length;i++) { var pair = vars[i].split("="); if(pair[0] == variable){return pair[1];} } return(false); } var pixelUrl = "https://h.nexac.com/e/a-1659/s-3508/c-840/g-3839.xgi?pkey=bijo15bijox40"; var random = Math.floor(Math.random()*10e12); var chpcm = "bhp"; var chpsg = "fvflup"; var chpcr = ""; var chpck = ""; var chpth = getQueryVariable("gclid"); var url = pixelUrl + "&chpcm=" + chpcm + "&chpsg=" + chpsg + "&chpcr=" + chpcr + "&chpck=" + chpck + "&chpth=" + chpth + "&rand=" + random; var img=document.createElement("img"); img.width='1'; img.height='1'; img.border='0'; img.src = url; document.body.appendChild(img); } });</script><script>_satellite["_runScript7"](function(event, target, Promise) { if(document.URL.indexOf('wwwqa')!=-1 || document.URL.indexOf('wwwdev')!=-1 || document.URL.indexOf('cpoqa')!=-1 || document.URL.indexOf('brandus')!=-1){ var script = document.createElement("script") script.type = "text/javascript"; script.src = "https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie-stage.js" document.head.appendChild(script); }else{ var script = document.createElement("script") script.type = "text/javascript"; script.src = "https://creativesham.blob.core.windows.net/fdafattribution-sc/fdafcookie.js" document.head.appendChild(script); } });</script><script src="https://resources.digital-cloud-west.medallia.com/wdcwest/90499/onsite/embed.js" type="text/javascript" async=""></script><button id="back-to-top" class="cmp-backToTop" tabindex="-1" aria-label="Back to Top"><span class="cmp-backToTop__label"><span>Back To Top</span><svg aria-hidden="true" height="24" width="24"><use xlink:href="#arrow_upward_alt"></use></svg></span></button><div id="onetrust-consent-sdk" data-nosnippet="true"><div class="onetrust-pc-dark-filter ot-hide ot-fade-in"></div><div id="onetrust-banner-sdk" class="otFlat bottom ot-wo-title vertical-align-content" role="region" aria-label="Cookie banner " style="bottom: 0px;"><div role="dialog" aria-label="Privacy"><div class="ot-sdk-container"><div class="ot-sdk-row"><div id="onetrust-group-container" class="ot-sdk-eight ot-sdk-columns"><div class="banner_logo"></div><div id="onetrust-policy"><div id="onetrust-policy-text">This website uses cookies and other tracking technologies to enhance user experience, display targeted ads, and to analyze performance, user activity, and traffic on our website.
Stay ahead of the changes

Watch this before it changes again

Follow unlimited companies, monitor the clauses that matter across every platform, and get the full institutional analysis on what each change obligates you to do.