{"id":1131,"date":"2026-03-29T12:54:48","date_gmt":"2026-03-29T12:54:48","guid":{"rendered":"https:\/\/wheelfront.teeztech.com\/?page_id=1131"},"modified":"2026-05-26T02:16:12","modified_gmt":"2026-05-26T02:16:12","slug":"about-us","status":"publish","type":"page","link":"https:\/\/wheelfront.com\/marketplace\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1131\" class=\"elementor elementor-1131\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f92c19 e-con-full e-flex e-con e-parent\" data-id=\"8f92c19\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-bb8776c e-con-full e-flex e-con e-child\" data-id=\"bb8776c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71aa247 elementor-widget elementor-widget-heading\" data-id=\"71aa247\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The World's\nTrusted\nWheels\n<span style=\"color:#ADBCDC\">Marketplace.<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ab7c40 elementor-widget elementor-widget-text-editor\" data-id=\"8ab7c40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Wheel Front\u00ae Marketplace was built for one reason \u2014 to make buying and selling <strong>OEM<\/strong>, <strong>Aftermarket wheels safer, smarter, and simpler<\/strong>\u00a0for enthusiasts, dealers, and everyday drivers around the globe.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61d3110 e-flex e-con-boxed e-con e-parent\" data-id=\"61d3110\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afdcacc elementor-widget elementor-widget-html\" data-id=\"afdcacc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- \n  =======================================================================\n  WHEEL FRONT: PARTNERS & TRUST SECTION (DARK THEME SLIDER)\n  - Transparent section background to blend with your dark theme.\n  - 1-line infinite CSS marquee (slide effect scroll).\n  - Subtle glass cards so colored logos remain visible on dark backgrounds.\n  =======================================================================\n-->\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&display=swap');\n\n    \/* ==========================================================================\n       WRAPPER & TYPOGRAPHY\n       ========================================================================== *\/\n    .wf-partners-wrapper {\n        \/* Transparent background to inherit your dark Elementor section *\/\n        background-color: transparent; \n        padding: 40px 20px 40px 20px;\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n        text-align: center;\n        \n        \/* === SAFE FULL WIDTH BREAKOUT === *\/\n        width: 100vw !important;\n        max-width: 100vw !important;\n        position: relative !important;\n        left: calc(-50vw + 50%) !important;\n        right: auto !important;\n        margin-left: 0 !important;\n        margin-right: 0 !important;\n        box-sizing: border-box !important;\n        overflow-x: hidden !important;\n    }\n\n    .wf-partners-wrapper * {\n        box-sizing: border-box;\n    }\n\n    .wf-partners-container {\n        max-width: 1400px;\n        margin: 0 auto;\n    }\n\n    .wf-partners-heading {\n        font-family: 'Inter', sans-serif;\n        font-size: 12px;\n        font-weight: 700;\n        color: #ffff; \/* Muted slate gray for dark theme *\/\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        margin: 0 0 12px 0; \n    }\n\n    \/* ==========================================================================\n       SOCIAL PROOF (AVATARS + TEXT)\n       ========================================================================== *\/\n    .wf-partners-social-proof {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 10px;\n        margin-bottom: 32px; \n        font-size: 13px; \n        font-weight: 500;\n        color: #ffffff; \/* Bright white text for dark background *\/\n    }\n\n    .wf-partners-avatars {\n        display: flex;\n        align-items: center;\n    }\n\n    .wf-partners-avatars img {\n        width: 30px  !important; \n        height: 30px  !important; \n        border-radius: 50%;\n        \/* Dark border to separate overlapping avatars *\/\n        border: 2px solid #0f172a; \n        object-fit: cover;\n        margin-left: -8px; \n        box-shadow: 0 2px 4px rgba(0,0,0,0.3);\n    }\n\n    .wf-partners-avatars img:first-child {\n        margin-left: 0;\n    }\n\n    \/* ==========================================================================\n       1-LINE INFINITE SLIDER (MARQUEE)\n       ========================================================================== *\/\n    .wf-partners-slider {\n        position: relative;\n        width: 100%;\n        overflow: hidden;\n        \/* Optional: Fading gradient edges for a sleek fade-in\/fade-out look *\/\n        -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);\n        mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);\n    }\n\n    .wf-partners-track {\n        display: flex;\n        align-items: center;\n        width: max-content;\n        gap: 24px;\n        \/* 40s determines the speed. Increase to slow down, decrease to speed up *\/\n        animation: slideScroll 40s linear infinite;\n    }\n\n    \/* Pause the slider when a user hovers over it *\/\n    .wf-partners-track:hover {\n        animation-play-state: paused;\n    }\n\n    @keyframes slideScroll {\n        0% {\n            transform: translateX(0);\n        }\n        100% {\n            \/* Moves the track exactly 50% left (1 full set of logos + gap) *\/\n            transform: translateX(calc(-50% - 12px)); \n        }\n    }\n\n    \/* ==========================================================================\n       LOGO CARDS (GLASS EFFECT)\n       ========================================================================== *\/\n    .wf-partner-logo {\n        flex: 0 0 auto;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        height: 56px; \n        width: 140px; \n        padding: 8px 16px; \n        border-radius: 8px;\n        \n        \/* Subtle semi-transparent white background so colored logos are visible *\/\n        background-color: #ffff; \n        border: 1px solid rgba(255, 255, 255, 0.08);\n        backdrop-filter: blur(4px);\n        transition: all 0.3s ease;\n    }\n\n    .wf-partner-logo img {\n        max-width: 100%;\n        max-height: 100%;\n        object-fit: contain;\n      \n        transition: opacity 0.3s ease;\n    }\n\n    .wf-partner-logo:hover {\n        background-color: #ffff; \/* Brightens on hover *\/\n        border-color: rgba(255, 255, 255, 0.15);\n        transform: scale(1.05);\n    }\n\n   \n\n    \/* ==========================================================================\n       RESPONSIVE ADJUSTMENTS\n       ========================================================================== *\/\n    @media (max-width: 768px) {\n        .wf-partners-wrapper {\n            padding: 32px 16px 32px 16px;\n        }\n        .wf-partner-logo {\n            width: 120px;\n            height: 48px;\n            padding: 6px 12px;\n        }\n        .wf-partners-track {\n            gap: 16px;\n            animation: slideScroll 30s linear infinite; \/* Slightly faster on mobile *\/\n        }\n        @keyframes slideScroll {\n            0% { transform: translateX(0); }\n            100% { transform: translateX(calc(-50% - 8px)); }\n        }\n    }\n\n    @media (max-width: 480px) {\n        .wf-partners-social-proof {\n            flex-direction: column;\n            gap: 8px;\n            text-align: center;\n        }\n    }\n<\/style>\n\n<section class=\"wf-partners-wrapper\">\n    <div class=\"wf-partners-container\">\n        \n        <!-- Header & Social Proof -->\n        <h4 class=\"wf-partners-heading\"> Powered by the industry's leading enterprises<\/h4>\n        \n        <div class=\"wf-partners-social-proof\">\n            <div class=\"wf-partners-avatars\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80\" alt=\"User\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1506794778202-cad84cf45f1d?auto=format&fit=crop&w=64&h=64&q=80\" alt=\"User\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=64&h=64&q=80\" alt=\"User\">\n            <\/div>\n            <span>Trusted by over 500+ Dealers & Brands Globally<\/span>\n        <\/div>\n\n        <!-- 1-Line Infinite Slider -->\n        <div class=\"wf-partners-slider\">\n            <div class=\"wf-partners-track\">\n                \n                <!-- === GROUP 1 (Original Logos) === -->\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/1.png\" alt=\"Wheel Size\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/2.png\" alt=\"Fitment Industry\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/3.png\" alt=\"Parts Authority\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/4.png\" alt=\"Motor State\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/5.png\" alt=\"Air Wallex\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/6.png\" alt=\"Didit\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/8.png\" alt=\"BBS\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/9.png\" alt=\"RAYS\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/10.png\" alt=\"HRE\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/11.png\" alt=\"Enkei\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/12.png\" alt=\"Apex\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/13.png\" alt=\"ForgeStar\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/14.png\" alt=\"Vossen\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/15.png\" alt=\"FUEL\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/16.png\" alt=\"American Racing\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/17.png\" alt=\"WELD\"><\/div>\n\n                <!-- === GROUP 2 (Exact Duplicate for Seamless Looping) === -->\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/1.png\" alt=\"Wheel Size\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/2.png\" alt=\"Fitment Industry\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/3.png\" alt=\"Parts Authority\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/4.png\" alt=\"Motor State\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/5.png\" alt=\"Air Wallex\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/6.png\" alt=\"Didit\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/8.png\" alt=\"BBS\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/9.png\" alt=\"RAYS\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/10.png\" alt=\"HRE\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/11.png\" alt=\"Enkei\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/12.png\" alt=\"Apex\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/13.png\" alt=\"ForgeStar\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/14.png\" alt=\"Vossen\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/15.png\" alt=\"FUEL\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/16.png\" alt=\"American Racing\"><\/div>\n                <div class=\"wf-partner-logo\"><img decoding=\"async\" src=\"https:\/\/wheelfront.com\/wp-content\/uploads\/2026\/03\/17.png\" alt=\"WELD\"><\/div>\n\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f82b3b8 e-flex e-con-boxed e-con e-parent\" data-id=\"f82b3b8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53cb22b elementor-widget elementor-widget-heading\" data-id=\"53cb22b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Leading Wheels Marketplace Since 2018<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-18e33a7 loggedinprofile  e-con-full e-flex e-con e-child\" data-id=\"18e33a7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-971ec1d e-con-full e-flex e-con e-child\" data-id=\"971ec1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d574bf elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"7d574bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Illustration\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"><defs><style>      .cls-1 {        fill: #99c0ff;      }      .cls-2 {        fill: #fff;      }    <\/style><\/defs><g><path class=\"cls-1\" d=\"M58,5.03c-7.11,0-13.52,4.23-16.32,10.76l1.38.59c2.57-5.99,8.43-9.85,14.94-9.85,8.96,0,16.25,7.29,16.25,16.25,0,8.41-6.3,15.36-14.66,16.17-.2.02-.39.12-.51.28l-4.55,5.65v-5.65c0-.34-.23-.64-.56-.73-1.14-.29-2.26-.71-3.31-1.25l-.68,1.34c.98.5,2,.9,3.06,1.21v7.2c0,.32.2.6.5.71.08.03.17.04.25.04.22,0,.44-.1.58-.28l5.69-7.06c8.97-1.03,15.7-8.55,15.7-17.63,0-9.79-7.96-17.75-17.75-17.75,0,0-.01,0-.01,0Z\"><\/path><path class=\"cls-1\" d=\"M52.73,29.93c-.03.15.03.3.16.39.07.05.15.08.24.08.06,0,.13-.02.19-.05l4.69-2.52,4.69,2.52c.14.07.3.06.42-.03s.19-.24.16-.39l-.94-5.24,3.84-3.69c.11-.11.15-.27.1-.41s-.17-.25-.33-.27l-5.27-.72-2.32-4.79c-.13-.28-.59-.28-.72,0l-2.32,4.79-5.27.72c-.15.02-.28.13-.33.27s0,.31.1.41l3.84,3.68-.94,5.24.01.01h0ZM50.98,21l4.67-.64c.13-.02.25-.1.31-.22l2.05-4.24,2.05,4.24c.06.12.17.2.31.22l4.67.64-3.4,3.26c-.1.09-.14.23-.12.36l.83,4.64-4.15-2.23c-.06-.03-.12-.05-.19-.05s-.13.02-.19.05l-4.15,2.23.83-4.64c.02-.13-.02-.27-.12-.36,0,0-3.4-3.26-3.4-3.26Z\"><\/path><\/g><path class=\"cls-2\" d=\"M39.8,63.69l-.26-3.95c2.11-2.33,3.66-5.51,4.02-8.26,4.02-3.69,4.64-6.52,4.45-8.24-.13-1.2-.72-2.26-1.59-2.92v-8.62c0-7.67-7.67-12.12-14.79-13.01l-.19,1.49c6.49.81,13.47,4.77,13.47,11.52v8.66c-.42-.06-.83-.02-1.2.13-.46.18-.81.48-1.08.8-.43-2.42-2.39-4.37-4.89-4.72-6.48-.91-13.47-3.44-17.06-4.86-1.28-.51-2.72-.35-3.87.42-1.14.76-1.8,1.97-1.81,3.33h.8c.01-1.08.54-2.05,1.46-2.66.93-.62,2.1-.75,3.13-.34,4.43,1.75,11.01,4.03,17.24,4.91,2.45.35,4.3,2.47,4.3,4.95v7.44c0,7.2-5.86,13.06-13.06,13.06-4.93,0-9.23-2.75-11.46-6.79l-.15-.3c-.11-.22-.22-.43-.32-.66-.08-.18-.15-.36-.23-.54-.11-.28-.22-.56-.31-.84,0-.02-.01-.04-.02-.07-.38-1.22-.58-2.52-.58-3.86v-10.13h-.8v1.4c-.46-.48-1.15-.84-2.19-.63v-5.45c0-10.19,7.38-14.37,14.29-14.88l-.11-1.5c-7.58.56-15.68,5.16-15.68,16.38v5.38c-.82.63-1.35,1.61-1.48,2.75-.19,1.73.45,4.56,4.51,8.32.34,2.84,1.78,6.02,3.72,8.24l-.15,3.71c-6.3,1.44-11.22,4.18-13.54,7.54l1.23.85c2.15-3.12,6.87-5.66,12.97-7,.06,4.02,3.36,8.47,7.78,8.47v-.8c-3.93,0-6.98-4.18-6.98-7.77v-.23l.17-4.42c2.46,2.24,5.73,3.63,9.31,3.63s6.75-1.34,9.2-3.52l.26,4.02v.52c-.01,3.67-2.95,7.77-6.89,7.77h-.55v.8h.55c4.25,0,7.45-4.22,7.66-8.15,5.18,1.33,9.2,3.54,11.31,6.22l1.18-.93c-2.27-2.88-6.44-5.24-11.78-6.66,0,0,.01,0,.01,0ZM11.33,43.25c.13-1.18.82-1.7,1.11-1.87l.14-.08c1.46-.5,1.99.33,2.43,1.14v7.31c0,.07.01.15.01.22-3.46-3.33-3.81-5.63-3.69-6.73v.01ZM44,41.24c.29-.11.62-.12.97-.05l.32.18c.67.38,1.13,1.14,1.22,2.03.12,1.11-.23,3.47-3.81,6.82,0-.16.02-.32.02-.48v-7.06c.12-.31.52-1.15,1.27-1.44h.01Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t5.0 out of 5 stars Reviews\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tFrom thousands reviews worldwide\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-923836a e-con-full e-flex e-con e-child\" data-id=\"923836a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71ee593 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"71ee593\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100\" height=\"100\"><path d=\"M0 0 C1.16582108 0.00666183 1.16582108 0.00666183 2.35519409 0.01345825 C3.23595612 0.01360931 4.11671814 0.01376038 5.02416992 0.01391602 C6.4523555 0.02939987 6.4523555 0.02939987 7.90939331 0.04519653 C9.37008743 0.04944138 9.37008743 0.04944138 10.86029053 0.05377197 C13.9783443 0.0649899 17.09611349 0.09009734 20.21408081 0.11550903 C22.32475375 0.12553675 24.43543119 0.13466296 26.54611206 0.14285278 C31.72719916 0.16493445 36.90811966 0.19842774 42.08908081 0.24050903 C43.81525805 3.98882853 44.33787353 6.90974762 44.33200073 11.02468872 C44.33661568 12.73105499 44.33661568 12.73105499 44.34132385 14.47189331 C44.33413834 15.68975525 44.32695282 16.90761719 44.31954956 18.16238403 C44.31909134 19.41811218 44.31863312 20.67384033 44.31816101 21.96762085 C44.3151432 24.6171536 44.30834887 27.26633582 44.29489136 29.915802 C44.27783264 33.31784057 44.27407927 36.71973076 44.27483654 40.1218071 C44.27450014 43.36451418 44.26567083 46.60718991 44.25704956 49.84988403 C44.25593674 51.0758429 44.25482391 52.30180176 44.25367737 53.56491089 C44.24729752 54.68987976 44.24091766 55.81484863 44.23434448 56.97390747 C44.22862679 58.46685333 44.22862679 58.46685333 44.22279358 59.98995972 C44.08908081 62.24050903 44.08908081 62.24050903 43.08908081 63.24050903 C41.65167728 63.3386489 40.20951754 63.36849184 38.76876831 63.36990356 C37.85111694 63.37305573 36.93346558 63.37620789 35.98800659 63.37945557 C34.99011108 63.37743134 33.99221558 63.3754071 32.96408081 63.37332153 C31.94684937 63.37427826 30.92961792 63.37523499 29.88156128 63.3762207 C27.72612445 63.37690265 25.57068559 63.37504738 23.41525269 63.37088013 C20.1033571 63.36553209 16.79159714 63.37082466 13.47970581 63.37722778 C11.39116384 63.376567 9.30262196 63.37528585 7.21408081 63.37332153 C5.71723755 63.37635788 5.71723755 63.37635788 4.19015503 63.37945557 C3.27250366 63.37630341 2.35485229 63.37315125 1.40939331 63.36990356 C0.59744507 63.36910797 -0.21450317 63.36831238 -1.05105591 63.36749268 C-2.91091919 63.24050903 -2.91091919 63.24050903 -3.91091919 62.24050903 C-3.98335972 60.22086705 -3.99469107 58.1988378 -3.97341919 56.17800903 C-3.96439575 55.07328247 -3.95537231 53.96855591 -3.94607544 52.83035278 C-3.93447388 51.97570435 -3.92287231 51.12105591 -3.91091919 50.24050903 C-2.92091919 50.57050903 -1.93091919 50.90050903 -0.91091919 51.24050903 C-0.91091919 54.54050903 -0.91091919 57.84050903 -0.91091919 61.24050903 C12.94908081 61.24050903 26.80908081 61.24050903 41.08908081 61.24050903 C41.08908081 42.10050903 41.08908081 22.96050903 41.08908081 3.24050903 C27.22908081 3.24050903 13.36908081 3.24050903 -0.91091919 3.24050903 C-0.91091919 15.45050903 -0.91091919 27.66050903 -0.91091919 40.24050903 C-2.39591919 40.73550903 -2.39591919 40.73550903 -3.91091919 41.24050903 C-3.96027129 35.72294427 -3.99661581 30.20550733 -4.02078247 24.68777466 C-4.03085453 22.80982221 -4.04451281 20.9318855 -4.0617981 19.0539856 C-4.08599372 16.35830813 -4.09739002 13.66283757 -4.10623169 10.96707153 C-4.11655426 10.12431671 -4.12687683 9.28156189 -4.13751221 8.41326904 C-4.13791063 6.35429656 -4.03349507 4.29582969 -3.91091919 2.24050903 C-1.91091919 0.24050903 -1.91091919 0.24050903 0 0 Z \" fill=\"#647A98\" transform=\"translate(19.910919189453125,23.759490966796875)\"><\/path><path d=\"M0 0 C3.0216321 0.73251687 4.80104733 2.27158096 6.93359375 4.46875 C8.34360039 7.28876327 8.17907826 9.33882255 7.93359375 12.46875 C6.67070716 15.24710049 5.58137665 16.95977772 3.18359375 18.84375 C-0.25472843 19.79883949 -2.63038313 19.37296661 -6.06640625 18.46875 C-9.6857344 15.85051262 -10.88831043 14.44827699 -11.69140625 10.03125 C-10.47895844 3.12029751 -6.99236205 -0.52872303 0 0 Z M-3.06640625 1.46875 C-2.73640625 3.11875 -2.40640625 4.76875 -2.06640625 6.46875 C0.11849382 3.79232511 0.11849382 3.79232511 -0.06640625 1.46875 C-1.05640625 1.46875 -2.04640625 1.46875 -3.06640625 1.46875 Z M-6.06640625 2.46875 C-7.05640625 3.95375 -7.05640625 3.95375 -8.06640625 5.46875 C-6.74640625 5.79875 -5.42640625 6.12875 -4.06640625 6.46875 C-4.06640625 5.14875 -4.06640625 3.82875 -4.06640625 2.46875 C-4.72640625 2.46875 -5.38640625 2.46875 -6.06640625 2.46875 Z M0.93359375 2.46875 C1.26359375 3.78875 1.59359375 5.10875 1.93359375 6.46875 C2.59359375 6.13875 3.25359375 5.80875 3.93359375 5.46875 C3.60359375 4.47875 3.27359375 3.48875 2.93359375 2.46875 C2.27359375 2.46875 1.61359375 2.46875 0.93359375 2.46875 Z M-9.06640625 6.46875 C-9.06640625 7.12875 -9.06640625 7.78875 -9.06640625 8.46875 C-7.17461422 9.1502323 -7.17461422 9.1502323 -5.06640625 9.46875 C-4.40640625 8.80875 -3.74640625 8.14875 -3.06640625 7.46875 C-6.03640625 6.97375 -6.03640625 6.97375 -9.06640625 6.46875 Z M-1.06640625 6.46875 C-1.06640625 7.12875 -1.06640625 7.78875 -1.06640625 8.46875 C1.94391119 9.40298645 2.80009643 9.51324911 5.93359375 8.46875 C5.93359375 7.80875 5.93359375 7.14875 5.93359375 6.46875 C3.62359375 6.46875 1.31359375 6.46875 -1.06640625 6.46875 Z M-2.06640625 8.46875 C-1.06640625 10.46875 -1.06640625 10.46875 -1.06640625 10.46875 Z M-10.06640625 9.46875 C-9.73640625 10.78875 -9.40640625 12.10875 -9.06640625 13.46875 C-8.07640625 13.13875 -7.08640625 12.80875 -6.06640625 12.46875 C-6.06640625 11.80875 -6.06640625 11.14875 -6.06640625 10.46875 C-7.38640625 10.13875 -8.70640625 9.80875 -10.06640625 9.46875 Z M-0.06640625 9.46875 C0.26359375 10.12875 0.59359375 10.78875 0.93359375 11.46875 C1.26359375 10.80875 1.59359375 10.14875 1.93359375 9.46875 C1.27359375 9.46875 0.61359375 9.46875 -0.06640625 9.46875 Z M2.93359375 10.46875 C3.26359375 11.45875 3.59359375 12.44875 3.93359375 13.46875 C4.59359375 13.46875 5.25359375 13.46875 5.93359375 13.46875 C5.93359375 12.47875 5.93359375 11.48875 5.93359375 10.46875 C4.94359375 10.46875 3.95359375 10.46875 2.93359375 10.46875 Z M-5.06640625 12.46875 C-5.72640625 13.78875 -6.38640625 15.10875 -7.06640625 16.46875 C-6.07640625 16.13875 -5.08640625 15.80875 -4.06640625 15.46875 C-3.73640625 14.47875 -3.40640625 13.48875 -3.06640625 12.46875 C-3.72640625 12.46875 -4.38640625 12.46875 -5.06640625 12.46875 Z M-0.06640625 12.46875 C0.59359375 13.78875 1.25359375 15.10875 1.93359375 16.46875 C2.59359375 15.80875 3.25359375 15.14875 3.93359375 14.46875 C2.61359375 13.80875 1.29359375 13.14875 -0.06640625 12.46875 Z M-3.06640625 14.46875 C-3.39640625 15.45875 -3.72640625 16.44875 -4.06640625 17.46875 C-2.74640625 17.46875 -1.42640625 17.46875 -0.06640625 17.46875 C-0.39640625 16.47875 -0.72640625 15.48875 -1.06640625 14.46875 C-1.72640625 14.46875 -2.38640625 14.46875 -3.06640625 14.46875 Z \" fill=\"#768EB1\" transform=\"translate(41.06640625,39.53125)\"><\/path><path d=\"M0 0 C15.18 0 30.36 0 46 0 C46 6.6 46 13.2 46 20 C45.34 20 44.68 20 44 20 C44 14.06 44 8.12 44 2 C30.14 2 16.28 2 2 2 C2 3.98 2 5.96 2 8 C1.34 8 0.68 8 0 8 C0 5.36 0 2.72 0 0 Z \" fill=\"#C7C7C9\" transform=\"translate(35,13)\"><\/path><path d=\"M0 0 C3.05416824 3.20315206 4.22424684 5.71541644 4.4375 10.0625 C3.82339482 15.58944665 2.46968485 17.76412865 -1.75 21.3125 C-5.57903994 23.30065535 -7.73955513 23.54223844 -12 23 C-16.09613637 21.19007928 -18.73195328 18.8640796 -21 15 C-21.87813403 10.20130795 -21.4687275 6.88896595 -19.1875 2.5625 C-16.96218731 -0.04429487 -15.0863695 -1.58462343 -11.875 -2.8125 C-7.49396431 -3.09821972 -3.89418386 -1.99068354 0 0 Z M-18 3 C-19.92693706 6.09985526 -20.00600905 7.83174654 -19.875 11.5 C-18.92080906 15.31676375 -17.71834365 17.1992823 -15 20 C-11.53472176 21.73263912 -7.78892972 21.4719774 -4 21 C-0.87931144 19.20726402 0.54965052 17.75740595 2.375 14.6875 C3.22094728 11.04992671 2.96685978 8.60960985 2 5 C-1.23324649 1.18642721 -3.24622504 -0.83136779 -8.25 -1.3125 C-12.70355765 -0.9413702 -14.6333821 0.10314274 -18 3 Z \" fill=\"#758DAE\" transform=\"translate(48,39)\"><\/path><path d=\"M0 0 C0.66 0 1.32 0 2 0 C2.02465392 4.53897705 2.04283789 9.07791543 2.05493164 13.61694336 C2.0599714 15.16219766 2.0668032 16.70744716 2.07543945 18.25268555 C2.08752076 20.46925029 2.09323173 22.68575218 2.09765625 24.90234375 C2.10281754 25.5971434 2.10797882 26.29194305 2.11329651 27.00779724 C2.11349277 28.6722933 2.06189129 30.33665499 2 32 C1 33 1 33 -2.16015625 33.09765625 C-3.44792969 33.08605469 -4.73570313 33.07445312 -6.0625 33.0625 C-7.35285156 33.05347656 -8.64320312 33.04445312 -9.97265625 33.03515625 C-10.97167969 33.02355469 -11.97070312 33.01195312 -13 33 C-13 32.34 -13 31.68 -13 31 C-8.71 31 -4.42 31 0 31 C0 20.77 0 10.54 0 0 Z \" fill=\"#CBCACC\" transform=\"translate(79,43)\"><\/path><path d=\"M0 0 C0.96292969 -0.01224609 1.92585938 -0.02449219 2.91796875 -0.03710938 C3.84222656 -0.03904297 4.76648438 -0.04097656 5.71875 -0.04296875 C6.9862207 -0.04913208 6.9862207 -0.04913208 8.27929688 -0.05541992 C10.5 0.1875 10.5 0.1875 13.5 2.1875 C12.5 3.1875 12.5 3.1875 10.09155273 3.30102539 C9.04942627 3.29578857 8.0072998 3.29055176 6.93359375 3.28515625 C5.80888672 3.28193359 4.68417969 3.27871094 3.52539062 3.27539062 C2.34138672 3.26701172 1.15738281 3.25863281 -0.0625 3.25 C-1.25037109 3.24548828 -2.43824219 3.24097656 -3.66210938 3.23632812 C-6.60812226 3.22449675 -9.55403681 3.20801287 -12.5 3.1875 C-12.83 2.5275 -13.16 1.8675 -13.5 1.1875 C-9.04253884 -0.29832039 -4.66868558 0.00312496 0 0 Z \" fill=\"#535355\" transform=\"translate(39.5,70.8125)\"><\/path><path d=\"M0 0 C2.97 0 5.94 0 9 0 C9.66 1.32 10.32 2.64 11 4 C9.35 5.98 7.7 7.96 6 10 C2.74456771 9.65120368 1.98126893 8.97866739 -0.25 6.4375 C-0.8275 5.633125 -1.405 4.82875 -2 4 C-1.34 2.68 -0.68 1.36 0 0 Z M1 2 C1.27617533 3.94074861 1.27617533 3.94074861 2 6 C3.485 6.99 3.485 6.99 5 8 C6.56249809 6.68798827 6.56249809 6.68798827 8 5 C8 4.01 8 3.02 8 2 C5.69 2 3.38 2 1 2 Z \" fill=\"#B7B7BB\" transform=\"translate(48,30)\"><\/path><path d=\"M0 0 C0.33 0.66 0.66 1.32 1 2 C2.423125 1.9690625 2.423125 1.9690625 3.875 1.9375 C7 2 7 2 9 3 C8.67 3.66 8.34 4.32 8 5 C7.01 4.67 6.02 4.34 5 4 C5 4.66 5 5.32 5 6 C4.01 6.495 4.01 6.495 3 7 C3.2784375 7.928125 3.2784375 7.928125 3.5625 8.875 C4 11 4 11 3 13 C1.35 13 -0.3 13 -2 13 C-1.67 12.34 -1.34 11.68 -1 11 C-0.01 11 0.98 11 2 11 C1.04134491 8.66924071 1.04134491 8.66924071 -2 7 C-2.6875 4.375 -2.6875 4.375 -3 2 C-2.01 1.34 -1.02 0.68 0 0 Z M0 2 C1 4 1 4 1 4 Z M2 3 C2.33 3.66 2.66 4.32 3 5 C3.33 4.34 3.66 3.68 4 3 C3.34 3 2.68 3 2 3 Z \" fill=\"#6C83A4\" transform=\"translate(39,46)\"><\/path><path d=\"M0 0 C8.58 0 17.16 0 26 0 C26 0.66 26 1.32 26 2 C17.75 2 9.5 2 1 2 C0.67 1.34 0.34 0.68 0 0 Z \" fill=\"#7D7E81\" transform=\"translate(26,77)\"><\/path><path d=\"M0 0 C0.75 2.25 0.75 2.25 1 5 C-0.6875 7.375 -0.6875 7.375 -3 9 C-5.55187981 8.92267031 -6.72675391 8.18844558 -8.8125 6.75 C-10 5 -10 5 -9.8125 2.375 C-8.11905613 -2.57506671 -4.34284193 -0.72380699 0 0 Z M-8 1 C-7.67 2.65 -7.34 4.3 -7 6 C-3.2236068 6.2981424 -3.2236068 6.2981424 -1 5 C-1 3.68 -1 2.36 -1 1 C-3.31 1 -5.62 1 -8 1 Z \" fill=\"#5B7195\" transform=\"translate(76,19)\"><\/path><path d=\"M0 0 C1.98 0.66 3.96 1.32 6 2 C5.125 6.75 5.125 6.75 4 9 C5.32 8.34 6.64 7.68 8 7 C8 8.32 8 9.64 8 11 C5.02545866 10.67842796 3.40664722 10.37860258 1.1875 8.3125 C-0.3082321 5.39975854 -0.22022756 3.23000416 0 0 Z M1 2 C1.33 3.32 1.66 4.64 2 6 C2.99 5.67 3.98 5.34 5 5 C5 4.34 5 3.68 5 3 C3.68 2.67 2.36 2.34 1 2 Z \" fill=\"#7994B9\" transform=\"translate(30,47)\"><\/path><path d=\"M0 0 C5.74820144 2.44604317 5.74820144 2.44604317 6.9375 5.0625 C7 7 7 7 6 9 C4.35 9 2.7 9 1 9 C1.33 8.34 1.66 7.68 2 7 C2.99 7 3.98 7 5 7 C4.04134491 4.66924071 4.04134491 4.66924071 1 3 C0.67 2.01 0.34 1.02 0 0 Z \" fill=\"#5D6F88\" transform=\"translate(36,50)\"><\/path><path d=\"M0 0 C2.97 0.495 2.97 0.495 6 1 C5.67 1.66 5.34 2.32 5 3 C3.68 2.67 2.36 2.34 1 2 C1.33 3.32 1.66 4.64 2 6 C1.01 6 0.02 6 -1 6 C-1.33 5.01 -1.66 4.02 -2 3 C-1.34 2.01 -0.68 1.02 0 0 Z \" fill=\"#B0B0B2\" transform=\"translate(48,30)\"><\/path><path d=\"M0 0 C0.33 0.66 0.66 1.32 1 2 C-2.96 2 -6.92 2 -11 2 C-11 1.67 -11 1.34 -11 1 C-5.555 0.505 -5.555 0.505 0 0 Z \" fill=\"#D6D6D8\" transform=\"translate(45,64)\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t1.5+ Millions Users\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCustomers Served Annually\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f604fe e-con-full e-flex e-con e-child\" data-id=\"4f604fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fef998b elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"fef998b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Illustration\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"><defs><style>      .cls-1 {        fill: #99c0ff;      }      .cls-2 {        fill: #fff;      }    <\/style><\/defs><g><path class=\"cls-1\" d=\"M39.49,28.64l-4.76-4.76-.57.57,5.05,5.05c.08.08.18.12.28.12s.2-.04.28-.12l8.41-8.41-.57-.57-8.13,8.13s.01-.01.01-.01Z\"><\/path><path class=\"cls-1\" d=\"M40,6.9c-9.76,0-17.7,7.94-17.7,17.7,0,5.62,2.71,10.96,7.25,14.29l.89-1.21c-4.15-3.04-6.63-7.93-6.63-13.08,0-8.93,7.27-16.2,16.2-16.2s16.2,7.27,16.2,16.2c0,3.73-1.23,7.23-3.56,10.13l1.17.94c2.51-3.12,3.89-7.06,3.89-11.07,0-9.76-7.94-17.7-17.7-17.7,0,0-.01,0-.01,0Z\"><\/path><\/g><path class=\"cls-2\" d=\"M74.07,39.16h-8.04c-.96,0-1.75.79-1.75,1.75v19.94h-4.21l-3.09,2.77-17.31-17.54c-.27-.27-.7-.3-1-.06-5.51,4.3-8.84,2.83-10.09,1.91l11.61-9.38c.22-.18.5-.28.79-.28h6.72c.27,0,.53.09.74.25.9.67,1.7,1.36,2.48,2.02,2.6,2.21,5.05,4.31,9.62,4.31v-1.5c-4.02,0-6.07-1.74-8.65-3.95-.79-.68-1.62-1.38-2.55-2.08-.48-.36-1.05-.55-1.64-.55h-6.72c-.63,0-1.24.22-1.73.61l-5.47,4.42H15.79v-.8c0-.96-.79-1.75-1.75-1.75H6c-.96,0-1.75.79-1.75,1.75v24c0,.96.79,1.75,1.75,1.75h8.04c.96,0,1.75-.79,1.75-1.75v-21.7h16.13l-4.97,4.01c-.16.13-.25.31-.27.51-.02.2.04.4.17.55.04.05,4.3,5.05,12.21-.76l18.41,18.65c.73.74.73,1.95,0,2.69-.74.75-1.96.75-2.7,0l-8.85-8.85-.53.53-.53.53,5.69,5.78c.73.74.73,1.95-.01,2.69-.72.72-1.98.72-2.7,0l-2.59-2.59h0l-6.26-6.26-1.06,1.06,6.26,6.26c.74.75.74,1.96,0,2.7l-.37.37c-.75.74-1.96.75-2.7,0l-8.85-8.85-.53.53-.54.52,4.92,5.1c.72.74.71,1.94-.05,2.7-.74.75-1.96.75-2.7,0l-10.72-10.72c-.14-.14-.33-.22-.53-.22h-3.23v1.5h2.92l10.5,10.5c.66.66,1.53,1,2.4.99.88,0,1.76-.34,2.44-1.02.54-.54.85-1.23.95-1.94l1.96,1.96c.66.67,1.54,1,2.41,1s1.75-.33,2.41-1l.37-.37c.5-.5.81-1.12.94-1.77l.6.6c.64.64,1.5,1,2.41,1s1.77-.35,2.41-1c.52-.52.83-1.17.94-1.86l1.18,1.18c.66.67,1.54,1,2.41,1s1.75-.33,2.41-1c1.32-1.32,1.33-3.48.02-4.81l-.5-.51,2.61-2.34h3.64v2.43c0,.96.79,1.75,1.75,1.75h8.04c.96,0,1.75-.79,1.75-1.75v-23.87c0-.96-.79-1.75-1.75-1.75l-.04.01h0ZM14.29,65c0,.14-.11.25-.25.25H6c-.14,0-.25-.11-.25-.25v-24c0-.14.11-.25.25-.25h8.04c.14,0,.25.11.25.25v24ZM74.32,64.79c0,.14-.11.25-.25.25h-8.04c-.14,0-.25-.11-.25-.25v-23.87c0-.14.11-.25.25-.25h8.04c.14,0,.25.11.25.25v23.87Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t100% Escrow &amp; Fitment\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tMost Trusted Wheels Marketplace\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-35422f0 e-con-full e-flex e-con e-child\" data-id=\"35422f0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9efff0 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"b9efff0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Illustration\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"><defs><style>      .cls-1 {        fill: #99c0ff;      }      .cls-2 {        fill: #fff;      }    <\/style><\/defs><path class=\"cls-2\" d=\"M52.55,61.52l-.32-5.12c2.46-2.7,4.13-6.38,4.49-9.92l.14-1.86-.75-.06v-8.66c0-3.38-2.53-6.29-5.88-6.77-7.73-1.09-16.07-4.1-20.36-5.8-1.5-.59-3.2-.41-4.54.49-1.33.89-2.11,2.32-2.13,3.9h.8c.02-1.31.66-2.49,1.77-3.24,1.13-.76,2.55-.91,3.8-.41,5.27,2.09,13.12,4.8,20.54,5.85,2.96.42,5.19,2.98,5.19,5.97v8.87c0,.53-.03,1.06-.08,1.58,0,.1-.03.19-.04.29-.04.33-.09.66-.15.99-.57,2.89-2.06,5.79-4.11,7.96l-.22.24v.02c-2.83,2.82-6.74,4.57-11.04,4.57-5.18,0-9.76-2.54-12.61-6.42-1.33-1.89-2.32-4.14-2.76-6.34-.08-.42-.15-.85-.2-1.28v-.02c-.05-.52-.08-1.05-.08-1.58h-.05l-.02-.28-1.5.12.15,1.93c.36,3.41,2.01,7.12,4.33,9.74l-.18,4.82c-7.53,1.71-13.4,4.95-16.17,8.96l1.23.85c2.57-3.72,8.18-6.76,15.41-8.38l10.5,6.79-2.69,4.5-6.22-6.22-.57.57,6.95,6.95,3.61-6.05-10.61-6.86.21-5.48c2.95,2.77,6.9,4.48,11.25,4.48s8.18-1.66,11.11-4.35l.33,5.29-10.32,6.93,3.61,6.04,6.95-6.95-.57-.57-6.22,6.22-2.69-4.51,9.72-6.53.09.02c6.32,1.59,11.22,4.27,13.79,7.53l1.18-.93c-2.7-3.43-7.69-6.23-14.07-7.92v.04h0Z\"><\/path><g><path class=\"cls-1\" d=\"M33,48.6c-1.67,0-3.06,1.22-3.34,2.81h-3.69c-2.88,0-5.22-2.34-5.22-5.22v-.44h1.92c.96,0,1.75-.79,1.75-1.75v-11.33c0-.96-.79-1.75-1.75-1.75h-1.92v-3.78c0-4.23,1-7.84,2.97-10.71l-1.24-.85c-2.15,3.13-3.23,7.02-3.23,11.56v3.86c-1.71.35-3,1.86-3,3.67v7.33c0,1.81,1.29,3.33,3,3.67v.51c0,3.71,3.02,6.72,6.72,6.72h3.77c.4,1.43,1.7,2.49,3.26,2.49,1.87,0,3.4-1.52,3.4-3.4s-1.53-3.4-3.4-3.4v.01ZM17.75,42v-7.33c0-1.24,1.01-2.25,2.25-2.25h2.67c.14,0,.25.11.25.25v11.33c0,.14-.11.25-.25.25h-2.67c-1.24,0-2.25-1.01-2.25-2.25ZM33,54.6c-1.43,0-2.6-1.17-2.6-2.6s1.17-2.6,2.6-2.6,2.6,1.17,2.6,2.6-1.17,2.6-2.6,2.6Z\"><\/path><path class=\"cls-1\" d=\"M61.13,31.21v-4.08c0-13.27-9.59-18.72-18.56-19.38-.06,0-1.39-.11-2.57-.11-1.1,0-2.51.1-2.57.11-2.81.21-5.41.85-7.74,1.9l.62,1.37c2.17-.98,4.6-1.57,7.23-1.77.01,0,1.41-.1,2.46-.1,1.13,0,2.44.1,2.46.1,8.3.62,17.17,5.64,17.17,17.89v3.78h-2.63c-.96,0-1.75.79-1.75,1.75v11.33c0,.96.79,1.75,1.75,1.75h2.67c2.07,0,3.75-1.68,3.75-3.75v-7.33c0-1.55-.94-2.88-2.29-3.45,0,0,0-.01,0-.01ZM61.92,42c0,1.24-1.01,2.25-2.25,2.25h-2.67c-.14,0-.25-.11-.25-.25v-11.33c0-.14.11-.25.25-.25h2.67c1.24,0,2.25,1.01,2.25,2.25v7.33Z\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t 500+ Brands &amp; Dealers\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tGlobal Verified Dealers in Directory\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-182fb56 e-flex e-con-boxed e-con e-parent\" data-id=\"182fb56\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a33e58 elementor-widget elementor-widget-heading\" data-id=\"7a33e58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wheel Front\u00ae Buyer Protection<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-faff493 e-con-full e-flex e-con e-child\" data-id=\"faff493\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-f0933f5 e-con-full buyercont e-flex e-con e-child\" data-id=\"f0933f5\" data-element_type=\"container\" data-e-type=\"container\" href=\"#payment-via-escrow-service\">\n\t\t\t\t<div class=\"elementor-element elementor-element-617fd65 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"617fd65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/escrow-service-inverted-1.svg\" class=\"attachment-full size-full wp-image-1141\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Safety Payment via the Escrow Service<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-4904d5f e-con-full buyercont e-flex e-con e-child\" data-id=\"4904d5f\" data-element_type=\"container\" data-e-type=\"container\" href=\"#fitmentaccu\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7136c3f elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7136c3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/authenticity-guarantee-inverted.svg\" class=\"attachment-full size-full wp-image-1142\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Strict Commitment to Fitment Accuracy<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-914663b e-con-full buyercont e-flex e-con e-child\" data-id=\"914663b\" data-element_type=\"container\" data-e-type=\"container\" href=\"#verified-dealers\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a72b4a7 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"a72b4a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/dealer-guidelines-inverted.svg\" class=\"attachment-full size-full wp-image-1143\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Verified Sellers &amp; Dealers Standards<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-50886c7 e-con-full e-flex e-con e-child\" data-id=\"50886c7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-1105104 e-con-full buyercont e-flex e-con e-child\" data-id=\"1105104\" data-element_type=\"container\" data-e-type=\"container\" href=\"#insured-shipments\">\n\t\t\t\t<div class=\"elementor-element elementor-element-884d5c8 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"884d5c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/safe-delivery-inverted.svg\" class=\"attachment-full size-full wp-image-1147\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Safe, Insured Delivery with Full Tracking<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-7dbc921 e-con-full buyercont e-flex e-con e-child\" data-id=\"7dbc921\" data-element_type=\"container\" data-e-type=\"container\" href=\"#quality-and-service-team\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5713a30 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"5713a30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/team-inverted.svg\" class=\"attachment-full size-full wp-image-1148\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Wheel Front\u00ae Quality &amp; Security team<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<div class=\"elementor-element elementor-element-049acd9 e-con-full e-flex e-con e-child\" data-id=\"049acd9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-883fef5 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"883fef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/handshake-inverted.svg\" class=\"attachment-full size-full wp-image-954\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Built on Trust. Transparent Pricing You Can Trust<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3d56235 e-flex e-con-boxed e-con e-parent\" data-id=\"3d56235\" data-element_type=\"container\" data-e-type=\"container\" id=\"payment-via-escrow-service\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-df81a93 e-con-full e-flex e-con e-child\" data-id=\"df81a93\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1b8efe elementor-widget elementor-widget-heading\" data-id=\"e1b8efe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Payment via the Escrow Service<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0454f38 elementor-widget elementor-widget-text-editor\" data-id=\"0454f38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Thanks to the Wheel Front\u00ae Escrow Service powered by Trustap\u00a0and Airwallex, your payment is fully covered. We hold your money in our escrow account for <strong>5\u00a0days after delivery of your wheels<\/strong>. This gives you time to carefully inspect your order \u2014 checking fitment, condition, and finish \u2014 knowing your money is safe with us. Only then do we release the payout to the seller.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e842a2c e-con-full e-flex e-con e-child\" data-id=\"e842a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-09ca254 elementor-widget elementor-widget-image\" data-id=\"09ca254\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1242\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace-e1777799102152.png\" class=\"attachment-full size-full wp-image-1549\" alt=\"\" srcset=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace-e1777799102152.png 2560w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace-e1777799102152-300x146.png 300w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace-e1777799102152-1024x497.png 1024w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace-e1777799102152-768x373.png 768w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace-e1777799102152-1536x745.png 1536w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace-e1777799102152-2048x994.png 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c66710b e-flex e-con-boxed e-con e-parent\" data-id=\"c66710b\" data-element_type=\"container\" data-e-type=\"container\" id=\"fitmentaccu\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f678f9c e-con-full e-flex e-con e-child\" data-id=\"f678f9c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c81183e elementor-widget elementor-widget-image\" data-id=\"c81183e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1246\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace2-e1777800366749.png\" class=\"attachment-full size-full wp-image-1547\" alt=\"\" srcset=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace2-e1777800366749.png 2560w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace2-e1777800366749-300x146.png 300w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace2-e1777800366749-1024x498.png 1024w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace2-e1777800366749-768x374.png 768w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace2-e1777800366749-1536x748.png 1536w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace2-e1777800366749-2048x997.png 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-60cad5c e-con-full e-flex e-con e-child\" data-id=\"60cad5c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49062ea elementor-widget elementor-widget-heading\" data-id=\"49062ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Largest Fitment Database<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-570554f elementor-widget elementor-widget-text-editor\" data-id=\"570554f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Every wheel listed on Wheel Front\u00ae Marketplace is accurately specced. Our sellers are required to verify and declare the correct bolt pattern, offset, diameter, and finish for each listing.\u00a0<\/p><p>We\u2019ve partnered with Wheel-Size.com to power our marketplace with one of the most comprehensive wheel fitment databases in the industry.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8f82aa e-flex e-con-boxed e-con e-parent\" data-id=\"d8f82aa\" data-element_type=\"container\" data-e-type=\"container\" id=\"verified-dealers\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-da83d36 e-con-full e-flex e-con e-child\" data-id=\"da83d36\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca3e937 elementor-widget elementor-widget-heading\" data-id=\"ca3e937\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Verified Sellers &amp; Dealers KYC<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51b2aaa elementor-widget elementor-widget-text-editor\" data-id=\"51b2aaa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Before a professional dealer can sell on Wheel Front\u00ae Marketplace, they must provide us with their photo ID, business registration, business address, and tax number.<\/p><p>Authentic customer reviews also provide insights into each seller&#8217;s reputation and service quality, so you always know exactly who you&#8217;re buying from.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7d0063e e-con-full e-flex e-con e-child\" data-id=\"7d0063e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e730b5 elementor-widget elementor-widget-image\" data-id=\"7e730b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"388\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace4-e1777800539290-1024x497.png\" class=\"attachment-large size-large wp-image-1545\" alt=\"\" srcset=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace4-e1777800539290-1024x497.png 1024w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace4-e1777800539290-300x146.png 300w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace4-e1777800539290-768x373.png 768w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace4-e1777800539290-1536x745.png 1536w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/wheelsmarketplace4-e1777800539290-2048x994.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1181fd1 e-flex e-con-boxed e-con e-parent\" data-id=\"1181fd1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67f3eec elementor-widget elementor-widget-heading\" data-id=\"67f3eec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wheels Trading Made Easy<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d60ed44 steps e-con-full e-flex e-con e-child\" data-id=\"d60ed44\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2d076c5 e-con-full e-flex e-con e-child\" data-id=\"2d076c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f47c9c elementor-position-left elementor-position-left elementor-vertical-align-middle elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"2f47c9c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/whee.png\" class=\"attachment-full size-full wp-image-999\" alt=\"\" srcset=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/whee.png 1024w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/whee-300x300.png 300w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/whee-150x150.png 150w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/whee-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">1.  Find your dream wheel<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-612f40b e-con-full e-flex e-con e-child\" data-id=\"612f40b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4816f3c elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"4816f3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Illustration\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"><defs><style>      .cls-1 {        fill: #99c0ff;      }      .cls-2 {        fill: #fff;      }    <\/style><\/defs><g><path class=\"cls-2\" d=\"M69,6.25H11c-2.62,0-4.75,2.13-4.75,4.75v4h1.5v-4c0-1.79,1.46-3.25,3.25-3.25h58c1.79,0,3.25,1.46,3.25,3.25v52c0,1.79-1.46,3.25-3.25,3.25H11c-1.79,0-3.25-1.46-3.25-3.25V25h-1.5v38c0,2.36,1.74,4.31,4,4.67v3.33c0,1.52,1.23,2.75,2.75,2.75h10c1.52,0,2.75-1.23,2.75-2.75v-3.25h30.5v3.25c0,1.52,1.23,2.75,2.75,2.75h8c1.52,0,2.75-1.23,2.75-2.75v-3.33c2.26-.36,4-2.31,4-4.67V11c0-2.62-2.13-4.75-4.75-4.75ZM23,72.25h-10c-.69,0-1.25-.56-1.25-1.25v-.6h12.5v.6c0,.69-.56,1.25-1.25,1.25ZM24.25,69.6h-12.5v-1.85h12.5v1.85ZM68.25,67.75v1.85h-10.5v-1.85h10.5ZM67,72.25h-8c-.69,0-1.25-.56-1.25-1.25v-.6h10.5v.6c0,.69-.56,1.25-1.25,1.25Z\"><\/path><path class=\"cls-2\" d=\"M40.92,64.39h4.08c.22,0,.4-.18.4-.4V10c0-.22-.18-.4-.4-.4h-4.08l-25.25,5c-.19.04-.32.2-.32.39v44c0,.19.13.36.32.39l25.25,5s0,.01,0,.01ZM44.6,63.6h-3.2V10.4h3.2v53.2ZM16.15,15.33l24.45-4.84v53.03l-24.45-4.84s0-43.35,0-43.35Z\"><\/path><path class=\"cls-2\" d=\"M28,32.6c-1.91,0-3.4,2.37-3.4,5.4s1.49,5.4,3.4,5.4,3.4-2.37,3.4-5.4-1.49-5.4-3.4-5.4ZM28,42.6c-1.41,0-2.6-2.11-2.6-4.6s1.19-4.6,2.6-4.6,2.6,2.11,2.6,4.6-1.19,4.6-2.6,4.6Z\"><\/path><rect class=\"cls-2\" x=\"35.6\" y=\"29\" width=\".8\" height=\"20\"><\/rect><rect class=\"cls-2\" x=\"28\" y=\"37.6\" width=\"1.5\" height=\".8\"><\/rect><path class=\"cls-2\" d=\"M48,58.6v.8h16c.22,0,.4-.18.4-.4V15c0-.22-.18-.4-.4-.4h-16v.8h15.6v43.2s-15.6,0-15.6,0Z\"><\/path><\/g><g><path class=\"cls-1\" d=\"M55.6,18.49v14.51h.8v-14.51c0-.77-.63-1.4-1.4-1.4h-8v.8h8c.33,0,.6.27.6.6Z\"><\/path><path class=\"cls-1\" d=\"M51.54,24.6v6.29c-1.21.13-2.3.84-2.9,1.92l.7.39c.52-.94,1.52-1.53,2.6-1.53.22,0,.4-.18.4-.4v-7.04c0-.22-.18-.4-.4-.4-1.64,0-2.97-1.33-2.97-2.97,0-.22-.18-.4-.4-.4h-1.57v.8h1.19c.19,1.76,1.59,3.16,3.35,3.35,0,0,0-.01,0-.01Z\"><\/path><path class=\"cls-1\" d=\"M60.51,35.6h-13.51v.8h13.51c.33,0,.6.27.6.6v18.51c0,.33-.27.6-.6.6h-13.51v.8h13.51c.77,0,1.4-.63,1.4-1.4v-18.51c0-.77-.63-1.4-1.4-1.4Z\"><\/path><path class=\"cls-1\" d=\"M46.86,49.07l.29.75c1.44-.56,2.42-1.97,2.42-3.52s-.97-2.96-2.42-3.52l-.29.75c1.14.44,1.9,1.55,1.9,2.77s-.76,2.33-1.9,2.77Z\"><\/path><path class=\"cls-1\" d=\"M57.05,43.11v6.29c-1.76.19-3.16,1.59-3.35,3.35h-6.7v.8h7.08c.22,0,.4-.18.4-.4,0-1.64,1.33-2.97,2.97-2.97.22,0,.4-.18.4-.4v-7.04c0-.22-.18-.4-.4-.4-1.64,0-2.97-1.33-2.97-2.97,0-.22-.18-.4-.4-.4h-7.08v.8h6.7c.19,1.76,1.59,3.16,3.35,3.35v-.01h0Z\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t2.  Pay via a secure escrow account\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-731680c e-con-full e-flex e-con e-child\" data-id=\"731680c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f7f35e elementor-position-left elementor-position-left elementor-vertical-align-middle elementor-vertical-align-middle elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"2f7f35e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/pack.png\" class=\"attachment-full size-full wp-image-1000\" alt=\"\" srcset=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/pack.png 1024w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/pack-300x300.png 300w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/pack-150x150.png 150w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/pack-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">3.  Receive and inspect your wheel<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26c863a e-con-full e-flex e-con e-child\" data-id=\"26c863a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d32bdca elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"d32bdca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Illustration\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"><defs><style>      .cls-1 {        fill: #99c0ff;      }      .cls-2 {        fill: #fff;      }    <\/style><\/defs><g><path class=\"cls-1\" d=\"M39.49,28.64l-4.76-4.76-.57.57,5.05,5.05c.08.08.18.12.28.12s.2-.04.28-.12l8.41-8.41-.57-.57-8.13,8.13s.01-.01.01-.01Z\"><\/path><path class=\"cls-1\" d=\"M40,6.9c-9.76,0-17.7,7.94-17.7,17.7,0,5.62,2.71,10.96,7.25,14.29l.89-1.21c-4.15-3.04-6.63-7.93-6.63-13.08,0-8.93,7.27-16.2,16.2-16.2s16.2,7.27,16.2,16.2c0,3.73-1.23,7.23-3.56,10.13l1.17.94c2.51-3.12,3.89-7.06,3.89-11.07,0-9.76-7.94-17.7-17.7-17.7,0,0-.01,0-.01,0Z\"><\/path><\/g><path class=\"cls-2\" d=\"M74.07,39.16h-8.04c-.96,0-1.75.79-1.75,1.75v19.94h-4.21l-3.09,2.77-17.31-17.54c-.27-.27-.7-.3-1-.06-5.51,4.3-8.84,2.83-10.09,1.91l11.61-9.38c.22-.18.5-.28.79-.28h6.72c.27,0,.53.09.74.25.9.67,1.7,1.36,2.48,2.02,2.6,2.21,5.05,4.31,9.62,4.31v-1.5c-4.02,0-6.07-1.74-8.65-3.95-.79-.68-1.62-1.38-2.55-2.08-.48-.36-1.05-.55-1.64-.55h-6.72c-.63,0-1.24.22-1.73.61l-5.47,4.42H15.79v-.8c0-.96-.79-1.75-1.75-1.75H6c-.96,0-1.75.79-1.75,1.75v24c0,.96.79,1.75,1.75,1.75h8.04c.96,0,1.75-.79,1.75-1.75v-21.7h16.13l-4.97,4.01c-.16.13-.25.31-.27.51-.02.2.04.4.17.55.04.05,4.3,5.05,12.21-.76l18.41,18.65c.73.74.73,1.95,0,2.69-.74.75-1.96.75-2.7,0l-8.85-8.85-.53.53-.53.53,5.69,5.78c.73.74.73,1.95-.01,2.69-.72.72-1.98.72-2.7,0l-2.59-2.59h0l-6.26-6.26-1.06,1.06,6.26,6.26c.74.75.74,1.96,0,2.7l-.37.37c-.75.74-1.96.75-2.7,0l-8.85-8.85-.53.53-.54.52,4.92,5.1c.72.74.71,1.94-.05,2.7-.74.75-1.96.75-2.7,0l-10.72-10.72c-.14-.14-.33-.22-.53-.22h-3.23v1.5h2.92l10.5,10.5c.66.66,1.53,1,2.4.99.88,0,1.76-.34,2.44-1.02.54-.54.85-1.23.95-1.94l1.96,1.96c.66.67,1.54,1,2.41,1s1.75-.33,2.41-1l.37-.37c.5-.5.81-1.12.94-1.77l.6.6c.64.64,1.5,1,2.41,1s1.77-.35,2.41-1c.52-.52.83-1.17.94-1.86l1.18,1.18c.66.67,1.54,1,2.41,1s1.75-.33,2.41-1c1.32-1.32,1.33-3.48.02-4.81l-.5-.51,2.61-2.34h3.64v2.43c0,.96.79,1.75,1.75,1.75h8.04c.96,0,1.75-.79,1.75-1.75v-23.87c0-.96-.79-1.75-1.75-1.75l-.04.01h0ZM14.29,65c0,.14-.11.25-.25.25H6c-.14,0-.25-.11-.25-.25v-24c0-.14.11-.25.25-.25h8.04c.14,0,.25.11.25.25v24ZM74.32,64.79c0,.14-.11.25-.25.25h-8.04c-.14,0-.25-.11-.25-.25v-23.87c0-.14.11-.25.25-.25h8.04c.14,0,.25.11.25.25v23.87Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t4.  Only then will the seller receive payment\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a3d029f e-flex e-con-boxed e-con e-parent\" data-id=\"a3d029f\" data-element_type=\"container\" data-e-type=\"container\" id=\"quality-and-service-team\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-17d2cb5 e-con-full e-flex e-con e-child\" data-id=\"17d2cb5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce864ae elementor-widget elementor-widget-heading\" data-id=\"ce864ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wheel Front\u00ae Quality &amp; Security Team\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3dcd3d elementor-widget elementor-widget-text-editor\" data-id=\"a3dcd3d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our dedicated quality &amp; security team works around the clock to detect suspicious listings and resolve issues before they affect you, so you can focus on what matters most: <strong>finding the perfect set of wheels for your car.<\/strong><\/p><p>Our team is also on hand to support you throughout the entire buying process, from first inquiry to final delivery, in case any issue arises with the wheels you receive.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c5d636 e-con-full e-flex e-con e-child\" data-id=\"8c5d636\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d82910 elementor-widget elementor-widget-image\" data-id=\"3d82910\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"468\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/Private-Seller-1024x599.png\" class=\"attachment-large size-large wp-image-818\" alt=\"\" srcset=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/Private-Seller-1024x599.png 1024w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/Private-Seller-300x175.png 300w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/Private-Seller-768x449.png 768w, https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/03\/Private-Seller.png 1313w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-abf8289 e-flex e-con-boxed e-con e-parent\" data-id=\"abf8289\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86272e8 elementor-widget elementor-widget-heading\" data-id=\"86272e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Loved by Millions of Customers<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01dea5d elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"01dea5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">TrustScore: \"Excellent\" with 5.0\/5 stars<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eda9752 elementor-icon-list--layout-inline elementor-align-start elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"eda9752\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Trusted by over 1.5 Millions customers worldwide, every year<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1caa59d elementor-widget elementor-widget-ucaddon_responsive_testemonial_carousel\" data-id=\"1caa59d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_responsive_testemonial_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Testimonial Carousel -->\n\t\t<link id='font-awesome-css' href='https:\/\/wheelfront.com\/marketplace\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https:\/\/wheelfront.com\/marketplace\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-v4-shims.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='owl-carousel-css' href='https:\/\/wheelfront.com\/marketplace\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/owl-carousel-new\/assets\/owl.carousel.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Testimonial Carousel *\/\n\n\/* general styles *\/\n.uc_quote_slider{\n  min-height:1px;\n}\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d *{\n  box-sizing:border-box;\n}\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d .uc_quote_info .uc_author_avatar {\n  width: 100%;\n}\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d .uc_quote_info .uc_author {\n  display: inline-flex;\n  align-items: flex-start; \n  }\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d .uc_stars{\n  display:flex;\n}\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d .uc_quote_info{\n  display:flex;\n}\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d *{\n  outline:none;\n}\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d .ue-image{\n  flex-grow:0;\n  flex-shrink:0;\n}\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d .uc_quote_info .uc_author_info .uc_company {\n    color: ;\n}\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d .ue-image-spacing{\n  flex-grow:0;\n  flex-shrink:0;\n}\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d .ue-icon{\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;\n}\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d .ue-icon svg{\n  width:1em;\n  height:1em;\n}\n\n\n#uc_responsive_testemonial_carousel_elementor_1caa59d .uc_quote_item,\n#uc_responsive_testemonial_carousel_elementor_1caa59d .ue-flip-item-content{\n  transition: all .3s;\n}\n\n\/* end general styles *\/\n\n\/* carousel type owl *\/\n  #uc_responsive_testemonial_carousel_elementor_1caa59d .owl-dots {\n    overflow:hidden;\n  }\n\n  #uc_responsive_testemonial_carousel_elementor_1caa59d .owl-dot {\n    display:inline-block;\n  }\n\n  #uc_responsive_testemonial_carousel_elementor_1caa59d .owl-nav .owl-prev,\n  #uc_responsive_testemonial_carousel_elementor_1caa59d .owl-nav .owl-next{\n      position:absolute;\n      display:inline-block;\n      text-align:center;\n  }\n\n  \n  \n\n\/* end carousel type owl *\/\n\n\n\n<\/style>\n\n<div class=\"uc_quote_slider\" style=\"direction:ltr\" >  \n  <!-- carousel type owl -->\n  \t<div class=\"uc_carousel owl-carousel owl-theme uc-items-wrapper  \" id=\"uc_responsive_testemonial_carousel_elementor_1caa59d\"  >\n      \n\t<div class=\"uc_quote_item ue-item     elementor-repeater-item-ef1e55c\">\n    <div class=\"uc_quote_info \">\n                \n\t  <div class=\"uc_author\">\n                  <div class=\"ue-image\">\n\t        <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/f1f90db9b5bfb30062678d724c2a3ba6dc42110f3b61264ac95ef19dc7cdc25a.png\" height=\"48\" width=\"48\" alt=\"\" \/>\n          <\/div>\n          <div class=\"ue-image-spacing\"><\/div>\n                          \n\t\t<div class=\"uc_author_info\">\n\t\t  <div class=\"ue_title\">Jan<\/div>\t\t  <div class=\"ue_subtitle\">Australia<\/div>\t\t<\/div>\n        \n\t  <\/div>      <!-- end of credentials -->\n              \n              <div class=\"ue-text\">\n          <p><div class=\"ue-text\"><div class=\"d-flex\"> <span class=\"trustpilot-quote\"> <sup> \u201c<\/sup><\/span><em class=\"p-a-2 text-lg keep-linebreaks\">Easy and safe payment. Great process in terms of of receiving the product.<\/em> <span class=\"m-l-auto d-inline-flex align-items-end\"><span class=\"trustpilot-quote\"><sub> \u201e<\/sub><\/span> <\/span> <\/div>            \n        <\/div><\/p>      \t  \n        <\/div>\n                            \n              <div class=\"uc_stars\">\n          <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div>                                                                                        <\/div>      \t        \n                    \n\t<\/div>   <\/div>\n<!-- end of block item -->\n\n\t<div class=\"uc_quote_item ue-item     elementor-repeater-item-005e81f\">\n    <div class=\"uc_quote_info \">\n                \n\t  <div class=\"uc_author\">\n                  <div class=\"ue-image\">\n\t        <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/651628133_940420785104238_2308712436982449940_n.jpg\" height=\"48\" width=\"48\" alt=\"\" \/>\n          <\/div>\n          <div class=\"ue-image-spacing\"><\/div>\n                          \n\t\t<div class=\"uc_author_info\">\n\t\t  <div class=\"ue_title\">Marc Robert<\/div>\t\t  <div class=\"ue_subtitle\">New York, USA<\/div>\t\t<\/div>\n        \n\t  <\/div>      <!-- end of credentials -->\n              \n              <div class=\"ue-text\">\n          <p><div class=\"ue-text\"><div class=\"d-flex\"> <span class=\"trustpilot-quote\"> <sup> \u201c<\/sup><\/span><em class=\"p-a-2 text-lg keep-linebreaks\">I felt safe purchasing an more expensive wheel, and would only purchase it on anytime <\/em> <span class=\"m-l-auto d-inline-flex align-items-end\"><span class=\"trustpilot-quote\"><sub> \u201e<\/sub><\/span> <\/span> <\/div>            \n        <\/div><\/p>      \t  \n        <\/div>\n                            \n              <div class=\"uc_stars\">\n          <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div>                                                                                        <\/div>      \t        \n                    \n\t<\/div>   <\/div>\n<!-- end of block item -->\n\n\t<div class=\"uc_quote_item ue-item     elementor-repeater-item-1d536cf\">\n    <div class=\"uc_quote_info \">\n                \n\t  <div class=\"uc_author\">\n                  <div class=\"ue-image\">\n\t        <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/635263960_122104265901255092_4296540138651023145_n.jpg\" height=\"48\" width=\"48\" alt=\"\" \/>\n          <\/div>\n          <div class=\"ue-image-spacing\"><\/div>\n                          \n\t\t<div class=\"uc_author_info\">\n\t\t  <div class=\"ue_title\">Darrell<\/div>\t\t  <div class=\"ue_subtitle\">Oregon, USA<\/div>\t\t<\/div>\n        \n\t  <\/div>      <!-- end of credentials -->\n              \n              <div class=\"ue-text\">\n          <p><div class=\"ue-text\"><div class=\"d-flex\"> <span class=\"trustpilot-quote\"> <sup> \u201c<\/sup><\/span><em class=\"p-a-2 text-lg keep-linebreaks\">\n               This was a wonderful experience!  The seller was a prompt professional. The wheels fit perfectly.\n            <\/em> <span class=\"m-l-auto d-inline-flex align-items-end\"><span class=\"trustpilot-quote\"><sub> \u201e<\/sub><\/span> <\/span> <\/div>            \n        <\/div><\/p>      \t  \n        <\/div>\n                            \n              <div class=\"uc_stars\">\n          <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div>                                                                                        <\/div>      \t        \n                    \n\t<\/div>   <\/div>\n<!-- end of block item -->\n\n\t<div class=\"uc_quote_item ue-item     elementor-repeater-item-e4cf2ee\">\n    <div class=\"uc_quote_info \">\n                \n\t  <div class=\"uc_author\">\n                  <div class=\"ue-image\">\n\t        <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/436311358_10211417312183878_4096680240297274844_n.jpg\" height=\"48\" width=\"48\" alt=\"\" \/>\n          <\/div>\n          <div class=\"ue-image-spacing\"><\/div>\n                          \n\t\t<div class=\"uc_author_info\">\n\t\t  <div class=\"ue_title\">Ron<\/div>\t\t  <div class=\"ue_subtitle\">France<\/div>\t\t<\/div>\n        \n\t  <\/div>      <!-- end of credentials -->\n              \n              <div class=\"ue-text\">\n          <p><div class=\"ue-text\"><div class=\"d-flex\"> <span class=\"trustpilot-quote\"> <sup> \u201c<\/sup><\/span><em class=\"p-a-2 text-lg keep-linebreaks\">\n                Had a great experience with the seller, delivery and payment process. ...\n            <\/em> <span class=\"m-l-auto d-inline-flex align-items-end\"><span class=\"trustpilot-quote\"><sub> \u201e<\/sub><\/span> <\/span> <\/div>            \n        <\/div><\/p>      \t  \n        <\/div>\n                            \n              <div class=\"uc_stars\">\n          <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div>                                                                                        <\/div>      \t        \n                    \n\t<\/div>   <\/div>\n<!-- end of block item -->\n\n\t<div class=\"uc_quote_item ue-item     elementor-repeater-item-f24e155\">\n    <div class=\"uc_quote_info \">\n                \n\t  <div class=\"uc_author\">\n                  <div class=\"ue-image\">\n\t        <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/04\/426287961_717705163804286_7849005408431646356_n.jpg\" height=\"48\" width=\"48\" alt=\"\" \/>\n          <\/div>\n          <div class=\"ue-image-spacing\"><\/div>\n                          \n\t\t<div class=\"uc_author_info\">\n\t\t  <div class=\"ue_title\">Zach Bryant<\/div>\t\t  <div class=\"ue_subtitle\">Germany<\/div>\t\t<\/div>\n        \n\t  <\/div>      <!-- end of credentials -->\n              \n              <div class=\"ue-text\">\n          <p><div class=\"ue-text\"><div class=\"d-flex\"> <span class=\"trustpilot-quote\"> <sup> \u201c<\/sup><\/span><em class=\"p-a-2 text-lg keep-linebreaks\">\n               Easy process and fast payment.Very happy with my experience and my purchase \n            <\/em> <span class=\"m-l-auto d-inline-flex align-items-end\"><span class=\"trustpilot-quote\"><sub> \u201e<\/sub><\/span> <\/span> <\/div>            \n        <\/div><\/p>      \t  \n        <\/div>\n                            \n              <div class=\"uc_stars\">\n          <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div><div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" viewBox=\"0,0,256,256\" width=\"48px\" height=\"48px\" fill-rule=\"nonzero\"><g fill=\"none\" fill-rule=\"nonzero\" stroke=\"none\" stroke-width=\"1\" stroke-linecap=\"butt\" stroke-linejoin=\"miter\" stroke-miterlimit=\"10\" stroke-dasharray=\"\" stroke-dashoffset=\"0\" font-family=\"none\" font-weight=\"none\" font-size=\"none\" text-anchor=\"none\" style=\"mix-blend-mode: normal\"><g transform=\"scale(5.33333,5.33333)\"><path d=\"M45.023,18.995h-16.032l-4.952,-15.258l-4.968,15.259l-16.032,-0.016l12.984,9.44l-4.968,15.243l12.984,-9.424l12.968,9.424l-4.952,-15.243z\" fill=\"#adbcdc\"><\/path><path d=\"M33.169,31.871l-1.114,-3.451l-8.016,5.819z\" fill=\"#434e64\"><\/path><\/g><\/g><\/svg><\/div>                                                                                        <\/div>      \t        \n                    \n\t<\/div>   <\/div>\n<!-- end of block item -->\n\n    <\/div>\t\t\n    <!-- end carousel type owl -->\n\n  <!-- carousel type marquee -->\n    <!-- end carousel type marquee -->\n\n  <!-- carousel type coverflow -->\n    <!-- end carousel type coverflow -->\n\n  <!-- carousel type swipe -->\n    <!-- end carousel type swipe -->\n\n  <!-- carousel type grid -->\n    <!-- end carousel type grid -->\n\n<\/div>\n<!-- end Testimonial Carousel -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47c6c87 e-flex e-con-boxed e-con e-parent\" data-id=\"47c6c87\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-744fb49 e-con-full e-flex e-con e-child\" data-id=\"744fb49\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b1593cb elementor-widget elementor-widget-heading\" data-id=\"b1593cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wheel Front\u00ae Facts &amp; Figures\n<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8aa3505 e-con-full e-flex e-con e-child\" data-id=\"8aa3505\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-69fbb6c e-con-full e-flex e-con e-child\" data-id=\"69fbb6c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f172f64 elementor-widget elementor-widget-icon-box\" data-id=\"f172f64\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t8\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tYears in Aftermarket Wheel Industry\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0b24a30 e-con-full e-flex e-con e-child\" data-id=\"0b24a30\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55e3727 elementor-widget elementor-widget-icon-box\" data-id=\"55e3727\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t500+\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tVerified Dealers Worldwide\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eb47ca3 e-con-full e-flex e-con e-child\" data-id=\"eb47ca3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b50341 elementor-widget elementor-widget-icon-box\" data-id=\"9b50341\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tEscrow\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSeller &amp; Buyer Protection \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ba5d401 e-con-full e-flex e-con e-child\" data-id=\"ba5d401\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a689cd1 e-con-full e-flex e-con e-child\" data-id=\"a689cd1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d404a4d elementor-widget elementor-widget-icon-box\" data-id=\"d404a4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t1.5M+\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tCustomers Served Annually\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b16da5 e-con-full e-flex e-con e-child\" data-id=\"5b16da5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ab3ab7 elementor-widget elementor-widget-icon-box\" data-id=\"3ab3ab7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t18K+\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAftermarket Wheels Builds \t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e5f6f41 e-con-full e-flex e-con e-child\" data-id=\"e5f6f41\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5297d95 elementor-widget elementor-widget-icon-box\" data-id=\"5297d95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFitment\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tLargest Fitment Database\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ad404f6 e-flex e-con-boxed e-con e-parent\" data-id=\"ad404f6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1661c94 e-con-full e-flex e-con e-child\" data-id=\"1661c94\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-087d873 elementor-widget elementor-widget-image\" data-id=\"087d873\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"50\" src=\"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/02\/WFlogo.svg\" class=\"attachment-full size-full wp-image-1128\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f52e87f e-con-full e-flex e-con e-child\" data-id=\"f52e87f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fe7090 elementor-widget elementor-widget-heading\" data-id=\"6fe7090\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Need help?\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b48ff88 elementor-widget elementor-widget-text-editor\" data-id=\"b48ff88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our support team is always available to assist you, whatever you need, whenever you need it. Whether it&#8217;s a fitment question, a shipping update, or a post-delivery concern, <strong>you can count on us every step of the way.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ad0d35 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2ad0d35\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/wheelfront.com\/marketplace\/contact\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-contact-form\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Contact Wheel Front\u00ae Marketplace <\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/wheelfront.com\/marketplace\/help-center\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-help-desk\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"> Help Center<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/wheelfront.com\/marketplace\/faq\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-question-circle\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Browse our FAQ<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/wheelfront.com\/marketplace\/trust-safety\/\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-protected-content-v3\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Trust &amp; Safety<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/wheelfront.com\/marketplace\/fraud-prevention\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-protected-content-v3\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Fraud Prevention<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>The World&#8217;s Trusted Wheels Marketplace. Wheel Front\u00ae Marketplace was built for one reason \u2014 to make buying and selling OEM, Aftermarket wheels safer, smarter, and simpler\u00a0for enthusiasts, dealers, and everyday drivers around the globe. Powered by the industry&#8217;s leading enterprises Trusted by over 500+ Dealers &#038; Brands Globally The Leading Wheels Marketplace Since 2018 5.0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1131","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>About Us - Wheel Front Marketplace<\/title>\n<meta name=\"description\" content=\"About Us - Wheel Front Marketplace . Buy &amp; Sell Wheels like a professional. Turn your wheels into profit in the largest marketplace.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wheelfront.com\/marketplace\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About Us - Wheel Front Marketplace\" \/>\n<meta property=\"og:description\" content=\"About Us - Wheel Front Marketplace . Buy &amp; Sell Wheels like a professional. Turn your wheels into profit in the largest marketplace.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wheelfront.com\/marketplace\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Wheel Front Marketplace\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wheelfront\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-26T02:16:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.unsplash.com\/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/about-us\\\/\",\"url\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/about-us\\\/\",\"name\":\"About Us - Wheel Front Marketplace\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/about-us\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/about-us\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80\",\"datePublished\":\"2026-03-29T12:54:48+00:00\",\"dateModified\":\"2026-05-26T02:16:12+00:00\",\"description\":\"About Us - Wheel Front Marketplace . Buy & Sell Wheels like a professional. Turn your wheels into profit in the largest marketplace.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/about-us\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/about-us\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/about-us\\\/#primaryimage\",\"url\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80\",\"contentUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/about-us\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/#website\",\"url\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/\",\"name\":\"Wheel Front Marketplace\",\"description\":\"OEM &amp; Aftermarket Wheel Marketplace\",\"publisher\":{\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/#organization\"},\"alternateName\":\"Wheel Front Marketplace\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/#organization\",\"name\":\"Wheel Front\",\"url\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Untitled-design-13.png\",\"contentUrl\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Untitled-design-13.png\",\"width\":500,\"height\":500,\"caption\":\"Wheel Front\"},\"image\":{\"@id\":\"https:\\\/\\\/wheelfront.com\\\/marketplace\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/wheelfront\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/wheel-front-4a65a93a2\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCl-Wgoq8L-YovGmjMLGKwgg\\\/videos\",\"https:\\\/\\\/instagram.com\\\/wheel_front\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/wheelfront\\\/\"],\"description\":\"Wheel Front was established in 2018, fully concentrate on OEM & Aftermarket Wheel Marketplace, Auto Parts and Automotive industry.\",\"email\":\"info@wheelfront.com\",\"telephone\":\"+1 (307) 333-9930\",\"legalName\":\"Wheel Front Ltd. Liability Company\",\"foundingDate\":\"2024-12-02\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1\",\"maxValue\":\"10\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"About Us - Wheel Front Marketplace","description":"About Us - Wheel Front Marketplace . Buy & Sell Wheels like a professional. Turn your wheels into profit in the largest marketplace.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wheelfront.com\/marketplace\/about-us\/","og_locale":"en_US","og_type":"article","og_title":"About Us - Wheel Front Marketplace","og_description":"About Us - Wheel Front Marketplace . Buy & Sell Wheels like a professional. Turn your wheels into profit in the largest marketplace.","og_url":"https:\/\/wheelfront.com\/marketplace\/about-us\/","og_site_name":"Wheel Front Marketplace","article_publisher":"https:\/\/www.facebook.com\/wheelfront\/","article_modified_time":"2026-05-26T02:16:12+00:00","og_image":[{"url":"https:\/\/images.unsplash.com\/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wheelfront.com\/marketplace\/about-us\/","url":"https:\/\/wheelfront.com\/marketplace\/about-us\/","name":"About Us - Wheel Front Marketplace","isPartOf":{"@id":"https:\/\/wheelfront.com\/marketplace\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wheelfront.com\/marketplace\/about-us\/#primaryimage"},"image":{"@id":"https:\/\/wheelfront.com\/marketplace\/about-us\/#primaryimage"},"thumbnailUrl":"https:\/\/images.unsplash.com\/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80","datePublished":"2026-03-29T12:54:48+00:00","dateModified":"2026-05-26T02:16:12+00:00","description":"About Us - Wheel Front Marketplace . Buy & Sell Wheels like a professional. Turn your wheels into profit in the largest marketplace.","breadcrumb":{"@id":"https:\/\/wheelfront.com\/marketplace\/about-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wheelfront.com\/marketplace\/about-us\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wheelfront.com\/marketplace\/about-us\/#primaryimage","url":"https:\/\/images.unsplash.com\/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80","contentUrl":"https:\/\/images.unsplash.com\/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=64&h=64&q=80"},{"@type":"BreadcrumbList","@id":"https:\/\/wheelfront.com\/marketplace\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wheelfront.com\/marketplace\/"},{"@type":"ListItem","position":2,"name":"About Us"}]},{"@type":"WebSite","@id":"https:\/\/wheelfront.com\/marketplace\/#website","url":"https:\/\/wheelfront.com\/marketplace\/","name":"Wheel Front Marketplace","description":"OEM &amp; Aftermarket Wheel Marketplace","publisher":{"@id":"https:\/\/wheelfront.com\/marketplace\/#organization"},"alternateName":"Wheel Front Marketplace","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wheelfront.com\/marketplace\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wheelfront.com\/marketplace\/#organization","name":"Wheel Front","url":"https:\/\/wheelfront.com\/marketplace\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wheelfront.com\/marketplace\/#\/schema\/logo\/image\/","url":"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/05\/Untitled-design-13.png","contentUrl":"https:\/\/wheelfront.com\/marketplace\/wp-content\/uploads\/2026\/05\/Untitled-design-13.png","width":500,"height":500,"caption":"Wheel Front"},"image":{"@id":"https:\/\/wheelfront.com\/marketplace\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/wheelfront\/","https:\/\/www.linkedin.com\/in\/wheel-front-4a65a93a2\/","https:\/\/www.youtube.com\/channel\/UCl-Wgoq8L-YovGmjMLGKwgg\/videos","https:\/\/instagram.com\/wheel_front\/","https:\/\/www.pinterest.com\/wheelfront\/"],"description":"Wheel Front was established in 2018, fully concentrate on OEM & Aftermarket Wheel Marketplace, Auto Parts and Automotive industry.","email":"info@wheelfront.com","telephone":"+1 (307) 333-9930","legalName":"Wheel Front Ltd. Liability Company","foundingDate":"2024-12-02","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"}}]}},"_links":{"self":[{"href":"https:\/\/wheelfront.com\/marketplace\/wp-json\/wp\/v2\/pages\/1131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wheelfront.com\/marketplace\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wheelfront.com\/marketplace\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wheelfront.com\/marketplace\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wheelfront.com\/marketplace\/wp-json\/wp\/v2\/comments?post=1131"}],"version-history":[{"count":0,"href":"https:\/\/wheelfront.com\/marketplace\/wp-json\/wp\/v2\/pages\/1131\/revisions"}],"wp:attachment":[{"href":"https:\/\/wheelfront.com\/marketplace\/wp-json\/wp\/v2\/media?parent=1131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}