> ## Documentation Index
> Fetch the complete documentation index at: https://docs.catenatelematics.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported ELD Providers

> Browse the telematics providers supported by Catena and their integration status

export const providerCount = 216;

export const STATUS_CONFIG = {
  active: {
    label: 'Active',
    icon: 'check',
    color: '#059669',
    description: 'Fully operational and available for use.'
  },
  integrated: {
    label: 'Integrated',
    icon: 'code-merge',
    color: '#0ba7f5',
    description: 'Integration is complete and awaiting final approval from the provider.'
  },
  pending: {
    label: 'Pending',
    icon: 'spinner',
    color: '#f59e0b',
    description: 'Currently in development and being actively worked on.'
  },
  inactive: {
    label: 'Inactive',
    icon: 'xmark',
    color: '#dc2626',
    description: 'Not currently available.'
  }
};

<Check>
  Catena provides a unified API to access fleet data from many telematics service providers. Connect once, access data from any supported provider without managing individual integrations.
</Check>

<p className="mb-6 text-gray-500 dark:text-gray-400">
  Catena supports <strong>{providerCount} telematics providers</strong> and counting.
  Each provider integration gives you access to standardized fleet data through our unified API.
</p>

<div className="my-6 py-4 px-5 rounded-2xl border">
  <p className="block font-semibold text-sm text-gray-900 dark:text-gray-100 mb-4">Integration Status Guide</p>

  <div className="text-sm text-gray-600 dark:text-gray-400 grid gap-1.5">
    {Object.values(STATUS_CONFIG).map(({ label, icon, color, description }) => (
              <div key={label} className="flex items-center gap-1.5">
                  <Icon icon={icon} size={12} color={color} />
                  <span style={{ color }} className="font-semibold">{label}</span> - {description}
              </div>
              ))}
  </div>

  <p className="block text-sm text-gray-500 dark:text-gray-400 mt-4 mb-0">
    Have questions about a provider's integration status? <a href="mailto:support@catenaclearing.io" className="text-blue-600 dark:text-blue-400">Contact our support team</a>.
  </p>
</div>

<ol style={{listStyle:'none',padding:0,margin:0,display:'grid',gridTemplateColumns:'repeat(2,1fr)',gap:'8px'}}>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/3pl-tek" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/5c5dce34e8836bb8d39910bc1dcd564cb79f9991-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>3PL Tek</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/888-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/c95dc3abe25dae77bc112cff5b15ae6f69c12dcf-100x100.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>888 ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/abc-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/9653928f135745357a8b5e9fbcf854b6f7a133d5-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ABC ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/action-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/6662189983b4fdb1fdcc2654e2d6fb37724cfcf6-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Action ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/ada-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><span style={{width:'20px',height:'20px',flexShrink:0,borderRadius:'4px',backgroundColor:'#f3f4f6'}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Ada</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/advantage-one" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d06a9d89d51f98178f99f149af65b2f7304d05ce-306x165.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Advantage One</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/ai-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/59817ab30a2173611e2bd621591fa6214c7f2d7a-480x480.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>AI ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/air-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/758afcc00b0454498b74e3c3a19eb41b67304984-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Air ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/alfa-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/0a942337591fa3ddf40d06466c4d61b0c4d29803-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Alfa ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/alpha-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/1d8ba22b3f7307bb6aa6a4b5ca6e6e312cd460aa-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Alpha ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/als" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/a7d68a80e307ae39dbb3286724c913274f70ba86-103x27.svg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ALS</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/amber-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/a1d0c665a36afe6721cd82084bfe84b0be6955e6-636x822.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Amber ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/ampm-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/44e3c1fd445469ee3a28b045bcee16108a59573c-200x200.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>AMPM ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/anytrek-classic" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b83850654327a38cb28d5cf33b03e9b6946d7881-1375x459.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Anytrek Classic</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/anytrek-pro" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b83850654327a38cb28d5cf33b03e9b6946d7881-1375x459.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Anytrek Pro</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/apex-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/904a3220ec7a23fb05522ecf2c3b7fb3a06802c2-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Apex ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/apex-ultima" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/0f9015384ea3e750c251f61b797305fcfae4eb74-1374x1272.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Apex Ultima</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/apollo-cloud" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><span style={{width:'20px',height:'20px',flexShrink:0,borderRadius:'4px',backgroundColor:'#f3f4f6'}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Apollo Cloud</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/apollo-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/09c6056c91289e34589da7759323bc7ad40ac1c3-900x900.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Apollo ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/argos-connected-solutions" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/f9b2ca9dc2ecd48f22482d35886f35b57310404b-224x225.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Argos Connected Solutions</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/asap-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/eda100a1230474aefaa968a1be1d9f1caa4a6e2e-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ASAP ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/ascend" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/03e452773f69c0b19fdf21b0ad854c0a90d852dd-750x750.avif" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Ascend</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/at-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/3ac079c623bb9c3a793a401e8e3aec418f47f85c-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>AT ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/at-t-fleet-management" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><span style={{width:'20px',height:'20px',flexShrink:0,borderRadius:'4px',backgroundColor:'#f3f4f6'}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>AT\&T Fleet Management</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/attrix" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/4ec529b1f5e369146e86be266051b28d158da253-225x225.jpg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Attrix</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/avanguard-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/09fe1124059f6285b5bf6396e1bf11de1b0fa54b-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Avanguard ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/aware-gps" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/3205cfd8b30a5326e010a13ddd19c3b2f053f9bb-219x231.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Aware GPS</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/axion-route" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/4845b9be89f13d94e4ee67967c718cbee11e31ae-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Axion Route</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/azuga" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/9be19216325e333ffb289cb2054356bc26780e92-1477x1477.svg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Azuga</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/bigroad" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/892a01c2d7833e20bd0c83abf3350a3d35c5e670-1000x1000.svg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Bigroad</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/bison-elog" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/ccb5853304d844bbaa8cf748fc55c8ef5e220dfa-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Bison Elog</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/blue-arrow-telematics" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/5992091cb950500ba15c2629eed7a5fdece4af8f-200x200.jpg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Blue Arrow Telematics</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/blue-horse-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b51f9896a6dbc683541f17dc7a42c1f44aa7c6e2-463x336.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Blue Horse ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/blue-ink-technology" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d1b6f35761d5677b57f5d6ab314f649fdcf6e04e-360x360.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Blue Ink Technology</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/bouncie" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/db1d14aa93675979f7e27a9d918d7a59bb8ef5e8-512x512.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Bouncie</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/budget-gps" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/847d762307b5f874b7680765735890ea74c9bdbb-317x317.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Budget GPS</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/captain-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/17b4e84040edfdfc7cbac70e31b2fef857d610fc-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Captain ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/catena-simulator" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/169aeae722e1e3c7705c710c74c616a151c6cf25-823x823.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Catena Simulator</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/club-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/66dd9f6ae95fc62177175effa50b94dd668c35d2-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Club ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/command-gps" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/63717f2798284f0407e70d186827d4a3e7b69b54-354x97.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Command GPS</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/counting-trucks" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d8c0bb0cb1b902b4014368dbd759827d5da058a2-240x240.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Counting Trucks</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/delta-solutions-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/34a17cc32e03c46bfee368e5cb5f4d51e7512d0d-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Delta Solutions ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/digital-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/1250a4d890de467b63d0f38df1dd3e5f0c96f2e1-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Digital ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/dragon-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b4d584088e46a529d68769ccbc92e47ae43d2187-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Dragon ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/dsg-elogs" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/1ffcfc1d773873277595ce0d0d41f9afea401f9e-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>DSG ELogs</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/dynamic-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/4611c47035f70f9baa645006fb38fa76582823e2-512x512.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Dynamic ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/eagle-wireless" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/9f4e6b000d2d9923279bb3d28be2c1f7a119cce1-200x200.jpg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Eagle Wireless</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/eld-99" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/7a60177988e650add162d8c305c68c5b05ddd5d8-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ELD 99</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/eld-books" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/a0efb19b0e41a16ce56913e1c843ea7e6a41aac1-500x500.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ELD Books</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/eld-mandate" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b10f3e8cd9646a800efa58469bb125587df05eb0-256x256.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ELD Mandate</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/eld-one" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/a04980ba100f3a8e9472eb1798f7ccc602c43ae2-400x400.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ELD One</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/eld-pro-solution" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/276e6adace9833b56f4836e1d03ad4f9a0460f9c-480x480.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ELD Pro Solution</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/eld-trex" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/405b1b472d61ecc1acf84b37152231b81289254d-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ELD Trex</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/envue-telematics" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/440f2a1edbd11bbf23d1ad19d4c6c795bb1378d0-200x200.jpg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Envue Telematics</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/eroad" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/43255a4699936d42cf9c841e6ae6c0a304934cfe-225x225.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Eroad</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/eva-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/61fddad862ab4e984fd168d22eb4cee5994dea27-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Eva ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/evo-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/2e2381ec99939d311b72b29fbd2888a45d467d81-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Evo ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/expressway-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/ee3aebcb23a72670bf0a183e04bbcb19e4f49c3b-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Expressway ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/extreme-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><span style={{width:'20px',height:'20px',flexShrink:0,borderRadius:'4px',backgroundColor:'#f3f4f6'}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Extreme ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/ez-lynk" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/105d29ffb8e29f3cfa207c09c3aa0da7e302b740-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>EZ Lynk</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/ezlogz" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/5beb05b9d466da23deda28e3f8f61685ed638cba-500x500.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Ezlogz</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/factor-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/ae856e0d0217a6b34f5c414c011296ac1e651e4a-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Factor ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/first-gate-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/45ec333f7ac0d2e82b70b0e30467eed46f473c5a-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>First Gate ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/flash-elogs" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/a868ce91c7d8a8d0def9524fad8438e56c98813e-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Flash Elogs</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/fleet-complete-hub" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/97b450b4f258091168b64066891857d3ea96b818-512x512.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Fleet Complete Hub</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/fleet-hunt" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/ce0fac34478ef263296bb6e838ca63b14a00f939-2250x2250.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Fleet Hunt</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/fleet-profit-center" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/0c3b952501af6c03640be9738ac5dc82cd10f79d-225x225.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Fleet Profit Center</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/fleetistics" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/1919c211139f3c439fda74ed47d9ceacf5f385d6-200x200.jpg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Fleetistics</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/fleetpulse" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/7782301ca676d544f029d69494ed2a4bd1ce6193-480x480.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>FleetPulse</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/fleetsharp" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b228fb715e462487dc4aff124da2eafca91a099d-135x135.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>FleetSharp</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/fleetup" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/e248b1ecac66cc9c6fb7627e44d62ef30a2a3657-225x225.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Fleetup</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/flex-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><span style={{width:'20px',height:'20px',flexShrink:0,borderRadius:'4px',backgroundColor:'#f3f4f6'}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Flex ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/fm-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/6cff53b6270ba6002909e330f76de98657b8e28f-1051x574.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>FM ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/forward-thinking" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/85702142a2e15cf24191cb623011fecf7542f298-500x500.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Forward Thinking</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/forza-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/09cae17073b71bc6f1b153865c7bc65ad3df988f-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Forza ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/geotab" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/428aefe2a2538c628275c4ec4ea941f765742693-290x233.svg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Geotab</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/go-fleet" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/a61c76e46c07205deaf59330e906d28617f49202-224x225.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>GO Fleet</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/go-gps" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/f2af19aac323811e1213325d8734ad1b0b6850d3-226x86.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Go GPS</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/gps-insight" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b3e4a18a120f7c67329cc49f356ba42b13063d01-600x600.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>GPS Insight</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/gps-tab" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/bdb9e31110c2d425b0a51eddafb8c525ad74829e-400x400.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>GPS Tab</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/gps-tracking-canada" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b5ca539e0f35ddf28f4ca16ab1f3c1e98ec5e687-225x225.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>GPS Tracking Canada</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/gps-trackit" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b14153b3f4e7f685e99bd4aa4eb9c4b68cbe2b31-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>GPS Trackit</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/grand-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/4b4ba8ff3b0617626ec0dd7fffa112e4ea513afc-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Grand ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/gray-box-solutions" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/0194806dbae4716fab7360447a27a16cf0b6c72f-224x225.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Gray Box Solutions</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/green-light" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/972b7cccdd767f85fd5a18e76e31db6a063ea642-480x480.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Green Light</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/gridline" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/cfd0eb876a3e71071ac0325592528f94b0cc1a10-200x200.jpg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Gridline</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/groundhog" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><span style={{width:'20px',height:'20px',flexShrink:0,borderRadius:'4px',backgroundColor:'#f3f4f6'}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Groundhog ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/hcss" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/3eac1594098de981ef92cdefc1677702cdcda387-889x889.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>HCSS</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/high-point-gps" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/fe0775b49bfe1f6e6e282c210985d11221847d3d-200x200.jpg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>High Point GPS</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/hos-247" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/a42ff7183959b6b4b9b7bf172f204be6a012a9b5-538x538.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>HOS 247</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/hutch-systems" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d39680ed3c62048a5f0d1092e7e9640952d6020a-200x200.jpg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Hutch Systems</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/id-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/c11a7cdf0cfc6d879fc3afcebbe745dbdb05c63d-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ID ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/infinity-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/79def11dbb08d5de75956d5e2e080414456795a6-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Infinity ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/intellishift" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/5842b46885fcb5f7923d94c5a99a7c415c4450c5-800x800.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Intellishift</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/io-tab" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><span style={{width:'20px',height:'20px',flexShrink:0,borderRadius:'4px',backgroundColor:'#f3f4f6'}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Io Tab</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/ironman-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d65eb9bbd0a54ee64f00578abe406205c809f21a-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Ironman ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/isaac" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b39b2e453d65a61b4997ab0b7212acda6aa8c864-800x800.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Isaac</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/jj-keller" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/452dea6e40b52ace301761931ef4f4c37cec3f55-1000x1000.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>JJ Keller</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/just-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/944a841ea2a8b09805ea93032e43250a542be626-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Just ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/kinexa-iot" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/bd9f6f8351732f666b8b228105cbee677b949831-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Kinexa IoT</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/knight-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/2d904f3a9e602bd7763a60cdb9e9217fef56ea2c-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Knight ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/konexial" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/6c4e71f9a125c9a17b2feeee5c099f9744a883e1-1871x980.jpg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Konexial</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/leader-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/699aac30b74710a437eaa2cc498eaff9b2f7e478-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Leader ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/legacy-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/c5b060e82d3ac516fc3f055f05ab26cdccd0feb2-240x240.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Legacy ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/level-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/4353d934759de36267bf43c0b03569891eabee84-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Level ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/light-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/703c44f5e06158a839e2499261813cb6c432cfe6-500x500.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Light ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/linxup-gps" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/3205cfd8b30a5326e010a13ddd19c3b2f053f9bb-219x231.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Linxup GPS</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/loop-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/2b44339325f2535e2a63ef242199a270521ced0c-800x800.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Loop ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/lucid-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d8cef42e47f0bfc36696fa518927a7085b9d0f6b-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Lucid ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/luna-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/ca9348aab4c85e3b6670c479e296e2d9898e0a98-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Luna ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/lytx" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d39d1a161fa64302c75dfecd458f7a39a81fb8eb-435x435.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Lytx</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/mapon" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/41055f7a86bec5d6da9d89cd5585194548046bbe-894x894.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Mapon</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/master-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/ed3c822adb4ba12e9a9e7f59d3eb6bf0a4906355-400x400.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Master ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/matrack-inc" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/49273cc69eb59b2cb01538986762ca96b73ca583-1000x1000.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Matrack Inc</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/max-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b56831f8c9ecb1ea7736f6f96e75a2abe6a2199f-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Max ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/mdm-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/c22af0c8411cb60fea7925559d34a88b049f8279-200x200.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>MDM ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/mobile-fleet" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/51435709eb1c4cf337a9641f5c9324d20067b5cd-100x100.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Mobile Fleet</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/monarch-tracking" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/405c9e4c5f048c4c4e571ccac006dd81880a5159-336x336.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Monarch Tracking</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/moonlight-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/3a19c8368079e2d45c23d3e5322af2f95c54f3bc-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Moonlight ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/motion-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d3170b0606973726121920e0382eee7acbe08d42-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Motion ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/motive" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/e30e533a51d3846090a7b3bfd0f239a5303b6dfa-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Motive</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/motive-api-key" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/e30e533a51d3846090a7b3bfd0f239a5303b6dfa-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Motive (API Key)</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/moto-safety" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/43b9f21870707b1f340bb80a009e6e93c8029779-480x480.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>MOTO Safety</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/mountain-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/493d21c060622556fc5e44c56b995779de2ddef0-480x480.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Mountain ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/my-logs-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/7931e2bce503e0bce62490fa01e92ab782d8c99c-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>My Logs ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/netradyne" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/188eb1928adbfd428fdad74c455f466b4fa78816-400x400.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Netradyne</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/new-eld-world" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/507fa045a860eb26f5d0724f87940586c0101ac0-100x24.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>New ELD World</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/next-fleet-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/7e3b29e3ec1ece4358a57a0800da4d009a2104a5-240x240.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Next Fleet ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/nextgen-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/a431e4b0e3d8c3c477f04143fbb5b870536b018e-512x512.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Nextgen ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/nextraq" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/25aee671b877d876ad3815edaa14c0847aa972b9-500x500.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Nextraq</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/noor-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/0ff753a02a6290b69fee6d0e07b404b7fe813b9c-240x240.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Noor ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/omnitracs" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/f48aa4f3517fea1e04be18633c28a8ee589fecbc-515x150.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Omnitracs</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/one-step-gps" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b54efbd4758d0241edc687d918f7585c09977a21-600x600.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>One Step GPS</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/one-system-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/572ad426e65da620ad19a45163604c618603452a-240x240.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>One System ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/ontime" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/ef482e8deb9ea719ab5b1bca7c59fe5000732ac1-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Ontime</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/optima-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b9307d862fff630059a5db6e3d80e9945484efcf-600x300.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Optima ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/orbcomm" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/5755c2b966f40748251345da3c9a4c07e56e5692-250x250.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Orbcomm</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/orient-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/6772749ea8af7bf8ca3091108bbda482cc35eeaa-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Orient ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/panda-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/275d51039efc5a26cd8af404a57acc38761a4992-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Panda ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/payd-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/06b2c09cce5b4139ab6c9644ba6c2e30d4611104-1200x600.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>PAYD ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/peak-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/4c2e3dd340667d763b7c0bf07cab46ef77e97f55-293x300.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Peak ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/phoenix-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/81e2b65686f6e8245801c6c26c2be81f30bdbc5a-154x154.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Phoenix ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/platinum-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/375fad1c1db96b73bb4cbcf9862b5554ab56881c-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Platinum ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/pop-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d56e2f8954d5d689be9926b45f6f74b66983723e-240x240.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Pop ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/premierride-logs" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/7fe4fbe4466a2ac68a5900fec99420e1520aa054-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Premierride Logs</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/pro-tracking-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/2256a35aa3e8e1fd8d055ffd433398437461b924-400x400.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Pro Tracking ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/prologs" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/9cc2cd4e0ac60651860e49e070b0f06942cdab48-480x480.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Prologs</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/proride-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/6920364c03690347c4e49c9f4506816c471ed884-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ProRide ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/quality-logs-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/240afa89a01f0110a083b66c086f3c0b876fc07f-432x304.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Quality Logs ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/quantum-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/bc7e5ff7a6afa1761ceb90ef5da9288f5301a0fe-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Quantum ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/radical-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/02c00596903bc412ba24d938928a7ddb707b0e07-400x400.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Radical ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/rand-mcnally" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b428cde04c1233176c63690079a44f01296a4075-1440x860.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Rand McNally</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/raven" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><span style={{width:'20px',height:'20px',flexShrink:0,borderRadius:'4px',backgroundColor:'#f3f4f6'}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Raven</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/real-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/f26d366df39181a59a17363ebd5e2426b29492b3-480x480.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Real ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/redfox-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/c6e446f5dce09c46aa1eeb9c7abf0aa530ba91c1-225x225.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Redfox ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/regulog-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/ecb832d7d71b1b65a3f215e3382e3c3942d9c1f1-512x512.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Regulog ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/ridehub-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/f2f62bd8c8c2d20bfe3b284e6767cd36d735160a-512x512.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Ridehub ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/ring-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/f68e784e51c342c3255acd3f22bda1f43c557680-512x512.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Ring ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/roadeazy" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/732ce0c0cb4f0393a263c80d489e944c74d680da-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>RoadEazy</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/roadstar-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b5eabceceb6da32ad35aeaf62df2b800e5f197c8-480x480.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Roadstar ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/rock-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/2042100aabd2429ceca5b442161833028f64f615-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Rock ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/rollingtrans" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/6669d8e0ade260ef6a2b0979ab0d4b9006236c60-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Rollingtrans</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/routemate" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/ccd7de2b24d6026d66b565805d30bf7a5516223d-1200x630.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Routemate</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/royal-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/f274a06a7102027d55ea32ce8f60dd29fb2a400e-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Royal ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/safe-lane-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/815b04d4f7c80077fb894152882d7ec29be9d533-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Safe Lane ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/samsara" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/0bfcf8f74f7faafef93d12938b2f951bfc2e6e96-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Samsara</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/samsara-api-key" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/0bfcf8f74f7faafef93d12938b2f951bfc2e6e96-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Samsara (API Key)</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/sharp-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/1de6cd952c6d72cf23de48602987fce699b60bd0-240x240.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Sharp ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/simba-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/1d084ed8943fdb899c2e8818aa005de3057673b1-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Simba ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/skybitz" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/348c44ea69574abf169bcb63dd985197c35288c5-500x300.jpg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Skybitz</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/smart-elds" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/88b2d88515cd8a3f738cc9cbf69c1b874aa26872-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Smart ELDs</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/sparkle-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/e18fd85418f90a45f112419c22335837903f312d-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Sparkle ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/spireon" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/36fe2502d619d592654963ae422d8b3a04476e36-100x100.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Spireon</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/split-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b69d2ac153abeae1786956787db1eed21b6614ba-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Split ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/sun-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/4152a8920a5254671a2e997337b545c4de987b0f-480x480.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>SUN ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/surfsight" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/b72f6760339c57ac4ab3eb8394d369fcd5236174-640x482.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Surfsight</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/swift-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/11afa15ae2c5b7293331117c57cb9372d9a5574c-975x975.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Swift ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/switchboard" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/9e06455e8cc43bf97508549f0c70826e0e7af959-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Switchboard</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/synergy-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/8b2b28760b13002c7dec96ce7ab8b2d1ce8685c9-464x537.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Synergy ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/teletrac-navman-director" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/f6bed4c9c0777243a2c7dff2ca4c96032570ce25-810x456.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Teletrac Navman Director</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/telogis" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/9b7b707afcdbcabc6c51c0dfc0c862d1bb2e6dcb-497x497.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Telogis</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/tenna" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/78ebbe54574327cf1d0e6bb6083b11a2e5ab1379-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Tenna</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/tfm-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/09a77e9145c36553774e8606a18a159c4ca5a5f4-480x480.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>TFM ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/think" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/55d6aa9d2d4825c764b92c81e5ec3ff3fcc6b6c4-175x138.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Think</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/tive" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/025f3615672bbf35a0fb78ee6082d6ae6d76c283-600x600.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Tive</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/top-compliance-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d021bbd47a71f37a18224f3220f9fba895012530-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Top Compliance ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/track-ease-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/695b3d5fefc8bb27ad1e6fd6c85e14afaca3be8d-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Track Ease ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/track-ensure" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/dd655c29a7c2ea6c5c76a3b9c03ea5c4001a5eaf-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Track Ensure</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/trackpro-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/cb7827a5b51f64eda5bf67e8f85ff000812dc973-240x240.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>TrackPro ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/traclog-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/2c3d99e93955cdc69475cae7737f3f220b3743fc-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Traclog ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/transflo" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/f7f151c68f15d5e2e6543125b8a9c22872d9f2c6-512x512.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Transflo</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/trendy-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/939723f34fb49095d9df6d66e1006ce4447b5e07-200x200.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Trendy ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/trimble" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d99ece273a96a215dabcc8df2bbad7c86e9904bd-250x250.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Trimble</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/trucford-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><span style={{width:'20px',height:'20px',flexShrink:0,borderRadius:'4px',backgroundColor:'#f3f4f6'}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Trucford ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/truckx" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/43eb39e28bf5bc1217ad17b18464a9218dbcd9e3-805x805.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Truckx</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/true-road-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d46f1f35a0837ad7e3bbaf7840c3c392bc52473f-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>True Road ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/trust-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/6ac373fb1be66884853c3dea00067db63ceb3374-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Trust ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/tt-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/6d555bdd70c4ba13bebd4047fbd131d32c7e3fb3-562x562.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>TT ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/txt-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/ca8a6e1fa34668c6621e969c84185a2cc717a009-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>TXT ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/unique-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/5a73b57bb6e75efd9b5acdd8631927168c53a710-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Unique ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/us-fast-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/9ff51969e89bea40a0c9df00a593f8af8ee3c53d-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>US FAST ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/us-power-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/5c45c5886f2d1d3451e255af0225ed68f6a73d10-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>US Power ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/uzbprime-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/1477bca514bbdb9392113084a179ff029f992163-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>UzbPrime ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/verizon-connect" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/8d6a54e7edce927d23ee29b041420ffa56e7796f-1850x1850.svg" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Verizon Connect</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/vista-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/3cdc30828e5869074dbc3c57b63e71a585eba4eb-841x508.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Vista ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/vlog-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/be567ac1e94183a7abeee100c555a0bfb73dbd03-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Vlog ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/vulcansols-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/9885d38bf9bd9e4b649f683930360b39e16e1d7d-512x512.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Vulcansols ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/wheels-elog" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/e8099e46a54fbbdea8f520db3145b376aa3dbbb4-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Wheels Elog</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/xplore-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/0ac542b06836a470c6a638674f379a4f73093879-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Xplore ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/zenith-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/a69ac23d75c4e7c9809802658b728e6f6b8ae76e-480x480.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Zenith ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/zero-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/438189a466fe36b0811a87703eb8d6b453cce6ac-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Zero ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/zero-max-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/49abd3e4a0d85e33acde60fcb7769c98a1188c70-240x240.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Zero Max ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/zigzag-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/2faf26d111db4cc84cdd55c69f4ebee5c58c9ddc-240x240.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Zigzag ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/zms-eld" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/d33761ee1b97a9acc0c9af18e29756c09621d605-400x400.webp" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>ZMS ELD</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/zonar-systems" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/a0534d563d6ea7e6cd849f5a35c467486179a7e2-200x200.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Zonar Systems</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
  <li className="border" style={{borderRadius:'6px',fontSize:'0.875rem', margin: 0}}><a href="/get-started/providers/zubie" style={{display:'flex',justifyContent:'space-between',alignItems:'center',padding:'8px 12px',textDecoration:'none',borderBottom:'none',margin:0,color:'inherit'}}><span style={{display:'flex',alignItems:'center',gap:'8px',minWidth:0}}><img src="https://cdn.sanity.io/images/4znj3g2f/production/7de401d56655a0bb5bc1f865a2088e73b4dec624-500x500.png" alt="" width="20" height="20" style={{objectFit:'contain',flexShrink:0, margin: 0}} /><span style={{fontWeight:500,overflow:'hidden',textOverflow:'ellipsis',whiteSpace:'nowrap'}}>Zubie</span></span><span style={{flexShrink:0,marginLeft:'8px'}}><Icon icon="check" size={12} color="#059669" /> Active</span></a></li>
</ol>

***

<Card icon="hand-wave" title="Don't see your provider?" href="mailto:support@catenaclearing.io">
  Let us know! We're constantly adding new telematics providers based on customer requests.
</Card>
