301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: rtd4.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <html lang="en"> <head> <!-- not currently using google optimize <script async src="https://www.googleoptimize.com/optimize.js?id=OPT-ND7HP3S"></script> --> <meta charset="utf-8"> <title>Highest Rated Property Management Software | Rentec Direct®</title> <meta name="description" content="Rentec Direct property management software has the highest customer service rating, free online tenant payments, and unlimited US-based support." /> <meta name="Robots" content="index,follow" /> <link rel="canonical" href="https://www.rentecdirect.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Property Management Software | Rentec Direct®" /> <meta property="og:description" content="Rentec Direct property management software has the highest customer service rating, free online tenant payments, and discounted tenant screening." /> <meta property="og:url" content="https://www.rentecdirect.com/" /> <meta property="og:image" content="https://www.rentecdirect.com/assets/images/rentec-og-image.png" /> <meta property="og:site_name" content="Rentec Direct" /> <meta name="twitter:card" content="summary_large_image"> <meta property="twitter:url" content="https://www.rentecdirect.com/"> <meta name="twitter:title" content="Property Management Software | Rentec Direct®"> <meta name="twitter:description" content="Rentec Direct property management software has the highest customer service rating, free online tenant payments, and discounted tenant screening."> <meta name="twitter:image" content="https://www.rentecdirect.com/assets/images/rentec-og-image.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=kP3OzO4eq0"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=kP3OzO4eq0"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=kP3OzO4eq0"> <link rel="manifest" href="/site.webmanifest?v=kP3OzO4eq0"> <link rel="mask-icon" href="/safari-pinned-tab.svg?v=kP3OzO4eq0" color="#5bbad5"> <link rel="shortcut icon" href="/favicon.ico?v=kP3OzO4eq0"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--CSS links--> <!-- using locally hosted boostrap is faster with pagespeed insights --> <!-- <link rel="stylesheet" href="/assets/css/bootstrap.4.1.3.min.css?cf_cache=true" />--> <!-- just what we need from bootstrap --> <link rel="stylesheet" href="/assets/css/core_bootstrap_4.1.3.css?cf_cache=true"> <link rel="stylesheet" href="./assets/css/style.min.css?v=1735063503&cf_cache=true" /> <link rel="stylesheet" href="./assets/css/pages/index.min.css?v=1735063503&cf_cache=true" /> <!-- Deferring load of below the fold css --> <link rel="preload" href="./assets/css/blocks/video.css?v=1713223834&cf_cache=true" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="./assets/css/blocks/video.css?v=1713223834&cf_cache=true"></noscript> <link rel="preload" href="./assets/css/faq.css?v=1696718037&cf_cache=true" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="./assets/css/faq.css?v=1696718037&cf_cache=true"></noscript> <link rel="preload" href="./plugins/slick-1.8.1/slick/slick.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="./plugins/slick-1.8.1/slick/slick.css"></noscript> <link rel="preload" href="./plugins/slick-1.8.1/slick/slick-theme.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="./plugins/slick-1.8.1/slick/slick-theme.css"></noscript> <!-- Preload above the fold images --> <link rel="preload" as="image" fetchpriority="high" href="./assets/images/suburban_neighborhood_sm.avif"> <link rel="preload" as="image" fetchpriority="high" href="./assets/images/suburban_neighborhood_md.avif"> <link rel="preload" as="image" fetchpriority="high" href="./assets/images/suburban_neighborhood_lg.avif"> <style> @media (min-width: 200px) { .main-header{ height:60px; } } @media (min-width: 992px) { .main-header{ height:120px; } } @media only screen and (min-width: 1px) .rd-hero--content { padding-top: 35px; } </style> </head> <body class=""> <style> .two-column { width: 768px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; } .three-column { width: 1140px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 20px; } .item { display: flex; align-items: start; padding: 10px; border-radius: 6px; cursor:pointer; } .item:hover{ background-color: #ececec; } .icon { width: 50px; height: 50px; margin-right: 10px; } .content { flex: 1; } .submenu .title { margin: 0 0 5px 0; font-size: 16px; color: #333; } .description { margin: 0; font-size: .8rem; line-height:1rem; color: #666; } .menu-icon-drk-blue{ fill:#0c2a4a; } .menu-icon-med-blue{ fill:#007eb1; } .menu-icon-white{ fill:#fff; } .menu-icon-green{ fill: #49bb87; } .menu-icon-yellow{ fill: #eead22; } .menu-icon-teal{ fill: #0D436B; } .menu-icon-gray-blue{ fill: #314F5E; } nav#main-menu{ font-family: "Roboto", sans-serif; display:grid; width:100%; } .nav-hamburger{ grid-area:n-hamburger; text-align:right; font-size:1.7rem; } .nav-mitem-1{grid-area:n-mitem-1;} .nav-mitem-2{grid-area:n-mitem-2;} .nav-mitem-3{grid-area:n-mitem-3;} .nav-mitem-4{grid-area:n-mitem-4;} .nav-mitem-5{grid-area:n-mitem-5;} .nav-mitem-6{grid-area:n-mitem-6;} .nav-button-1{grid-area:n-button-1;} .nav-button-2{grid-area:n-button-2;} .nav-link-1{grid-area:n-link-1;text-align:right;} .main-header{ min-height:120px; padding:10px 0; max-width:100vw; } .bg-white, .navbar-collapse{ background-color: #fff !important; } .nav-item{ margin-right: 6px; font-size: 15px; font-weight: 400; padding-top:5px; color:#0F426B; position: relative; text-align:left; } .nav-item a{ padding:5px 0; border-radius:20px; color: #0F426B; font-size: 1.1rem; } .nav-item:hover a{ color:#ababab; } .btn-primary { background: #34C88A; border: 2px solid #34C88A; } .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle { background-color: #37a87a; border-color: #37a87a; } .btn-capsule { border-radius: 50px; padding-left: 20px; padding-right: 20px; text-shadow: none; } .btn-outline-primary { color: #2aa600; border: 2px solid #37A87A; } .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle { background-color: #006899; border-color: #006899; color: #fff !important; } .nav-link{ font-size:1.1rem; } .submenu { background-color: white; border-radius: 8px; padding: 20px; box-shadow: 0 -4px 6px rgba(0,0,0,0.1); position:absolute; top: 50px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity 0.2s ease, transform 0.3s ease, visibility 0.2s; } .nav-item:hover .submenu { opacity: 1; visibility: visible; top:40px; display:grid; transform: translateY(0); } .submenu::before { content: ''; position: absolute; top: -10px; /* Height of the triangle */ left: 20px; /* Position from left, adjust as needed */ width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #fff; /* Color of the triangle */ } .submenu.menu-solutions{ border-bottom:3px solid #0c2a4a; } .submenu.menu-features{ left:-215px; border-bottom:3px solid #007eb1; } .submenu.menu-company{ left:-265px; border-bottom:3px solid #49bb87; } .submenu.menu-resources{ left:-515px; border-bottom:3px solid #eead22; } .submenu.menu-pricing{ left:-200px; border-bottom:3px solid #314F5E; } .submenu.menu-contact{ left:-615px; border-bottom:3px solid #0D436B; } .submenu.menu-features::before{ left:230px; } .submenu.menu-company::before{ left:285px; } .submenu.menu-resources::before{ left:535px; } .submenu.menu-pricing::before{ left:215px; } .submenu.menu-contact::before{ left:630px; } .submenu .content{ text-align:left; } .nav-mitem-3{ padding-left:10px; } .submenu a.menu-mail-link{ color: #007eb1; font-size:1rem; padding: 5px 0 15px 0; display:block; } .submenu a.menu-mail-link:hover{ color: #229fd3; } @media (min-width: 200px) { .main-header{ min-height:50px; padding:10px 0; } nav#main-menu{ grid-template-columns: 1fr 40px; grid-template-areas:"n-logo n-hamburger"; grid-row-gap: 0; max-width:100vw; } .nav-mitem-1, .nav-mitem-2, .nav-mitem-3, .nav-mitem-4, .nav-mitem-5, .nav-mitem-6, .nav-button-1, .nav-button-2{ display:none; } .nav-hamburger{ display:block; } .nav-logo{ grid-area:n-logo; padding-top:5px; padding-left:20px; } .nav-link-1{ display:none; } } @media (min-width: 992px) { nav#main-menu { grid-template-columns: repeat(6, 110px) 1fr 125px 155px; grid-template-areas:"n-logo n-logo n-logo . . . . . n-link-1" "n-mitem-1 n-mitem-2 n-mitem-3 n-mitem-4 n-mitem-5 n-mitem-6 . n-button-1 n-button-2"; grid-row-gap: 15px; } .nav-mitem-1, .nav-mitem-2, .nav-mitem-3, .nav-mitem-4, .nav-mitem-5, .nav-mitem-6, .nav-button-1, .nav-button-2 { display: block; } .nav-hamburger{ display:none; } .container { max-width: 980px; } .nav-logo{ padding-left:0; } .nav-link-1{ display:block; } .three-column { width: 980px; } .submenu.menu-features{ left:-125px; } .submenu.menu-features::before{ left:145px; } .submenu.menu-resources{ left:-445px; } .submenu.menu-resources::before{ left:465px; } .submenu.menu-contact{ left:-565px; } .submenu.menu-contact::before{ left:580px; } } @media (min-width: 1200px) { .three-column { width: 1140px; } .submenu.menu-features{ left:-215px; border-bottom:3px solid #007eb1; } .submenu.menu-features::before{ left:230px; } .submenu.menu-resources{ left:-515px; border-bottom:3px solid #eead22; } .submenu.menu-resources::before{ left:535px; } .submenu.menu-contact{ left:-615px; } .submenu.menu-contact::before{ left:630px; } .container { max-width: 1140px; } } /* START MOBILE MENU */ body.menu-open { overflow: hidden; position: fixed; width: 100%; height: 100%; } .hamburger { z-index: 100; cursor: pointer; background: none; border: none; } .hamburger svg { width: 30px; height: 30px; fill: #333; } .nav-menu { position: fixed; top: 0; left: -400px; height: 100vh; width: 100%; max-width: 400px; background: #0F426B; box-shadow: 2px 0 5px rgba(0,0,0,0.2); transition: left 0.3s ease; z-index: 1000; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: none; overscroll-behavior-y: none; padding-bottom: 50px; transform: translateZ(0); will-change: transform; } .nav-menu.active { left: 0; } .close-btn { position: absolute; top: 20px; right: 20px; background: none; border: none; cursor: pointer; } .close-btn svg { width: 24px; height: 24px; fill: #333; } .menu-items { padding: 100px 20px 20px; list-style: none; min-height: min-content; } .menu-item { margin-bottom: 15px; } .menu-link { display: flex; justify-content: space-between; align-items: center; color: #fff; text-decoration: none; padding: 10px; font-size: 18px; transition: background 0.3s; } .menu-link:hover { background: #f5f5f5; color: #0F426B; border-radius:5px; } .menu-link svg{ fill: #FFF; } .menu-link:hover svg{ fill: #0F426B; } .mobile-submenu { list-style: none; padding-left: 20px; max-height: 0; overflow: hidden; transition: max-height 0.8s ease-in-out; } .mobile-submenu.active { max-height: 600px; } ul.mobile-submenu.active li { margin-bottom:0 !important; } .submenu-link { display: block; color: #D5E1EC; text-decoration: none; padding: 8px 10px; font-size: 16px; max-height:40px; } .submenu-link:hover { background: #f5f5f5; } .arrow { transition: transform 0.3s; } .menu-link.active .arrow { transform: rotate(180deg); } .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; visibility: hidden; transition: 0.3s; z-index: 999; } .overlay.active { opacity: 1; visibility: visible; } .mobile-action-btn{ padding:10px 0; margin-bottom:0 !important; } #first-action-btn{ padding-top:20px; border-top:1px solid #ccc; } .rdLogo{ fill:#fff; } .nav-link-1 .nav-link{ font-weight:400; color:#0d436b; font-size:.9rem; } .nav-link-1 .nav-link:hover{ color:#ababab; } } /* END MOBILE MENU */ </style> <header class="main-header shadow-sm bg-white fixed-top"> <div class="container"> <div class="row"> <!-- START DESKTOP NAV --> <nav class="menu" id="main-menu"> <div class="nav-logo"><a href="https://www.rentecdirect.com"><img src="https://www.rentecdirect.com/assets/images/logo-flat.png" alt="Rentec Direct Logo"></a></div> <div class="nav-hamburger "> <button class="hamburger" > <svg viewBox="0 0 100 80" width="40" height="40"> <rect width="100" height="12" rx="6"></rect> <rect y="30" width="100" height="12" rx="6"></rect> <rect y="60" width="100" height="12" rx="6"></rect> </svg> </button> </div> <div class="nav-mitem-1 nav-item"> <a class="" href="#">Solutions</a> <div class="submenu two-column menu-solutions"> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/landlord-software'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-drk-blue" width="62.5" height="62.5" rx="5.74" ry="5.74"/> <path class="menu-icon-white" d="M23.12,26.93c2.54,0,3.63,1.5,3.63,3.96v1.94c0,2.57-1.2,3.91-3.77,3.91h-1.6v6.38h-1.8v-16.19h3.54ZM22.98,35.12c1.34,0,1.99-.62,1.99-2.17v-2.15c0-1.48-.53-2.22-1.85-2.22h-1.73v6.55h1.6Z"/> <path class="menu-icon-white" d="M31.83,26.93c2.54,0,3.61,1.29,3.61,3.7v1.32c0,1.78-.62,2.89-2.01,3.33,1.48.44,2.04,1.64,2.04,3.38v2.52c0,.72.02,1.39.32,1.94h-1.83c-.21-.46-.3-.88-.3-1.97v-2.54c0-1.83-.86-2.41-2.36-2.41h-1.27v6.92h-1.8v-16.19h3.61ZM31.37,34.57c1.43,0,2.29-.46,2.29-2.22v-1.55c0-1.46-.53-2.22-1.87-2.22h-1.76v5.99h1.34Z"/> <path class="menu-icon-white" d="M37.2,30.84c0-2.48,1.23-4.07,3.7-4.07s3.72,1.6,3.72,4.07v8.37c0,2.45-1.23,4.07-3.72,4.07s-3.7-1.62-3.7-4.07v-8.37ZM38.98,39.31c0,1.48.62,2.34,1.92,2.34s1.92-.86,1.92-2.34v-8.56c0-1.46-.6-2.34-1.92-2.34s-1.92.88-1.92,2.34v8.56Z"/> <path class="menu-icon-white" d="M31.69,52.49c-6.7,0-13.4,0-20.11,0-.56,0-1-.15-1.28-.66-.1-.19-.14-.39-.14-.6,0-.57,0-1.15,0-1.72,0-.71.4-1.19,1.11-1.29.24-.03.32-.12.31-.36-.01-.44-.01-.88,0-1.32.02-.84.53-1.34,1.38-1.35.22,0,.43-.02.64,0,.26.02.33-.09.33-.34,0-2.14,0-4.28,0-6.42,0-7.84,0-15.68,0-23.52q0-.4-.39-.4c-.72,0-1.43,0-2.15,0-.68,0-1.2-.5-1.21-1.18-.02-.9-.02-1.79,0-2.69.01-.67.55-1.17,1.25-1.17,2.51,0,5.02,0,7.53,0,10.87,0,21.74,0,32.6,0,.13,0,.27,0,.4,0,.73,0,1.27.5,1.29,1.24.02.86.02,1.72,0,2.58-.01.76-.66,1.26-1.29,1.23-.72-.04-1.45,0-2.18-.01-.26,0-.33.08-.33.33,0,4.43,0,8.85,0,13.28,0,5.55,0,11.11,0,16.66,0,.41,0,.4.42.41.28,0,.55-.02.83.03.69.11,1.09.57,1.11,1.27,0,.47,0,.95,0,1.42,0,.18.04.27.24.3.76.11,1.14.49,1.18,1.25.04.59.04,1.18,0,1.77-.05.83-.52,1.23-1.35,1.23-4.71,0-9.43,0-14.14,0-2.02,0-4.03,0-6.05,0h0ZM31.7,14.54c-5.34,0-10.68,0-16.02,0-.09,0-.18,0-.27,0-.17-.01-.23.07-.22.23,0,.09,0,.18,0,.27,0,10.24,0,20.48,0,30.72,0,.51-.23.74-.73.75-.44,0-.88,0-1.32,0-.19,0-.28.07-.27.27,0,.39,0,.79,0,1.18,0,.2.07.27.27.27.39,0,.79-.02,1.18,0,.29.02.47-.08.64-.32.75-1.09,1.8-1.74,3.11-1.99.14-.03.25-.07.37-.15,1.9-1.26,4.39-1.04,6.04.53.24.23.54.24.79.02.13-.11.24-.25.37-.35,1.75-1.29,3.81-1.36,5.66-.21.12.08.25.13.39.15,1.36.25,2.42.96,3.18,2.1.16.25.33.32.61.32,2.8-.03,5.61-.04,8.41-.06,2.1-.01,4.21,0,6.31-.04.25,0,.35-.08.34-.34-.02-.36-.02-.72,0-1.07.01-.26-.09-.32-.33-.32-.48,0-.97.04-1.45-.02-.36-.04-.57-.28-.58-.65,0-.19,0-.38,0-.56,0-10.11,0-20.21,0-30.32q0-.41-.41-.41c-5.36,0-10.72,0-16.07,0ZM31.69,13.27c2.95,0,5.9,0,8.84,0,3.69,0,7.38,0,11.08,0,.27,0,.36-.08.35-.35-.02-.59,0-1.18,0-1.77q0-.39-.38-.39c-3.78,0-7.56,0-11.33,0-7.11,0-14.23,0-21.34,0-2.38,0-4.77,0-7.15,0-.23,0-.32.06-.31.3.01.6,0,1.2,0,1.8q0,.41.42.41c6.61,0,13.23,0,19.84,0ZM24.88,51.23c3.12,0,6.23,0,9.35,0,.18,0,.4.05.22-.27-.05-.08-.03-.19-.03-.29-.01-1.76-1.28-3.24-3.03-3.51-.23-.04-.45-.09-.65-.23-1.5-1.04-3.23-.93-4.59.29-.25.22-.51.37-.82.48-.65.23-1.2.03-1.64-.4-1.27-1.24-3.14-1.44-4.6-.43-.23.16-.47.25-.74.29-1.51.24-2.63,1.33-2.96,2.82-.08.38.03.77-.15,1.14-.04.08.05.1.11.11.09,0,.18,0,.27,0,3.08,0,6.16,0,9.24,0ZM44,51.23c1.59,0,3.19,0,4.78,0,.95,0,1.9,0,2.85,0,.25,0,.33-.08.32-.33-.02-.33,0-.66,0-.99,0-.4,0-.4-.4-.4-2.61.02-5.21,0-7.82.05-2.12.04-4.25.02-6.37.03-.52,0-1.04.03-1.56.03-.17,0-.22.06-.19.23.04.19.03.39.07.59.06.29.26.51.44.73.1.13.31.06.46.06,2.47,0,4.94,0,7.42,0ZM12.54,51.23h0c.28,0,.55,0,.83,0,.17,0,.26-.07.38-.2.35-.39.34-.87.42-1.33.03-.16-.05-.19-.18-.19-.78,0-1.56,0-2.33,0-.16,0-.22.07-.22.23,0,.42,0,.84,0,1.26,0,.16.06.23.22.22.3,0,.59,0,.89,0Z"/> <path class="menu-icon-white" d="M23.89,22.9c-1.77,0-3.55,0-5.32,0-.12,0-.23,0-.35-.01-.37-.05-.6-.3-.59-.64,0-.35.24-.6.61-.63.29-.02.57-.02.86,0,.24.01.33-.06.33-.32-.01-1.2,0-2.4,0-3.6,0-.56.3-.87.86-.87,2.4,0,4.8,0,7.2,0,.58,0,.89.32.89.91,0,1.18,0,2.37,0,3.55,0,.26.08.35.34.33.23-.02.47,0,.7,0,.44,0,.73.27.74.65,0,.37-.3.64-.74.64-1.84,0-3.67,0-5.51,0h0ZM23.87,21.61c.97,0,1.93,0,2.9,0,.26,0,.33-.08.33-.34-.01-.94-.01-1.88,0-2.82,0-.26-.08-.34-.34-.34-1.93,0-3.85,0-5.78,0-.25,0-.32.09-.32.33.01.95.01,1.9,0,2.85,0,.25.08.32.32.32.96-.01,1.92,0,2.88,0Z"/> <path class="menu-icon-white" d="M39.53,22.9c-1.78,0-3.57,0-5.35,0-.11,0-.22,0-.32-.01-.37-.05-.58-.29-.57-.65,0-.34.24-.6.61-.63.29-.02.57-.02.86,0,.23.01.31-.07.31-.31-.01-1.2,0-2.4,0-3.6,0-.57.3-.88.88-.88,2.4,0,4.8,0,7.2,0,.56,0,.87.31.87.87,0,1.19,0,2.38,0,3.57,0,.28.09.37.35.35.22-.02.45,0,.67,0,.45,0,.76.28.76.66,0,.37-.3.63-.75.63-1.84,0-3.67,0-5.51,0ZM39.54,18.12c-.97,0-1.93,0-2.9,0-.22,0-.32.05-.32.3.01.97,0,1.93,0,2.9,0,.22.08.29.3.29,1.94,0,3.89,0,5.83,0,.24,0,.31-.08.3-.31-.01-.95-.01-1.9,0-2.85,0-.26-.08-.34-.33-.34-.96.01-1.92,0-2.88,0Z"/> </svg> <div class="content"> <h3 class="title">Rentec PRO</h3> <p class="description">For landlords and real estate investors</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/property-managers'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-drk-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M13.21,29.15c-.61.54-1.06.96-1.53,1.35-.48.39-1.02.55-1.53.09-.58-.52-.48-1.15-.02-1.66.95-1.04,1.95-2.04,2.95-3.03,5.31-5.31,10.62-10.61,15.93-15.91,1.37-1.37,1.77-1.39,3.17.04,1.29,1.32,2.54,2.68,4.18,4.42.06-2.43,1.22-2.73,2.75-2.63,1.24.08,2.48.05,3.73.01,1.38-.04,1.93.62,1.91,1.96-.03,2.43.03,4.86-.02,7.28-.02,1.04.3,1.83,1.05,2.55,1.67,1.6,3.29,3.26,4.92,4.9.58.59,1.14,1.26.33,2.02-.74.7-1.32.08-1.9-.39-.42-.33-.71-1.13-1.31-.85-.55.26-.26,1.03-.27,1.56-.02,5.25.03,10.5-.04,15.75-.02,1.39.43,2,1.84,1.83.39-.04.79,0,1.18.07.56.11.9.48.88,1.07-.03.59-.41.93-.97,1-.5.07-1.01.06-1.52.06-12.2,0-24.39,0-36.59,0-.11,0-.23,0-.34,0-.87-.06-2.1.22-2.13-1.05-.04-1.43,1.27-1.15,2.17-1.16.97,0,1.48-.32,1.47-1.36-.02-5.76-.02-11.52-.03-17.28,0-.15-.11-.3-.26-.67h0ZM30.5,48.44h0c4.41,0,8.82-.03,13.22.01,1.16.01,1.61-.39,1.6-1.57-.03-6.44-.02-12.88-.01-19.33,0-.77-.11-1.5-.77-1.97-2.05-1.46-2.42-3.5-2.22-5.83.11-1.23.03-2.49.02-3.73-.01-1.87-.36-2.12-2.21-1.98-1.57.12-1.1,1.27-1.19,2.14-.08.72.05,1.55-.81,1.88-.85.33-1.36-.3-1.89-.82-1.57-1.55-3.16-3.07-4.67-4.67-.72-.77-1.21-.72-1.92,0-4.25,4.3-8.53,8.57-12.82,12.83-.65.64-.93,1.35-.92,2.26.02,6.33.04,12.66-.02,18.99-.01,1.46.57,1.82,1.91,1.8,4.24-.06,8.48-.02,12.71-.02h0Z" /> <path class="menu-icon-white" d="M24.34,27.3c2.79,0,3.98,1.65,3.98,4.34v2.13c0,2.82-1.32,4.29-4.14,4.29h-1.75v7h-1.98v-17.76h3.88ZM24.19,36.29c1.47,0,2.18-.69,2.18-2.39v-2.36c0-1.62-.58-2.44-2.03-2.44h-1.9v7.18h1.75Z" /> <path class="menu-icon-white" d="M36.5,45.04h-1.9l-2.94-14.13v14.16h-1.73v-17.76h2.77l2.92,14.18,2.82-14.18h2.77v17.76h-1.88v-14.29l-2.82,14.26Z" /> </svg> <div class="content"> <h3 class="title">Rentec PM</h3> <p class="description">For property managers who need trust accounting.</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/pricing'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-drk-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M33.48,29.78c0,2.48,0,4.96,0,7.43,0,.72,0,.72.74.72.54,0,1.09-.04,1.62.03,1.88.25,3.09,1.87,2.87,3.76-.03.24-.13.36-.37.36-.11,0-.23,0-.34,0-4.17,0-8.34,0-12.5,0-.7,0-.7,0-.7-.72,0-2.04,1.39-3.43,3.43-3.44.46,0,.92,0,1.38,0,.29,0,.43-.12.42-.41,0-.1,0-.2,0-.3,0-5,0-10.01,0-15.01,0-.7,0-.71-.72-.7-4.17.09-8.32.45-12.39,1.42-.92.22-1.83.53-2.75.75-1.2.28-2.18-.54-2.09-1.73.05-.66.42-1.09,1.01-1.34,1.58-.66,3.24-1.08,4.91-1.39,3.5-.66,7.04-1,10.6-1.1.25,0,.49-.02.73-.06.24-.04.62.12.65-.26.04-.43.23-.93-.25-1.27-.7-.5-1.22-1.13-1.44-1.99-.44-1.71.36-3.4,1.96-4.13,1.54-.7,3.42-.12,4.38,1.33.92,1.4.7,3.28-.62,4.42-.51.44-.57.89-.54,1.46.01.29.12.41.41.42,1.15.05,2.29.1,3.44.18,4.06.28,8.1.7,12,1.97.42.14.84.3,1.24.48.75.35,1.07,1.17.8,1.95-.26.76-1.05,1.26-1.82,1.08-1.05-.25-2.09-.57-3.14-.83-2.65-.64-5.35-.97-8.07-1.18-1.42-.11-2.85-.19-4.27-.21-.46,0-.59.15-.59.59.02,2.56,0,5.12,0,7.68Z" /> <path class="menu-icon-white" d="M31.79,47.45c-3.43,0-6.86,0-10.29,0-.16,0-.33,0-.49,0-1,.07-1.04.25-1.03-1.05,0-1.04.09-2.03.89-2.82.59-.59,1.29-.91,2.11-.91,5.84-.01,11.68-.02,17.52,0,1.68,0,2.91,1.23,3.01,2.91.03.49,0,.98.01,1.48.01.33-.15.41-.45.41-3.76,0-7.51,0-11.27,0,0,0,0-.01,0-.02Z" /> <path class="menu-icon-white" d="M45.16,36.9c-3.53,0-6.4-2.85-6.4-6.38,0-3.54,2.87-6.43,6.4-6.45,3.46-.01,6.4,2.9,6.42,6.34.02,3.57-2.86,6.48-6.42,6.48ZM47.32,28.11c-.03-.45-.37-.72-.79-.92-.34-.16-.64-.28-.82-.69-.22-.5-.99-.5-1.18,0-.16.42-.46.58-.8.79-.72.44-1,1.11-.87,1.93.11.76.62,1.15,1.34,1.33.46.12.92.24,1.37.4.48.18.67.55.56.96-.12.44-.55.67-1.04.59-.45-.07-.75-.38-1.09-.64-.45-.34-.8-.35-1.1-.04-.32.33-.3.78.06,1.19.24.28.54.48.88.61.36.14.61.31.69.73.06.3.31.5.65.5.31,0,.61-.16.64-.44.05-.49.39-.61.73-.81.81-.45,1.16-1.16,1.09-2.09-.06-.86-.56-1.36-1.32-1.67-.43-.17-.87-.27-1.32-.37-.51-.12-.75-.43-.66-.82.09-.39.49-.6.98-.52.4.06.66.34.97.56.22.16.44.21.69.06.23-.14.36-.33.36-.66Z" /> <path class="menu-icon-white" d="M18.24,36.9c-3.56,0-6.44-2.91-6.42-6.48.02-3.47,2.91-6.33,6.41-6.35,3.52-.01,6.4,2.89,6.4,6.44,0,3.53-2.86,6.38-6.39,6.38ZM16.4,31.6c-.35.05-.58.25-.63.62-.05.41.13.73.43,1,.26.23.57.4.89.52.25.09.41.22.45.51.05.36.27.61.66.62.4.01.65-.23.73-.6.06-.25.16-.39.4-.5.98-.46,1.47-1.26,1.39-2.22-.08-.88-.66-1.5-1.7-1.81-.39-.11-.79-.2-1.18-.33-.27-.09-.44-.28-.44-.58,0-.32.18-.52.46-.63.35-.14.68-.05.98.14.19.13.37.27.56.4.29.2.56.15.8-.08.23-.23.29-.5.12-.81-.2-.36-.49-.61-.89-.73-.3-.09-.49-.25-.61-.56-.21-.52-1.02-.58-1.21-.08-.17.44-.5.61-.83.83-1.03.68-1.19,2.06-.33,2.83.32.29.72.39,1.11.5.38.11.77.18,1.13.33.46.19.62.59.49,1-.13.41-.55.62-1.03.54-.4-.07-.67-.33-.97-.56-.23-.17-.46-.31-.77-.35Z" /> <path class="menu-icon-white" d="M18.17,39.47c-3.21-.17-5.76-1.5-7.52-4.24-.9-1.41-1.34-2.94-1.34-4.61,0-.69.31-1.06.88-1.07.59-.01.92.36.95,1.07.08,2.43,1.14,4.34,3.11,5.74,4.28,3.04,10.5.2,11.04-5.03.03-.28.06-.55.08-.83.05-.54.39-.88.87-.88.55,0,.94.34.94.92,0,1.37-.28,2.68-.91,3.89-1.7,3.26-4.44,4.88-8.09,5.03Z" /> <path class="menu-icon-white" d="M45.14,39.45c-4.59,0-8.38-3.45-8.86-8.06-.03-.28-.07-.56-.06-.83.01-.59.41-.99.94-.99.5,0,.85.34.87.93.09,2,.79,3.73,2.24,5.14,2.84,2.77,7.62,2.56,10.21-.44,1.13-1.31,1.73-2.8,1.78-4.52.01-.43.13-.81.56-1.02.33-.16.64-.09.93.12.27.19.36.46.35.77-.06,3.38-1.57,5.94-4.44,7.68-1.49.9-2.93,1.23-4.5,1.22Z" /> </svg> <div class="content"> <h3 class="title">Pricing</h3> <p class="description">Compare the cost and see options for using Rentec Direct software</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/tenant-screening'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-drk-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M32.1,10.32h12.46c2.27,0,3.43,1.13,3.52,3.42.05,1.14,0,2.29,0,3.43,0,.9.3,1.28,1.24,1.34,2.28.13,3.18,1.13,3.18,3.4v21.63c0,2.4-1.07,3.45-3.52,3.46h-11.83c-.63,0-1.5-.23-1.45.89.05.91.25,1.72,1.47,1.58.25-.02.51-.02.76,0,.67,0,1.37.14,1.38.97s-.69,1.05-1.34,1.05h-11.44c-.79,0-1.81,0-1.79-1.1s1-.99,1.74-.95c1.01.07,1.56-.22,1.77-1.31.17-.95-.11-1.19-1.02-1.19h-12.59c-2.03,0-3.24-1.13-3.24-3.12v-22.15c0-1.98,1.03-3.11,3.04-3.15,1.28,0,1.61-.53,1.53-1.68s0-2.12,0-3.18c0-2.26,1.08-3.36,3.36-3.36,4.27,0,8.51,0,12.76,0ZM31.96,40.34h12.48c1.12,0,1.59-.29,1.58-1.5V14.26c0-1.64-.23-1.87-1.82-1.87h-24.35c-1.61,0-1.78.18-1.78,1.73v24.71c0,1.19.44,1.52,1.57,1.51,4.08-.03,8.2,0,12.32,0h0ZM31.96,42.43H14.93c-1.29,0-1.75.6-1.35,1.68.28.78.95.74,1.59.74h33.62c.93,0,1.68-.11,1.68-1.34s-.84-1.13-1.68-1.13l-16.83.04ZM15.98,30.49v-8.65c0-1.08-.49-1.31-1.4-1.21-1.08.12-1.08.9-1.08,1.68v16.66c0,.89.15,1.44,1.24,1.44s1.27-.5,1.26-1.41c-.03-2.87,0-5.71,0-8.51ZM50.44,30.66v-8.53c0-.84-.2-1.48-1.24-1.51s-1.09.66-1.09,1.43v16.93c0,.79.06,1.41,1.13,1.43s1.22-.67,1.21-1.51c-.02-2.76,0-5.51,0-8.27v.04ZM31.95,49.59c.62-.34,1.81.54,1.83-.91,0-1.23-.43-1.62-1.68-1.63-1.43,0-1.88.4-1.79,1.78.03,1.2,1.08.36,1.61.71l.03.04Z" /> <path class="menu-icon-white" d="M31.93,28.72h-3.71c-.62.1-1.2-.32-1.3-.94-.01-.09-.02-.18-.01-.27-.09-2.14-.18-4.28,1.68-5.88.6-.51.18-.99,0-1.48-.74-1.7-.13-3.69,1.43-4.69,1.61-1.02,3.73-.65,4.92.84.9,1.07,1.09,2.57.47,3.83-.38.57-.27,1.33.26,1.77,1.58,1.6,1.68,3.63,1.45,5.71-.03.65-.59,1.16-1.24,1.13-.03,0-.06,0-.09,0h-3.85ZM32.06,26.8h2.16c.42.04.79-.27.84-.69,0-.02,0-.05,0-.07.16-1.72-1-3.28-2.7-3.61-1.59-.14-3.02.95-3.3,2.52-.24,1.58,0,1.87,1.61,1.87l1.4-.03ZM32.03,17.04c-.86-.07-1.61.57-1.68,1.42,0,.05,0,.09,0,.14-.12.8.43,1.54,1.23,1.67.09.01.19.02.28.02.84.12,1.61-.46,1.73-1.3.02-.11.02-.22.01-.33.04-.85-.62-1.58-1.48-1.61-.03,0-.06,0-.09,0Z" /> <path class="menu-icon-white" d="M36.67,35.78h5.19c.76,0,1.56.13,1.52,1.11s-.84.97-1.52.97h-10.65c-.71,0-1.47-.07-1.51-.97s.76-1.1,1.51-1.11c1.82-.02,3.63,0,5.45,0Z" /> <path class="menu-icon-white" d="M36.43,33.3h-5.32c-.68,0-1.35-.12-1.39-.95s.63-1.13,1.36-1.13c3.64,0,7.28,0,10.93,0,.73,0,1.43.27,1.41,1.12s-.72.95-1.39.96h-5.61Z" /> <path class="menu-icon-white" d="M27.04,34.22c.84,1.29.47,2.68.25,4.03-.09.55-.72.66-1.25.66h-5.22c-.67.1-1.29-.36-1.39-1.03-.01-.09-.02-.17-.01-.26-.04-1.78-.04-3.56,0-5.35,0-.92.54-1.36,1.48-1.35h5.04c.38,0,.84-.06,1,.38s-.31.64-.5.95h0c-1.24-.23-2.51-.29-3.77-.18q-2.06,0-2.06,2.08,0,3.66,3.65,3.66c1.55,0,2,.29,1.92-1.86.03-.38.1-.75.2-1.11l.67-.6Z" /> <path class="menu-icon-white" d="M27.04,34.22c-.21.19-.42.39-.62.59-.84.49-1.58,1.12-2.21,1.86-.65.6-1.15.56-1.68-.12-.36-.47-.76-.91-1.12-1.38s-.11-.71.2-.99.73-.4.98,0c.74,1.13,1.34.51,1.99-.08.7-.54,1.34-1.16,1.89-1.85h0c.45-.24,1.01-.06,1.25.39,0,.01.01.03.02.04.42.79-.5,1.01-.71,1.54Z" /> </svg> <div class="content"> <h3 class="title">Tenant Screening</h3> <p class="description">Instantly order credit, criminal, and eviction reports on tenants.</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/features'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-drk-blue" width="62.5" height="62.5" rx="5.74" ry="5.74"/> <path class="menu-icon-white" d="M21.45,26.71c.27-1.59.5-3.36.89-5.1.25-1.09-.08-1.81-.88-2.51-1.16-1.01-2.25-2.11-3.36-3.19-.6-.58-1.15-1.22-.87-2.15.28-.97,1.07-1.31,1.97-1.45,1.57-.24,3.14-.55,4.72-.67,1.13-.08,1.73-.61,2.17-1.58.66-1.45,1.41-2.85,2.11-4.29.39-.79.93-1.38,1.86-1.38.93,0,1.49.57,1.87,1.37.72,1.47,1.48,2.93,2.17,4.42.4.87.99,1.33,1.97,1.44,1.68.18,3.35.42,5,.74,2.06.41,2.53,1.94,1.06,3.45-1.14,1.17-2.34,2.3-3.56,3.39-.71.63-1.03,1.27-.79,2.27.37,1.59.59,3.22.85,4.84.14.88.16,1.75-.65,2.38-.84.66-1.63.31-2.43-.11-1.49-.79-3-1.55-4.47-2.38-.71-.4-1.31-.41-2.02,0-1.6.9-3.22,1.76-4.87,2.56-1.55.75-2.81-.14-2.75-2.05ZM25.68,23.7c.22,0,.34.04.4,0,2.44-1.69,4.89-2.36,7.5-.26.69.55.98.02.75-.66-.89-2.65-.34-4.81,2.04-6.4.04-.03.07-.07.1-.1.59-.6.39-.9-.37-1.01-.52-.07-1.05-.22-1.57-.22-1.69.01-2.65-.89-3.25-2.38-.29-.73-.74-1.4-1.24-2.31-.41.79-.75,1.32-.96,1.89-.67,1.81-1.84,2.85-3.86,2.9-.62.02-1.64-.2-1.82.49-.19.71.74,1.17,1.28,1.6,1.41,1.13,1.89,2.46,1.35,4.21-.22.71-.23,1.49-.35,2.26Z"/> <path class="menu-icon-white" d="M33.28,45.37c-3.04,0-6.07.01-9.11,0-1.51,0-2.36-.64-2.38-1.73-.02-1.15.86-1.87,2.42-1.87,6.12-.02,12.24-.02,18.36,0,1.49,0,2.28.68,2.27,1.84,0,1.15-.77,1.76-2.32,1.77-3.08.02-6.17,0-9.25,0Z"/> <path class="menu-icon-white" d="M33.26,37.24c-3.14,0-6.28,0-9.42,0-.83,0-1.51-.29-1.89-1.09-.31-.64-.15-1.23.23-1.77.39-.57.98-.75,1.64-.75,6.33,0,12.66,0,18.98,0,1.16,0,1.98.47,2,1.78.02,1.16-.7,1.81-2.12,1.82-3.14.03-6.28,0-9.42,0Z"/> <path class="menu-icon-white" d="M33.29,53.5c-3.03,0-6.07,0-9.1,0-1.53,0-2.36-.62-2.39-1.71-.03-1.15.86-1.89,2.41-1.89,6.12-.02,12.24-.02,18.35,0,1.48,0,2.26.69,2.27,1.85,0,1.18-.7,1.74-2.29,1.75-3.08.01-6.17,0-9.25,0Z"/> <path class="menu-icon-white" d="M18.79,35.37c-.08,1.08-.66,1.76-1.71,1.8-1.04.04-1.76-.54-1.78-1.66-.02-1.08.61-1.76,1.66-1.8,1.06-.04,1.66.62,1.82,1.66Z"/> <path class="menu-icon-white" d="M18.73,51.63c-.04,1.14-.55,1.82-1.66,1.84-1.09.02-1.71-.58-1.74-1.68-.03-1.09.58-1.78,1.64-1.8,1.05-.03,1.66.63,1.76,1.65Z"/> <path class="menu-icon-white" d="M18.73,43.61c-.09,1.14-.7,1.75-1.77,1.71-1.07-.05-1.67-.71-1.61-1.8.06-1.07.69-1.72,1.76-1.69,1.09.04,1.57.78,1.62,1.78Z"/> </svg> <div class="content"> <h3 class="title">Product Features</h3> <p class="description">Discover the features of Rentec Direct software</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/integration-partners'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-drk-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M12.63,33.71c-.29.5-.54.9-.76,1.32-.14.25-.26.34-.55.17-1.63-.95-3.26-1.88-4.9-2.8-.34-.19-.41-.4-.2-.75.74-1.22,1.45-2.45,2.18-3.68,1.27-2.16,2.54-4.33,3.81-6.49,1.37-2.32,2.74-4.64,4.09-6.98.25-.42.44-.46.87-.2,1.54.94,3.1,1.83,4.67,2.72.35.2.4.39.19.7-.18.27-.34.56-.57.94.63-.13,1.18-.25,1.73-.35,1.54-.27,3.08-.54,4.66-.54.69,0,1.35.11,1.94.47.31.19.59.18.93.04,1.01-.43,2.06-.44,3.14-.35,1.68.14,3.34.42,5.04.78-.08-.45-.4-.71-.56-1.06-.14-.29-.1-.44.18-.6,1.66-.95,3.31-1.92,4.96-2.88.25-.15.4-.08.53.15,1.21,2.07,2.41,4.15,3.63,6.21,1.17,2,2.36,3.99,3.54,5.99.99,1.67,1.97,3.35,2.96,5.03.21.35.29.62-.16.87-1.62.9-3.22,1.82-4.82,2.76-.34.2-.49.1-.65-.21-.23-.44-.5-.86-.8-1.37-.33.97-.76,1.78-1.35,2.5-.08.1-.03.21,0,.31.51,2.01-.7,3.67-2.44,4.23-.28.09-.42.22-.48.5-.28,1.45-1.17,2.31-2.59,2.64-.22.05-.3.15-.36.36-.46,1.76-1.65,2.71-3.4,3.04-.23.04-.41.11-.53.33-1.14,1.97-3.57,2.64-5.77,1.37-.11-.06-.22-.12-.33-.18-.43-.25-.82-.32-1.36-.14-1.51.49-3.39-.11-4.1-1.63-.16-.35-.41-.23-.63-.18-1.23.23-2.26-.12-3.13-.99-.32-.32-.57-.7-.66-1.12-.09-.38-.29-.4-.57-.35-.85.17-1.61-.08-2.32-.52-.93-.57-1.29-1.46-1.38-2.49-.02-.21-.05-.29-.28-.32-1.63-.17-2.71-1.2-3.04-2.8-.17-.85.02-1.61.39-2.36.08-.16.18-.31.06-.48-.34-.46-.59-.96-.82-1.6ZM27.77,19.95c-.46-.11-.83.02-1.22.04-1.45.05-2.87.32-4.26.68-1.4.36-2.64.95-3.41,2.34-1.41,2.53-2.92,5.01-4.39,7.51-.09.16-.18.33-.2.52-.06.98.1,1.9.64,2.75.15.23.28.26.54.18,1.97-.66,4.04.41,4.61,2.4.14.5.33.69.87.8,1.33.26,2.23,1.09,2.61,2.42.06.22.09.46.43.45,1.94-.05,3.72,1.91,3.31,3.96-.06.29.07.39.28.51,1.48.86,2.95,1.73,4.43,2.59.77.45,1.53.37,2.27-.09.25-.16.24-.26-.02-.43-.73-.46-1.45-.94-2.17-1.41-.26-.17-.44-.39-.48-.72-.06-.5.15-.87.57-1.1.43-.24.85-.14,1.22.17.68.58,1.42,1.09,2.24,1.46.82.38,2.17-.04,2.62-.81.26-.44.19-.6-.28-.8-.97-.42-1.88-.94-2.63-1.7-.39-.4-.43-.81-.21-1.25.23-.47.63-.53,1.07-.48.39.04.69.28.99.51.72.53,1.43,1.07,2.32,1.31.84.22,1.63-.18,1.84-.94.06-.2.04-.36-.17-.42-.6-.18-1.08-.57-1.6-.88-.61-.37-1.26-.74-1.5-1.48-.22-.66.28-1.28.97-1.24.59.04,1,.41,1.45.73.52.38,1.02.79,1.62,1.03.88.36,1.76.02,2.18-.83.21-.42.16-.79-.18-1.11-.25-.24-.51-.46-.78-.68-1.95-1.62-3.81-3.35-5.6-5.15-1.32-1.32-2.58-2.7-3.87-4.05-.55-.57-1.39-.72-2.07-.31-1.23.76-2.43,1.55-3.63,2.35-1.03.69-2.04,1.41-3.07,2.1-.22.15-.47.26-.73.33-1.24.34-2.46-.12-3.31-1.24-.79-1.05-.85-2.61-.07-3.61,1.5-1.9,3.18-3.63,5.09-5.13.54-.42,1.08-.83,1.67-1.28ZM36.66,26.6c.46.51.84.94,1.24,1.35,2.15,2.21,4.38,4.32,6.7,6.34.25.21.38.2.54-.09.45-.82.73-1.7.87-2.62.07-.45.02-.9-.23-1.32-1.34-2.25-2.65-4.52-4-6.76-.45-.75-.74-1.63-1.61-2.09-.56-.3-1.16-.49-1.76-.65-1.5-.42-3.05-.55-4.58-.74-.95-.12-1.91-.08-2.8.39-1.51.79-2.91,1.75-4.14,2.91-1.4,1.31-2.69,2.72-4.02,4.1-.4.41-.38,1.04,0,1.45.43.46.92.46,1.56,0,1.59-1.15,3.2-2.27,4.85-3.32.81-.51,1.57-1.18,2.57-1.33,1.61-.23,3.22-.15,4.81.23.43.1.86.19,1.27.33.57.21.81.73.63,1.29-.18.56-.65.82-1.25.69-.18-.04-.35-.08-.64-.15ZM15.04,37.53c0,.76.59,1.38,1.28,1.35.88-.03,1.84-.85,1.85-1.58.01-.69-.79-1.44-1.54-1.45-.8,0-1.6.84-1.59,1.68ZM19.53,42.21c.88,0,1.49-.49,1.89-1.2.49-.87-.12-1.79-1.12-1.77-.68.02-1.53.84-1.75,1.7-.19.76.21,1.27.98,1.27ZM23.7,44.66c.83,0,1.55-.61,1.57-1.32.01-.56-.73-1.26-1.34-1.24-.83.03-1.41.87-1.35,1.53.06.69.38,1.03,1.12,1.03Z" /> </svg> <div class="content"> <h3 class="title">Integration Partners</h3> <p class="description">Rentec Direct partners and integrates with leading service providers to make your time using our software as efficient as possible </p> </div> </div> </div> </div> <div class="nav-mitem-2 nav-item"> <a href="#">Features</a> <div class="submenu three-column menu-features"> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/details/property-tenant-accounting'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M14.61,30.11c0-6.67,0-13.34,0-20.01,0-1.69.25-1.97,1.91-1.97,9.98,0,19.97,0,29.95,0,1.53,0,1.84.3,1.84,1.79,0,9.2,0,18.39,0,27.59,0,4.35-.02,8.7,0,13.04,0,1.2-.54,1.57-1.67,1.57-10.15-.02-20.3-.01-30.44-.02-1.29,0-1.58-.32-1.58-1.63,0-6.79,0-13.59,0-20.38ZM23.53,9.57v41.18h23.32V9.57h-23.32ZM16.06,16.04c.57,0,1.04-.09,1.46.02.75.19,2.12-.62,2.13.64,0,1.11-1.33.45-2.06.59-.47.09-.96.02-1.49.02v3.26c.95,0,1.82-.07,2.67.03.35.04.66.43.99.66-.33.23-.65.61-1.01.65-.88.09-1.78.03-2.65.03v3.22c1,0,1.91-.06,2.8.03.3.03.57.42.86.65-.3.2-.59.56-.9.59-.93.08-1.86.03-2.77.03v3.26c.96,0,1.82-.06,2.67.03.35.04.67.4,1,.61-.34.21-.67.56-1.03.6-.85.09-1.71.03-2.63.03v3.26c.95,0,1.82-.07,2.67.03.35.04.66.43.99.66-.33.23-.65.61-1,.65-.88.1-1.78.03-2.67.03v3.28c1.03,0,1.98-.04,2.92.03.28.02.53.36.79.56-.28.22-.55.61-.85.64-.93.08-1.88.03-2.87.03v3.26c.94,0,1.81-.07,2.66.03.37.04.7.43,1.05.66-.34.2-.67.54-1.03.57-.89.08-1.78.03-2.69.03v3.24c.99,0,1.9-.05,2.79.03.32.03.62.38.92.59-.3.25-.59.68-.91.72-.93.1-1.87.03-2.88.03.03.62.05,1.02.07,1.41h5.95V9.62h-5.93v1.83c.96,0,1.86-.05,2.75.03.32.03.62.38.93.58-.31.24-.6.66-.94.7-.89.1-1.79.03-2.75.03v3.25Z" /> <path class="menu-icon-white" d="M35.23,27.17c-.03.64-.06,1.29-.09,1.95-.13.03-.26.06-.39.09-.13-.65-.26-1.31-.36-1.86-.8-.58-1.69-1.05-2.29-1.75-.29-.34-.27-1.46.02-1.67.75-.55.96.28,1.26.82.21.39.55.7.83,1.05.09-.05.18-.1.27-.15,0-.65.08-1.31-.03-1.95-.06-.35-.37-.8-.69-.94-1.11-.5-1.89-1.15-1.82-2.5.06-1.26.77-1.88,1.91-2.29.44-.16.72-.77.89-.97.58.43,1.14.76,1.6,1.19.49.46.95.99,1.29,1.56.1.16-.19.75-.42.86-.21.09-.66-.15-.89-.37-.32-.31-.52-.74-.87-1.27-.53,2.09-.35,2.28,1.13,3.17.61.37,1.12,1.18,1.33,1.89.29.97-.15,1.89-1.06,2.43-.48.29-1.04.47-1.6.72ZM35.25,25.69c.16.07.32.14.49.21.26-.5.73-1.01.72-1.51-.01-.43-.57-.85-.89-1.27l-.31.2v2.37ZM34.41,19.19c-.08-.05-.17-.11-.25-.16-.25.38-.69.76-.7,1.15-.01.39.4.8.63,1.2.11-.05.22-.1.32-.15v-2.04Z" /> <path class="menu-icon-white" d="M35.2,40.15c-1.53,0-3.05.05-4.57-.03-.37-.02-.73-.44-1.09-.67.36-.26.71-.74,1.07-.75,3.05-.06,6.1-.05,9.15,0,.37,0,.72.48,1.08.73-.4.25-.78.69-1.19.72-1.48.09-2.96.03-4.45.03,0-.01,0-.03,0-.04Z" /> <path class="menu-icon-white" d="M35.1,43.93c-1.45,0-2.89.05-4.33-.03-.42-.02-.82-.42-1.24-.65.44-.27.87-.76,1.31-.77,2.93-.08,5.87-.08,8.8-.03.41,0,.8.48,1.21.74-.39.26-.76.73-1.17.75-1.52.09-3.05.04-4.58.04,0-.01,0-.03,0-.04Z" /> </svg> <div class="content"> <h3 class="title">Ledger Accounting</h3> <p class="description">Full general ledger accounting for properties, tenants, and owners</p> </div> </div> <!-- <div class="item">--> <!-- <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5">--> <!-- <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" />--> <!-- <path class="menu-icon-white" d="M31.15,9.92c5.22,0,10.44,0,15.66,0,.24,0,.49,0,.73,0,1.03.04,1.34.36,1.34,1.39,0,7.89,0,15.78,0,23.67,0,2.22-.01,4.44,0,6.67,0,.57-.16,1.01-.57,1.42-3.15,3.13-6.3,6.28-9.43,9.43-.43.43-.9.64-1.52.63-7.5-.01-15.01,0-22.51,0-1.24,0-1.52-.28-1.52-1.5,0-13.37,0-26.75,0-40.12,0-1.27.3-1.57,1.6-1.57,5.4,0,10.81,0,16.21,0ZM15.25,31.51c0,6.26,0,12.52,0,18.78,0,.86,0,.86.84.86,6.69,0,13.38,0,20.07,0,.8,0,.8,0,.8-.84,0-2.59,0-5.18,0-7.77,0-1.17.27-1.44,1.44-1.44,2.61,0,5.22-.01,7.83,0,.57,0,.78-.14.78-.75-.02-9.24-.02-18.47,0-27.71,0-.64-.21-.78-.81-.78-10.03.02-20.07.01-30.1.01-.84,0-.85,0-.85.85,0,6.26,0,12.52,0,18.78ZM38.86,49.56c2.15-2.15,4.3-4.3,6.45-6.45-.07-.08-.25-.03-.4-.03-1.79,0-3.59.01-5.38-.01-.54,0-.71.19-.7.71.02,1.79,0,3.59.01,5.38,0,.15-.06.33.01.39Z" />--> <!-- <path class="menu-icon-white" d="M31.11,32.71c-1.89,0-3.79,0-5.68,0-1.15,0-1.43-.29-1.43-1.46,0-2.73,0-5.46,0-8.19,0-1.06.32-1.39,1.37-1.41.86-.02.85-.02.86-.9.02-1-.05-1.99.08-2.99.2-1.6,1.61-2.93,3.23-2.97,1.06-.03,2.12-.03,3.18,0,1.62.04,3.02,1.37,3.21,2.98.13,1.08.07,2.16.07,3.24,0,.47.16.68.64.65.24-.02.49,0,.73.04.53.09.86.42.86.95.01,3.01.02,6.03,0,9.04,0,.68-.42,1.01-1.19,1.01-1.98,0-3.95,0-5.93,0ZM31.08,30.81c1.55,0,3.1-.01,4.64,0,.49,0,.63-.17.63-.64-.02-1.98-.02-3.95,0-5.93,0-.48-.17-.64-.64-.64-3.06.01-6.11.01-9.17,0-.51,0-.67.19-.66.68.02,1.96.02,3.91,0,5.87,0,.52.18.67.68.66,1.51-.02,3.01,0,4.52,0ZM31.1,21.65c.77,0,1.55-.01,2.32,0,.44.01.63-.14.62-.6-.02-.92,0-1.83-.01-2.75-.02-1-.6-1.6-1.59-1.63-.9-.02-1.79-.02-2.69,0-.91.02-1.53.63-1.55,1.54-.02.94.01,1.87-.01,2.81-.01.49.2.64.66.62.75-.02,1.51,0,2.26,0Z" />--> <!-- <path class="menu-icon-white" d="M31.05,38.06c-3.5,0-7.01,0-10.51,0-.84,0-.84,0-.84-.86,0-.12.01-.25,0-.37-.07-.56.18-.75.73-.75,2.38.02,4.77,0,7.15,0,4.69,0,9.37,0,14.06,0,.3,0,.76-.15.85.25.12.5.17,1.07-.05,1.56-.11.24-.48.15-.74.15-3.54,0-7.09,0-10.63,0Z" />--> <!-- <path class="menu-icon-white" d="M26.67,42.85c-2.06,0-4.11,0-6.17,0-.79,0-.8-.02-.81-.83,0-1.11.06-1.14,1.17-1.11,1.36.04,2.72.04,4.09.04,2.03,0,4.06,0,6.09,0,.59,0,1.18-.03,1.77-.04.75-.02.85.07.86.81q.02,1.13-1.14,1.13c-1.95,0-3.91,0-5.86,0Z" />--> <!-- <path class="menu-icon-white" d="M26.71,47.63c-2.1,0-4.2-.02-6.29,0-.56,0-.74-.19-.73-.74.02-1.16,0-1.16,1.15-1.16,4.01,0,8.03,0,12.04,0,.79,0,.8.01.8.91,0,.95-.02.99-.79.99-2.06,0-4.11,0-6.17,0Z" />--> <!-- <path class="menu-icon-white" d="M31.16,25.46c.49,0,.98,0,1.47,0,.14,0,.32-.02.42.05.52.42.09.99.18,1.48.06.32-.19.44-.46.42-.5-.03-.69.18-.67.68.01.3.16.76-.21.88-.49.16-1.06.16-1.56-.01-.28-.1-.19-.47-.18-.72.03-.52-.05-.89-.71-.83-.3.03-.45-.15-.44-.45,0-.04,0-.08,0-.12q-.06-1.37,1.31-1.38c.29,0,.57,0,.86,0Z" />--> <!-- </svg>--> <!-- <div class="content">--> <!-- <h3 class="title">Trust Account Certified</h3>--> <!-- <p class="description">Trust account certified software that complies with your state’s real estate board</p>--> <!-- </div>--> <!-- </div>--> <!-- <div class="item">--> <!-- <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5">--> <!-- <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" />--> <!-- <path class="menu-icon-white" d="M31.61,52.13c-4.31,0-8.62,0-12.94,0-1.25,0-2.3-.4-3.05-1.44-.39-.54-.61-1.14-.61-1.82,0-5.14,0-10.28,0-15.43,0-.33.09-.59.33-.82.85-.83,1.69-1.67,2.54-2.51.12-.12.25-.33.44-.25.19.09.1.32.1.49,0,5.79,0,11.58,0,17.37q0,.93.9.93c8.23,0,16.45,0,24.68,0q.8,0,.8-.81c0-5.76,0-11.51,0-17.27,0-.13,0-.25,0-.38,0-.12-.05-.28.09-.34.17-.07.26.09.35.19.69.69,1.32,1.44,2.07,2.05.76.62.91,1.34.9,2.26-.04,4.73-.02,9.45-.02,14.18,0,2.13-1.41,3.57-3.55,3.58-4.35.01-8.7,0-13.04,0Z" />--> <!-- <path class="menu-icon-white" d="M31.66,22.18c.58,0,1.16.03,1.73,0,.5-.03.63.19.6.64-.03.45,0,.9-.03,1.35-.01.34.1.52.45.61,2.54.6,3.8,2.31,4.11,4.82.08.68.04.75-.63.82-1.32.14-2.65.26-3.98.41-.41.04-.65-.03-.65-.52,0-.41-.06-.83-.15-1.23-.2-.89-.79-1.27-1.77-1.17-.73.07-1.32.69-1.34,1.46-.02.71.22,1.33.73,1.85,1.03,1.06,2.32,1.76,3.53,2.58,1.17.79,2.29,1.62,3.27,2.64,2.74,2.88,1.86,6.99-1.84,8.46-.4.16-.81.3-1.24.39-.35.07-.48.22-.49.57-.04,1.29-.05,1.29-1.32,1.29-.92,0-1.84-.03-2.76.01-.51.02-.69-.19-.66-.66,0-.02,0-.04,0-.05-.04-1.06-.03-1.07-1.03-1.37-2.83-.85-3.83-2.94-4.08-5.57-.03-.37.1-.55.5-.59,1.38-.14,2.76-.29,4.13-.48.43-.06.58.06.6.49.05.79.14,1.58.61,2.27.51.75,1.64,1.08,2.45.69.59-.28.84-1.1.61-1.96-.3-1.11-1.04-1.87-1.95-2.51-1.54-1.1-3.21-2.01-4.71-3.17-1.97-1.53-2.69-3.54-2.05-5.88.4-1.46,1.42-2.39,2.75-3.01.54-.25,1.1-.47,1.68-.59.37-.07.51-.28.49-.65-.02-.45,0-.9-.03-1.35-.03-.48.19-.64.64-.63.59.02,1.19,0,1.79,0v.03Z" />--> <!-- <path class="menu-icon-white" d="M54.39,33.87c-.01.94-.35,1.47-1.03,1.76-.67.29-1.37.15-1.94-.41-1.13-1.12-2.25-2.24-3.37-3.37-3.28-3.28-6.55-6.55-9.83-9.83-2.09-2.09-4.19-4.17-6.26-6.29-.4-.4-.57-.13-.81.11-4.46,4.47-8.93,8.93-13.39,13.4-1.98,1.98-3.96,3.95-5.93,5.93-.48.48-1.03.71-1.71.53-1.21-.33-1.71-1.73-.9-2.71.59-.72,1.28-1.36,1.95-2.03,1.93-1.94,3.87-3.88,5.81-5.81,1.57-1.57,3.14-3.13,4.71-4.7,2.18-2.18,4.35-4.36,6.53-6.54.98-.98,1.98-1.94,2.95-2.94.34-.35.55-.35.9,0,4.13,4.16,8.28,8.3,12.43,12.45,3.14,3.14,6.28,6.27,9.42,9.41.34.34.51.74.48,1.03Z" />--> <!-- <path class="menu-icon-white" d="M42.45,16.24c0,1.15,0,2.31,0,3.46,0,.14.05.31-.11.39-.17.09-.26-.08-.35-.18-1.47-1.46-2.93-2.93-4.4-4.39-.18-.18-.25-.39-.25-.63,0-.7.01-1.41,0-2.11,0-.4.17-.53.56-.53,1.33.01,2.67.02,4,0,.43,0,.56.18.56.58-.01,1.13,0,2.27,0,3.4h0Z" />--> <!-- </svg>--> <!-- <div class="content">--> <!-- <h3 class="title">Reporting System</h3>--> <!-- <p class="description">An extremely robust reporting system to track and manage your portfolio performance</p>--> <!-- </div>--> <!-- </div>--> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/details/online-payments'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M10.9,31.15c0-5.62.02-11.23,0-16.85-.01-2.9,2.12-5.65,5.29-6.12.31-.05.63-.07.95-.07,4.8,0,9.6,0,14.4,0,3.12,0,5.68,2.18,6.17,5.26.04.24.06.48.06.72,0,1.74,0,3.48,0,5.21,0,.65-.52,1.07-1.11.9-.38-.11-.62-.46-.62-.94,0-1.63,0-3.25,0-4.88,0-.28-.02-.57-.06-.85-.25-1.82-1.89-3.43-3.72-3.66-.22-.03-.44-.05-.67-.05-4.85,0-9.7,0-14.55,0-2.09,0-3.85,1.42-4.33,3.46-.08.34-.1.68-.1,1.02v33.65c0,2.51,1.95,4.47,4.46,4.47,4.83,0,9.67,0,14.5,0,2.5,0,4.45-1.98,4.45-4.49,0-1.73,0-3.46,0-5.19,0-.37.12-.68.45-.87.52-.31,1.19.04,1.28.66.01.09,0,.19,0,.28,0,1.69,0,3.39,0,5.08,0,3.13-2.16,5.67-5.26,6.18-.3.05-.6.07-.9.07-4.85,0-9.7,0-14.55,0-3.16,0-5.8-2.38-6.14-5.53-.03-.24-.02-.48-.02-.72v-16.77h0Z" /> <path class="menu-icon-white" d="M30.96,41.22c-5.69,0-10.34-4.64-10.35-10.31,0-5.59,4.48-10.39,10.36-10.39,5.75,0,10.33,4.64,10.35,10.34.02,5.71-4.64,10.35-10.36,10.36h0ZM30.95,22.26c-4.7-.04-8.63,3.86-8.61,8.65.02,4.75,3.87,8.59,8.65,8.59,4.76,0,8.65-3.89,8.61-8.65-.04-4.95-4.09-8.65-8.65-8.59h0Z" /> <path class="menu-icon-white" d="M24.35,14.09c3.06,0,6.12,0,9.18,0,.39,0,.71.12.89.49.24.49-.03,1.06-.56,1.2-.14.04-.27.03-.41.03H15.24c-.16,0-.31,0-.46-.04-.41-.12-.66-.5-.62-.93.04-.39.37-.71.77-.75.1-.01.21,0,.31,0,3.04,0,6.07,0,9.11,0Z" /> <path class="menu-icon-white" d="M24.34,47.28h9.16c.14,0,.27-.01.41.03.35.11.61.46.6.82,0,.39-.27.73-.65.83-.13.03-.27.04-.41.04-6.08,0-12.16,0-18.24,0-.65,0-1.04-.31-1.06-.84-.01-.48.34-.86.82-.88.09,0,.19,0,.28,0h9.08Z" /> <path class="menu-icon-white" d="M47.5,32.01c-1.09,0-2.18,0-3.28,0-.15,0-.31,0-.46-.03-.42-.06-.72-.42-.71-.85,0-.42.3-.77.7-.83.15-.02.31-.03.46-.03,2.2,0,4.4,0,6.6,0,.14,0,.28,0,.41.03.44.06.75.4.75.84,0,.44-.3.79-.74.85-.14.02-.29.03-.44.03-1.1,0-2.2,0-3.3,0h0Z" /> <path class="menu-icon-white" d="M49.99,38.38c-.1,0-.21-.02-.31-.06-2.23-.81-4.46-1.62-6.68-2.43-.43-.16-.68-.53-.64-.92.05-.4.35-.7.76-.77.16-.02.31.01.45.07,2.24.81,4.47,1.62,6.71,2.44.42.15.65.55.57.95-.08.43-.43.72-.86.72h0Z" /> <path class="menu-icon-white" d="M49.99,23.38c.44,0,.76.26.85.67.09.4-.1.8-.5.97-.45.18-.9.34-1.35.5-1.8.66-3.6,1.31-5.41,1.97-.59.21-1.11-.08-1.21-.66-.07-.41.17-.78.62-.95.87-.32,1.74-.64,2.62-.95,1.32-.48,2.63-.96,3.95-1.44.15-.05.29-.11.43-.1h0Z" /> <path class="menu-icon-white" d="M47.43,18.18c0,.26-.16.48-.39.67-1.23,1.03-2.45,2.06-3.68,3.08-.57.48-1.15.96-1.72,1.44-.41.34-.93.32-1.25-.05-.33-.38-.29-.9.14-1.25,1.83-1.54,3.66-3.08,5.49-4.61.28-.24.61-.27.94-.1.31.16.47.42.46.82h0Z" /> <path class="menu-icon-white" d="M41.05,38.14c.27-.02.46.12.65.27,1.33,1.12,2.66,2.23,3.99,3.35.46.39.92.77,1.38,1.16.41.35.48.88.16,1.26-.31.38-.86.4-1.27.06-1.8-1.51-3.6-3.01-5.39-4.52-.51-.43-.53-1.05-.05-1.41.16-.12.33-.18.52-.16h0Z" /> <path class="menu-icon-white" d="M55.45,30.26c.39.02.79-.02,1.18.03.46.06.76.4.76.86,0,.44-.3.8-.75.84-.81.06-1.63.06-2.44,0-.44-.03-.76-.41-.76-.84,0-.43.32-.8.77-.85.41-.05.82-.01,1.24-.03Z" /> <path class="menu-icon-white" d="M48.16,16.08c0-.27.1-.49.3-.66.56-.48,1.13-.96,1.7-1.42.39-.32.92-.28,1.22.08.32.37.28.87-.11,1.22-.56.49-1.14.97-1.72,1.44-.28.22-.6.26-.92.1-.31-.15-.47-.42-.47-.77h0Z" /> <path class="menu-icon-white" d="M55.07,21.52c.43,0,.78.28.86.65.09.38-.08.81-.44.95-.76.3-1.52.59-2.3.84-.42.14-.85-.11-1-.51-.16-.41-.01-.88.39-1.06.76-.33,1.55-.6,2.35-.86.06-.02.12-.01.14-.01Z" /> <path class="menu-icon-white" d="M55.95,39.21c0,.73-.53,1.16-1.07.99-.75-.24-1.49-.52-2.23-.81-.43-.17-.62-.65-.46-1.07.15-.42.6-.67,1.04-.53.75.25,1.49.52,2.23.81.33.13.5.41.5.61h0Z" /> <path class="menu-icon-white" d="M49.05,44.81c.17.01.35.07.5.19.58.49,1.16.97,1.74,1.46.37.32.41.83.1,1.2-.3.36-.8.43-1.18.13-.6-.48-1.19-.99-1.78-1.49-.29-.25-.35-.63-.2-.97.14-.32.46-.53.82-.52h0Z" /> <path class="menu-icon-white" d="M31.84,28.08c0,.58,0,1.15,0,1.73,0,.22.07.31.28.37,1.37.42,2.33,1.29,2.71,2.69.51,1.86-.56,3.77-2.43,4.45-.08.03-.16.07-.24.08-.25.03-.33.16-.33.42,0,.49-.28.84-.7.92-.54.1-1.02-.29-1.01-.86,0-.31-.1-.42-.39-.5-1.55-.44-2.64-1.81-2.75-3.41-.03-.49.19-.85.61-.99.36-.12.76.03.97.35.1.15.13.31.14.49.05.82.46,1.4,1.18,1.78.16.08.23.07.23-.13,0-1.2,0-2.41,0-3.61,0-.21-.13-.23-.27-.27-1.12-.33-1.98-.99-2.49-2.05-.95-1.95.03-4.28,2.12-5.07.04-.02.08-.04.12-.04.38-.06.57-.22.54-.66-.02-.4.37-.72.78-.75s.78.24.89.64c0,.03.03.07.02.1-.07.45.2.56.57.7,1.38.51,2.25,1.5,2.53,2.97.04.22.04.45.02.67-.03.37-.35.67-.76.73-.36.05-.73-.18-.88-.54-.05-.12-.07-.25-.08-.38-.03-.81-.47-1.36-1.15-1.74-.17-.09-.24-.08-.24.14,0,.59,0,1.19,0,1.78h0ZM30.11,27.94c0-.54,0-1.08,0-1.63,0-.21-.03-.27-.24-.16-.71.39-1.16.96-1.17,1.78,0,.83.44,1.42,1.16,1.82.2.11.25.04.25-.16,0-.55,0-1.1,0-1.65h0ZM31.84,33.76c0,.55,0,1.1,0,1.65,0,.27.03.28.26.16.72-.39,1.14-.98,1.12-1.82-.02-.83-.47-1.39-1.18-1.77-.17-.09-.2-.03-.2.14,0,.55,0,1.1,0,1.65h0Z" /> </svg> <div class="content"> <h3 class="title">Online Rent Payments</h3> <p class="description">Collect rent online via ACH, credit card, or with electronic cash payments</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/details/property-management-website'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M33.24,14.73c5.02,0,10.05.04,15.07-.02,1.81-.02,3.13,1.18,3.11,3.15-.03,2.91,0,5.82,0,8.73q0,.72.72.72c.72,0,1.45,0,2.17,0,1.06.02,1.86.7,2.02,1.75.06.41.08.83.08,1.24,0,4.5,0,9,0,13.5,0,.68-.08,1.33-.57,1.87-.43.47-.93.7-1.57.7-2.38-.02-4.77,0-7.15-.01-1.14,0-1.99-.83-2.02-1.97-.02-.88-.02-1.77,0-2.66,0-.41-.11-.59-.55-.59-2.15.02-4.3.02-6.45,0-.45,0-.57.15-.47.58.19.88.36,1.77.48,2.66.07.52.25.81.82.71.09-.02.18,0,.27,0,.39.04.65.23.64.65,0,.44-.29.59-.68.59-1.75,0-3.5,0-5.26,0h-6.45c-.42,0-.83-.02-.87-.57-.04-.43.3-.7.91-.67.54.03.78-.14.85-.7.11-.88.3-1.74.47-2.61.09-.44.02-.68-.52-.66-1.12.03-2.24.02-3.36,0-.46-.01-.6.16-.59.6.02.79,0,1.59,0,2.38-.02,1.4-.84,2.22-2.23,2.22h-12.79c-1.27,0-2.05-.67-2.2-1.92-.07-.64-.05-1.3-.05-1.95,0-5.42,0-10.84,0-16.26,0-1.84.77-2.59,2.61-2.59,1.57,0,3.15-.02,4.72,0,.53,0,.68-.18.67-.7-.02-1.79-.02-3.58,0-5.36,0-1.73,1.12-2.85,2.85-2.85h15.34ZM33.23,16.07h-15.18c-1.14,0-1.65.52-1.65,1.66,0,1.75.01,3.5,0,5.26,0,.49.15.66.65.65,1.64-.03,3.29-.01,4.93,0,1.53,0,2.35.82,2.35,2.34,0,2.38.01,4.77,0,7.15,0,.45.14.59.59.59,6.52,0,13.05,0,19.57,0,.44,0,.61-.14.6-.6-.02-1.23-.01-2.46,0-3.68,0-1.3.84-2.12,2.15-2.13.72,0,1.45-.04,2.17.02.57.04.7-.18.69-.71-.02-2.89,0-5.78-.01-8.67,0-1.34-.54-1.87-1.88-1.87h-14.97ZM23.06,33.4h0v-7.37c0-.83-.32-1.15-1.15-1.15h-12.4c-.85,0-1.14.29-1.14,1.14,0,4.91,0,9.82-.01,14.73,0,.43.14.58.57.57,1.12-.02,2.24,0,3.36,0h10.18c.31,0,.61.04.61-.45-.02-2.49,0-4.98,0-7.47h0ZM55.06,35.51c0-1.93,0-3.86,0-5.8,0-.91-.24-1.14-1.17-1.14-2.13,0-4.26,0-6.4,0-.91,0-1.17.25-1.17,1.15,0,3.88,0,7.77-.01,11.65,0,.5.19.61.64.61,2.47-.02,4.95-.03,7.42,0,.57,0,.7-.2.69-.72-.03-1.91-.01-3.83-.01-5.74h0ZM34.71,34.98h0c-3.25,0-6.51,0-9.76,0-.3,0-.63-.06-.63.43.02,1.32,0,2.64,0,3.96,0,.32.14.46.46.45.38,0,.76,0,1.14,0,6.16,0,12.32,0,18.48,0,.51,0,.7-.13.69-.66-.04-1.19-.03-2.38,0-3.58.01-.49-.16-.61-.63-.61-3.25.02-6.51,0-9.76,0h0ZM15.72,42.57c-2.02,0-4.05,0-6.07,0-1.5,0-1.27-.21-1.28,1.29,0,1.02.23,1.25,1.24,1.25h11.54c1.88,0,1.9-.04,1.92-1.9,0-.49-.13-.66-.64-.65-2.24.02-4.48.01-6.72.01h0ZM33.24,45.1h0c1.01,0,2.02,0,3.03,0,.66,0,.67-.01.54-.68-.17-.89-.36-1.77-.5-2.66-.06-.41-.25-.55-.64-.54-1.64.01-3.29.02-4.93,0-.44,0-.61.18-.67.58-.15.91-.31,1.81-.5,2.71-.09.43.02.59.47.59,1.06-.02,2.13,0,3.19,0ZM50.69,43.22h-3.84c-.19,0-.4-.05-.5.21-.36.91.16,1.68,1.15,1.68,2.09,0,4.18,0,6.28,0,1.12,0,1.31-.21,1.31-1.33,0-.46-.18-.58-.61-.57-1.26.02-2.52,0-3.79,0h0Z" /> <path class="menu-icon-white" d="M50.64,30.63c-.36,0-.72.02-1.08,0-.37-.02-.64-.22-.64-.6s.25-.63.65-.64c.7-.01,1.4,0,2.1,0,.41,0,.66.22.66.63,0,.41-.28.61-.68.62-.34.01-.68,0-1.02,0h0s0,0,0,0Z" /> <path class="menu-icon-white" d="M34.19,37.3c.01.56-.41,1.02-.96,1.02-.54,0-1.01-.44-1.03-.97s.44-1.01.98-1.02c.55-.02,1,.41,1.01.97Z" /> <path class="menu-icon-white" d="M15.69,44.51c-.41-.05-.68-.26-.69-.69-.02-.39.34-.73.73-.7.42.04.67.29.66.71-.01.42-.28.64-.7.67h0Z" /> <path class="menu-icon-white" d="M51.33,44.16c-.04.38-.23.63-.61.63s-.62-.22-.63-.61c0-.38.23-.62.61-.63s.59.23.63.61h0Z" /> </svg> <div class="content"> <h3 class="title">Professional Website</h3> <p class="description">Showcase your properties and your business to all your tenants and owners online</p> </div> </div> <!-- <div class="item">--> <!-- <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5">--> <!-- <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" />--> <!-- <path class="menu-icon-white" d="M11.4,49.04c.06-.47.34-.76.74-.99,1.04-.62,2.06-1.29,3.1-1.91.33-.2.4-.34.16-.7-1.15-1.75-1.62-3.62-.91-5.68.75-2.17,2.95-3.88,5.24-3.94,2.01-.05,4.11,1.39,4.21,3.79.03.78-.31,1.46-.72,2.11-.7,1.1-1.63,1.97-2.64,2.77-.61.49-1.24.95-1.87,1.41-.22.16-.23.26,0,.42.38.25.76.47,1.19.61.75.24,1.43.09,2.04-.39.57-.44,1.01-1,1.44-1.57.34-.44.68-.88,1.07-1.28,1.27-1.31,2.81-1.56,4.41-.67,1.18.66,2.09,1.62,2.9,2.68.14.19.29.37.46.6.11-.24.06-.44.05-.63-.07-.94-.15-1.89-.23-2.83-.04-.43.05-.82.22-1.22,4.23-9.85,8.46-19.71,12.67-29.57.39-.9.95-1.5,1.99-1.49.19,0,.22-.14.27-.27.22-.51.43-1.03.67-1.53.52-1.07,1.56-1.62,2.75-1.5,1.04.1,1.97.93,2.25,2.03.15.6.08,1.19-.16,1.76-.19.45-.37.9-.57,1.35-.09.2-.08.35.09.52.53.57.69,1.23.4,1.97-.1.26-.04.39.19.54,1.4.89,1.82,2.68.94,4.11-.79,1.28-1.61,2.54-2.13,3.97-.42,1.14-.65,2.3-.72,3.51-.01.25-.04.5-.07.75-.07.56-.44.9-.93.88-.5-.03-.82-.41-.81-.98.02-2.45.63-4.74,1.83-6.88.4-.72.86-1.4,1.3-2.1.32-.52.31-1.03-.03-1.48-.26-.35-.39-.34-.56.06-1.04,2.45-2.09,4.9-3.13,7.35-2.91,6.82-5.82,13.65-8.72,20.47-.13.31-.34.54-.59.74-1.55,1.26-3.09,2.52-4.64,3.77-.25.2-.53.36-.8.53h-.67c-.24-.17-.45-.37-.63-.61-.68-.9-1.37-1.79-2.06-2.69-.53-.69-1.11-1.32-1.8-1.85-.25-.19-.53-.37-.81-.51-.83-.39-1.51-.18-2.24.65-.68.78-1.23,1.66-1.98,2.37-.97.92-2.1,1.49-3.47,1.31-1.08-.15-2-.68-2.83-1.35-.26-.21-.45-.23-.74-.04-1.15.74-2.31,1.46-3.47,2.18-.8.5-1.22.38-1.64-.45v-.08ZM37.65,43.9c.25.06.35-.1.44-.32.57-1.35,1.15-2.69,1.72-4.04,2.03-4.77,4.06-9.54,6.1-14.31.15-.34.11-.5-.25-.65-.92-.36-1.83-.75-2.73-1.17-.38-.17-.52-.09-.68.28-1.22,2.87-2.46,5.74-3.69,8.61-1.37,3.2-2.75,6.4-4.12,9.61-.1.23-.2.43.07.66.91.74,1.95,1.17,3.13,1.32ZM50.49,14.48c.03-.18-.11-.21-.22-.26-1-.44-2-.86-2.99-1.31-.25-.11-.37-.06-.47.19-1.15,2.71-2.31,5.41-3.48,8.11-.13.3-.07.45.23.57.95.39,1.9.8,2.84,1.22.29.13.43.1.56-.22,1.13-2.7,2.29-5.39,3.43-8.08.03-.08.06-.15.09-.22ZM15.93,41.32c-.01,1.43.39,2.37.99,3.26.15.22.28.25.5.08.73-.56,1.48-1.09,2.19-1.67.87-.72,1.71-1.48,2.26-2.49.38-.68.37-1.37-.11-1.95-.58-.7-1.35-1.04-2.25-.94-1.98.23-3.58,2.05-3.59,3.7ZM50.29,9.39c-.26,0-.42.12-.52.35-.14.3-.27.61-.4.92-.32.75-.28.83.5,1.06.12.04.23.06.28-.07.22-.54.52-1.05.64-1.63.08-.37-.15-.62-.5-.62ZM36.24,45.45c-.64-.21-1.18-.43-1.69-.71-.14-.08-.21-.01-.21.14.03.57.07,1.14.11,1.7.01.15.09.24.25.11.49-.4.98-.8,1.54-1.24Z" />--> <!-- </svg>--> <!-- <div class="content">--> <!-- <h3 class="title">Electronic Signatures</h3>--> <!-- <p class="description">Create, share, and store custom forms and accept electronic signatures</p>--> <!-- </div>--> <!-- </div>--> <!-- <div class="item">--> <!-- <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5">--> <!-- <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" />--> <!-- <path class="menu-icon-white" d="M49.4,23.42c0,3.81-.05,7.62.02,11.43.06,3.03-.92,5.61-2.79,7.96-4.05,5.08-9.12,8.75-15.1,11.23-.26.11-.48.11-.74,0-6.24-2.79-11.47-6.9-15.71-12.26-1.48-1.87-2.2-4.04-2.2-6.41-.02-8.19,0-16.37,0-24.56,0-.63.03-.66.61-.41,1.64.7,3.28,1.4,4.98,1.95,3.92,1.26,7.61.63,11.16-1.27.36-.19.73-.39,1.06-.63.33-.24.6-.23.95-.02,2.01,1.19,4.16,2.02,6.48,2.38,1.97.31,3.88,0,5.78-.53,1.68-.47,3.26-1.19,4.87-1.85.63-.26.64-.26.64.45,0,4.18,0,8.36,0,12.53ZM16.44,26.01c0,3.09.02,6.19,0,9.28-.01,1.69.5,3.17,1.55,4.48,3.51,4.38,7.75,7.86,12.8,10.36.3.15.55.15.86.01,4.94-2.27,9.1-5.51,12.44-9.82,1.25-1.6,1.81-3.36,1.8-5.38-.03-6.23-.01-12.47-.01-18.7,0-.87,0-.86-.84-.61-2.3.67-4.63,1.05-7.04.73-2.26-.29-4.39-1-6.44-1.98-.25-.12-.45-.12-.69,0-.62.34-1.26.6-1.92.86-2.12.83-4.3,1.36-6.59,1.3-1.85-.05-3.66-.43-5.42-.99-.5-.16-.5-.15-.5.38,0,3.35,0,6.71,0,10.06Z" />--> <!-- <path class="menu-icon-white" d="M41.74,26.04c-.06.17-.2.27-.32.39-2.57,2.58-5.15,5.15-7.73,7.73-1.36,1.36-2.72,2.71-4.07,4.08-.28.29-.45.28-.73,0-2.44-2.46-4.88-4.9-7.34-7.34-.31-.31-.28-.49.02-.77.6-.56,1.18-1.15,1.75-1.75.27-.29.45-.3.73,0,1.6,1.63,3.23,3.23,4.83,4.86.3.31.47.28.76,0,3.07-3.09,6.16-6.17,9.24-9.25q.45-.45.88-.01c.58.58,1.16,1.16,1.75,1.75.09.09.21.18.23.32Z" />--> <!-- </svg>--> <!-- <div class="content">--> <!-- <h3 class="title">Insurance Protection</h3>--> <!-- <p class="description">Find integrated options for renters insurance, landlord insurance, and security deposit insurance.</p>--> <!-- </div>--> <!-- </div>--> <!-- <div class="item">--> <!-- <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5">--> <!-- <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" />--> <!-- <path class="menu-icon-white" d="M54.69,41.16c-.25.21-.52.4-.86.36-.59-.06-.7.23-.7.75.01,3.83,0,7.65,0,11.48,0,.2,0,.4,0,.6-.03.47-.29.74-.76.76-.36.02-.72,0-1.08,0-5.61,0-11.22,0-16.83,0-1.3,0-1.42-.12-1.42-1.39,0-3.77,0-7.53,0-11.3,0-.53-.08-.84-.71-.82-.38.01-.7-.2-.82-.59-.11-.4.1-.7.39-.95,1.21-1.05,2.42-2.1,3.63-3.15,2.26-1.95,4.51-3.9,6.78-5.85.65-.56.89-.56,1.56.01,1.43,1.22,2.85,2.46,4.28,3.69.16.14.32.41.54.31.23-.1.11-.4.11-.6,0-4.67,0-9.34,0-14.01,0-.8-.01-.81-.8-.81-1.6,0-3.21.01-4.81,0-.5,0-.71.15-.76.67-.54,5.35-4.92,9.77-10.25,10.4-6.55.76-12.31-3.67-13.24-10.21q-.12-.84-.95-.85c-1.58,0-3.17.02-4.75,0-.53,0-.74.14-.74.71.02,4.75,0,9.5.02,14.25,0,.18-.1.45.13.53.18.06.3-.17.43-.28,1.43-1.23,2.85-2.45,4.28-3.69.76-.65,1.05-.66,1.81,0,3.41,2.95,6.82,5.89,10.23,8.83.32.28.5.58.38.99-.12.41-.45.57-.84.53-.58-.05-.7.23-.7.75.02,3.87,0,7.73,0,11.6,0,1.1-.16,1.26-1.25,1.26-5.87,0-11.74,0-17.61,0-1.07,0-1.24-.18-1.24-1.27,0-3.81,0-7.61,0-11.42,0-.52-.08-.85-.7-.83-.38.01-.71-.19-.82-.59-.12-.43.13-.73.43-.99,1.15-1,2.29-2,3.46-2.98.38-.31.5-.66.5-1.14-.01-5.51,0-11.02,0-16.53,0-1.11.1-1.21,1.19-1.21,1.98,0,3.97,0,5.95,0,.44,0,.64-.14.69-.61.63-5.4,4.84-9.69,10.24-10.46,6.49-.92,12.66,3.88,13.35,10.42.05.49.25.65.72.64,1.92-.02,3.85,0,5.77,0,1.38,0,1.44.07,1.44,1.48,0,5.39,0,10.78-.01,16.17,0,.61.17,1.03.66,1.43,1.25,1.03,2.45,2.12,3.67,3.19v.72ZM20.32,19.35c.03,1.7.63,3.7,1.88,5.5.3.43.46.41.77-.01,1.34-1.83,3.14-2.8,5.43-2.82,1.54-.01,3.09-.03,4.63,0,2.27.05,4.1,1,5.4,2.86.33.48.48.35.73-.02,1.56-2.27,2.14-4.77,1.76-7.48-.76-5.34-5.49-8.94-10.38-8.84-5.63.12-10.22,4.67-10.22,10.8ZM18.25,41.53c-2.6,0-5.21,0-7.81,0-.45,0-.7.07-.7.62.02,3.63.02,7.25,0,10.88,0,.48.19.63.64.61.94-.02,1.88-.04,2.82,0,.59.03.75-.21.74-.77-.02-2.36-.02-4.73,0-7.09,0-.89.27-1.14,1.16-1.14,2.06,0,4.13,0,6.19,0,1.11,0,1.3.19,1.3,1.29,0,2.32.02,4.65-.01,6.97,0,.59.19.77.76.75.92-.04,1.84-.03,2.76,0,.54.02.69-.19.68-.7-.02-3.57-.02-7.13,0-10.7,0-.56-.18-.72-.73-.72-2.6.02-5.21,0-7.81,0ZM43.13,41.53c-2.6,0-5.21,0-7.81,0-.45,0-.71.07-.71.62.02,3.63.01,7.25,0,10.88,0,.48.2.63.65.62.92-.02,1.84-.04,2.76,0,.59.03.81-.15.8-.77-.03-2.38-.02-4.77-.01-7.15,0-.86.22-1.08,1.06-1.08,2.12,0,4.25,0,6.37,0,.95,0,1.14.21,1.14,1.18,0,2.38.01,4.77,0,7.15,0,.49.15.68.65.67.94-.03,1.88-.03,2.82,0,.55.02.73-.16.73-.72-.02-3.55-.02-7.09,0-10.64,0-.57-.17-.77-.75-.76-2.56.03-5.13.01-7.69.01ZM30.89,23.52c-.89,0-1.59-.02-2.29,0-1.95.08-3.5.89-4.57,2.56-.24.37-.23.61.14.91,3.76,3.01,9.15,3.02,12.91.02.38-.31.42-.57.18-.96-.83-1.34-2.03-2.13-3.56-2.42-.99-.19-2-.09-2.81-.11ZM51.72,40.03c-.38-.55-.84-.84-1.25-1.19-2.27-1.99-4.56-3.97-6.84-5.96-.39-.34-.65-.36-1.06,0-2.53,2.22-5.09,4.4-7.63,6.6-.16.14-.41.25-.41.55h17.19ZM26.84,40.02c-.4-.55-.87-.86-1.29-1.23-2.23-1.95-4.46-3.89-6.7-5.83-.63-.54-.62-.52-1.27.05-1.71,1.5-3.44,2.99-5.16,4.49-.93.81-1.85,1.62-2.87,2.52h17.3ZM21.02,49.95c0-1.02-.02-2.04,0-3.07.01-.48-.14-.69-.65-.68-1.4.02-2.81.02-4.21,0-.49,0-.67.16-.66.66.02,2.04.02,4.09,0,6.13,0,.46.13.65.62.64,1.42-.02,2.85-.02,4.27,0,.46,0,.65-.15.64-.62-.02-1.02,0-2.04,0-3.07ZM40.29,49.88c0,1.06,0,2.12,0,3.18,0,.4.15.58.57.58,1.46-.01,2.92-.01,4.38,0,.42,0,.57-.17.56-.58,0-2.08,0-4.16,0-6.24,0-.43-.16-.61-.6-.61-1.44.01-2.88.01-4.32,0-.45,0-.6.17-.59.61.02,1.02,0,2.04,0,3.06Z" />--> <!-- <path class="menu-icon-white" d="M30.62,21.83c-2.96,0-5.3-2.36-5.29-5.31.01-2.91,2.4-5.21,5.4-5.2,2.94.01,5.33,2.41,5.32,5.32-.02,2.9-2.43,5.2-5.43,5.19ZM26.91,16.65c0,2.11,1.59,3.7,3.72,3.71,2.14,0,3.84-1.62,3.85-3.69,0-2.09-1.66-3.74-3.79-3.75-2.15,0-3.78,1.6-3.78,3.73Z" />--> <!-- <path class="menu-icon-white" d="M43.06,39.25c-1.44,0-2.59-1.13-2.58-2.52.01-1.39,1.13-2.5,2.54-2.51,1.44-.01,2.65,1.16,2.63,2.56-.02,1.36-1.19,2.47-2.59,2.47ZM43.04,37.68c.61,0,1.03-.36,1.04-.9,0-.51-.47-.98-1-.99-.58-.01-1.08.44-1.07.97.01.55.42.92,1.03.92Z" />--> <!-- <path class="menu-icon-white" d="M20.81,36.77c0,1.43-1.13,2.5-2.61,2.49-1.37,0-2.53-1.16-2.55-2.53-.02-1.31,1.27-2.54,2.65-2.51,1.41.03,2.52,1.16,2.51,2.54ZM18.27,37.68c.6,0,1-.4,1-.95,0-.51-.49-.95-1.03-.95-.56,0-1.05.49-1.04,1.02.02.53.46.89,1.07.88Z" />--> <!-- </svg>--> <!-- <div class="content">--> <!-- <h3 class="title">Owner Portal</h3>--> <!-- <p class="description">Give your owners access to valuable property data through your Owner Portal.</p>--> <!-- </div>--> <!-- </div>--> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/details/tenant-portal'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M31.11,14.02c5.51,0,11.03,0,16.54,0,2.23,0,2.94.69,2.94,2.88,0,7.7,0,15.41,0,23.11,0,2.04-.83,2.87-2.87,2.88-3.37.01-6.73.04-10.09-.02-1.06-.02-1.2.4-.86,1.23.67,1.66,1.6,2.94,3.62,3.12,1.6.14,2.42,1.19,2.42,2.82,0,3.57.4,3.05-2.99,3.07-6.16.02-12.32,0-18.49,0-1.36,0-2.03-.7-2.03-2.09,0-.32,0-.65,0-.97.03-1.63.82-2.69,2.41-2.83,1.97-.17,2.93-1.39,3.58-3.01.47-1.15.32-1.32-.93-1.33-3.28,0-6.57,0-9.85,0-2.21,0-3-.8-3-3,0-7.62,0-15.24,0-22.86,0-2.32.7-3.01,3.07-3.01,5.51,0,11.03,0,16.54,0ZM31.04,34.48c5.72,0,11.43-.02,17.15.02.93,0,1.28-.26,1.27-1.24-.04-5.31-.01-10.62-.02-15.94,0-1.73-.43-2.15-2.16-2.15-10.83,0-21.65,0-32.48,0-1.74,0-2.16.42-2.16,2.15,0,5.27.02,10.54-.03,15.81-.01,1.09.35,1.38,1.4,1.37,5.68-.04,11.35-.02,17.03-.02h0ZM31.15,35.82c-5.75,0-11.5.01-17.25-.01-.91,0-1.36.22-1.28,1.23.07.97.01,1.94.02,2.91.01,1.08.52,1.63,1.65,1.62,11.18-.01,22.35-.01,33.53,0,1.14,0,1.62-.57,1.63-1.64,0-.89-.06-1.79.02-2.67.1-1.11-.29-1.47-1.43-1.46-5.63.05-11.26.02-16.88.02h0ZM31.05,51.98c3.08,0,6.15,0,9.23,0,.43,0,.91.11,1.16-.43.72-1.55-.23-3.06-1.97-3.06-5.63,0-11.25,0-16.88,0-.28,0-.57-.02-.85.03-.98.18-1.3.99-1.18,2.57.07,1,.74.89,1.38.89,3.04,0,6.07,0,9.11,0h0ZM31.03,47.15c1.62,0,3.23,0,4.85,0,.3,0,.71.16.88-.19.15-.28-.18-.5-.33-.72-.51-.74-.91-1.54-1.05-2.43-.12-.71-.49-.93-1.16-.93-2.14.02-4.28.01-6.42,0-.55,0-.93.16-1.04.77-.18,1.01-.59,1.93-1.22,2.74-.44.57-.24.76.41.75,1.7-.01,3.39,0,5.09,0h0Z" /> <path class="menu-icon-white" d="M30.98,32.92c-4.45-.01-8.03-3.6-8.03-8.05,0-4.44,3.75-8.18,8.15-8.12,4.39.06,8.04,3.76,8.04,8.12,0,4.5-3.61,8.06-8.16,8.05ZM37.8,25.02c0-4.7-4.3-7.96-8.67-6.67-4.16,1.22-6.15,6.03-4.06,9.79.17.31.28.77.7.76.39,0,.37-.48.52-.74.38-.68.79-1.35,1.46-1.76.76-.46.94-.82.36-1.67-.9-1.32-.68-2.88.33-4.05.95-1.1,2.5-1.49,3.87-.97,1.38.53,2.12,1.81,2.25,3.31.1,1.12-1.33,1.95-.77,2.8.54.82,1.58,1.34,2.04,2.34.03.07.08.14.11.22.32.83.63.52.94,0,.62-1.07.99-2.22.92-3.35h0ZM30.88,31.62c1.24.05,2.4-.2,3.49-.81.62-.35.83-.78.57-1.49-.57-1.6-1.86-2.67-3.47-2.77-1.91-.11-3.29.65-4.06,2.24-.65,1.33-.5,1.69.87,2.31.83.37,1.69.53,2.59.52h0ZM33.21,22.94c0-1.21-.92-2.16-2.1-2.18-1.22-.02-2.2.97-2.19,2.23,0,1.19.95,2.18,2.11,2.21,1.19.03,2.18-.99,2.19-2.25h0Z" /> </svg> <div class="content"> <h3 class="title">Tenant Portal</h3> <p class="description">Receive rent payments and take maintenance requests via the Tenant Portal</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/integration-partners'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M12.05,31.33s.06,0,.08,0l1.85,8.31c-2.48,1.1-3.6,4-2.5,6.48s4,3.6,6.48,2.5c1.2-.53,2.13-1.52,2.6-2.74l14.12,2.35c.1,2.7,2.38,4.81,5.08,4.7,2.7-.1,4.81-2.38,4.7-5.08-.07-1.85-1.17-3.49-2.85-4.26l3.74-16.19s.08.01.12.01c2.71,0,4.92-2.19,4.93-4.9,0-2.71-2.19-4.92-4.9-4.93-1.59,0-3.09.77-4.02,2.06l-8.9-3.95c.6-2.65-1.06-5.28-3.7-5.88-2.65-.6-5.28,1.06-5.88,3.7-.25,1.08-.12,2.21.36,3.21l-8.05,6.04c-2.03-1.8-5.13-1.61-6.92.42-1.8,2.03-1.61,5.13.42,6.92.9.8,2.06,1.23,3.26,1.23ZM14.05,30.9c1.1-.49,1.98-1.38,2.48-2.48l8.31,1.85s0,.05,0,.08c0,.96.28,1.9.82,2.71l-6.96,6.96c-.8-.53-1.74-.82-2.7-.82-.03,0-.06,0-.08,0l-1.85-8.31ZM28.18,25.72c-1.29.44-2.35,1.39-2.91,2.63l-8.31-1.85s0-.05,0-.08c0-.73-.17-1.44-.49-2.09l8.05-6.04c.8.71,1.8,1.13,2.86,1.21l.78,6.22ZM32.69,29.37v1.97c0,1.09-.88,1.97-1.97,1.97h-1.97c-1.09,0-1.97-.88-1.97-1.97v-1.97c0-1.09.88-1.97,1.97-1.97h1.97c1.09,0,1.97.88,1.97,1.97ZM35,46.28l-14.12-2.35c-.03-.9-.31-1.77-.8-2.53l6.96-6.96c1.22.83,2.77,1.04,4.17.57l5.17,9.32c-.62.53-1.09,1.2-1.39,1.95h0ZM16.97,47.06h-1.97c-1.09,0-1.97-.88-1.97-1.97v-1.97c0-1.09.88-1.97,1.97-1.97h1.97c1.09,0,1.97.88,1.97,1.97v1.97c0,1.09-.88,1.97-1.97,1.97ZM42.52,47.06v1.97c0,1.09-.88,1.97-1.97,1.97h-1.97c-1.09,0-1.97-.88-1.97-1.97v-1.97c0-1.09.88-1.97,1.97-1.97h1.97c1.09,0,1.97.88,1.97,1.97ZM39.69,43.14s-.08-.01-.12-.01c-.5,0-.99.09-1.47.25l-5.17-9.32c1.46-1.2,2.07-3.16,1.54-4.97l7.15-3.58c.48.62,1.1,1.11,1.81,1.44l-3.74,16.19ZM44.49,19.54h1.97c1.09,0,1.97.88,1.97,1.97v1.97c0,1.09-.88,1.97-1.97,1.97h-1.97c-1.09,0-1.97-.88-1.97-1.97v-1.97c0-1.09.88-1.97,1.97-1.97ZM40.67,21.43c-.18.77-.16,1.57.07,2.32l-7.15,3.58c-.84-1.08-2.1-1.75-3.47-1.85l-.78-6.22c.97-.33,1.82-.95,2.42-1.78l8.91,3.96ZM24.83,15.61v-1.97c0-1.09.88-1.97,1.97-1.97h1.97c1.09,0,1.97.88,1.97,1.97v1.97c0,1.09-.88,1.97-1.97,1.97h-1.97c-1.09,0-1.97-.88-1.97-1.97ZM9.11,25.44c0-1.09.88-1.97,1.97-1.97h1.97c1.09,0,1.97.88,1.97,1.97v1.97c0,1.09-.88,1.97-1.97,1.97h-1.97c-1.09,0-1.97-.88-1.97-1.97v-1.97Z" /> </svg> <div class="content"> <h3 class="title">Integration Partners</h3> <p class="description">Rentec Direct partners and integrates with leading service providers to make your time using our software as efficient as possible</p> </div> </div> <!-- <div class="item">--> <!-- <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5">--> <!-- <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" />--> <!-- <path class="menu-icon-white" d="M32.58,7.13c.99.52,1.92,1.11,2.47,2.14.19.35.53.33.86.34.93,0,1.85,0,2.78,0,.48,0,.95.12,1.06.64.12.57.46.6.91.59,1.94,0,3.89-.01,5.83,0,1.93.02,3,1.09,3,3.02,0,12.08,0,24.16,0,36.24,0,1.92-1.1,3.01-3.01,3.01-10.11,0-20.21,0-30.32,0-1.9,0-3.01-1.1-3.01-3.01,0-12.11,0-24.22,0-36.33,0-1.79,1.13-2.92,2.9-2.94,1.91-.02,3.83,0,5.74,0,.52,0,1.01.05,1.13-.68.06-.38.46-.53.85-.54.45-.02.9-.04,1.34,0,1.31.1,2.52.08,3.26-1.34.32-.61,1.12-.77,1.69-1.14h2.51ZM17.56,31.99h0c0,5.2.02,10.4-.02,15.6,0,.93.29,1.16,1.18,1.15,8.43-.03,16.86-.03,25.29,0,.88,0,1.11-.3,1.1-1.14-.04-3.17-.02-6.34-.02-9.51,0-7.29,0-14.59.01-21.88,0-.74-.22-1.01-.97-.98-1.16.05-2.33,0-3.5.02-.35,0-.73-.06-.84.45-.14.67-.68.77-1.24.78-1.05,0-2.09,0-3.14,0-3.71,0-7.41,0-11.12,0-.57,0-1.22.02-1.4-.68-.14-.52-.44-.55-.86-.55-1.14,0-2.27.04-3.41-.02-.81-.04-1.08.22-1.08,1.06.03,5.23.02,10.46.02,15.69ZM47.82,32.07c0-5.98,0-11.96,0-17.94,0-1.36-.26-1.61-1.64-1.62-1.82,0-3.65,0-5.47,0-.37,0-.84-.08-.86.51-.01.61.46.52.83.52,1.52.01,3.05,0,4.57,0,1.19,0,1.52.31,1.52,1.47,0,11.3,0,22.6,0,33.9,0,1.21-.28,1.47-1.49,1.47-9.3,0-18.6,0-27.9,0-1.25,0-1.49-.25-1.5-1.55,0-2.63,0-5.26,0-7.89,0-8.58,0-17.16,0-25.74,0-1.41.25-1.65,1.69-1.66,1.47,0,2.93,0,4.4,0,.37,0,.85.08.85-.52,0-.6-.47-.52-.84-.52-1.82-.01-3.65-.01-5.47,0-1.42,0-1.66.25-1.66,1.69,0,11.87,0,23.74,0,35.61,0,1.33.37,1.74,1.69,1.74,9.87,0,19.73,0,29.6,0,1.31,0,1.7-.41,1.7-1.72,0-5.92,0-11.84,0-17.76ZM31.39,14.8c1.53,0,3.05,0,4.58,0q2.17,0,2.17-2.2,0-1.31-1.27-1.32c-.45,0-.9-.03-1.35,0-.93.07-1.59-.16-1.93-1.16-.34-.97-1.22-1.41-2.2-1.44-.94-.03-1.89.33-2.22,1.24-.46,1.27-1.31,1.47-2.45,1.36-.39-.04-.78.03-1.16-.01-.86-.1-1.12.31-1.06,1.1.04.45.04.9,0,1.34-.07.8.2,1.12,1.06,1.1,1.94-.06,3.89-.02,5.83-.02Z" />--> <!-- <path class="menu-icon-white" d="M35.72,43.52c1.7,0,3.4,0,5.1,0,.29,0,.6.02.88.11.37.12.58.42.55.83-.03.37-.27.6-.62.68-.23.06-.47.06-.71.06-3.4,0-6.8,0-10.21,0-.09,0-.18,0-.27,0-.59-.01-1.13-.17-1.1-.88.02-.64.53-.8,1.09-.8,1.76,0,3.52,0,5.28,0Z" />--> <!-- <path class="menu-icon-white" d="M35.72,21.16c-1.73,0-3.46,0-5.19,0-.58,0-1.15-.11-1.17-.81-.02-.76.58-.88,1.19-.88,3.01,0,6.02,0,9.04,0,.54,0,1.07,0,1.61,0,.58,0,1.05.21,1.05.84,0,.63-.51.83-1.06.83-1.82.01-3.64,0-5.46,0h0Z" />--> <!-- <path class="menu-icon-white" d="M35.78,25.13c-1.73,0-3.47,0-5.2,0-.6,0-1.24-.06-1.23-.83.01-.75.65-.84,1.25-.84,3.44,0,6.88,0,10.32,0,.15,0,.3,0,.45.03.49.08.89.32.88.85,0,.6-.45.79-.99.79-1.82,0-3.65,0-5.47,0,0,0,0,0,0,0Z" />--> <!-- <path class="menu-icon-white" d="M35.72,31.5c1.76,0,3.52,0,5.28,0,.61,0,1.24.1,1.23.84,0,.74-.63.84-1.24.84-3.49,0-6.98,0-10.47,0-.57,0-1.15-.1-1.18-.8-.03-.76.57-.88,1.18-.88,1.73,0,3.46,0,5.19,0Z" />--> <!-- <path class="menu-icon-white" d="M35.81,39.55c1.73,0,3.47,0,5.2,0,.6,0,1.24.06,1.23.83,0,.68-.6.84-1.17.84-3.53.01-7.05.01-10.58,0-.57,0-1.14-.17-1.13-.87,0-.72.59-.8,1.17-.8,1.76,0,3.53,0,5.29,0,0,0,0,0,0,0Z" />--> <!-- <path class="menu-icon-white" d="M35.77,27.53c1.76,0,3.52,0,5.29,0,.57,0,1.16.07,1.18.78.01.69-.58.87-1.14.87-3.55.02-7.11.02-10.66,0-.58,0-1.12-.21-1.08-.92.04-.66.59-.74,1.13-.74,1.76,0,3.52,0,5.29,0Z" />--> <!-- <path class="menu-icon-white" d="M35.77,37.15c-1.73,0-3.46,0-5.2,0-.57,0-1.17-.03-1.21-.75-.04-.76.57-.91,1.17-.91,3.49-.01,6.99-.01,10.48,0,.6,0,1.23.14,1.22.88-.02.77-.68.78-1.27.78-1.73,0-3.46,0-5.2,0Z" />--> <!-- <path class="menu-icon-white" d="M27.35,33.94c0,.36-.21.61-.46.84-1.15,1.04-2.31,2.07-3.44,3.12-.63.58-1.18.59-1.76-.06-.38-.42-.8-.8-1.19-1.21-.38-.39-.51-.83-.09-1.26.39-.4.8-.26,1.2.04,1.17.88,1.17.87,2.28-.16.68-.63,1.36-1.24,2.06-1.85.26-.23.56-.33.91-.16.29.15.44.39.49.7Z" />--> <!-- <path class="menu-icon-white" d="M22.59,31.53c-.29,0-.51-.15-.7-.35-.47-.46-.93-.92-1.39-1.39-.37-.39-.51-.83-.08-1.26.41-.4.8-.22,1.18.09,1.11.91,1.11.9,2.16-.07.68-.63,1.37-1.24,2.05-1.86.43-.39.88-.56,1.32-.06.41.46.19.88-.21,1.24-1.19,1.09-2.37,2.18-3.56,3.26-.22.2-.46.38-.78.4Z" />--> <!-- <path class="menu-icon-white" d="M27.35,20.34c-.03.35-.24.55-.47.76-1.14,1.05-2.3,2.09-3.43,3.15-.62.58-1.18.61-1.76-.05-.35-.4-.76-.76-1.13-1.15-.4-.4-.61-.86-.14-1.33.45-.45.87-.2,1.24.16.09.08.18.16.25.25.49.67.93.51,1.45,0,.83-.82,1.71-1.58,2.57-2.36.29-.26.62-.37.98-.15.28.17.4.43.42.72Z" />--> <!-- <path class="menu-icon-white" d="M20.94,41.94c.4.02.67.27.88.56.57.77,1.05.61,1.65-.01.72-.75,1.53-1.41,2.3-2.12.41-.38.86-.62,1.32-.14.51.54.19.96-.25,1.36-1.13,1.02-2.23,2.06-3.37,3.08-.77.69-1.07.67-1.81-.06-.44-.44-.89-.88-1.3-1.35-.24-.27-.27-.6-.08-.92.15-.25.37-.38.66-.4Z" />--> <!-- <path class="menu-icon-white" d="M30.38,10.56c.09-.57.42-.94,1.01-.91.57.04.94.4.9,1.01-.04.59-.42.95-1,.92-.58-.03-.91-.4-.9-1.03Z" />--> <!-- </svg>--> <!-- <div class="content">--> <!-- <h3 class="title">Work Order Management System</h3>--> <!-- <p class="description">Keep track of maintenance and repairs with the work order management system</p>--> <!-- </div>--> <!-- </div>--> <!-- <div class="item">--> <!-- <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5">--> <!-- <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" />--> <!-- <path class="menu-icon-white" d="M31.83,8.32c4.87,0,9.73,0,14.6,0,1.33,0,1.92.43,2.26,1.7.86,3.18,1.72,6.35,2.56,9.53.46,1.73-.21,3.17-1.83,3.94-.28.13-.41.3-.4.61,0,.19,0,.39,0,.58,0,9.15,0,18.3,0,27.45,0,.3,0,.6-.04.9-.17,1.33-1.02,2.08-2.36,2.08-5.93,0-11.86,0-17.78,0-3.77,0-7.54-.05-11.31.02-1.68.03-2.63-1.1-2.62-2.6.04-9.36.02-18.72.03-28.08,0-.52-.13-.76-.65-.95-1.59-.57-2.34-2.24-1.86-4.01.75-2.78,1.5-5.57,2.25-8.35.11-.43.22-.86.35-1.28.33-1.08.93-1.53,2.06-1.54,4.92,0,9.84,0,14.76,0ZM16.1,31.93h0c0,2.62.01,5.24-.01,7.85,0,.44.14.54.54.54,1.33-.02,2.65-.02,3.98,0,.43,0,.6-.15.59-.59-.02-.94,0-1.87,0-2.81,0-1.17.44-1.6,1.61-1.6,1.8,0,3.61,0,5.41,0,.67,0,.97-.35.87-1.03-.03-.17-.12-.33-.16-.5-.16-.83-.7-1.52-.9-2.35-.2-.82-.02-1.6.04-2.4.06-.78.25-1.53.34-2.3.04-.31.24-.54.46-.76,1.08-1.11,2.44-1.16,3.85-1.02,1.98.2,3.31,1.91,3.18,3.77-.02.26-.06.56.03.79.26.63.15,1.25.02,1.88-.17.89-.67,1.65-.97,2.49-.26.71-.16,1.24.49,1.62.86.5,1.79.86,2.76,1.08.79.18,1.31.64,1.63,1.38.26.6.32,1.23.35,1.87.02.35.15.51.51.51,2.21,0,4.42,0,6.63,0,.37,0,.49-.15.49-.51,0-5.22,0-10.44,0-15.66,0-.28-.07-.46-.38-.53-.62-.14-1.15-.46-1.57-.94-.22-.26-.35-.22-.58.02-1.31,1.37-3.49,1.4-4.86.05-.26-.25-.38-.29-.65-.02-1.37,1.36-3.46,1.35-4.85-.02-.21-.21-.32-.28-.57-.02-1.16,1.22-3.19,1.42-4.57.46-.29-.2-.55-.65-.8-.63-.3.02-.56.43-.85.65-.12.1-.27.17-.41.23-1.31.61-2.85.36-3.88-.65-.19-.19-.3-.39-.61-.07-1.42,1.43-3.46,1.41-4.92-.02-.22-.21-.34-.25-.55,0-.35.41-.8.71-1.31.87-.31.1-.38.28-.38.59.01,2.6,0,5.2,0,7.8ZM31.91,53.98c3.61,0,7.21,0,10.82.01.51,0,.67-.15.66-.66-.02-2.07,0-4.14-.01-6.21,0-.78-.07-.84-.85-.84-7.06,0-14.11,0-21.17,0-.79,0-.87.08-.87.9,0,2.03,0,4.07,0,6.1,0,.7,0,.71.7.71,3.57,0,7.14,0,10.72,0ZM31.93,41.51c-4.32,0-8.63,0-12.95,0-.81,0-1.63,0-2.44,0-.29,0-.45.06-.45.41.01,3.63,0,7.25.02,10.88,0,.78.39,1.15,1.18,1.18.49.02.99-.02,1.49.01.47.03.6-.15.6-.61-.02-2.14-.01-4.28,0-6.42,0-1.24.61-1.87,1.85-1.87,7.17,0,14.33,0,21.5,0,.4,0,.77.08,1.11.3.62.41.74,1.04.74,1.72,0,2.11,0,4.21,0,6.32,0,.4.12.59.55.56.41-.03.81,0,1.22,0,1.12,0,1.5-.38,1.5-1.49,0-3.41,0-6.83,0-10.24,0-.74,0-.74-.72-.74-5.06,0-10.12,0-15.18,0ZM35.7,40.32c.94,0,1.87,0,2.81,0,.19,0,.4.02.49-.21.34-.84-.34-2.19-1.21-2.43-1.24-.34-2.42-.8-3.47-1.55-.66-.48-.95-1.94-.49-2.61.22-.32.33-.66.41-1.03.08-.38.16-.73.44-1.05.25-.29.31-.73.14-1.11-.14-.33-.14-.65-.13-.98,0-.42.07-.86-.01-1.27-.15-.72-.46-1.39-1.19-1.7-1-.42-2.03-.43-3.06-.08-.39.14-.81.37-.86.79-.09.75-.37,1.48-.28,2.25.04.35.02.69-.13,1.04-.15.34-.09.76.15,1,.3.31.34.68.43,1.05.08.31.13.64.29.9.26.43.32.89.22,1.33-.13.58.08.69.61.68,1.06-.02,1.51.46,1.52,1.53,0,.96.02,1.91,0,2.87,0,.43.14.61.58.59.92-.02,1.84,0,2.76,0ZM34.05,15.36c0-1.77-.01-3.54,0-5.3,0-.49-.17-.64-.65-.63-1.08.03-2.16.03-3.23,0-.44-.01-.58.15-.58.59.01,3.52,0,7.04,0,10.55,0,.36.08.7.27,1.01.49.83,1.59,1.2,2.67.91.95-.26,1.5-.96,1.5-1.98,0-1.71,0-3.43,0-5.14ZM28.41,15.36c0-1.79,0-3.57,0-5.36,0-.3,0-.57-.42-.57-.92.01-1.84,0-2.76,0-.27,0-.38.12-.39.38-.1,1.57-.21,3.14-.32,4.71-.13,1.89-.24,3.77-.4,5.66-.11,1.26.68,2.29,1.87,2.37,1.45.09,2.41-.74,2.41-2.1,0-1.7,0-3.39,0-5.09ZM35.25,15.32c0,1.73,0,3.47,0,5.2,0,1.06.77,1.93,1.79,2.03,1.27.13,2.19-.47,2.47-1.58.1-.43,0-.84-.03-1.26-.22-3.26-.44-6.52-.64-9.78-.02-.37-.16-.49-.51-.49-.81.02-1.63.03-2.44,0-.49-.02-.64.15-.64.63.02,1.75,0,3.5,0,5.25ZM41.79,9.44c-.39,0-.78.03-1.17,0-.51-.05-.65.17-.61.65.12,1.6.22,3.21.33,4.81.13,1.96.27,3.91.41,5.86.02.29.1.55.25.8.52.87,1.64,1.25,2.64.88,1.01-.36,1.47-1.22,1.31-2.42-.45-3.36-.91-6.72-1.35-10.08-.05-.34-.17-.51-.53-.5-.42.01-.85,0-1.27,0ZM23.63,10.31q.02-.87-.8-.87c-.72,0-1.45.01-2.17,0-.4-.01-.55.15-.6.55-.25,2.01-.54,4.02-.81,6.04-.2,1.49-.43,2.97-.56,4.47-.1,1.1.76,1.99,1.84,2.06,1.32.1,2.25-.6,2.38-1.79.06-.6.08-1.2.13-1.8.2-2.91.4-5.81.6-8.66ZM13.46,20.31c-.03.9.23,1.47.81,1.88,1.32.92,2.97.09,3.19-1.59.2-1.52.4-3.05.6-4.57.27-2.05.53-4.1.82-6.15.05-.33-.05-.45-.38-.44-.41.02-.81,0-1.22,0-.83,0-1,.14-1.22.95-.64,2.39-1.29,4.78-1.92,7.17-.25.97-.59,1.93-.69,2.74ZM45.91,9.44c-.16,0-.32,0-.48,0-.69,0-.71,0-.63.69.29,2.26.6,4.52.9,6.78.19,1.38.34,2.77.59,4.15.17.97,1.15,1.6,2.14,1.49,1.02-.11,1.74-.9,1.77-1.92,0-.38-.07-.74-.17-1.1-.82-3.07-1.65-6.15-2.47-9.22-.19-.7-.38-.85-1.12-.86-.18,0-.35,0-.53,0ZM26.8,36.51c-1.27,0-2.54.02-3.81,0-.47,0-.62.16-.6.62.03.88.02,1.77,0,2.65,0,.42.16.56.56.55,2.56-.01,5.12-.01,7.68,0,.42,0,.55-.17.55-.57-.02-.9-.02-1.8,0-2.7.01-.42-.16-.55-.56-.55-1.27.02-2.54,0-3.81,0Z" />--> <!-- </svg>--> <!-- <div class="content">--> <!-- <h3 class="title">Electronic Vendor Payments</h3>--> <!-- <p class="description">Use the vendor ACH payments tool to eliminate the need to print or fill out a check to send the payment</p>--> <!-- </div>--> <!-- </div>--> <!-- <div class="item">--> <!-- <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5">--> <!-- <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" />--> <!-- <path class="menu-icon-white" d="M29.87,53.13c-2.08-.58-3.92-1.52-5.25-3.3-1.05-1.4-1.69-2.95-1.74-4.68-.06-2.23,0-4.46-.03-6.69,0-.79.36-1.16,1.11-1.19.92-.03,1.84-.02,2.76-.04.25,0,.57.08.6-.34.11-1.33,1.32-1.82,2.08-2.63.29-.31.73-.24,1.03.1.3.34.28.74,0,1.06-.51.58-1.06,1.12-1.6,1.67-.18.19-.41.3-.41.64.04,2.29.03,4.57.08,6.86.03,1.37.93,2.49,2.18,2.85,1.19.34,2.45-.11,3.22-1.17.42-.58.55-1.24.55-1.94,0-1.9,0-3.8,0-5.71,0-1.04.28-1.34,1.31-1.37,1.07-.03,2.14-.01,3.21,0,.62,0,1.18.24,1.19.94.01,2.9.39,5.84-.39,8.69-.84,3.06-2.89,5.04-5.94,5.98-.25.08-.5.18-.75.27h-3.21ZM26.82,43.44c0-.24-.02-.48,0-.71.1-.81-.29-1.05-1.04-1-.66.04-1.37-.11-1.28.95.06.77,0,1.55.04,2.32.16,2.87,1.63,4.92,4.22,5.99,2.54,1.05,5.02.71,7.2-1.08,2.38-1.95,2.68-4.63,2.58-7.44-.01-.38-.22-.52-.57-.52-.24,0-.48.02-.71,0-.83-.11-1.21.19-1.13,1.08.07.83.02,1.66-.14,2.49-.36,1.88-1.8,3.26-3.82,3.64-1.72.33-3.62-.55-4.59-2.09-.7-1.12-.75-2.36-.76-3.61ZM37.37,38.91s0,0,0,0c-.12,0-.24,0-.35,0-.48-.02-.88.02-.87.68,0,.66.42.68.89.67.35,0,.71,0,1.06-.02.46-.03.45-.37.46-.71,0-.33-.08-.59-.47-.6-.24,0-.47,0-.71,0ZM25.69,40.03s0,0,0,0c.24,0,.48.02.71,0,.4-.05.48-.37.39-.67-.22-.77-.89-.36-1.36-.43-.35-.05-.83-.13-.89.45-.03.32.03.61.43.64.24.02.47,0,.71,0Z" />--> <!-- <path class="menu-icon-white" d="M42.61,27.96c-1.19,0-2.38.02-3.57,0-.67-.02-.95.21-.97.92-.02,1.56-.15,1.65-1.71,1.65-3.36,0-6.72,0-10.08,0-1.26,0-1.51-.19-1.45-1.44.05-.94-.33-1.16-1.19-1.14-2.26.05-4.52.02-6.78.01-1.29,0-1.51-.23-1.51-1.5,0-1.55-.02-3.09,0-4.64.05-3.26,2.47-5.65,5.72-5.71,1.92-.04,3.83-.09,5.39,1.31.15.14.38.24.46.42.63,1.36,1.6,1.26,2.87.94,1.49-.38,3.08-.3,4.56.29.45.18.67.07.94-.32,1.22-1.82,2.94-2.71,5.14-2.63,1.01.03,2.02-.1,3.01.19,2.39.71,4.08,2.84,4.13,5.34.04,1.69-.01,3.39.02,5.08.02.9-.43,1.23-1.25,1.23-1.25,0-2.5,0-3.75,0h0ZM31.39,28.86c1.4,0,2.79-.01,4.19,0,.6,0,.86-.21.84-.84-.03-1.16.02-2.32-.02-3.48-.1-2.63-1.76-4.22-4.39-4.24-.53,0-1.07,0-1.6.01-2.13.09-3.82,1.76-3.89,3.89-.04,1.25.01,2.5-.03,3.74-.02.72.3.93.96.91,1.31-.03,2.62,0,3.92,0ZM42.01,26.29c1.04,0,2.08-.02,3.12,0,.58.02.8-.22.79-.79-.02-1.34-.01-2.67-.02-4.01,0-.67-.29-1.25-.57-1.85-1.18-2.6-7.45-2.6-8.66.01-.05.11-.12.21-.17.31-.12.21-.1.41.06.58,1.31,1.41,1.53,3.17,1.52,4.98,0,.58.25.78.81.77,1.04-.03,2.08,0,3.12,0ZM20.95,26.29c.95,0,1.9-.05,2.85.02.85.06,1.1-.28,1.04-1.07-.11-1.49.2-2.9,1.08-4.13.71-1,.71-1.19-.14-2.07-.7-.73-1.55-1.2-2.58-1.22-.86-.01-1.72-.04-2.58.01-1.88.12-3.45,1.72-3.53,3.61-.06,1.36,0,2.73-.03,4.09-.01.57.22.79.79.78,1.04-.03,2.08,0,3.12,0Z" />--> <!-- <path class="menu-icon-white" d="M31.46,18.24c-2.35,0-4.16-1.82-4.15-4.18,0-2.32,1.89-4.19,4.19-4.17,2.3.02,4.15,1.92,4.13,4.25-.02,2.26-1.89,4.1-4.17,4.1ZM33.95,14.04c-.02-1.42-1.07-2.47-2.49-2.47-1.46,0-2.49,1.08-2.46,2.57.03,1.4,1.1,2.44,2.53,2.44,1.37,0,2.44-1.12,2.42-2.54Z" />--> <!-- <path class="menu-icon-white" d="M45.11,11.48c0,2.31-1.82,4.14-4.12,4.16-2.21.02-4.16-1.92-4.17-4.16-.02-2.25,1.88-4.11,4.17-4.11,2.34,0,4.12,1.78,4.12,4.11ZM40.99,9.05c-1.39,0-2.46,1.02-2.49,2.38-.03,1.41,1.11,2.56,2.53,2.55,1.38,0,2.4-1.05,2.41-2.45,0-1.46-1-2.48-2.45-2.48Z" />--> <!-- <path class="menu-icon-white" d="M21.94,7.37c2.3,0,4.2,1.87,4.17,4.11-.03,2.28-2,4.19-4.28,4.16-2.19-.04-4.1-1.98-4.07-4.16.03-2.31,1.86-4.1,4.18-4.11ZM21.91,9.05c-1.39,0-2.54,1.14-2.5,2.47.04,1.35,1.21,2.48,2.55,2.46,1.36-.02,2.51-1.18,2.49-2.51-.02-1.36-1.14-2.42-2.55-2.41Z" />--> <!-- <path class="menu-icon-white" d="M42.57,34.67c-.02.25-.13.46-.3.63-.54.55-1.08,1.1-1.64,1.62-.36.34-.79.45-1.19.06-.4-.38-.32-.82.02-1.18.57-.6,1.16-1.18,1.77-1.74.25-.23.57-.31.9-.12.28.16.42.4.43.72Z" />--> <!-- <path class="menu-icon-white" d="M21.39,33.64c.25,0,.47.11.64.28.55.54,1.1,1.08,1.64,1.64.35.37.44.79.04,1.18-.35.34-.79.33-1.13.02-.63-.58-1.23-1.21-1.81-1.84-.21-.23-.26-.53-.1-.83.15-.29.39-.43.72-.45Z" />--> <!-- <path class="menu-icon-white" d="M36.07,36.14c0,.29-.11.52-.35.68-.3.2-.64.2-.92-.02-.72-.57-1.38-1.21-1.94-1.94-.2-.25-.21-.55-.04-.83.17-.28.42-.41.74-.39.53.03,2.47,1.98,2.5,2.51Z" />--> <!-- <path class="menu-icon-white" d="M38.27,33.77c0,.44.04.89-.01,1.33-.04.39-.3.66-.71.69-.45.04-.77-.21-.85-.63-.16-.91-.15-1.83,0-2.74.07-.42.38-.68.83-.65.44.03.71.32.74.75.03.41,0,.83,0,1.25,0,0-.01,0-.02,0Z" />--> <!-- <path class="menu-icon-white" d="M26.17,33.87c0,.41.02.83,0,1.24-.03.43-.27.72-.73.74-.41.02-.7-.18-.79-.57-.21-1-.05-2,.06-2.99.03-.34.38-.52.74-.5.41.03.67.27.71.67.04.47,0,.94,0,1.42,0,0,0,0,0,0Z" />--> <!-- </svg>--> <!-- <div class="content">--> <!-- <h3 class="title">Lead Tracking</h3>--> <!-- <p class="description">Your own website with an advanced lead tracking tool for prospective tenants</p>--> <!-- </div>--> <!-- </div>--> <!-- <div class="item">--> <!-- <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5">--> <!-- <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" />--> <!-- <path class="menu-icon-white" d="M41.05,26.48c0,4.49,0,8.98,0,13.46,0,2.5-1.11,3.16-3.3,1.94-4.23-2.36-8.59-4.44-13.18-6-1.71-.58-1.82-.47-1.65,1.26.18,1.88.38,3.76.71,5.63.56,3.13-1.49,5.53-4.72,5.76-3.04.22-5.34-2-5.26-5.14.08-3,0-5.97-.54-8.93-.2-1.12-.77-1.53-1.77-1.64-.94-.1-1.88-.19-2.82-.29-1.13-.11-1.73-.77-1.74-1.87-.03-2.84-.03-5.68,0-8.53.01-1.19.69-1.78,1.88-1.88,5.74-.46,11.32-1.68,16.75-3.62,4.29-1.53,8.38-3.46,12.34-5.7,2.17-1.23,3.29-.59,3.3,1.91.01,4.54,0,9.08,0,13.61ZM37.64,26.45c0-3.44,0-6.88,0-10.32,0-.83-.11-1.27-1.09-.75-6.29,3.34-12.93,5.71-19.9,7.17-.8.17-1.08.56-1.07,1.33.02,1.64.05,3.29-.02,4.93-.04,1.01.37,1.4,1.32,1.58,6.86,1.31,13.31,3.76,19.48,7.01.97.51,1.3.36,1.29-.77-.04-3.39-.01-6.78-.02-10.17ZM17.05,41.18c0,.9-.05,1.8.01,2.69.08,1.11.89,1.37,1.82,1.28.86-.09,1.7-.54,1.5-1.5-.58-2.85-.83-5.71-.82-8.61,0-.63-1.83-1.47-2.6-1.19-.82.29-.41,1-.34,1.53.25,1.93.54,3.85.43,5.8ZM12.18,26.31c0-.64.01-1.29,0-1.93-.02-.48.05-1.08-.73-1-.59.06-1.26.11-1.27.94-.02,1.43-.04,2.87.02,4.3.03.8.75.86,1.33.88.63.03.63-.52.64-.96.02-.74,0-1.49,0-2.23Z" />--> <!-- <path class="menu-icon-white" d="M53.4,24.25c1.24,0,2.48-.03,3.72,0,1.02.03,1.76.54,1.82,1.59.06,1.09-.7,1.68-1.68,1.71-2.63.07-5.26.08-7.89,0-.99-.03-1.65-.71-1.57-1.8.08-1.03.8-1.46,1.73-1.49,1.29-.05,2.58-.01,3.87-.01,0,0,0,0,0,0Z" />--> <!-- <path class="menu-icon-white" d="M44.78,17.61c-.03-.51.3-.94.68-1.35,1.61-1.69,3.22-3.38,4.84-5.07.8-.84,1.72-1.35,2.7-.38.99.97.47,1.87-.34,2.7-1.66,1.71-3.3,3.45-4.96,5.16-.56.58-1.25.82-2.03.46-.59-.28-.89-.77-.89-1.52Z" />--> <!-- <path class="menu-icon-white" d="M44.78,35.08c0-.86.31-1.33.89-1.63.6-.31,1.23-.26,1.67.18,1.99,2.01,3.96,4.05,5.87,6.14.57.63.39,1.42-.21,2.02-.61.61-1.39.75-2.01.17-2.08-1.92-4.07-3.94-5.91-6.1-.21-.24-.25-.63-.3-.78Z" />--> <!-- </svg>--> <!-- <div class="content">--> <!-- <h3 class="title">Rental Property Marketing</h3>--> <!-- <p class="description">Easy-to-use tools to professionally market your vacant rental properties to find qualified renters quickly</p>--> <!-- </div>--> <!-- </div>--> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/details/publish-vacancies'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M29.99,47.84c-6.8,0-13.6,0-20.39,0-.57,0-1.07-.16-1.47-.58-.35-.36-.52-.8-.52-1.3,0-.89,0-1.78,0-2.66,0-7.16,0-14.32,0-21.48,0-.97.59-1.71,1.49-1.9.17-.04.35-.05.52-.05,2.97,0,5.93,0,8.9,0,.16,0,.29-.04.43-.12,2.04-1.32,4.09-2.64,6.13-3.97.84-.54,1.69-1.09,2.53-1.63.14-.09.18-.17.13-.34-.36-1.45.68-2.84,2.18-2.91,1.21-.06,2.31.92,2.4,2.13.02.27,0,.54-.07.8-.04.15,0,.23.12.31,1.45.93,2.91,1.87,4.36,2.81,1.46.94,2.91,1.88,4.37,2.83.11.07.22.09.35.09,3,0,5.99,0,8.99,0,.9,0,1.61.5,1.87,1.31.06.18.09.36.09.55,0,8.08,0,16.17,0,24.25,0,1.03-.83,1.84-1.89,1.86-.07,0-.14,0-.21,0-6.77,0-13.54,0-20.31,0ZM29.99,20.97c-6.76,0-13.53,0-20.29,0-.1,0-.2,0-.3,0-.29.01-.49.16-.64.4-.1.17-.11.35-.11.54,0,7.96,0,15.92,0,23.88,0,.06,0,.13,0,.19.03.46.35.76.81.77.08,0,.16,0,.25,0,13.53,0,27.06,0,40.59,0,.09,0,.18,0,.26,0,.13,0,.25-.04.36-.11.29-.19.38-.47.38-.8,0-7.98,0-15.97,0-23.95,0-.53-.31-.93-.92-.93-6.8.01-13.61,0-20.41,0ZM20.75,19.87h18.48c-.1-.07-.16-.11-.22-.15-2.42-1.56-4.84-3.12-7.25-4.69-.12-.08-.19-.06-.29.02-.89.71-2.07.71-2.95,0-.11-.09-.19-.09-.3-.02-2.31,1.5-4.63,2.99-6.94,4.49-.16.1-.32.21-.52.34ZM29.98,12c-.69,0-1.24.56-1.24,1.25,0,.69.57,1.26,1.26,1.26.69,0,1.25-.57,1.25-1.27,0-.69-.57-1.25-1.27-1.24Z" /> <path class="menu-icon-white" d="M29.99,45.43c-6.43,0-12.86,0-19.29,0-.06,0-.12,0-.18,0-.29-.02-.5-.23-.51-.52,0-.04,0-.08,0-.12,0-7.27,0-14.54,0-21.81,0-.05,0-.11,0-.16.01-.27.21-.48.48-.51.08,0,.15,0,.23,0,12.85,0,25.71,0,38.56,0,.06,0,.12,0,.18,0,.3.02.51.23.52.53,0,.09,0,.18,0,.26,0,7.22,0,14.45,0,21.67,0,.48-.19.67-.67.67-6.44,0-12.88,0-19.33,0ZM29.99,44.36c6.21,0,12.41,0,18.62,0q.3,0,.3-.29c0-6.81,0-13.62,0-20.43q0-.28-.29-.28c-12.41,0-24.83,0-37.24,0-.05,0-.11,0-.16,0-.1,0-.14.05-.13.14,0,.05,0,.11,0,.16,0,6.8,0,13.61,0,20.41,0,.05,0,.09,0,.14,0,.12.05.16.16.15.06,0,.13,0,.19,0,6.18,0,12.37,0,18.55,0Z" /> <path class="menu-icon-white" d="M31.29,34.95c-4.29,0-8.59,0-12.88,0-.21,0-.41,0-.57-.17-.15-.15-.19-.33-.14-.53.05-.19.19-.32.39-.37.08-.02.16-.02.24-.02,8.64,0,17.29,0,25.93,0,.08,0,.15,0,.23.02.24.05.42.26.43.49.01.24-.15.47-.39.54-.11.04-.23.03-.35.03-4.3,0-8.6,0-12.9,0Z" /> <path class="menu-icon-white" d="M31.29,38.29c-4.29,0-8.58,0-12.88,0-.08,0-.16,0-.25,0-.29-.03-.49-.26-.48-.55,0-.28.21-.5.49-.52.06,0,.13,0,.19,0,8.61,0,17.22,0,25.82,0,.08,0,.15,0,.23,0,.28.02.5.26.5.54,0,.28-.22.51-.51.53-.09,0-.18,0-.26,0-4.29,0-8.57,0-12.86,0Z" /> <path class="menu-icon-white" d="M31.32,40.58c4.32,0,8.64,0,12.96,0,.24,0,.44.04.57.27.19.34-.02.76-.42.8-.07,0-.14,0-.21,0-8.61,0-17.22,0-25.82,0-.1,0-.21,0-.31-.02-.27-.07-.42-.3-.4-.58.03-.26.23-.45.51-.46.06,0,.13,0,.19,0,4.31,0,8.62,0,12.93,0Z" /> <path class="menu-icon-white" d="M34,28.26c0,.74,0,1.46,0,2.18,0,.08,0,.15,0,.23-.03.28-.27.48-.56.47-.27-.01-.5-.23-.5-.51,0-.39,0-.78,0-1.17,0-.92,0-1.83,0-2.75,0-.32.12-.51.36-.59.25-.08.47,0,.66.26.59.78,1.18,1.57,1.77,2.35.05.06.1.13.16.2.06-.06.04-.13.04-.18,0-.67,0-1.33,0-2,0-.1,0-.2.04-.29.07-.22.28-.37.51-.37.23,0,.45.15.51.38.02.08.03.16.03.24,0,1.27,0,2.55,0,3.82,0,.14-.02.27-.1.38-.22.31-.62.33-.87.03-.24-.29-.46-.59-.68-.89-.44-.58-.87-1.16-1.3-1.74,0,0-.02-.01-.05-.04Z" /> <path class="menu-icon-white" d="M18.78,29.11c.02-.4-.05-.91.03-1.41.15-1,1-1.68,2-1.62.96.06,1.75.87,1.76,1.87.01.86,0,1.73,0,2.59,0,.35-.24.6-.55.6-.3,0-.53-.25-.53-.6,0-.31,0-.62,0-.93,0-.14-.04-.2-.19-.2-.41,0-.83,0-1.24,0-.14,0-.19.05-.18.19,0,.32,0,.63,0,.95,0,.3-.17.51-.42.58-.34.09-.66-.17-.67-.55,0-.45,0-.9,0-1.46ZM20.67,28.32h0c.14,0,.28,0,.42,0,.4,0,.4.07.38-.4,0-.32-.17-.55-.46-.69-.27-.13-.55-.11-.8.06-.29.19-.45.63-.34.95.03.08.09.08.15.08.22,0,.43,0,.65,0Z" /> <path class="menu-icon-white" d="M28.38,29.2c0-.42,0-.84,0-1.26,0-.98.82-1.83,1.78-1.86,1.05-.04,1.91.71,1.98,1.74.06.9.01,1.81.02,2.71,0,.04,0,.08-.01.12-.05.31-.28.5-.57.48-.29-.02-.5-.24-.5-.55,0-.33,0-.65,0-.98,0-.15-.05-.19-.2-.19-.41,0-.83,0-1.24,0-.16,0-.2.06-.2.21,0,.32,0,.63,0,.95,0,.34-.22.57-.53.57-.31,0-.54-.23-.54-.57,0-.46,0-.91,0-1.37ZM30.26,28.32h0c.13,0,.27,0,.4,0,.45,0,.46-.01.4-.46-.05-.46-.49-.78-.94-.7-.46.08-.74.48-.68,1.05.01.1.08.1.15.1.22,0,.44,0,.66,0Z" /> <path class="menu-icon-white" d="M40.46,31.13c-1.49,0-2.6-1.04-2.68-2.39-.08-1.31.88-2.46,2.2-2.64.64-.09,1.23.06,1.76.42.31.21.39.52.21.8-.17.26-.5.3-.8.1-.74-.49-1.66-.28-2.11.47-.5.85.04,1.98,1.01,2.14.42.07.78-.03,1.13-.26.36-.24.79-.07.86.35.04.23-.07.41-.25.54-.44.31-.93.47-1.32.48Z" /> <path class="menu-icon-white" d="M26.04,31.13c-1.5,0-2.61-1.04-2.7-2.35-.09-1.32.85-2.49,2.16-2.68.67-.1,1.27.06,1.83.43.29.19.36.51.19.78-.17.25-.5.3-.79.12-.73-.47-1.56-.33-2.06.36-.6.84-.07,2.1.96,2.25.42.06.78-.04,1.13-.27.37-.24.81-.04.85.38.02.22-.08.38-.25.51-.45.32-.95.47-1.31.48Z" /> <path class="menu-icon-white" d="M15.7,29.23c.15-.32.3-.65.44-.98.27-.61.54-1.21.82-1.82.11-.25.35-.38.59-.34.22.04.41.23.45.46.02.13-.02.25-.08.37-.43.95-.85,1.91-1.28,2.86-.15.32-.29.65-.44.97-.1.23-.26.39-.53.39-.27,0-.42-.16-.53-.39-.56-1.24-1.11-2.48-1.67-3.72-.03-.06-.05-.12-.08-.18-.12-.3,0-.59.27-.72.26-.12.57,0,.7.28.19.41.37.82.55,1.23.22.5.45,1,.67,1.5.02.03.02.08.09.1Z" /> <path class="menu-icon-white" d="M44.18,29.75c0-.08,0-.16,0-.24.07-.49-.09-.9-.39-1.29-.32-.41-.6-.86-.88-1.3-.15-.22-.12-.48.04-.66.16-.18.42-.23.64-.12.1.05.17.13.24.23.26.39.52.77.78,1.16q.11.16.22,0c.27-.4.53-.8.8-1.19.24-.33.65-.34.89-.03.15.2.14.43-.03.68-.38.56-.75,1.11-1.13,1.67-.07.11-.1.22-.1.34,0,.49,0,.98,0,1.47,0,.16-.02.32-.12.45-.14.18-.36.26-.58.2-.23-.06-.39-.26-.39-.5,0-.29,0-.57,0-.86h0Z" /> <path class="menu-icon-white" d="M15.61,40.58c.3,0,.53.23.54.53,0,.29-.25.53-.54.54-.28,0-.54-.26-.54-.54,0-.3.24-.53.54-.53Z" /> <path class="menu-icon-white" d="M15.6,38.29c-.29,0-.53-.24-.54-.53,0-.28.25-.53.54-.53.29,0,.54.25.53.54,0,.29-.24.53-.54.53Z" /> <path class="menu-icon-white" d="M16.14,34.41c0,.29-.25.53-.54.53-.29,0-.54-.26-.53-.54,0-.29.26-.54.54-.53.29,0,.53.26.53.54Z" /> </svg> <div class="content"> <h3 class="title">Publish Vacancies Online</h3> <p class="description">Easily publish your vacancies to the most popular rental listing platforms and accept rental applications</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/features'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-med-blue" width="62.5" height="62.5" rx="5.74" ry="5.74"/> <path class="menu-icon-white" d="M21.45,26.71c.27-1.59.5-3.36.89-5.1.25-1.09-.08-1.81-.88-2.51-1.16-1.01-2.25-2.11-3.36-3.19-.6-.58-1.15-1.22-.87-2.15.28-.97,1.07-1.31,1.97-1.45,1.57-.24,3.14-.55,4.72-.67,1.13-.08,1.73-.61,2.17-1.58.66-1.45,1.41-2.85,2.11-4.29.39-.79.93-1.38,1.86-1.38.93,0,1.49.57,1.87,1.37.72,1.47,1.48,2.93,2.17,4.42.4.87.99,1.33,1.97,1.44,1.68.18,3.35.42,5,.74,2.06.41,2.53,1.94,1.06,3.45-1.14,1.17-2.34,2.3-3.56,3.39-.71.63-1.03,1.27-.79,2.27.37,1.59.59,3.22.85,4.84.14.88.16,1.75-.65,2.38-.84.66-1.63.31-2.43-.11-1.49-.79-3-1.55-4.47-2.38-.71-.4-1.31-.41-2.02,0-1.6.9-3.22,1.76-4.87,2.56-1.55.75-2.81-.14-2.75-2.05ZM25.68,23.7c.22,0,.34.04.4,0,2.44-1.69,4.89-2.36,7.5-.26.69.55.98.02.75-.66-.89-2.65-.34-4.81,2.04-6.4.04-.03.07-.07.1-.1.59-.6.39-.9-.37-1.01-.52-.07-1.05-.22-1.57-.22-1.69.01-2.65-.89-3.25-2.38-.29-.73-.74-1.4-1.24-2.31-.41.79-.75,1.32-.96,1.89-.67,1.81-1.84,2.85-3.86,2.9-.62.02-1.64-.2-1.82.49-.19.71.74,1.17,1.28,1.6,1.41,1.13,1.89,2.46,1.35,4.21-.22.71-.23,1.49-.35,2.26Z"/> <path class="menu-icon-white" d="M33.28,45.37c-3.04,0-6.07.01-9.11,0-1.51,0-2.36-.64-2.38-1.73-.02-1.15.86-1.87,2.42-1.87,6.12-.02,12.24-.02,18.36,0,1.49,0,2.28.68,2.27,1.84,0,1.15-.77,1.76-2.32,1.77-3.08.02-6.17,0-9.25,0Z"/> <path class="menu-icon-white" d="M33.26,37.24c-3.14,0-6.28,0-9.42,0-.83,0-1.51-.29-1.89-1.09-.31-.64-.15-1.23.23-1.77.39-.57.98-.75,1.64-.75,6.33,0,12.66,0,18.98,0,1.16,0,1.98.47,2,1.78.02,1.16-.7,1.81-2.12,1.82-3.14.03-6.28,0-9.42,0Z"/> <path class="menu-icon-white" d="M33.29,53.5c-3.03,0-6.07,0-9.1,0-1.53,0-2.36-.62-2.39-1.71-.03-1.15.86-1.89,2.41-1.89,6.12-.02,12.24-.02,18.35,0,1.48,0,2.26.69,2.27,1.85,0,1.18-.7,1.74-2.29,1.75-3.08.01-6.17,0-9.25,0Z"/> <path class="menu-icon-white" d="M18.79,35.37c-.08,1.08-.66,1.76-1.71,1.8-1.04.04-1.76-.54-1.78-1.66-.02-1.08.61-1.76,1.66-1.8,1.06-.04,1.66.62,1.82,1.66Z"/> <path class="menu-icon-white" d="M18.73,51.63c-.04,1.14-.55,1.82-1.66,1.84-1.09.02-1.71-.58-1.74-1.68-.03-1.09.58-1.78,1.64-1.8,1.05-.03,1.66.63,1.76,1.65Z"/> <path class="menu-icon-white" d="M18.73,43.61c-.09,1.14-.7,1.75-1.77,1.71-1.07-.05-1.67-.71-1.61-1.8.06-1.07.69-1.72,1.76-1.69,1.09.04,1.57.78,1.62,1.78Z"/> </svg> <div class="content"> <h3 class="title">All Product Features</h3> <p class="description">Discover all the features of Rentec Direct software</p> </div> </div> </div> </div> <div class="nav-mitem-3 nav-item"> <a class="menu-main-item" href="https://www.rentecdirect.com/pricing">Pricing</a> <div class="submenu two-column menu-pricing"> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/pricing'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-gray-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M53.52,31.27c0,7.24,0,14.48,0,21.73,0,1.76-1,3.22-2.62,3.84-.39.15-.8.24-1.22.24-.81,0-1.62,0-2.43,0-11.39,0-22.79,0-34.18,0-1.49,0-2.64-.61-3.46-1.84-.44-.65-.63-1.39-.63-2.17,0-9.25,0-18.49,0-27.74,0-5.28,0-10.55,0-15.83,0-1.76,1-3.22,2.62-3.84.39-.15.8-.24,1.22-.24.81,0,1.62,0,2.43,0,11.4,0,22.8,0,34.21,0,1.74,0,2.98.82,3.73,2.38.26.55.35,1.14.35,1.74,0,7.24,0,14.48,0,21.73ZM11.4,31.24c0,5.83,0,11.65,0,17.48,0,1.43,0,2.86,0,4.29,0,.58.22,1.05.71,1.39.33.22.7.25,1.08.25,12.03,0,24.06,0,36.09,0,.12,0,.24,0,.35,0,.25,0,.48-.08.69-.22.56-.35.76-.87.76-1.5,0-13.55,0-27.1,0-40.65,0-.94,0-1.87,0-2.81,0-.64-.27-1.14-.84-1.45-.3-.17-.63-.17-.96-.17-12.02,0-24.05,0-36.07,0-.12,0-.24,0-.35,0-.27,0-.51.09-.73.24-.53.35-.73.86-.73,1.47,0,7.23,0,14.45,0,21.68Z" /> <path class="menu-icon-white" d="M31.25,19.85c-5.31,0-10.61,0-15.92.01-.71,0-1.29-.57-1.28-1.28.03-2.46.01-4.92.01-7.38,0-.76.48-1.24,1.23-1.24,10.64,0,21.28,0,31.91,0,.76,0,1.24.48,1.24,1.24,0,2.48,0,4.95,0,7.43,0,.74-.48,1.23-1.22,1.23-5.32,0-10.65,0-15.97,0ZM31.25,17.46h0c4.84,0,9.69,0,14.53,0,.2,0,.28-.04.28-.26,0-1.53,0-3.05,0-4.58,0-.21-.05-.28-.28-.28-9.69,0-19.37,0-29.06,0-.22,0-.28.07-.28.28,0,1.49,0,2.97,0,4.46q0,.37.37.37c4.81,0,9.62,0,14.43,0Z" /> <path class="menu-icon-white" d="M48.44,42.53c0,1.83-.02,3.66,0,5.5.02,2.01-1.47,4.06-3.76,4.47-2.6.46-5.03-1.33-5.36-3.95-.02-.16-.01-.33-.02-.49,0-3.67.01-7.34,0-11.02-.01-2.01,1.46-4.06,3.77-4.47,2.6-.46,5.03,1.33,5.36,3.95.02.15.01.3.01.45,0,1.86,0,3.71,0,5.57ZM41.69,42.53c0,1.6,0,3.19,0,4.79,0,.29,0,.58.03.87.1.89.58,1.51,1.41,1.81.8.29,1.56.14,2.21-.45.55-.5.71-1.15.71-1.86,0-3.44,0-6.89,0-10.33,0-.25-.02-.51-.07-.75-.18-.87-.96-1.58-1.77-1.67-1.01-.11-1.85.34-2.28,1.2-.18.37-.23.77-.23,1.17,0,1.74,0,3.47,0,5.21Z" /> <path class="menu-icon-white" d="M31.24,30.75c-2.33.07-4.58-1.92-4.57-4.6.01-2.64,2.26-4.6,4.67-4.56,2.29.04,4.57,1.96,4.5,4.71-.06,2.61-2.29,4.53-4.6,4.45ZM31.24,28.32c1.21,0,2.16-.94,2.17-2.14,0-1.21-.94-2.15-2.15-2.15-1.21,0-2.16.94-2.17,2.14,0,1.2.95,2.15,2.15,2.15Z" /> <path class="menu-icon-white" d="M31.25,41.65c-2.34.07-4.59-1.92-4.58-4.59,0-2.65,2.26-4.62,4.66-4.57,2.5.06,4.52,2.08,4.51,4.65-.02,2.63-2.26,4.58-4.59,4.51ZM31.25,39.22c1.21,0,2.15-.95,2.15-2.15,0-1.2-.95-2.14-2.16-2.14-1.21,0-2.16.95-2.15,2.15,0,1.2.95,2.14,2.16,2.14Z" /> <path class="menu-icon-white" d="M31.23,52.55c-2.33.07-4.58-1.92-4.57-4.6.01-2.64,2.26-4.61,4.67-4.56,2.49.06,4.51,2.08,4.5,4.63-.01,2.64-2.26,4.6-4.6,4.52ZM31.24,50.12c1.21,0,2.17-.94,2.17-2.13,0-1.21-.94-2.15-2.15-2.16-1.21,0-2.17.94-2.17,2.13,0,1.2.94,2.15,2.15,2.16Z" /> <path class="menu-icon-white" d="M23.2,26.17c.07,2.48-2.1,4.62-4.62,4.59-2.44-.03-4.56-2.12-4.53-4.65.03-2.42,2.11-4.57,4.69-4.52,2.42.05,4.53,2.12,4.47,4.58ZM18.62,28.32c1.22,0,2.16-.92,2.16-2.14,0-1.21-.92-2.12-2.12-2.16-1.08-.04-2.19.89-2.18,2.16.01,1.2.95,2.14,2.15,2.14Z" /> <path class="menu-icon-white" d="M48.44,26.19c.06,2.47-2.1,4.6-4.62,4.57-2.44-.02-4.58-2.12-4.53-4.67.04-2.41,2.12-4.55,4.68-4.5,2.42.05,4.55,2.12,4.47,4.6ZM43.88,24.03c-1.21,0-2.16.94-2.17,2.14,0,1.19.95,2.12,2.13,2.16,1.18.04,2.2-1.03,2.17-2.14-.03-1.22-.93-2.16-2.14-2.16Z" /> <path class="menu-icon-white" d="M18.63,41.65c-2.48.07-4.62-2.1-4.59-4.63.03-2.43,2.12-4.56,4.65-4.53,2.42.03,4.57,2.12,4.51,4.69-.05,2.42-2.12,4.53-4.58,4.47ZM18.64,34.93c-1.21,0-2.16.93-2.17,2.14,0,1.19.94,2.12,2.13,2.16,1.18.04,2.2-1.03,2.18-2.14-.03-1.22-.93-2.16-2.14-2.16Z" /> <path class="menu-icon-white" d="M18.63,43.41c2.47-.07,4.61,2.1,4.58,4.63-.03,2.43-2.11,4.56-4.66,4.52-2.4-.04-4.55-2.1-4.51-4.67.04-2.44,2.14-4.55,4.59-4.48ZM20.77,47.98c0-1.23-.93-2.15-2.17-2.15-1.19,0-2.13.95-2.13,2.15,0,1.2.95,2.15,2.16,2.15,1.22,0,2.15-.93,2.15-2.15Z" /> </svg> <div class="content"> <h3 class="title">Pricing Calculator</h3> <p class="description">See what the cost will be of Rentec PRO and Rentec PM</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/pricing#difference-pro-pm'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-gray-blue" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M44.63,12.55c-.59.15-1.14.28-1.68.42-2.59.67-5.18,1.35-7.78,2-.51.13-.78.32-.86.9-.2,1.39-.98,2.39-2.29,2.92-.46.19-.62.44-.62.93.01,8.5.01,17.01,0,25.51,0,.58.2.77.77.76,2.03-.02,4.06-.01,6.09,0,2.1,0,3.35.85,4.15,2.79.28.68.49,1.37.56,2.1.06.61-.24.93-.84.97-.21.01-.42,0-.62,0-7.26,0-14.51,0-21.77,0-1.47,0-1.69-.29-1.33-1.73.17-.71.4-1.4.76-2.04.76-1.35,1.92-2.09,3.49-2.1,2.11-.01,4.21-.02,6.32,0,.6,0,.83-.19.83-.8-.01-8.5-.01-17.01,0-25.51,0-.45-.13-.72-.58-.88-.68-.24-1.22-.7-1.63-1.29-.26-.38-.53-.47-.98-.35-3.12.82-6.24,1.62-9.36,2.41-.55.14-.74.31-.45.9,1.9,3.84,3.78,7.7,5.65,11.56.2.42.48.54.92.54,1.21.02,1.52.4,1.28,1.6-.24,1.22-.89,2.22-1.87,2.98-3.16,2.45-6.73,2.82-10.51,1.98-1.78-.39-3.38-1.18-4.66-2.53-.74-.78-1.19-1.7-1.35-2.76-.13-.84.19-1.3,1.02-1.26.75.04,1.11-.26,1.42-.91,1.68-3.52,3.4-7.02,5.11-10.52.2-.41.35-.71-.35-.7-.41,0-.67-.3-.69-.71-.02-.42.25-.68.63-.79.72-.21,1.45-.4,2.18-.59,3.52-.91,7.04-1.83,10.57-2.72.49-.12.72-.31.8-.86.23-1.56,1.17-2.6,2.68-3.01,1.51-.41,2.86,0,3.84,1.24.4.5.73.55,1.3.4,3.77-1,7.55-1.96,11.32-2.93.33-.08.65-.17.99-.22.44-.06.77.12.91.56.13.42-.06.76-.43.89-.61.21-.54.52-.31,1,1.92,3.89,3.84,7.79,5.73,11.7.24.5.53.68,1.08.67,1-.01,1.28.38,1.11,1.38-.22,1.36-.95,2.41-1.99,3.25-3.71,3-10.39,3.09-14.18.18-1.1-.84-1.95-1.88-2.2-3.29-.2-1.13.08-1.49,1.2-1.52.36-.01.65-.06.83-.43,1.91-3.93,3.83-7.85,5.74-11.78.03-.06.02-.14.04-.32ZM45.96,25.07c1.56,0,3.12,0,4.68,0,.85,0,.88-.03.5-.82-1.6-3.3-3.21-6.58-4.82-9.87-.08-.16-.11-.4-.3-.42-.27-.03-.29.27-.37.43-1.64,3.33-3.26,6.67-4.91,10-.3.61-.09.7.47.69,1.58-.02,3.17,0,4.75,0ZM15.52,21.48c-.14.17-.2.22-.23.29-1.66,3.41-3.32,6.82-4.99,10.22-.28.57,0,.59.44.59,3.14,0,6.29-.01,9.43,0,.67,0,.67-.23.42-.74-.69-1.37-1.34-2.76-2.01-4.13-1-2.05-2.01-4.1-3.06-6.24ZM30.56,50.26c1.17,0,2.34,0,3.51,0,2.13,0,4.26,0,6.39,0,.57,0,.75-.16.53-.74-.52-1.36-1.23-1.9-2.69-1.9-5.12,0-10.23,0-15.35,0-1.46,0-2.07.42-2.61,1.76-.34.84-.31.89.64.89,3.19,0,6.39,0,9.58,0ZM15.49,34.2c-2.24,0-4.47,0-6.71,0-.22,0-.52-.1-.65.14-.15.27.1.49.24.69.7,1.02,1.69,1.67,2.83,2.11,2.27.89,4.61,1,6.97.49,1.65-.36,3.16-1.03,4.26-2.4.19-.24.48-.51.36-.82-.14-.36-.55-.21-.84-.21-2.16-.01-4.31,0-6.47,0ZM46.14,26.68c-2.26,0-4.52,0-6.77,0-.25,0-.57-.09-.7.2-.12.27.12.49.27.69.55.74,1.24,1.34,2.08,1.72,3.45,1.55,6.89,1.55,10.27-.2.76-.39,1.42-.95,1.87-1.71.31-.51.35-.74-.4-.72-2.21.04-4.41.02-6.62.02ZM30.6,17.46c1.23.01,2.13-.87,2.13-2.08,0-1.23-.86-2.1-2.1-2.11-1.21-.01-2.14.89-2.16,2.08-.02,1.14.95,2.1,2.13,2.11Z" /> </svg> <div class="content"> <h3 class="title">Compare Product Features</h3> <p class="description">Compare the difference between Rentec PRO and Rentec PM</p> </div> </div> </div> </div> <div class="nav-mitem-4 nav-item"> <a class="" id="" href="#">Company</a> <div class="submenu two-column menu-company"> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/about-us'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-green" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M22.97,44.41c-.28.64-.55,1.21-.86,1.77-1.1,1.94-2.52,3.58-4.4,4.79-1.1.7-2.27.74-3.42.11-1.14-.62-1.7-1.64-1.73-2.93-.02-.76.24-1.46.73-2.05.89-1.07,1.54-2.3,2.13-3.55.56-1.19,1.04-2.4,1.31-3.69.13-.62.1-.5-.39-.49-1.8.05-3.59.12-5.39.18-.63.02-1.26.08-1.88.07-1.51-.02-2.71-.65-3.46-1.99-1.03-1.86-.24-4.29,1.68-5.26.81-.41,1.66-.47,2.55-.38,1.25.13,2.5.11,3.74,0,1.36-.11,2.7-.37,3.99-.82,2.46-.85,4.5-2.28,6.06-4.37.7-.94,1.27-1.96,1.73-3.04.97-2.29,3.94-2.93,5.76-1.25.16.15.25.17.42,0,1.76-1.67,4.75-1.07,5.72,1.16.61,1.38,1.34,2.69,2.34,3.83,1.28,1.46,2.81,2.56,4.6,3.32,1.45.61,2.97.97,4.52,1.14,1.33.14,2.67.17,4.01.03,1.08-.11,2.09-.02,3.02.6,2.05,1.36,2.36,4.28.61,5.95-.91.87-2.02,1.17-3.25,1.07-.47-.04-.93-.03-1.4-.06-1.11-.06-2.22-.07-3.33-.11-.76-.03-1.52-.05-2.28-.09-.2,0-.26.05-.22.25.18,1,.51,1.96.9,2.9.55,1.33,1.19,2.61,1.99,3.81.2.3.45.57.66.87.74,1.04.89,2.17.36,3.34-.52,1.16-1.44,1.8-2.71,1.95-1.1.13-1.99-.34-2.83-.98-2.03-1.56-3.47-3.55-4.48-5.89-.02-.05-.03-.12-.11-.15-.06.13-.13.26-.19.39-.46,1-.92,2-1.38,3-.61,1.35-2.15,2.18-3.59,1.94-1.57-.26-2.73-1.47-2.9-3-.07-.67.09-1.3.21-1.93.51-2.8,1.04-5.6,1.56-8.4.23-1.25.47-2.5.71-3.75.03-.15.02-.27-.1-.38-1.18-1.01-1.96-2.3-2.54-3.72-.02-.05-.05-.11-.07-.16,0-.01-.02-.02-.03-.04-.09.03-.09.13-.12.2-.48,1.18-1.12,2.27-2,3.2-.17.18-.36.35-.55.52-.1.09-.14.19-.12.33.42,2.21.83,4.42,1.24,6.63.4,2.17.83,4.33,1.21,6.5.42,2.36-1.62,4.42-3.94,3.98-1.17-.22-2.02-.88-2.52-1.96-.48-1.03-.96-2.07-1.44-3.1-.04-.09-.08-.17-.15-.3ZM17.52,36.37s0,0,0,0c.04,0,.09,0,.13,0,.7,0,1.06.3,1.14.99.1.88-.06,1.73-.3,2.56-.77,2.69-1.95,5.19-3.67,7.41-.57.74-.28,1.78.58,2.12.52.21.98.08,1.42-.23,1.95-1.36,3.3-3.2,4.24-5.36.33-.75.59-1.53.77-2.33.1-.46.44-.77.83-.81.45-.05.85.18,1.04.6.6,1.3,1.2,2.61,1.8,3.91.29.62.56,1.24.86,1.85.33.66,1.07.95,1.75.73.69-.23,1.1-.92.97-1.62-.34-1.83-.68-3.67-1.02-5.5-.52-2.77-1.03-5.54-1.55-8.31-.09-.5.04-.88.46-1.18.69-.48,1.24-1.1,1.68-1.81.95-1.53,1.43-3.22,1.68-4.99.15-1.03-.71-1.93-1.74-1.86-.75.05-1.22.49-1.5,1.17-.68,1.61-1.59,3.08-2.76,4.37-2.09,2.31-4.71,3.73-7.73,4.44-1.04.25-2.09.4-3.15.48-.99.07-1.98.08-2.97.02-.48-.03-.96-.09-1.44-.09-1.03,0-1.86.78-1.91,1.86-.05.98.64,1.68,1.57,1.85.37.07.74,0,1.11,0,.89-.03,1.77-.06,2.66-.09,1.68-.06,3.37-.12,5.05-.17ZM43.86,37.8c-.01-.2.01-.4.04-.6.07-.49.47-.84.96-.84.28,0,.56.02.84.03,1.77.07,3.53.13,5.3.19.68.02,1.36.03,2.04.06.33.02.66.05.99-.02.86-.18,1.53-.81,1.51-1.81-.02-1.16-1.02-2-2.18-1.89-1.24.12-2.48.15-3.72.09-1.45-.08-2.87-.29-4.26-.67-3.52-.98-6.35-2.94-8.39-6-.61-.91-1.08-1.88-1.54-2.87-.35-.76-1.18-1.11-1.97-.86-.8.25-1.28,1.02-1.16,1.85.19,1.26.5,2.49,1.02,3.67.53,1.2,1.24,2.28,2.32,3.05.43.31.58.7.48,1.21-.54,2.87-1.07,5.74-1.6,8.62-.32,1.72-.64,3.43-.96,5.15-.1.52.04.98.43,1.33.75.68,1.87.46,2.31-.47.56-1.18,1.09-2.36,1.64-3.55.34-.73.67-1.47,1.02-2.2.19-.4.58-.62,1.02-.56.42.06.69.31.81.72.06.18.09.37.14.56.61,2.18,1.65,4.13,3.21,5.79.57.61,1.2,1.17,1.93,1.58.6.34,1.33.19,1.75-.32.42-.52.4-1.24-.05-1.78-.15-.19-.31-.38-.45-.58-1.21-1.77-2.15-3.67-2.85-5.7-.36-1.03-.61-2.09-.64-3.18Z" /> <path class="menu-icon-white" d="M46.41,18.5c2.16,0,4.11,1.37,4.91,3.43.86,2.24.32,4.65-1.42,6.29-1.81,1.71-4.71,1.83-6.66.26-1.26-1.01-1.95-2.33-2.1-3.94-.23-2.36,1.09-4.67,3.19-5.6.66-.3,1.36-.46,2.09-.44ZM46.41,27.62c.62.02,1.19-.16,1.7-.49,1.82-1.18,2.19-3.75.79-5.46-1.26-1.54-3.51-1.63-4.85-.16-1.02,1.12-1.25,2.45-.74,3.87.49,1.4,1.8,2.29,3.1,2.24Z" /> <path class="menu-icon-white" d="M16.2,18.5c2.22,0,4.15,1.35,4.97,3.46.94,2.41.16,5.12-1.91,6.66-1.91,1.42-4.7,1.26-6.45-.36-1.1-1.02-1.71-2.28-1.83-3.78-.21-2.48,1.31-5.03,3.86-5.78.46-.14.94-.22,1.36-.2ZM16.26,27.63c.63.01,1.2-.17,1.72-.51,1.77-1.16,2.16-3.74.82-5.39-1.22-1.5-3.2-1.69-4.66-.45-1.19,1.01-1.57,2.92-.86,4.37.61,1.24,1.59,1.93,2.98,1.99Z" /> <path class="menu-icon-white" d="M30.35,14.48c0-.79,0-1.58,0-2.37,0-.71.66-1.16,1.33-.93.36.13.63.48.63.89,0,1.61,0,3.21,0,4.82,0,.55-.45.95-1,.94-.53,0-.95-.42-.96-.97,0-.79,0-1.58,0-2.37Z" /> <path class="menu-icon-white" d="M34.05,18.98c-.43,0-.77-.22-.91-.57-.16-.4-.11-.78.2-1.08.42-.4.86-.77,1.29-1.15.73-.64,1.46-1.27,2.2-1.9.45-.39,1.05-.38,1.41.04.37.42.33,1.03-.11,1.43-.84.74-1.69,1.48-2.54,2.21-.29.25-.58.5-.87.76-.2.18-.43.28-.68.27Z" /> <path class="menu-icon-white" d="M28.65,18.98c-.27,0-.5-.09-.69-.27-1.12-.98-2.24-1.95-3.37-2.92-.33-.28-.49-.63-.38-1.06.11-.41.38-.64.79-.72.3-.06.56.03.78.22,1.16,1,2.33,2.01,3.48,3.03.52.46.46,1.22-.1,1.58-.16.1-.34.15-.52.14Z" /> </svg> <div class="content"> <h3 class="title">About Us</h3> <p class="description">Learn about the Rentec Direct company and philosophy</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/about-us#staff'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-green" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M26.63,39.08c3.06-.1,2.55.48,3.53-2.63.2-.64.42-1.28.66-1.91.13-.35.34-.66.76-.65.42,0,.63.32.75.67.38,1.13.79,2.25,1.11,3.39.23.84.71,1.14,1.55,1.1,1.07-.05,2.14-.02,3.21,0,.51,0,1.09-.02,1.29.61.18.59-.3.85-.68,1.13-.93.68-1.84,1.38-2.81,2.01-.61.4-.73.84-.49,1.5.42,1.16.78,2.33,1.16,3.5.13.39.22.79-.15,1.1-.43.36-.83.11-1.19-.15-1.04-.73-2.08-1.46-3.08-2.24-.49-.38-.85-.4-1.35,0-.96.77-1.97,1.47-2.97,2.18-.39.28-.81.6-1.29.22-.43-.34-.24-.8-.11-1.21.33-1.06.6-2.15,1.03-3.17.36-.87.13-1.38-.62-1.87-.96-.63-1.87-1.34-2.79-2.03-.33-.24-.63-.52-.49-.99.14-.45.55-.56.95-.57.67-.03,1.35,0,2.02,0ZM28.43,46.22c.12,0,.24.01.36.02.54-.37,1.12-.7,1.6-1.13.84-.76,1.58-.66,2.42.02.49.4.97.88,1.78,1.11-.26-.81-.42-1.46-.68-2.08-.39-.92-.17-1.57.67-2.12.58-.38,1.27-.7,1.75-1.48-.84,0-1.52-.05-2.19.01-1,.09-1.55-.3-1.81-1.28-.17-.64-.29-1.34-.85-2.02-.28.81-.54,1.44-.7,2.08-.23.94-.79,1.27-1.73,1.22-.71-.04-1.44-.13-2.63.26,3.2,1.04,3.53,2.91,2.01,5.39Z" /> <path class="menu-icon-white" d="M31.59,26.01c-4.03,0-7.24-3.23-7.24-7.28,0-3.99,3.27-7.27,7.27-7.3,3.89-.03,7.27,3.38,7.3,7.34.02,3.93-3.34,7.24-7.33,7.24ZM31.61,24.49c3.27,0,5.83-2.56,5.83-5.8,0-3.07-2.75-5.79-5.82-5.76-3.25.03-5.78,2.6-5.75,5.87.02,3.26,2.48,5.7,5.74,5.7Z" /> <path class="menu-icon-white" d="M16.56,42.07c1.8.95,2.6,2.14,1.47,4.17,1.51-1.41,2.88-1.49,4.13.02.31-.36.11-.58.05-.78-.48-1.67.08-2.75,1.74-3.34.33-.12.64-.12.87.16.27.33.26.77-.08.95-1.76.92-1.01,2.2-.57,3.45.13.37.24.76.36,1.13.13.39.22.79-.16,1.09-.43.34-.82.1-1.19-.16-.68-.48-1.39-.93-2.02-1.47-.65-.56-1.2-.59-1.87-.03-.66.56-1.4,1.04-2.12,1.54-.33.24-.7.43-1.09.14-.38-.29-.32-.7-.2-1.09.23-.76.42-1.54.75-2.26.45-.99.19-1.61-.73-2.13-.65-.37-1.22-.88-1.82-1.33-.32-.24-.68-.48-.55-.96.14-.52.6-.61,1.04-.63.87-.03,1.75-.04,2.61.03.76.06,1.2-.21,1.41-.95.26-.91.56-1.82.87-2.72.12-.35.34-.65.76-.66.42,0,.64.29.76.65.44,1.32.88,2.63,1.29,3.96.14.44.1.9-.45,1.06-.48.13-.74-.2-.89-.59-.22-.54-.4-1.1-.74-1.77-.2,2.27-1.57,2.8-3.6,2.53Z" /> <path class="menu-icon-white" d="M40.75,46.25c1.5-1.48,2.83-1.47,4.18.08.2-1.05-.67-1.78-.28-2.58.36-.73,1.25-.95,1.94-1.76-1.93.22-3.5-.02-3.46-2.49-.1.05-.19.11-.29.16-.21.56-.41,1.13-.64,1.69-.16.4-.44.69-.92.54-.48-.15-.55-.57-.43-.97.42-1.36.87-2.72,1.32-4.07.12-.35.35-.64.78-.61.41.03.61.35.73.69.3.86.61,1.72.85,2.6.23.85.73,1.12,1.58,1.02.9-.11,1.82-.12,2.73.03.37.06.69.21.78.63.07.36-.15.6-.41.8-.79.59-1.58,1.2-2.4,1.76-.56.37-.68.78-.44,1.41.33.85.58,1.73.85,2.6.13.42.24.87-.2,1.19-.4.28-.81.11-1.08-.18-2.02-2.19-4-2.17-6.02,0-.27.29-.68.46-1.08.2-.47-.3-.36-.74-.22-1.17.24-.75.45-1.52.75-2.26.32-.81.28-1.43-.54-1.92-.44-.26-.95-.65-.55-1.24.45-.65.93-.17,1.43.08,1.67.83,1.92,2.05,1.04,3.79Z" /> <path class="menu-icon-white" d="M52.82,23.62c0,3.46-2.91,6.39-6.36,6.37-3.36-.02-6.31-2.99-6.3-6.34,0-3.41,2.88-6.31,6.28-6.34,3.51-.03,6.38,2.81,6.39,6.31ZM51.31,23.62c0-2.69-2.05-4.76-4.72-4.78-2.73-.01-4.93,2.11-4.93,4.75,0,2.66,2.17,4.86,4.84,4.9,2.6.04,4.81-2.2,4.82-4.87Z" /> <path class="menu-icon-white" d="M16.71,17.32c3.49,0,6.35,2.89,6.33,6.38-.02,3.38-2.94,6.28-6.33,6.29-3.4.01-6.36-2.98-6.35-6.42.01-3.4,2.91-6.26,6.35-6.25ZM16.69,18.84c-2.65-.01-4.77,2.07-4.82,4.73-.05,2.68,2.21,4.95,4.92,4.92,2.58-.02,4.74-2.23,4.73-4.84,0-2.76-2.05-4.79-4.83-4.81Z" /> <path class="menu-icon-white" d="M52.24,41.98c-.53.63-.46,1.84-1.46,1.41-.92-.4-.25-1.25-.09-1.89.2-.76.49-1.51.75-2.25.11-.32.33-.55.7-.54.36,0,.66.22.7.54.29,2.39,1.64,3.27,3.96,2.88.32-.05.6.18.71.53.11.36-.07.62-.33.83-.5.39-.99.79-1.53,1.13-.65.41-.79.91-.51,1.61.23.59.4,1.2.57,1.81.09.32.07.64-.21.87-.33.27-.73.22-.98-.04-1.62-1.7-3.18-1.68-4.78.03-.25.27-.66.27-.98,0-.27-.23-.3-.54-.21-.87.12-.42.23-.85.39-1.25.35-.84.68-1.63-.38-2.25-.32-.18-.44-.58-.17-.94.25-.34.59-.33.96-.18,1.31.52,1.75,1.31,1.41,2.85.94-.69,1.82-.85,2.71,0-.34-1.02-.26-1.85.93-2.54-1.29-.06-2-.51-2.17-1.74Z" /> <path class="menu-icon-white" d="M10.95,41.78c-.22,1.4-.88,1.9-2.2,1.92,1.12.71,1.31,1.51.71,2.8,1.09-.95,1.93-1.1,2.84-.15.08-.73-.45-1.36.06-1.84.43-.4.92-.75,1.42-1.07.33-.22.69-.2.96.14.27.35.17.75-.15.94-1.02.62-.71,1.38-.43,2.26.22.68.99,1.54.11,2.15-.79.55-1.41-.31-1.91-.79-.99-.94-1.81-.77-2.77.03-.53.44-1.13,1.33-1.92.73-.75-.58-.14-1.45.14-2.07.57-1.24.21-1.97-.9-2.63-.56-.33-1.51-.64-1.27-1.51.28-.97,1.29-.64,1.96-.57,1.37.14,2.03-.41,2.31-1.72.14-.63.12-1.63,1.05-1.66.95-.03.84,1.01,1.11,1.61.26.57.4,1.2.58,1.81.15.51.3,1.09-.38,1.29-.59.18-.82-.33-1-.78-.07-.18-.14-.36-.33-.9Z" /> <path class="menu-icon-white" d="M21.1,34.47c.14-3.31,1.46-6.14,4.45-8.05.46-.29,1.02-.74,1.46-.1.46.65-.15.99-.62,1.29-2.58,1.62-3.7,4.03-3.8,6.99,0,.16,0,.32,0,.48-.05.57.12,1.36-.76,1.32-.74-.03-.66-.76-.72-1.3-.02-.16,0-.32,0-.63Z" /> <path class="menu-icon-white" d="M42.05,34.76c-.01.26,0,.5-.04.73-.06.44-.16.92-.72.93-.65,0-.72-.52-.72-1.01-.01-2.05-.28-4.02-1.57-5.73-.65-.87-1.42-1.59-2.36-2.13-.45-.26-.83-.6-.52-1.14.35-.64.87-.37,1.32-.09,3.15,1.94,4.51,4.86,4.62,8.44Z" /> <path class="menu-icon-white" d="M11.99,29.88c.51-.05.77.1.9.43.17.41-.08.69-.38.89-.86.57-1.66,1.19-2.25,2.07-.9,1.37-1.32,2.85-1.27,4.48.02.55.06,1.25-.72,1.24-.75,0-.75-.71-.76-1.25-.03-3.04,1.09-5.54,3.58-7.36.31-.23.68-.39.9-.51Z" /> <path class="menu-icon-white" d="M55.63,37.78s-.01.29-.07.56c-.08.37-.26.69-.69.69-.49,0-.67-.36-.71-.79-.06-.75-.03-1.51-.17-2.25-.36-1.92-1.35-3.45-3-4.53-.45-.3-1.1-.59-.63-1.28.44-.65,1.02-.24,1.46.06,2.56,1.74,3.78,4.2,3.81,7.54Z" /> </svg> <div class="content"> <h3 class="title">Staff</h3> <p class="description">Learn more about the Rentec Direct team that supports your growth</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/reviews'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-green" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M20.87,37.47c0,3.32,0,6.64,0,9.96,0,.86-.34,1.53-1.11,1.95-.36.2-.75.24-1.15.24-2.59,0-5.18,0-7.77,0-1.42,0-2.25-.85-2.25-2.26,0-6.58,0-13.17,0-19.75,0-1.39.85-2.24,2.24-2.24,2.6,0,5.2,0,7.8,0,1.4,0,2.23.84,2.23,2.24,0,3.29,0,6.57,0,9.86h0ZM15.08,46.28c0,.79.64,1.43,1.44,1.44.77,0,1.47-.71,1.45-1.48-.02-.79-.67-1.42-1.47-1.41-.85,0-1.44.61-1.43,1.46Z" /> <path class="menu-icon-white" d="M21.89,37.2c0-2.69,0-5.39,0-8.08,0-1.64.95-2.72,2.57-2.93.41-.05.79-.2,1.15-.37,1.41-.66,2.69-1.52,3.9-2.48,1.01-.8,1.76-1.82,2.33-2.96,1.02-2.03,1.82-4.14,2.33-6.36.03-.11.05-.23.06-.34.22-1.8,1.87-3.03,3.66-2.73,1.95.33,3.37,1.3,3.9,3.29.33,1.21.42,2.44.22,3.69-.23,1.52-.63,3-1.03,4.47-.14.53-.24,1.06-.26,1.61,0,.29.11.42.38.48.18.04.37.05.55.05,2.03,0,4.06,0,6.09,0,2.39,0,4.18,1.79,4.19,4.19,0,.64.06,1.28-.14,1.9-.05.16.02.26.13.36,1.66,1.56,1.84,3.51,1.45,5.59-.15.79-.6,1.46-1.22,1.98-.19.16-.21.31-.15.54.35,1.47.41,2.92-.42,4.28-.38.63-.91,1.11-1.57,1.45-.25.13-.32.27-.27.55.14.83.14,1.67-.08,2.49-.44,1.66-1.88,2.91-3.6,3.04-2.15.17-4.3.42-6.45.46-3.58.07-7.08-.46-10.44-1.74-1.5-.57-3.04-1.01-4.6-1.38-.59-.14-1.16-.35-1.65-.72-.69-.53-1.05-1.22-1.05-2.1,0-2.74,0-5.48,0-8.22ZM23.53,37.18c0,2.68,0,5.36,0,8.05,0,.6.26.97.78,1.19.2.09.41.15.63.2,1.66.39,3.3.87,4.9,1.47,1.21.46,2.44.81,3.71,1.07,2.37.49,4.76.62,7.17.5,1.7-.09,3.4-.27,5.1-.39,1.1-.08,2.05-.79,2.28-1.87.18-.83.17-1.68-.15-2.5-.11-.28-.23-.56-.36-.83-.09-.19-.04-.28.17-.31.26-.04.53-.09.79-.14,1-.18,1.81-.93,2-1.94.22-1.16.05-2.27-.64-3.26-.19-.27-.16-.43.17-.53.21-.07.41-.17.6-.28.52-.28.94-.68,1.08-1.26.23-.98.26-1.98-.08-2.95-.32-.91-1.02-1.47-1.86-1.88-.26-.13-.32-.26-.11-.49.52-.56.71-1.24.64-1.99,0-.07,0-.14,0-.21,0-1.65-1.02-2.67-2.68-2.67-2.07,0-4.13,0-6.2,0-.54,0-1.03-.14-1.49-.4-.48-.28-.78-.7-.82-1.26-.03-.42-.03-.83.02-1.25.14-1.07.52-2.09.77-3.14.37-1.57.71-3.13.46-4.78-.25-1.69-1.05-2.63-2.69-2.93-.87-.16-1.66.41-1.78,1.29-.02.14-.04.27-.07.41-.39,1.79-1,3.5-1.7,5.19-.52,1.26-1.12,2.48-1.98,3.55-1.37,1.7-3.09,3-5,4.04-.77.42-1.55.8-2.42.93-.86.12-1.2.48-1.2,1.36,0,2.67,0,5.34,0,8.01Z" /> </svg> <div class="content"> <h3 class="title">Reviews</h3> <p class="description">Client verified reviews from third party review sites</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/jobs/'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-green" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M20.77,51.75c-1.29,0-2.57,0-3.86,0-.6,0-1.19-.03-1.79-.06-.36-.02-.55-.19-.55-.48,0-.29.2-.47.55-.48.43-.01.86,0,1.28,0,.32,0,.35-.04.26-.35-.1-.38-.1-.75-.02-1.13,1.19-5.94,2.38-11.88,3.57-17.82.04-.22.09-.45.12-.68.03-.19-.02-.33-.24-.37-.38-.06-.66-.29-.96-.52-1.24-.97-2.49-1.93-3.74-2.89-.49-.38-.76-.87-.75-1.5.01-.45.16-.84.48-1.15,1-.95,1.99-1.9,2.99-2.85.49-.46.99-.92,1.46-1.4.28-.29.58-.41.98-.39.49.02.98,0,1.47,0,.15,0,.32.03.4-.15.08-.18.02-.57-.11-.69-.04-.04-.1-.07-.15-.1-2.08-1.32-2.56-4.1-1.35-6.12.73-1.21,1.85-1.77,3.24-1.71,1.42.07,2.47.78,3.07,2.07.87,1.89.54,4.36-1.51,5.74-.27.18-.35.45-.27.75.04.15.13.2.27.2.52,0,1.04,0,1.56,0,.18,0,.32-.11.46-.2,2.2-1.41,4.41-2.82,6.61-4.23.98-.63,1.95-1.27,2.94-1.87,1.16-.7,2.54-.07,2.78,1.27.11.6-.08,1.12-.5,1.55-.17.18-.38.31-.58.45-3.29,2.18-6.58,4.37-9.88,6.53-.39.26-.54.54-.57,1-.11,1.59-.25,3.17-.42,4.75-.13,1.26-.15,1.26.78,2.16,1.55,1.5,3.1,3,4.65,4.5.55.54.98,1.15,1.02,1.94.02.44-.04.88-.08,1.32-.11,1.2-.22,2.4-.34,3.61-.09.93-.18,1.86-.28,2.78-.02.16-.07.33-.13.49-.12.37-.12.37.28.38.34,0,.67,0,1.01,0,.35,0,.7,0,1.06,0,.49,0,.51-.02.51-.53,0-.9,0-1.81,0-2.71,0-1.47-.05-1.21.89-2.16,2.97-2.98,5.95-5.95,8.92-8.93q.56-.56-.02-1.13c-.12-.12-.24-.23-.35-.36-.48-.56-.27-1.29.46-1.45.63-.14,1.26-.23,1.9-.33,1.28-.21,2.57-.41,3.85-.61.17-.03.33-.05.5-.05.55,0,.88.34.87.9,0,.41-.11.82-.19,1.22-.27,1.54-.55,3.07-.83,4.61-.11.6-.49.91-1,.84-.21-.03-.38-.12-.52-.26-.2-.19-.39-.39-.58-.59q-.38-.39-.78.02c-.8.82-1.6,1.64-2.41,2.46-3.18,3.2-6.37,6.39-9.55,9.6-.32.32-.64.45-1.09.45-3.2-.01-6.4,0-9.59,0-.65,0-.68.01-.62.67.08.93.05,1.87.05,2.8,0,1.01-.17,1.19-1.17,1.19-1.5,0-3,0-4.5,0h0ZM31.22,44.55c0,.18,0,.36,0,.54.02.42.24.68.61.75.42.08.76-.11.92-.5.07-.17.09-.35.1-.54.07-.81.14-1.61.21-2.42.14-1.46.28-2.92.42-4.38.05-.51-.07-.97-.42-1.36-.14-.16-.28-.32-.44-.47-1.66-1.61-3.29-3.24-4.99-4.81-.58-.53-.76-1.11-.65-1.83,0-.06.02-.12.02-.18.08-.88.16-1.77.23-2.65.1-1.11.19-2.22.29-3.34.02-.28.15-.49.39-.64.1-.06.2-.14.31-.2,3.34-2.21,6.69-4.42,10.03-6.63.19-.13.39-.24.54-.42.23-.27.27-.58.12-.9-.15-.33-.42-.47-.78-.46-.23,0-.41.1-.59.22-1.84,1.18-3.69,2.36-5.53,3.54-1.33.85-2.66,1.69-3.98,2.54-.25.16-.52.25-.82.24-.17,0-.34,0-.5,0-.92.02-.7-.13-1.26.71-.14.2-.18.4-.15.65.19,1.38.37,2.76.56,4.14.04.28-.02.51-.17.74-.27.39-.52.79-.8,1.18-.43.61-1.01.63-1.47.05-.31-.4-.6-.81-.9-1.22-.15-.2-.23-.43-.21-.69.11-1.23.19-2.47.33-3.7.07-.6-.05-1.11-.4-1.59-.12-.16-.25-.26-.45-.25-.35,0-.7,0-1.06,0-.2,0-.35.06-.49.2-1.42,1.35-2.84,2.69-4.26,4.05-.48.46-.45.9.08,1.31,1.28,1,2.56,1.99,3.85,2.97.1.07.2.14.32.18.24.09.49,0,.65-.21.15-.2.16-.43.03-.64-.07-.12-.19-.2-.3-.29-.96-.75-1.93-1.51-2.89-2.26-.14-.11-.3-.22-.39-.38-.11-.19-.11-.39.04-.55.14-.16.33-.22.54-.14.07.03.14.06.2.11.2.18.36.16.55-.03.32-.31.66-.6.99-.89.17-.15.34-.31.53-.43.34-.22.68-.07.77.32.03.13.05.27.07.41.1.88.2,1.76.28,2.65.03.32.14.57.35.82.43.51.49,1.27.11,1.79-.25.34-.35.7-.39,1.1-.03.23-.06.46-.1.68-1.12,5.61-2.25,11.22-3.37,16.82-.1.48-.21.96-.28,1.44-.07.47.23.87.7.99.43.11.87-.12,1.04-.54.05-.13.08-.26.12-.4.2-.8.39-1.61.59-2.41,1.06-4.32,2.12-8.65,3.18-12.97.14-.56.35-.74.92-.78.41-.02.83-.01,1.24-.08.4-.06.74.05,1.05.32.62.55,1.26,1.07,1.88,1.61.95.81,1.9,1.64,2.86,2.44.33.27.47.59.41,1.01-.08.55-.07,1.1-.1,1.65-.09,1.34-.17,2.68-.26,4.03ZM22.79,50.74h0c.32,0,.64,0,.96,0,.43,0,.86,0,1.28-.01.32-.01.36-.07.39-.38,0-.12,0-.24,0-.37,0-.95-.02-1.9-.02-2.84,0-.72.28-1.01.99-1.02.44,0,.89,0,1.33,0,.8,0,1.59,0,2.39,0,.31,0,.33-.04.23-.32-.1-.26-.16-.53-.15-.81.04-.7.08-1.4.12-2.1.08-1.27.15-2.53.24-3.8.02-.33-.1-.54-.34-.75-1.4-1.18-2.8-2.37-4.19-3.57-.22-.19-.45-.3-.75-.27-.17.02-.34,0-.5.02-.57.05-.58.06-.72.63-1.25,5.08-2.5,10.15-3.74,15.23-.07.3-.05.35.28.35.73,0,1.47,0,2.2,0ZM37.64,45.21c.17-.05.26-.19.38-.31,2.09-2.1,4.19-4.2,6.28-6.31.93-.93,1.86-1.85,2.77-2.81.81-.85,1.65-1.68,2.49-2.5.35-.34.64-.34,1,0,.26.24.49.5.74.75.07.07.12.18.27.13.02-.05.05-.1.06-.16.28-1.56.57-3.13.85-4.69.06-.35-.03-.44-.41-.38-1.6.26-3.2.52-4.79.79-.33.06-.35.12-.13.36.24.26.5.49.74.75.28.31.27.53,0,.84-.1.11-.21.22-.32.33-3.21,3.21-6.42,6.42-9.64,9.63-.26.26-.38.52-.37.89.02.75,0,1.5,0,2.25,0,.15-.05.3.08.45ZM23.7,11.91c-.87-.01-1.69.48-2.12,1.45-.62,1.38-.55,2.73.46,3.95.96,1.16,2.4,1.24,3.5.23,1.38-1.27,1.3-3.38.43-4.61-.5-.7-1.2-1.01-2.27-1.02ZM23.35,25.91c-.07.6.39.92.7,1.32.07.08.17.02.23-.06.12-.17.24-.36.37-.53.19-.23.22-.48.17-.77-.07-.34-.1-.7-.14-1.04-.09-.73-.19-1.46-.29-2.18-.04-.29-.14-.36-.43-.35-.27,0-.32.06-.34.37-.09,1.08-.18,2.16-.26,3.24ZM20.03,25.08c-.26.22-.45.39-.65.56-.15.13-.13.26.02.38.17.13.33.27.5.39.2.14.28.11.28-.12,0-.38-.05-.75-.16-1.2ZM23.98,20.66h0c-.17,0-.34,0-.5,0-.09,0-.14.05-.12.15.04.26.3.46.6.46.32,0,.61-.19.65-.46.02-.09-.03-.15-.12-.15-.17,0-.34,0-.5,0ZM23.81,19.68c.15,0,.21,0,.27,0,.11,0,.21-.05.22-.18,0-.15-.09-.22-.23-.22-.13,0-.27,0-.41.02-.08.01-.13.08-.13.16,0,.1.04.18.14.2.07.02.15.02.14.02Z" /> </svg> <div class="content"> <h3 class="title">Careers</h3> <p class="description">Opportunities to join Rentec Direct and become part of our team</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/press'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-green" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M32.31,51.46c-5.85,0-11.7-.04-17.55.02-2.23.02-3.86-1.67-3.85-3.84.02-10.21,0-20.41.01-30.62,0-2.05,1.44-3.58,3.5-3.67,3.68-.17,7.37-.09,11.05-.01.68.01,1.37.01,2.06.01,5.81,0,11.62,0,17.43,0,1.18,0,2.17.4,2.93,1.31.34.41.6.87.69,1.38.07.37.25.47.59.45.38-.02.77,0,1.15,0,.81,0,1.39.36,1.75,1.08.37.74.49,1.54.49,2.35,0,2.55-.01,5.1-.01,7.64,0,6.77,0,13.54,0,20.3,0,.66-.06,1.31-.24,1.95-.32,1.13-1.01,1.65-2.19,1.65-5.93,0-11.86,0-17.8,0h0ZM46.54,33.59c0-4.93,0-9.86,0-14.8,0-.68.1-1.36-.02-2.05-.13-.73-.49-1.12-1.21-1.25-.24-.04-.49-.05-.74-.05-9.85,0-19.7,0-29.55,0-.24,0-.49.04-.73.08-.76.13-1.13.57-1.21,1.34-.14,1.37,0,2.74,0,4.1,0,8.38,0,16.77,0,25.15,0,.58-.02,1.15.01,1.73.05.91.46,1.33,1.36,1.45.26.03.52.06.78.05,1.2-.01,2.41-.05,3.61-.05,8.99,0,17.97,0,26.96,0q.73,0,.73-.75c0-4.99,0-9.97,0-14.96ZM50.38,33.88h0c0-4.74,0-9.48,0-14.21,0-1.05-.02-1.03-1.04-1.04-.4,0-.52.14-.52.52,0,1.79-.02,3.59-.03,5.38-.05,7.85.01,15.69-.1,23.54-.01.88.25,1.16,1.09,1.26.3.04.42-.08.49-.34.12-.42.09-.84.09-1.27,0-4.61,0-9.23,0-13.84Z" /> <path class="menu-icon-white" d="M22.44,30.09c-1.6,0-3.21,0-4.81,0-1.27,0-2.11-.84-2.11-2.11,0-2.86,0-5.73,0-8.59,0-1.31.85-2.17,2.16-2.17,3.16,0,6.33,0,9.49,0,1.4,0,2.25.84,2.26,2.25.01,1.93,0,3.86,0,5.79,0,.88.01,1.75,0,2.63-.02,1.06-.52,1.79-1.41,2.1-.24.08-.48.09-.73.09-1.62,0-3.23,0-4.85,0Z" /> <path class="menu-icon-white" d="M29.76,35.26c-4.58,0-9.15-.02-13.73.01-1.25,0-1.52-.92-1.26-1.87.1-.35.37-.56.73-.66.24-.06.49-.05.74-.05,9.01,0,18.03,0,27.04,0,.11,0,.22,0,.33,0,.49,0,.92.15,1.1.63.19.5.21,1.03-.1,1.5-.2.3-.51.44-.88.44-.53,0-1.07,0-1.6,0-4.12,0-8.25,0-12.37,0Z" /> <path class="menu-icon-white" d="M21.32,47.1c-1.77,0-3.53,0-5.3,0-.83,0-1.24-.39-1.24-1.18,0-.95.35-1.38,1.22-1.38,3.56,0,7.12,0,10.68,0,.47,0,.9.13,1.1.58.21.47.22,1-.03,1.47-.2.38-.56.53-1,.52-1.81,0-3.62,0-5.42,0Z" /> <path class="menu-icon-white" d="M38.23,47.1c-1.77,0-3.53,0-5.3,0-.84,0-1.22-.37-1.22-1.19,0-.96.34-1.37,1.22-1.37,3.55,0,7.09-.01,10.64,0,1.06,0,1.63.99,1.16,1.95-.21.44-.59.62-1.07.62-1.81,0-3.62,0-5.42,0Z" /> <path class="menu-icon-white" d="M38.26,24.96c-1.68,0-3.37,0-5.05,0-.24,0-.5-.01-.73-.07-.44-.1-.73-.46-.76-.91-.01-.16,0-.33,0-.49.01-.69.41-1.09,1.11-1.09.67,0,1.34,0,2.01,0,2.89,0,5.78.03,8.67-.01,1.26-.02,1.51.95,1.25,1.88-.1.35-.38.57-.74.64-.21.04-.43.06-.65.06-1.7,0-3.4,0-5.09,0Z" /> <path class="menu-icon-white" d="M38.22,29.83c-1.77,0-3.53,0-5.3,0-.78,0-1.2-.37-1.22-1.07-.03-1.03.27-1.43,1.14-1.49.15-.01.3,0,.45,0,3.33,0,6.66,0,9.98,0,.14,0,.27,0,.41,0,.82.06,1.16.49,1.13,1.43-.02.74-.43,1.13-1.22,1.13-1.79,0-3.59,0-5.38,0Z" /> <path class="menu-icon-white" d="M38.27,38.58c1.78,0,3.56,0,5.34,0,.49,0,.93.11,1.11.6.19.54.23,1.11-.18,1.59-.2.23-.47.32-.77.32-3.68,0-7.37,0-11.05,0-.61,0-.99-.41-1.01-1.01,0-.15,0-.3,0-.45.02-.65.4-1.04,1.06-1.05,1.84,0,3.67,0,5.51,0Z" /> <path class="menu-icon-white" d="M38.24,20.3c-1.78,0-3.56,0-5.34,0-.9,0-1.19-.35-1.19-1.41,0-.74.4-1.11,1.21-1.11,3.56,0,7.12,0,10.68,0,.5,0,.93.12,1.12.59.2.51.23,1.05-.11,1.53-.22.32-.56.4-.94.4-1.81,0-3.62,0-5.42,0Z" /> <path class="menu-icon-white" d="M21.33,41.1c-1.78,0-3.56,0-5.34,0-.49,0-.93-.11-1.11-.6-.19-.52-.23-1.08.14-1.56.23-.29.56-.36.92-.36,2.83,0,5.67,0,8.5,0,.73,0,1.45,0,2.18,0,.93,0,1.27.35,1.27,1.3,0,.29-.02.58-.21.82-.24.31-.56.4-.94.4-1.81,0-3.61,0-5.42,0Z" /> </svg> <div class="content"> <h3 class="title">Press</h3> <p class="description">Read articles Rentec Direct has contributed to or been written about</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/awards'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-green" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M24.09,8.01c.4.02.8.04,1.2.07,1.03.08,1.92-.26,2.73-.85.11-.08.23-.16.34-.24,1.75-1.17,3.57-1.22,5.26.02,1.25.92,2.57,1.16,4.08,1.03,1.47-.13,2.79.32,3.71,1.61.26.37.52.75.69,1.17.5,1.23,1.38,2.04,2.58,2.6,2.07.96,3,2.24,2.78,4.79-.11,1.31.17,2.46.96,3.54,1.35,1.84,1.36,3.72,0,5.56-.82,1.11-1.06,2.3-.96,3.64.18,2.33-.58,3.49-2.4,4.51-.17.09-.34.18-.52.25-1.07.46-1.86,1.21-2.33,2.29-.06.13-.11.27-.2.37-.67.75-.53,1.51-.19,2.39,1.4,3.7,2.73,7.43,4.08,11.15.05.13.1.26.14.4.1.36.07.7-.21.97-.28.27-.6.31-.97.19-1.27-.43-2.55-.85-3.81-1.3-.39-.14-.58-.08-.79.28-.62,1.07-1.28,2.12-1.92,3.18-.25.42-.52.81-1.09.75-.55-.06-.71-.49-.87-.93-1.44-3.97-2.89-7.93-4.32-11.9-.16-.44-.33-.62-.84-.58-1.1.09-1.09.05-1.47,1.09-1.39,3.83-2.79,7.67-4.18,11.5-.15.41-.35.77-.85.82-.49.05-.77-.24-1-.62-.66-1.09-1.34-2.17-1.97-3.27-.21-.37-.41-.46-.83-.31-1.16.43-2.34.8-3.51,1.2-.44.15-.88.29-1.27-.1-.38-.39-.27-.83-.1-1.27,1.46-4,2.9-8,4.37-11.99.15-.41.07-.69-.1-1.06-.77-1.69-1.94-2.88-3.66-3.68-1.74-.81-2.33-2.41-2.14-4.28.13-1.34-.11-2.54-.93-3.65-1.39-1.89-1.38-3.75.01-5.64.81-1.1,1.06-2.28.91-3.6-.22-1.99.57-3.51,2.33-4.46.18-.1.37-.19.56-.28,1.13-.48,1.93-1.28,2.42-2.41.1-.22.21-.44.33-.65.88-1.56,2.15-2.3,3.94-2.28ZM45.72,17.81c0-1.43-.4-2.17-1.67-2.71-1.71-.74-2.88-1.93-3.63-3.64-.6-1.36-1.54-1.82-3-1.62-1.54.21-2.99-.04-4.21-.99-1.53-1.19-2.93-1.17-4.45.01-1.18.91-2.59,1.18-4.06.99-1.62-.21-2.53.28-3.22,1.76-.09.19-.18.38-.27.57-.66,1.32-1.72,2.21-3.05,2.81-1.52.68-2.06,1.58-1.86,3.12.21,1.54-.04,2.99-.99,4.21-1.19,1.53-1.17,2.92.01,4.45.93,1.21,1.19,2.65.98,4.17-.2,1.49.28,2.45,1.68,3.06,1.67.73,2.83,1.9,3.56,3.57.61,1.4,1.57,1.87,3.07,1.67,1.5-.2,2.93.04,4.12.97,1.56,1.22,2.98,1.2,4.54,0,1.19-.92,2.62-1.16,4.12-.96,1.49.2,2.45-.28,3.06-1.68.73-1.67,1.9-2.83,3.57-3.56,1.36-.59,1.87-1.53,1.67-2.97-.22-1.66.16-3.14,1.11-4.5,1.12-1.61,1.11-2.35,0-3.98-.62-.91-1.06-1.87-1.15-2.99-.05-.63.03-1.25.07-1.74ZM24.39,53.38c.09-.15.13-.19.15-.24,1.3-3.55,2.59-7.1,3.89-10.65.1-.27-.02-.39-.22-.55-1.1-.86-2.35-1.08-3.7-.94-.66.07-1.33.03-1.96-.19-.4-.14-.54,0-.66.37-.78,2.18-1.58,4.35-2.37,6.53-.41,1.12-.81,2.25-1.22,3.38.24.06.39-.04.55-.09.86-.29,1.71-.59,2.57-.87.59-.19.91-.08,1.25.44.26.39.49.8.74,1.2.32.51.63,1.03.99,1.6ZM43.64,51.16c.01-.09.03-.13.02-.16-1.21-3.34-2.42-6.68-3.63-10.02-.09-.24-.22-.27-.44-.2-.77.25-1.57.29-2.38.21-1.25-.13-2.38.17-3.39.92-.28.2-.34.36-.22.68,1.25,3.4,2.48,6.81,3.72,10.21.06.17.07.38.27.49.2-.12.27-.32.37-.5.45-.73.88-1.46,1.34-2.18.35-.55.65-.67,1.28-.47.43.13.86.28,1.29.43.59.2,1.17.4,1.77.6Z" /> <path class="menu-icon-white" d="M31.02,11.1c7.36-.06,13.5,6.12,13.42,13.57-.08,7.33-6.13,13.35-13.53,13.31-7.39-.04-13.44-6.15-13.36-13.58.08-7.36,6.05-13.31,13.47-13.3ZM19.31,24.53c.12,6.57,5.19,11.66,11.66,11.66,6.5,0,11.67-5.06,11.67-11.68,0-6.37-4.98-11.61-11.61-11.63-6.52-.02-11.58,5.04-11.73,11.65Z" /> <path class="menu-icon-white" d="M25.21,31.09c.18-1.06.36-2.19.57-3.32.32-1.73.32-1.72-.98-2.93-.77-.71-1.5-1.45-2.25-2.18-.28-.27-.45-.58-.32-.98.13-.39.41-.58.81-.64,1.36-.2,2.72-.43,4.08-.6.6-.07.96-.29,1.21-.86.53-1.19,1.14-2.35,1.71-3.53.19-.4.45-.72.93-.73.51,0,.77.33.97.74.6,1.24,1.23,2.47,1.81,3.71.19.4.45.57.86.63,1.31.17,2.62.36,3.93.55.14.02.27.05.41.07.39.07.68.26.8.66.12.4-.06.71-.33.98-.99.96-1.96,1.94-2.97,2.87-.4.37-.55.71-.43,1.27.28,1.33.47,2.68.71,4.01.07.42.06.81-.3,1.09-.38.3-.78.21-1.18,0-1.15-.61-2.33-1.19-3.46-1.85-.59-.34-1.05-.32-1.63.01-1.16.67-2.36,1.28-3.56,1.88-.73.37-1.4-.03-1.4-.87ZM27.38,29.05c-.05.43.08.45.34.31.81-.44,1.65-.84,2.45-1.3.55-.32,1.05-.35,1.61-.02.77.45,1.57.84,2.36,1.25.13.07.28.23.42.13.14-.1.06-.29.04-.44-.15-.86-.28-1.72-.46-2.57-.13-.66,0-1.17.53-1.63.7-.6,1.33-1.28,2-1.92.07-.07.18-.14.14-.26-.04-.11-.16-.11-.27-.12-.97-.14-1.93-.3-2.9-.41-.54-.06-.9-.29-1.13-.79-.41-.87-.84-1.72-1.27-2.58-.06-.12-.09-.31-.23-.32-.19-.01-.21.21-.28.34-.44.87-.88,1.75-1.3,2.62-.21.43-.54.66-1.01.72-.98.13-1.97.28-2.95.42-.12.02-.27,0-.31.14-.03.14.11.21.19.29.65.63,1.28,1.29,1.96,1.88.53.46.65.98.52,1.64-.18.9-.32,1.82-.46,2.63Z" /> </svg> <div class="content"> <h3 class="title">Awards</h3> <p class="description">Awards that demonstrate our commitment to our clients, our community, and our growth</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/customer-service'"> <svg class="icon" id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-green" x="0" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M11.59,31.11c.05.95.03,2.06.25,3.18.23,1.19-.52,2.54-1.54,2.85-1.28.38-1.99-.48-2.41-1.44-1.44-3.29-1.43-6.62.08-9.9.4-.86,1.07-1.48,2.12-1.33.9.13.89-.59,1.08-1.09,2.51-6.35,6.95-10.73,13.43-12.89,10.71-3.58,22.33,1.9,26.53,12.45.36.9.57,1.71,1.87,1.57.75-.08,1.26.66,1.56,1.32,1.48,3.29,1.49,6.61.03,9.9-.42.94-1.12,1.66-2.31,1.47-.55-.09-.68.26-.83.66-1.34,3.77-3.53,6.95-6.62,9.48-.33.27-.49.61-.62,1-.65,1.87-2.09,2.87-3.91,3.37-.85.23-1.73.19-2.32-.62-.62-.85-.22-1.66.28-2.36,1.04-1.47,2.47-2.38,4.3-2.38.71,0,1.19-.25,1.67-.68,5.77-5.28,7.89-11.85,6.16-19.39-1.74-7.6-6.69-12.55-14.21-14.53-12.6-3.33-24.6,6.13-24.59,19.35Z" /> <path class="menu-icon-white" d="M13.95,30.71c.07-8.94,7.02-16.31,15.99-17.07,8.4-.72,16.22,5.05,18.13,13.26,1.91,8.2-2.4,16.69-10.24,19.88-1.01.41-1.76.97-2.34,1.88-.74,1.18-1.54,2.32-2.39,3.42-1.09,1.4-2.65,1.36-3.74-.03-.11-.14-.22-.29-.31-.44-1.55-2.48-3.39-4.42-6.19-5.81-5.7-2.84-8.96-8.87-8.91-15.08ZM46.83,30.84c0-8.46-6.81-15.5-15.13-15.65-7.27-.13-13.69,4.67-15.51,11.59-1.87,7.11,1.14,14.54,7.8,17.74,2.75,1.32,4.52,3.19,6.04,5.57.12.19.26.36.39.55.61.94,1.15.79,1.73-.05.8-1.19,1.67-2.34,2.45-3.54.51-.79,1.18-1.27,2.07-1.6,6.19-2.27,10.17-8.01,10.17-14.61Z" /> <path class="menu-icon-white" d="M23.62,32.97c-1.23,0-2.12-.85-2.15-2.07-.03-1.27.91-2.26,2.14-2.26,1.2,0,2.22,1.05,2.19,2.25-.03,1.18-.97,2.07-2.18,2.08Z" /> <path class="menu-icon-white" d="M38.96,32.97c-1.27.03-2.26-.91-2.26-2.14,0-1.15.96-2.14,2.11-2.19,1.22-.05,2.21.91,2.22,2.17,0,1.23-.85,2.12-2.07,2.15Z" /> <path class="menu-icon-white" d="M33.44,30.87c-.02,1.15-1,2.09-2.18,2.09-1.23,0-2.23-.99-2.21-2.2.02-1.12,1.05-2.13,2.17-2.14,1.15-.01,2.24,1.1,2.21,2.25Z" /> </svg> <div class="content"> <h3 class="title">Customer Service</h3> <p class="description">Learn about our exceptional customer service department</p> </div> </div> </div> </div> <div class="nav-mitem-5 nav-item"> <a class="" id="" href="#">Resources</a> <div class="submenu three-column menu-resources"> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/blog/'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-yellow" x="0" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M25.2,17.94c3,0,6,0,9,0,.28,0,.66-.12.81.17.17.33-.25.47-.41.69-.88,1.22-2.02,1.58-3.55,1.54-4.61-.11-9.23-.03-13.84-.02-1.97,0-2.41.46-2.41,2.46,0,5.32,0,10.64,0,15.96,0,1.61.5,2.1,2.11,2.1,1.15,0,2.29.03,3.44,0,.71-.02,1.01.23.99.97-.04,1.23-.02,2.47,0,3.7,0,.33-.19.82.2.95.36.13.57-.34.81-.58,1.42-1.4,2.85-2.8,4.23-4.25.55-.58,1.13-.82,1.93-.81,4.47.03,8.94.02,13.41.01,1.54,0,2.07-.52,2.07-2.06,0-4.12,0-8.23,0-12.35,0-.95,1.26-2.84,2.12-3.22.28-.12.39,0,.41.24.02.23.02.47.02.7,0,5,0,10,0,14.99,0,2.67-1.4,4.05-4.1,4.06-3.97,0-7.94.02-11.91-.02-.86,0-1.49.21-2.09.85-1.45,1.54-2.98,3-4.48,4.5-1.06,1.07-2.29,1.43-3.7.83-1.36-.58-1.98-1.7-2.02-3.15-.02-.76-.02-1.53,0-2.29.01-.53-.22-.75-.74-.73-.59.02-1.18.01-1.76,0-1.95-.06-3.49-1.52-3.5-3.49-.03-6.09-.03-12.17,0-18.26,0-1.77,1.32-3.19,3.08-3.43,1.75-.24,3.52-.07,5.28-.1,1.53-.02,3.06,0,4.59,0Z" /> <path class="menu-icon-white" d="M48.39,19.28c-.27,0-.4-.17-.55-.31-1.83-1.82-3.66-3.65-5.5-5.46-.36-.35-.34-.61.01-.95,1.13-1.11,2.25-2.23,3.36-3.36.44-.45.85-.47,1.29-.03,1.72,1.72,3.45,3.44,5.17,5.16.36.36.48.75.08,1.15-1.2,1.21-2.4,2.41-3.61,3.61-.08.08-.19.13-.26.18Z" /> <path class="menu-icon-white" d="M47.85,19.81c-.12.15-.23.33-.37.47-3.49,3.5-6.98,6.98-10.46,10.49-.44.44-.74.42-1.15-.02-1.55-1.62-1.51-1.14-.03-2.64,3.12-3.15,6.27-6.28,9.4-9.42.83-.83.83-.83,1.68.03.32.33.72.61.92,1.09Z" /> <path class="menu-icon-white" d="M31.99,26.65c-.22,0-.34-.13-.46-.26-.31-.31-.61-.64-.94-.93-.49-.41-.41-.72.02-1.14,3.46-3.44,6.9-6.89,10.34-10.35.44-.44.74-.54,1.22-.04,1.53,1.62,1.52,1.12.02,2.63-3.16,3.19-6.35,6.36-9.53,9.54-.2.2-.38.46-.66.54Z" /> <path class="menu-icon-white" d="M29.35,36.86c-3.41,0-6.82,0-10.23,0-.29,0-.59.01-.88-.05-.45-.09-.72-.39-.71-.87,0-.44.26-.72.68-.81.31-.06.64-.08.96-.08,6.76,0,13.53,0,20.29,0,.38,0,.77.03,1.13.11.42.09.65.4.64.84,0,.44-.27.71-.69.8-.28.06-.58.05-.88.05-3.44,0-6.88,0-10.32,0Z" /> <path class="menu-icon-white" d="M29.15,33.07c-.65-.04-.92-.34-.82-.87.39-2.1.81-4.2,1.23-6.3.09-.46.33-.52.66-.19,1.8,1.8,3.61,3.61,5.41,5.42.25.25.36.53-.11.63-2.15.45-4.3.89-6.37,1.31Z" /> <path class="menu-icon-white" d="M23.3,24.97c1.47,0,2.94,0,4.41,0,.35,0,.89-.13.83.48-.06.53.05,1.28-.83,1.31-.82.03-1.65.01-2.47.01-1.97,0-3.94,0-5.91,0-.26,0-.53,0-.79-.02-.55-.05-1-.26-1-.89,0-.63.45-.87,1-.89,1.03-.03,2.06-.02,3.09-.02.56,0,1.12,0,1.68,0Z" /> <path class="menu-icon-white" d="M22.79,30.06c1.29,0,2.58-.01,3.87,0,.36,0,.93-.18.84.53-.06.53-.02,1.17-.86,1.17-1.26-.01-2.52,0-3.79,0-1.41,0-2.82,0-4.23,0-.59,0-1.1-.18-1.09-.86,0-.68.52-.85,1.11-.85,1.38,0,2.76,0,4.14,0Z" /> </svg> <div class="content"> <h3 class="title">Blog</h3> <p class="description">Articles about the real estate and rental markets for landlords</p> </div> </div> <div class="item" onclick="window.location.href='https://help.rentecdirect.com/'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-yellow" width="62.5" height="62.5" rx="5.75" ry="5.75" /> <path class="menu-icon-white" d="M11.5,26.78c.52-.89,1.4-.67,2.2-.69,1.98-.03,1.88.25,1.89-1.86.01-2.76.55-3.27,3.39-3.22.65.01,1.79,1.48,1.63,2.1-.05.22-.22.24-.39.25-.31.02-.61.04-.92.02-.89-.05-1.27.29-1.28,1.25-.02,6.42-.08,12.85-.16,19.27-.01.85.18,1.2,1.12,1.2,3.75,0,7.26.97,10.44,2.99.73.47.84.21.84-.5-.01-2.75,0-5.51,0-8.26,0-1.15.9-1.82,2.01-1.53.56.15.45.62.45,1,.01,2.69,0,5.37,0,8.06,0,.31.02.61,0,.92-.06.81.19.97.9.52,3.25-2.06,6.75-3.34,10.65-3.37.62,0,.83-.27.83-.87,0-6.56,0-13.12,0-19.69,0-.54-.19-.84-.76-.82-.14,0-.29.04-.4-.02-.5-.23-1.47.55-1.53-.53-.07-1.32.72-2.02,1.91-1.91,3.26.3,3.2.13,3.16,3.4-.02,1.59,0,1.57,1.61,1.6.85.02,1.81-.29,2.4.68v26.33c-.63.77-1.4.62-2.23.39-3.55-.98-7.15-1.58-10.85-1.16-2.2.25-4.35.67-6.31,1.79h-1.22c-1.1-.73-2.36-1.03-3.61-1.33-4.66-1.13-9.23-.54-13.76.75-.79.22-1.46.26-2.02-.43v-26.33ZM28.62,50.64c-.15-.48-.44-.55-.66-.68-3.23-1.92-6.74-2.66-10.46-2.47-1.64.08-1.97-.21-1.97-1.88.01-5.03.03-10.07.04-15.1,0-.41-.01-.82,0-1.22.01-.54-.21-.77-.78-.82-.88-.07-.99.38-.99,1.11.02,6.77.03,13.53,0,20.3,0,.94.3,1.09,1.12.88,2.75-.7,5.55-1.01,8.38-.93,1.76.05,3.49.39,5.33.82ZM34.72,50.51c4.49-1.15,8.96-.83,13.4.22.89.21,1.1,0,1.1-.89-.03-6.73-.02-13.46-.02-20.2,0-.17,0-.34,0-.51.01-.48-.24-.63-.69-.68-.84-.09-1.03.31-1.02,1.07.02,5.34.01,10.68.01,16.01,0,1.77-.25,2.05-2.03,1.88-3.99-.38-7.47.96-10.75,3.08Z" /> <path class="menu-icon-white" d="M32.73,1.68c1.02,1.06.53,2.29.35,3.46-.06.38-.47.57-.88.56-.45-.02-.86-.26-.89-.69-.07-1.12-.4-2.3.4-3.33h1.02Z" /> <path class="menu-icon-white" d="M40.35,16.74c0,1.53-.36,2.94-1.23,4.23-.94,1.37-1.81,2.79-2.7,4.2-.31.48-.68.81-1.28.89-2.18.3-4.37.64-6.55.95-.6.09-1.1-.08-1.3-.7-.49-1.45-1.45-2.59-2.38-3.76-2.97-3.75-2.76-8.88.46-12.07,2.49-2.47,6.25-3.12,9.64-1.68,3.39,1.44,5.36,4.37,5.35,7.94ZM38.61,16.75c.02-2.95-1.55-5.28-4.33-6.4-2.82-1.14-5.87-.58-7.83,1.44-2.46,2.54-2.54,6.81-.14,9.8.74.93,1.57,1.8,2.04,2.91.24.58.6.72,1.19.62,1.47-.24,2.95-.46,4.43-.63.64-.07,1.06-.34,1.39-.87.71-1.15,1.44-2.31,2.21-3.42.73-1.05,1.05-2.19,1.04-3.45Z" /> <path class="menu-icon-white" d="M35.41,29.39c-.05.63-.09,1.48-.2,2.32-.39,2.89-3.42,4.36-5.67,2.77-.94-.66-1.28-1.63-1.45-2.69-.07-.43-.1-.87-.13-1.31-.16-2.06-.16-2.07,1.84-2.4,1.44-.23,2.88-.42,4.32-.65,1.35-.22,1.34-.23,1.29,1.14,0,.2,0,.41,0,.82Z" /> <path class="menu-icon-white" d="M43.07,15.62c-.27.02-.54.08-.81.07-.54-.03-.89-.34-.97-.87-.09-.54.19-.97.7-1.08.72-.16,1.47-.23,2.21-.27.57-.03.98.28,1.07.87.09.65-.28,1.02-.89,1.14-.43.09-.87.11-1.3.16,0,0,0-.02,0-.03Z" /> <path class="menu-icon-white" d="M41.96,6.06c-.41.86-.86,1.8-1.73,2.45-.37.28-.79.11-1.11-.19-.33-.31-.43-.72-.2-1.11.4-.67.83-1.32,1.29-1.94.26-.35.67-.46,1.1-.28.41.18.62.51.64,1.08Z" /> <path class="menu-icon-white" d="M19.38,16.59c-.26-.04-.6-.05-.92-.14-.47-.13-.74-.46-.72-.97.02-.5.3-.88.77-.93.8-.09,1.61-.11,2.42-.07.49.02.78.4.81.89.04.55-.26.91-.78,1.03-.49.11-1,.13-1.58.19Z" /> <path class="menu-icon-white" d="M24.31,6.82c.03.77-.83,1.28-1.52.86-.69-.43-1.26-1.04-1.77-1.67-.26-.32-.25-.7-.04-1.05.19-.31.47-.48.85-.47.7,0,2.46,1.66,2.48,2.34Z" /> </svg> <div class="content"> <h3 class="title">Knowledge Base</h3> <p class="description">A repository of information about how to use Rentec Direct’s software</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/video-demo'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-yellow" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M31.54,47.68c-6.88,0-13.76,0-20.63,0-2.09,0-3.48-1.38-3.48-3.46,0-7.7,0-15.41,0-23.11,0-2.15,1.41-3.54,3.56-3.54,13.74,0,27.47,0,41.21,0,2.17,0,3.58,1.4,3.58,3.58,0,7.64,0,15.29,0,22.93,0,2.25-1.36,3.6-3.6,3.6-6.88,0-13.76,0-20.63,0ZM31.5,43.39c4.03,0,8.05,0,12.08,0,1.28,0,1.8-.5,1.8-1.77,0-6.03,0-12.06,0-18.09,0-1.2-.58-1.78-1.77-1.78-8.05,0-16.11,0-24.16,0-1.24,0-1.85.61-1.85,1.85,0,6.01,0,12.02,0,18.03,0,1.21.56,1.77,1.76,1.77,4.05,0,8.09,0,12.14,0ZM50.53,43.58s0,0,0,0c.53,0,1.06.03,1.59,0,.83-.06,1.3-.51,1.35-1.34.04-.57.04-1.14,0-1.71-.06-.84-.5-1.3-1.29-1.32-1.08-.03-2.16-.03-3.24,0-.79.02-1.25.52-1.28,1.33-.02.55-.02,1.1,0,1.65.02.86.49,1.35,1.35,1.4.51.03,1.02,0,1.53,0ZM12.47,39.18s0,0,0,.01c-.57,0-1.14-.02-1.71,0-.72.03-1.16.48-1.19,1.2-.03.59-.02,1.18,0,1.77.02.89.45,1.37,1.33,1.4,1.06.04,2.12.03,3.18,0,.77-.02,1.22-.52,1.25-1.29.02-.63.03-1.26,0-1.88-.04-.74-.52-1.19-1.26-1.21-.53-.01-1.06,0-1.59,0ZM50.58,26.06h0c.49,0,.98,0,1.47,0,.89,0,1.36-.41,1.42-1.28.04-.58.04-1.18,0-1.76-.07-.88-.54-1.28-1.43-1.29-1.02,0-2.04,0-3.06,0-.76,0-1.27.46-1.31,1.21-.04.64-.04,1.29,0,1.94.05.76.5,1.16,1.26,1.18.55.01,1.1,0,1.65,0ZM50.57,30.46c-.53,0-1.06,0-1.59,0-.79.01-1.28.48-1.32,1.27-.03.57-.02,1.14,0,1.7.02.91.47,1.35,1.39,1.37.98.01,1.96,0,2.94.03.8.02,1.35-.35,1.46-1.13.11-.7.11-1.41,0-2.11-.14-.8-.57-1.12-1.4-1.13-.49,0-.98,0-1.47,0ZM12.47,30.46c-.57,0-1.14-.02-1.71,0-.64.02-1.14.46-1.18,1.09-.04.7-.04,1.41,0,2.12.03.64.43,1.08,1.02,1.1,1.2.04,2.39.05,3.59.02.68-.02,1.09-.46,1.12-1.13.03-.69.03-1.38,0-2.06-.04-.67-.52-1.12-1.19-1.14-.55-.02-1.1,0-1.65,0ZM12.49,21.73s0,0,0,0c-.57,0-1.14-.01-1.71,0-.67.02-1.16.47-1.2,1.13-.04.68-.04,1.37,0,2.06.04.71.47,1.12,1.18,1.13,1.12.02,2.24.02,3.35,0,.74-.01,1.17-.43,1.21-1.17.03-.63.03-1.26,0-1.88-.03-.8-.52-1.26-1.31-1.28-.51,0-1.02,0-1.53,0Z" /> <path class="menu-icon-white" d="M28.12,26.65c.23,0,.42.08.61.19,2.81,1.65,5.62,3.29,8.42,4.95.84.5.8,1.46-.08,1.98-2.48,1.47-4.97,2.93-7.45,4.39-.3.18-.59.39-.91.54-.81.4-1.61-.06-1.61-.97-.02-3.32-.01-6.63,0-9.95,0-.64.46-1.12,1.03-1.14Z" /> </svg> <div class="content"> <h3 class="title">Video Demos</h3> <p class="description">Videos to help you learn more about Rentec Direct property management software</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/learn/'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-yellow" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M31.54,47.68c-6.88,0-13.76,0-20.63,0-2.09,0-3.48-1.38-3.48-3.46,0-7.7,0-15.41,0-23.11,0-2.15,1.41-3.54,3.56-3.54,13.74,0,27.47,0,41.21,0,2.17,0,3.58,1.4,3.58,3.58,0,7.64,0,15.29,0,22.93,0,2.25-1.36,3.6-3.6,3.6-6.88,0-13.76,0-20.63,0ZM31.5,43.39c4.03,0,8.05,0,12.08,0,1.28,0,1.8-.5,1.8-1.77,0-6.03,0-12.06,0-18.09,0-1.2-.58-1.78-1.77-1.78-8.05,0-16.11,0-24.16,0-1.24,0-1.85.61-1.85,1.85,0,6.01,0,12.02,0,18.03,0,1.21.56,1.77,1.76,1.77,4.05,0,8.09,0,12.14,0ZM50.53,43.58s0,0,0,0c.53,0,1.06.03,1.59,0,.83-.06,1.3-.51,1.35-1.34.04-.57.04-1.14,0-1.71-.06-.84-.5-1.3-1.29-1.32-1.08-.03-2.16-.03-3.24,0-.79.02-1.25.52-1.28,1.33-.02.55-.02,1.1,0,1.65.02.86.49,1.35,1.35,1.4.51.03,1.02,0,1.53,0ZM12.47,39.18s0,0,0,.01c-.57,0-1.14-.02-1.71,0-.72.03-1.16.48-1.19,1.2-.03.59-.02,1.18,0,1.77.02.89.45,1.37,1.33,1.4,1.06.04,2.12.03,3.18,0,.77-.02,1.22-.52,1.25-1.29.02-.63.03-1.26,0-1.88-.04-.74-.52-1.19-1.26-1.21-.53-.01-1.06,0-1.59,0ZM50.58,26.06h0c.49,0,.98,0,1.47,0,.89,0,1.36-.41,1.42-1.28.04-.58.04-1.18,0-1.76-.07-.88-.54-1.28-1.43-1.29-1.02,0-2.04,0-3.06,0-.76,0-1.27.46-1.31,1.21-.04.64-.04,1.29,0,1.94.05.76.5,1.16,1.26,1.18.55.01,1.1,0,1.65,0ZM50.57,30.46c-.53,0-1.06,0-1.59,0-.79.01-1.28.48-1.32,1.27-.03.57-.02,1.14,0,1.7.02.91.47,1.35,1.39,1.37.98.01,1.96,0,2.94.03.8.02,1.35-.35,1.46-1.13.11-.7.11-1.41,0-2.11-.14-.8-.57-1.12-1.4-1.13-.49,0-.98,0-1.47,0ZM12.47,30.46c-.57,0-1.14-.02-1.71,0-.64.02-1.14.46-1.18,1.09-.04.7-.04,1.41,0,2.12.03.64.43,1.08,1.02,1.1,1.2.04,2.39.05,3.59.02.68-.02,1.09-.46,1.12-1.13.03-.69.03-1.38,0-2.06-.04-.67-.52-1.12-1.19-1.14-.55-.02-1.1,0-1.65,0ZM12.49,21.73s0,0,0,0c-.57,0-1.14-.01-1.71,0-.67.02-1.16.47-1.2,1.13-.04.68-.04,1.37,0,2.06.04.71.47,1.12,1.18,1.13,1.12.02,2.24.02,3.35,0,.74-.01,1.17-.43,1.21-1.17.03-.63.03-1.26,0-1.88-.03-.8-.52-1.26-1.31-1.28-.51,0-1.02,0-1.53,0Z" /> <path class="menu-icon-white" d="M28.12,26.65c.23,0,.42.08.61.19,2.81,1.65,5.62,3.29,8.42,4.95.84.5.8,1.46-.08,1.98-2.48,1.47-4.97,2.93-7.45,4.39-.3.18-.59.39-.91.54-.81.4-1.61-.06-1.61-.97-.02-3.32-.01-6.63,0-9.95,0-.64.46-1.12,1.03-1.14Z" /> </svg> <div class="content"> <h3 class="title">Learning Center</h3> <p class="description">Learn more about property management software and property management</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/faq'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-yellow" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M52.5,34.02c-.02,2.08-.93,5.14-3.27,7.45-1.63,1.6-1.6,3.09-.69,4.84.5.97,1.11,1.89,1.7,2.81.28.45.59.88.31,1.43-.34.67-.98.58-1.54.48-2.81-.52-5.26-1.79-7.25-3.84-.77-.79-1.55-1.19-2.69-1.23-4.68-.15-8.33-2.25-10.74-6.24-.77-1.29-1.49-1.19-2.79-1.09-3.07.25-5.59,1.23-7.84,3.4-1.28,1.24-3.13,1.77-4.94,2.11-.6.11-1.19.18-1.57-.4-.39-.6-.05-1.1.3-1.59.41-.58.84-1.15,1.19-1.77,1.63-2.87,1.55-3.6-.58-6.12-4.74-5.62-3.64-14.21,2.4-18.74,5.9-4.43,14.61-2.92,18.56,3.32.9,1.42,1.59,1.84,3.34,1.42,8.24-2,16.05,4.16,16.09,13.73ZM46.59,48c.06-.37.09-.43.07-.49-.06-.25-.1-.51-.21-.74-1.2-2.58-1.04-4.58,1.27-6.81,3.49-3.36,3.54-9.1.75-13.24-2.74-4.07-8-5.78-12.66-4.13-4.97,1.76-8.12,6.94-7.26,11.91.98,5.62,5.27,9.36,10.89,9.33,1.48,0,2.57.3,3.49,1.53.88,1.18,2.09,2.06,3.64,2.64ZM14.95,40.92c.42-.02.56,0,.67-.05.24-.09.52-.17.69-.34,2.43-2.55,5.21-4.16,8.91-3.93,1.01.06,1.45-.72,1.28-1.9-.67-4.66.9-8.57,4.45-11.57,1.32-1.12,1.26-1.92.42-3.2-3.37-5.1-10.89-6.38-15.75-2.62-5.09,3.94-6.05,11.51-1.54,15.88,2.26,2.18,2.17,4.07,1.22,6.49-.14.34-.21.71-.36,1.23Z" /> <path class="menu-icon-white" d="M39.31,33.96c-2.06,0-4.12,0-6.18,0-.68,0-1.36-.11-1.42-.96-.06-.86.64-1.09,1.3-1.09,4.31-.03,8.62-.02,12.93,0,.61,0,1.22.26,1.24.96.03.82-.6,1.08-1.31,1.08-2.19.02-4.38,0-6.56,0,0,0,0,0,0,0Z" /> <path class="menu-icon-white" d="M39.39,29.68c-1.48,0-2.96.01-4.43,0-.74,0-1.54-.14-1.54-1.06,0-.79.73-1.01,1.4-1.01,3.08-.02,6.17-.02,9.25.01.66,0,1.36.23,1.34,1.07-.02.84-.72.98-1.39.98-1.54.02-3.08,0-4.63,0Z" /> <path class="menu-icon-white" d="M39.39,38.22c-1.55,0-3.1.01-4.66,0-.62,0-1.23-.18-1.3-.89-.08-.86.61-1.12,1.27-1.12,3.17-.03,6.33-.02,9.5.01.6,0,1.21.29,1.21,1.01,0,.85-.68,1-1.37,1.01-1.55.01-3.1,0-4.66,0,0,0,0,0,0,0Z" /> <path class="menu-icon-white" d="M21.22,28.55c0-1.4.5-2.48,1.44-3.37.64-.6,1.17-1.24.85-2.19-.2-.6-.65-1.01-1.3-.97-.91.05-1.3.7-1.56,1.5-.19.61-.59,1.08-1.28.81-.73-.29-.78-.94-.61-1.63.39-1.54,1.41-2.46,2.93-2.75,1.58-.3,2.79.42,3.6,1.72.83,1.34.79,2.79-.23,3.97-.94,1.1-1.89,2.07-1.83,3.66.02.59-.41,1.18-1.13,1.03-1.04-.22-.83-1.14-.89-1.79Z" /> </svg> <div class="content"> <h3 class="title">FAQs</h3> <p class="description">Find a list of commonly asked questions about Rentec products.</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/blog/category/news/'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-yellow" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M41.61,29.6c0,4.49,0,8.98,0,13.46,0,2.5-1.11,3.16-3.3,1.94-4.23-2.36-8.59-4.44-13.18-6-1.71-.58-1.82-.47-1.65,1.26.18,1.88.38,3.76.71,5.63.56,3.13-1.49,5.53-4.72,5.76-3.04.22-5.34-2-5.26-5.14.08-3,0-5.97-.54-8.93-.2-1.12-.77-1.53-1.77-1.64-.94-.1-1.88-.19-2.82-.29-1.13-.11-1.73-.77-1.74-1.87-.03-2.84-.03-5.68,0-8.53.01-1.19.69-1.78,1.88-1.88,5.74-.46,11.32-1.68,16.75-3.62,4.29-1.53,8.38-3.46,12.34-5.7,2.17-1.23,3.29-.59,3.3,1.91.01,4.54,0,9.08,0,13.61ZM38.2,29.57c0-3.44,0-6.88,0-10.32,0-.83-.11-1.27-1.09-.75-6.29,3.34-12.93,5.71-19.9,7.17-.8.17-1.08.56-1.07,1.33.02,1.64.05,3.29-.02,4.93-.04,1.01.37,1.4,1.32,1.58,6.86,1.31,13.31,3.76,19.48,7.01.97.51,1.3.36,1.29-.77-.04-3.39-.01-6.78-.02-10.17ZM17.61,44.31c0,.9-.05,1.8.01,2.69.08,1.11.89,1.37,1.82,1.28.86-.09,1.7-.54,1.5-1.5-.58-2.85-.83-5.71-.82-8.61,0-.63-1.83-1.47-2.6-1.19-.82.29-.41,1-.34,1.53.25,1.93.54,3.85.43,5.8ZM12.75,29.44c0-.64.01-1.29,0-1.93-.02-.48.05-1.08-.73-1-.59.06-1.26.11-1.27.94-.02,1.43-.04,2.87.02,4.3.03.8.75.86,1.33.88.63.03.63-.52.64-.96.02-.74,0-1.49,0-2.23Z" /> <path class="menu-icon-white" d="M53.96,27.37c1.24,0,2.48-.03,3.72,0,1.02.03,1.76.54,1.82,1.59.06,1.09-.7,1.68-1.68,1.71-2.63.07-5.26.08-7.89,0-.99-.03-1.65-.71-1.57-1.8.08-1.03.8-1.46,1.73-1.49,1.29-.05,2.58-.01,3.87-.01,0,0,0,0,0,0Z" /> <path class="menu-icon-white" d="M45.34,20.73c-.03-.51.3-.94.68-1.35,1.61-1.69,3.22-3.38,4.84-5.07.8-.84,1.72-1.35,2.7-.38.99.97.47,1.87-.34,2.7-1.66,1.71-3.3,3.45-4.96,5.16-.56.58-1.25.82-2.03.46-.59-.28-.89-.77-.89-1.52Z" /> <path class="menu-icon-white" d="M45.34,38.2c0-.86.31-1.33.89-1.63.6-.31,1.23-.26,1.67.18,1.99,2.01,3.96,4.05,5.87,6.14.57.63.39,1.42-.21,2.02-.61.61-1.39.75-2.01.17-2.08-1.92-4.07-3.94-5.91-6.1-.21-.24-.25-.63-.3-.78Z" /> </svg> <div class="content"> <h3 class="title">News</h3> <p class="description">Latest news about Rentec Direct and topics related to landlords and property managers</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/blog/category/education/'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-yellow" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M29.07,52.61c-7.29,0-13.67-4.47-16.15-11.33-2.4-6.64-.23-14.33,5.32-18.86.78-.64,1.62-4.22,1.18-5-.23-.41-.64-.36-1.01-.43-1.78-.33-3.56-.65-5.33-1-.83-.16-1.68-.4-1.67-1.47.01-.96.75-1.27,1.54-1.42,5.11-.96,10.22-1.98,15.36-2.81,2.19-.36,4.33.54,6.48.91,3.35.58,6.69,1.2,10.02,1.83.86.16,1.84.37,1.83,1.52,0,1.17-.98,1.37-1.85,1.47-1.18.14-1.57.76-1.51,1.89.07,1.4-.16,2.8,1.01,3.99.86.88.21,2.14.16,3.17-.14,3.15,1.22,5.99,1.54,9.03,1.08,10.27-7.76,18.87-16.92,18.52ZM15.86,14.32c.01.11.02.22.03.33.58.12,1.16.28,1.75.36,5.57.82,11.03,2.94,16.83,1.16,2.51-.77,5.16-1.03,7.75-1.52-1.42-.58-2.8-.9-4.2-1.11-3.19-.46-6.34-1.76-9.55-1.43-4.23.44-8.41,1.44-12.61,2.19ZM29.82,39.46c.03,2.93-.37,2.96,2.64,3.18,3.98.3,3.82,1.1,4.6-3.7.37-2.29.19-2.47-2.07-2.47-.71,0-1.42,0-2.13,0-3.3,0-3.02-.24-3.03,2.99ZM24.51,36.47c-.77,0-1.53.03-2.3,0-.99-.05-1.32.39-1.33,1.37-.02,4.41.7,5.12,4.91,4.75.11,0,.22-.03.33-.02,1.81.22,2.2-.69,2.14-2.33-.14-4.31.52-3.72-3.75-3.77ZM24.5,34.68s0-.01,0-.02c.88,0,1.75,0,2.63,0,.63,0,.97-.29,1.1-.96.73-3.96.09-4.83-3.86-5.19-.44-.04-.87-.12-1.3-.2-.87-.17-1.36.17-1.51,1.05-.09.54-.24,1.07-.34,1.61q-.71,3.7,2.95,3.7c.11,0,.22,0,.33,0ZM33.51,34.68q4.08,0,3.28-3.99c-.01-.05-.02-.11-.03-.16-.48-2.29-.48-2.28-2.87-2.03-.6.06-1.2.05-1.81.09-2.16.14-2.29.25-2.26,2.45.04,4.12-.59,3.6,3.69,3.65ZM41.64,36.47q-2.49,0-2.86,2.52c-.11.75-.18,1.51-.34,2.26-.48,2.28-.45,2.28,1.78,2.8,1.03.24,1.66-.09,2.14-.97.63-1.16,1.08-2.38,1.43-3.64.74-2.66.52-2.96-2.16-2.96ZM16.54,36.47c-.38,0-.77.03-1.14,0-1.16-.1-1.61.43-1.43,1.55.3,1.96.88,3.84,2.02,5.47.97,1.39,2.19.36,3.27.12,1.06-.23.59-1.08.47-1.75-.17-1.02-.34-2.04-.5-3.06q-.36-2.33-2.69-2.33ZM16.45,34.68q2.43,0,2.79-2.41c.1-.7.19-1.41.34-2.1.51-2.46.47-2.46-1.98-2.98-.94-.2-1.44.11-1.84.88-.63,1.22-1.2,2.45-1.52,3.79-.63,2.58-.45,2.82,2.22,2.82ZM29.82,20.65q0,2.62,2.27,2.1c1.01-.23,2.02-.46,3.03-.69,1.93-.45,2.22-1.04,1.71-3.43-.36-1.69-1.51-.73-2.34-.67-.87.06-1.72.33-2.58.42-1.58.15-2.49.78-2.08,2.27ZM28.24,20.69c.4-1.46-.43-2.15-2.05-2.3-.97-.09-1.93-.36-2.9-.48-.77-.1-1.75-.77-2.06.69-.46,2.2-.26,2.92,1.2,3.33,1.15.33,2.34.55,3.51.82q2.3.53,2.3-2.06ZM41.69,34.68c.61-.18,1.63.38,2.24-.47.83-1.14-.56-3.93-1.99-4-1.08-.06-1.82-.36-1.82-1.59,0-.73-.29-1.16-1.1-1.02-.77.13-.94.59-.8,1.31.24,1.18.44,2.37.62,3.55.34,2.21.33,2.21,2.85,2.22ZM29.82,47.59c0,.55-.01,1.09,0,1.64.04,1.58.33,1.72,1.72.88,1.34-.82,2.3-2,3.07-3.34,1.07-1.84,1.04-1.9-1.06-2.24-3.62-.59-3.74-.49-3.74,3.06ZM28.24,47.7c0-3.69-.1-3.77-3.79-3.16-.22.04-.43.1-.65.1-.99,0-1.28.38-.79,1.31.69,1.32,1.45,2.58,2.63,3.51.66.52,1.38,1.43,2.25,1.02.75-.36.24-1.4.35-2.12.03-.21,0-.44,0-.65ZM38.65,18.87c.06.77.13,1.47.16,2.17.02.55.29.94.77,1.14.55.23.71-.32,1.02-.58,1-.8.87-1.91.86-2.99-.01-1.92-.22-2.02-2.08-1.61-1.38.3-.62,1.25-.74,1.87ZM30.91,26.98c1.08-.11,1.95-.16,2.81-.29.57-.09,1.57.22,1.46-.76-.09-.88-.51-1.87-1.79-1.63-.91.17-1.8.41-2.7.61-.75.17-.92.69-.81,1.35.12.73.7.72,1.04.72ZM27.21,26.97c.17,0,.88.13,1-.83.1-.84-.37-1.17-1.11-1.31-.91-.17-1.8-.46-2.71-.54-1.08-.1-1.38.85-1.51,1.6-.17.94.73.72,1.26.79.86.12,1.73.17,3.07.29Z" /> </svg> <div class="content"> <h3 class="title">Education Blog</h3> <p class="description">Free education topics for property managers, landlords, and tenants.</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/blog/webinar-series/'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-yellow" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M30.44,54.67c-7.45,0-14.9,0-22.35,0-2.76,0-3.74-1.29-3.1-3.93.15-.63.46-1.26,1.07-1.32,1.84-.16,1.44-1.27,1.39-2.52-.13-3.32-.09-6.65-.04-9.98.02-1.88,1.03-3.12,2.8-3.71,1.45-.49,2.93-.89,4.37-1.39,1.68-.58,2.15-1.7,1.24-3.22-.59-.99-1.06-2.04-2.27-2.66-1.74-.89-1.62-2.63-1.1-4.22.27-.83.15-1.39-.2-2.2-.92-2.11-.8-4.22.03-6.49,1.57-4.28,5.23-5.47,8.95-6.32,2.56-.59,5.11.68,7.4,1.8,3.97,1.94,4.89,5.56,4.63,9.64-.04.69-.38,1.26-.83,1.77-.51.58-.82,1.22-.41,2,.39.73,1.11.64,1.76.64,5.52.01,11.04,0,16.57.02.93,0,1.87.04,2.78.19,2.15.36,3.21,1.49,3.23,3.62.05,5.06.05,10.11,0,15.17-.02,2.15-1.2,3.42-3.44,3.68-1.71.19-3.45.06-5.18.15-.8.04-2.09-.46-1.92,1.19.13,1.29-.03,2.76,2.07,2.63,1.99-.13,3.99.02,5.99-.03,1.93-.04,2.55.94,2.53,2.74-.01,1.81-.73,2.74-2.59,2.74-7.78-.01-15.57,0-23.35,0h0ZM40.13,24.74c-3.92,0-7.85.02-11.77,0-1.75-.01-2.55.76-2.54,2.52.03,4.45.04,8.91,0,13.36-.02,1.88.84,2.66,2.67,2.6,1.39-.05,2.8-.09,4.19.01,1.6.12,2.16-.51,2.37-2.11.6-4.56.9-4.73,5.57-4.71.33,0,.66.01,1,0,1.74-.03,2.7.87,3.08,2.52q.98,4.28,5.46,4.27c.47,0,.93,0,1.4,0,2.21-.06,2.86-.67,2.88-2.87.03-4.19.03-8.38,0-12.57-.01-2.42-.64-3.01-3.13-3.02-3.72-.02-7.45,0-11.17,0ZM9.56,41.98s.01,0,.02,0c0,1.53-.03,3.06,0,4.59.03,1.5.94,2.42,2.33,2.54,2.05.17,4.12.08,6.18.07.68,0,1.16-.3,1.18-1.06.02-.79-.47-1.03-1.15-1.05-1.13-.03-2.26,0-3.39-.06-1.11-.05-2.01-.58-2.1-1.74-.13-1.65-.07-3.32-.04-4.98,0-.56.26-1.08.9-1.13.78-.07,1.04.54,1.11,1.14.1.92.13,1.86.1,2.78-.04,1.27.49,1.82,1.77,1.77,1.59-.05,3.19.04,4.78-.02,2.56-.1,4.59.44,5.3,3.35.39,1.56,1.85,1.05,2.87.94,1.49-.17.97-1.48,1.03-2.4.07-1.24-.82-1.28-1.75-1.34-4.06-.26-4.85-1.02-5.01-5.02-.05-1.14-.38-1.66-1.59-1.75-2.58-.18-5.08-.87-6.82-2.86-1.33-1.51-2.57-1.18-4.07-.61-1.46.56-1.72,1.67-1.68,3.04.04,1.26,0,2.53,0,3.79ZM29.32,20.05c1.21-1.22,1.89-1.99,1.74-3.55-.12-1.26-.51-2.16-1.07-3.22-1.51-2.84-6.09-5.03-9.14-4.23-2.77.73-5.02,1.85-6.34,4.75-1.03,2.26-1.05,4.31,1.1,5.98.23-2.01,1.16-3.63,3.2-3.7,1.26-.04,2.55.04,3.83.05,1.03,0,2.04-.07,3.06-.08,2.25-.03,3.33,1.54,3.63,3.99ZM20.57,18.72c-.92-.07-1.97-.57-2.1.11-.39,1.96-2.36,3.25-1.97,5.59.37,2.23,1.68,3.5,3.32,4.68,1.01.73,2.16.78,3.22.36,1.01-.4.65-1.5.63-2.31-.05-1.98.51-3.54,2.53-4.23.75-.26,1.81-.36,1.17-1.49-.6-1.05.2-3.31-2.36-2.83-1.55.29-3.16-.23-4.44.11ZM39.97,49.2c.53,0,1.07-.06,1.59.01,2.03.28,2.37-.79,2.11-2.48-.33-2.09-.58-4.19-.85-6.29-.19-1.5-1.11-1.93-2.51-1.89-1.35.04-2.74-.12-2.97,1.77-.21,1.71-.43,3.41-.66,5.11q-.49,3.76,3.3,3.76ZM30.63,52.49c7.12,0,14.23.01,21.35-.02.73,0,2.09.34,2.06-.48-.04-1.09-1.39-.6-2.15-.6-14.17-.03-28.33-.02-42.5-.02-.53,0-1.06.01-1.59.05-.34.02-.71.14-.68.55.03.41.43.46.76.48.53.03,1.06.03,1.6.03,7.05,0,14.1,0,21.15,0ZM23.69,33.96c.28-1.47-.35-2.32-2.14-2.12-.39.04-.86.06-1.17-.12-2.2-1.27-2.99,1-3.5,1.94-.6,1.09,1.27,1.46,2.14,2,.6.37,1.34.57,2.05.7,2.14.39,2.61-.03,2.62-2.4Z" /> </svg> <div class="content"> <h3 class="title">Live Training Webinar Series</h3> <p class="description">Free training sessions give you direct access to Rentec Direct experts</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/blog/state-rental-laws-resource-guides-state/'"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-yellow" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M13.42,54.86c-.4-.34-.5-.78-.5-1.3,0-15.12,0-30.24,0-45.35,0-1.06.26-1.32,1.33-1.32,8.5,0,17.01,0,25.51,0,.54,0,.94.17,1.32.55,2.61,2.64,5.24,5.27,7.87,7.88.38.38.56.78.56,1.32-.01,12.31-.01,24.62,0,36.93,0,.52-.11.95-.5,1.29H13.42ZM14.67,30.89c0,7.19,0,14.39,0,21.58q0,.67.65.67c10.6,0,21.19,0,31.79,0q.63,0,.64-.65c0-11.59,0-23.19,0-34.78q0-.65-.68-.65c-2.25,0-4.49,0-6.74,0-.7,0-.99-.27-1.06-.97-.02-.17-.01-.34-.01-.51,0-2.09,0-4.18,0-6.27q0-.67-.67-.67c-7.76,0-15.51,0-23.27,0q-.65,0-.65.68c0,7.19,0,14.39,0,21.58ZM41.12,10.02c-.03.09-.05.14-.05.18,0,1.58,0,3.15,0,4.73,0,.36.19.4.48.39,1.3,0,2.59,0,3.89,0,.3,0,.61,0,.89,0-1.74-1.77-3.45-3.51-5.2-5.3Z" /> <path class="menu-icon-white" d="M31.16,39.51c-1.84,0-3.68,0-5.52,0-1.19,0-1.47-.28-1.47-1.45,0-.62,0-1.25,0-1.87.01-.8.38-1.18,1.18-1.19,1.47-.01,2.93-.02,4.4,0,.43,0,.6-.1.6-.57-.02-3.59-.02-7.18,0-10.77,0-.41-.12-.54-.53-.53-1.25.02-2.5.01-3.74,0-.34,0-.46.06-.28.42.84,1.69,1.66,3.39,2.49,5.08.02.04.03.09.07.12.93.86.54,1.83.13,2.71-1.21,2.61-4.76,3.46-7.07,1.73-1.12-.84-1.78-1.94-1.84-3.36,0-.21,0-.42.13-.58.89-1.16,1.35-2.56,2.03-3.83.33-.62.61-1.27.93-1.89.15-.3.13-.4-.24-.41-.61-.01-.96-.26-1.05-.68-.11-.46.14-.89.59-1.03.26-.08.52-.09.79-.09,2.34,0,4.68,0,7.02,0,.2,0,.47.11.56-.2.1-.33-.12-.46-.37-.6-1.07-.61-1.57-1.55-1.46-2.77.1-1.14.72-1.95,1.79-2.37,1.24-.49,2.68.07,3.32,1.26.68,1.26.35,2.82-.77,3.65-.15.11-.31.22-.48.29-.23.1-.28.27-.26.49.03.27.25.24.43.24,1.15,0,2.31,0,3.46,0,1.23,0,2.47,0,3.7,0,.19,0,.38,0,.56.03.56.09.84.41.83.9,0,.45-.32.77-.84.85q-.62.1-.34.67c.75,1.53,1.49,3.06,2.24,4.58.13.27.27.52.48.74.35.37.28.85.19,1.29-.45,2.36-2.77,4-5.17,3.66-2.19-.31-3.71-1.73-4.07-3.8-.09-.5-.07-.96.36-1.32.11-.1.18-.25.25-.39.81-1.65,1.61-3.31,2.43-4.96.16-.32.18-.47-.26-.46-1.26.02-2.53.02-3.79,0-.37,0-.48.12-.48.49.01,3.64.01,7.27,0,10.91,0,.38.15.48.5.47,1.45-.01,2.9,0,4.35,0,.98,0,1.32.34,1.32,1.33,0,.64,0,1.28,0,1.92,0,.9-.33,1.25-1.24,1.26-1.12.02-2.25,0-3.37,0-.83,0-1.65,0-2.48,0ZM31.21,37.71c1.59,0,3.18,0,4.77,0,.38,0,.48-.16.48-.5,0-.39-.23-.41-.52-.41-2.21,0-4.43,0-6.64,0-.95,0-1.9,0-2.85,0-.29,0-.46.07-.48.41-.02.4.15.51.52.5,1.57-.01,3.15,0,4.72,0ZM24.22,24.44c-.71,1.44-1.38,2.79-2.03,4.14-.12.25.08.25.24.25,1.17,0,2.33,0,3.5,0,.36,0,.39-.14.25-.43-.46-.93-.92-1.87-1.37-2.81-.18-.36-.36-.71-.58-1.16ZM38.19,24.42c-.7,1.45-1.36,2.79-2,4.13-.13.26.08.29.26.29,1.18,0,2.37,0,3.55,0,.22,0,.33-.06.21-.3-.65-1.32-1.3-2.65-2.02-4.11ZM24.24,30.64c-.76,0-1.53,0-2.29,0-.12,0-.27-.06-.35.07-.07.13.05.23.11.34,1.08,1.78,4,1.74,5.05-.06.15-.25.13-.36-.19-.35-.78.01-1.56,0-2.34,0ZM38.22,30.64c-.79,0-1.59,0-2.38,0-.32,0-.34.09-.19.35,1.05,1.8,3.97,1.84,5.05.06.06-.1.18-.21.11-.34-.07-.13-.23-.07-.34-.07-.75,0-1.49,0-2.24,0ZM31.23,16.99c-.5-.01-.95.45-.98,1-.02.58.39,1.06.94,1.07.53.01.95-.41.97-.99.03-.57-.41-1.07-.93-1.09Z" /> <path class="menu-icon-white" d="M31.23,47.5c-2.87,0-5.74,0-8.61,0-.17,0-.34,0-.51-.01-.45-.05-.74-.37-.76-.81-.02-.44.23-.8.66-.89.18-.04.37-.03.56-.03,5.77,0,11.54,0,17.31,0,.17,0,.35,0,.51.03.45.09.72.46.69.92-.03.43-.33.74-.78.79-.17.02-.34.01-.51.01-2.85,0-5.71,0-8.56,0Z" /> <path class="menu-icon-white" d="M31.21,42.39c1.87,0,3.74,0,5.62,0,.83,0,1.29.33,1.29.9,0,.58-.46.9-1.29.9-3.74,0-7.49,0-11.23,0-.83,0-1.29-.33-1.29-.9,0-.57.46-.9,1.29-.9,1.87,0,3.74,0,5.62,0Z" /> </svg> <div class="content"> <h3 class="title">State Rental Laws Resource Guides</h3> <p class="description">Learn the rules and statutes that affect landlord-tenant laws vary by state</p> </div> </div> </div> </div> <div class="nav-mitem-6 nav-item"> <a class="menu-main-item" href="https://www.rentecdirect.com/contact">Contact</a> <div class="submenu three-column menu-contact"> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/contact'"> <svg class="icon" id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-teal" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M15.7,23.74c.15-4.88,2.09-8.9,5.94-11.94,3.08-2.44,6.64-3.55,10.55-3.28,4.96.33,8.94,2.56,11.83,6.62,2.02,2.84,2.94,6.03,2.77,9.5-.08,1.61-.58,3.13-1.1,4.65-.8,2.35-2.07,4.47-3.35,6.57-1.83,3.01-3.65,6.02-5.47,9.03-1.78,2.94-3.57,5.89-5.35,8.83-.24.4-.34.4-.59-.02-2.62-4.34-5.24-8.68-7.85-13.02-1.58-2.63-3.2-5.24-4.74-7.9-1.41-2.43-2.27-5.06-2.64-7.84-.05-.4,0-.8,0-1.21ZM38.32,24.05c.08-3.82-3.19-7.17-7.15-7.16-3.94.01-7.17,3.21-7.17,7.15,0,4,3.2,7.24,7.2,7.21,4.08-.03,7.2-3.45,7.12-7.2Z" /> </svg> <div class="content"> <h6 class="m-0">Rentec Direct</h6> <p class="m-0">231 SW I St</p> <p class="main-0">Grants Pass, OR 97526</p> </div> </div> <div class="item" onclick="window.location.href='https://www.rentecdirect.com/contact'"> <svg class="icon" id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-teal" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M34.58,9.75c-6.66-1.11-12.63.59-17.72,5.05-4.2,3.68-6.55,8.37-7.14,13.92-.01.11-.04.22-.06.33v3.5c.17,1.21.33,2.41.64,3.6.53,2.09,1.39,4.06,2.49,5.85l-2.43,9.97,9.68-2.83c2.31,1.39,4.9,2.35,7.64,2.76.52.08,1.04.15,1.56.22h3.5c1.08-.17,2.17-.29,3.24-.55,8.39-2,14.82-8.98,16.12-17.5,1.77-11.56-5.99-22.4-17.51-24.32ZM43.27,38.84c-.33.85-.68,1.7-1.06,2.53-.51,1.09-1.4,1.61-2.53,1.8-.31.05-.63.07-.82.09-2.18-.08-4.06-.76-5.82-1.74-5.49-3.02-9.75-7.29-12.78-12.78-.91-1.65-1.56-3.41-1.71-5.31-.06-.76.02-1.5.29-2.21.26-.69.7-1.22,1.37-1.56.94-.48,1.92-.88,2.91-1.23.76-.27,1.48,0,1.9.71.75,1.27,1.49,2.54,2.21,3.82.51.9.27,1.75-.6,2.29-1.71,1.06-2.02,2.72-.79,4.31,1.89,2.46,4.07,4.63,6.54,6.5,1.4,1.06,3.13.73,4.06-.75.69-1.1,1.46-1.3,2.59-.65,1.17.67,2.33,1.34,3.5,2.02.88.51,1.13,1.21.77,2.15Z" /> </svg> <div class="content"> <p class="m-0 text-muted">USA Direct & International</p> <h6 class="mt-1 mb-3 font-weight-bold">(541) 216-6000</h6> <p class="m-0 text-muted">USA Toll-Free</p> <h6 class="mt-1 mb-3 font-weight-bold">(800) 881-5139</h6> <p class="m-0 text-muted">Fax Toll-Free</p> <h6 class="mt-1 mb-3 font-weight-bold">(888) 882-1062</h6> </div> </div> <div class="item"> <svg class="icon" id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62.5 62.5"> <rect class="menu-icon-teal" width="62.5" height="62.5" rx="5.74" ry="5.74" /> <path class="menu-icon-white" d="M31.04,51.41c-6.19,0-12.37-.05-18.56.03-2.03.03-2.8-.75-2.79-2.75.06-6.53.05-13.07,0-19.6,0-1.61.42-2.92,1.87-3.74,2.3-1.3,3.04-3.23,2.9-5.87-.2-3.79.01-4,3.68-3.81,3.8.2,7.18-.29,10.03-3.17,1.72-1.74,4.1-2.01,5.9-.22,3.14,3.13,6.85,3.8,10.99,3.35,2.26-.25,3.3.71,3,2.99-.4,3.03.35,5.47,3.25,7,1.08.57,1.46,1.63,1.45,2.87-.02,6.8-.04,13.59.03,20.39.02,1.96-.85,2.58-2.69,2.57-6.36-.05-12.72-.02-19.07-.02ZM31.26,17.85c-3.92,0-7.84.08-11.76-.03-2.11-.06-3.06.64-2.92,2.85.12,2,.02,4.01-.01,6.01,0,.51-.06,1.1-.7,1.25-.49.11-.76-.28-1.08-.59-.35-.34-.39-1.55-1.19-.79-.74.71.21,1.23.71,1.61,5.09,3.96,10.2,7.89,15.3,11.83,1.01.78,2.11.97,3.14.19,5.39-4.13,10.75-8.3,16.13-12.46.44-.34.86-.74.28-1.24-.54-.45-.91-.16-1.15.45-.23.59-.64,1.19-1.33,1.03-.89-.21-.72-1.09-.74-1.74-.05-1.92-.09-3.84-.02-5.75.07-1.89-.72-2.67-2.63-2.64-4.01.07-8.02.02-12.02.02ZM14.23,48.99h34.11c-3.92-3.07-7.28-5.69-10.62-8.32-.8-.63-1.56-.64-2.34.06-2.68,2.42-5.39,2.59-8.13.08-.6-.55-1.29-.92-2.1-.29-3.55,2.76-7.11,5.51-10.92,8.47ZM50.88,38.51c0-2.52,0-5.05,0-7.57,0-1.62-.53-1.86-1.81-.85-3.14,2.48-6.31,4.92-9.5,7.34-.97.74-1.29,1.3-.13,2.17,3.27,2.46,6.5,4.96,9.72,7.47,1.48,1.15,1.72.38,1.71-.99-.02-2.52,0-5.05,0-7.57ZM11.94,38.24c0,2.6.02,5.21,0,7.81-.01,1.3.31,1.93,1.59.93,3.22-2.5,6.44-5.01,9.66-7.51.81-.63.84-1.18-.02-1.85-3.23-2.49-6.42-5.02-9.63-7.54-1.21-.95-1.63-.54-1.61.87.04,2.43,0,4.86.01,7.29Z" /> <path class="menu-icon-white" d="M31.43,22.6c-3.31,0-6.63.02-9.94,0-.83,0-2.02.15-2.12-.98-.11-1.26,1.11-1.15,1.92-1.16,6.63-.03,13.25-.03,19.88,0,.81,0,2.03-.13,1.99,1.1-.04,1.2-1.24,1.01-2.06,1.02-3.23.04-6.45.02-9.68.02Z" /> <path class="menu-icon-white" d="M31.34,29.93c-3.3,0-6.6.02-9.9-.01-.83,0-2,.14-2.07-1.02-.07-1.23,1.12-1.15,1.94-1.15,6.69-.03,13.38-.02,20.06.01.75,0,1.79-.03,1.81,1.01.03,1.26-1.13,1.13-1.94,1.14-3.3.05-6.6.02-9.9.02Z" /> <path class="menu-icon-white" d="M31.3,26.26c-3.39,0-6.77.01-10.16-.02-.76,0-1.75.02-1.79-1.04-.04-1.08.95-1.11,1.71-1.11,6.77-.02,13.55-.02,20.32,0,.75,0,1.79-.02,1.79,1.03,0,1.24-1.16,1.1-1.97,1.11-3.3.04-6.6.02-9.9.02Z" /> <path class="menu-icon-white" d="M31.13,31.39c2.78,0,5.56-.02,8.35,0,.65,0,1.65-.2,1.74.67.09.9-.88,1.19-1.63,1.36-.59.13-1.21.14-1.81.15-4.35.01-8.69.01-13.04,0-.87,0-1.75.06-2.54-.42-.43-.27-1.01-.54-.93-1.13.09-.66.76-.63,1.26-.63,2.87-.02,5.74,0,8.61-.01Z" /> </svg> <div class="content"> <h6 class="m-0 text-muted">Reach a Product Advisor</h6> <a href="/cdn-cgi/l/email-protection#2350424f46506351464d574640474a514640570d404c4e" class="menu-mail-link"><span class="__cf_email__" data-cfemail="d8b1b6beb798aabdb6acbdbbbcb1aabdbbacf6bbb7b5">[email protected]</span></a> <h6 class="m-0 text-muted">Product Support</h6> <a href="/cdn-cgi/l/email-protection#077472646462747447756269736264636e756264732964686a" class="menu-mail-link"><span class="__cf_email__" data-cfemail="42313721212731310230272c362721262b302721366c212d2f">[email protected]</span></a> <h6 class="m-0 text-muted">Press/Media Inquiries</h6> <a href="/cdn-cgi/l/email-protection#7404061107073406111a001117101d061117005a171b19" class="menu-mail-link"><span class="__cf_email__" data-cfemail="4333312630300331262d372620272a312620376d202c2e">[email protected]</span></a> </div> </div> </div> </div> <div class="nav-link-1"><a class="nav-link ml-2" href="https://www.rentecdirect.com/login" id="btn-login-mobile" title="Login to your Rentec Direct account"><i class="fas fa-lock" style="font-size:0.80rem;margin-right:5px;"></i>LOGIN</a></div> <div class="nav-button-1"> <a class="nav-link btn btn-sm btn-primary btn-capsule ml-2" href="https://www.rentecdirect.com/signup/" style="margin-right:0;font-weight:400;">Free Trial</a></div> <div class="nav-button-2"> <a data-fancybox data-type="ajax" data-src="https://www.rentecdirect.com/misc/product-demo" href="javascript:" onclick="trackModalLink('https://www.rentecdirect.com/misc/product-demo')" class="nav-link btn btn-sm btn-outline-primary btn-capsule ml-2"> Book A Demo </a> <a id="demo-request-btn" data-fancybox data-type="ajax" data-src="https://www.rentecdirect.com/misc/schedule-demo" href="javascript:" style="display:none;"></a> </div> </nav> <!-- END DESKTOP NAV --> <!-- START MOBILE NAV --> <nav class="nav-menu"> <div style="width:50px;height:auto;position:absolute;top:20px;left:30px;"> <svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417.86 288.4" style="width:100%;"> <g id="Layer_1-2"> <path class="rdLogo" d="M398.13,69.1c-13.15-21.79-31.65-38.64-55.49-50.56C318.8,6.61,291.53.65,260.84.65h-57.84c13.84,8.15,25.18,18.48,33.78,30.9,3.15,4.55,5.86,9.33,8.19,14.32h13.41c21.1,0,39.67,4.05,55.7,12.13,16.03,8.09,28.36,19.6,36.99,34.53,8.63,14.94,12.95,32.27,12.95,52s-4.32,37.06-12.95,52c-8.63,14.94-20.96,26.45-36.99,34.53-16.03,8.09-34.6,12.13-55.7,12.13h-19.4l33.04,44.94c26.17-1.29,49.72-7.15,70.62-17.61,23.84-11.92,42.34-28.77,55.49-50.56,13.15-21.79,19.73-46.93,19.73-75.43s-6.58-53.65-19.73-75.43Z" /> <path class="rdLogo" d="M185.04,288.4l61.75-.36-79.05-107.52.05-.56,11.45-5.45c20.8-10.87,29.6-17.36,39.87-31.48,10.27-14.12,15.41-30.96,15.41-50.53s-4.8-35.54-14.41-49.41c-9.61-13.87-23.41-24.52-41.42-31.95C160.68,3.72,139.53,0,115.26,0H0v288.22h50.12v-101.12h63.23l71.7,101.3ZM52.03,40.87h60.83c22.67,0,39.88,4.46,51.63,13.38,11.74,8.92,17.61,21.67,17.61,38.27s-5.87,29.42-17.61,38.45c-11.74,9.05-28.95,13.56-51.63,13.56h-60.83V40.87Z" /> <rect class="rdLogo" x="261.82" y="115.42" width="24.27" height="24.27" /> <rect class="rdLogo" x="295.8" y="115.42" width="24.27" height="24.27" /> <rect class="rdLogo" x="261.82" y="149.6" width="24.27" height="24.27" /> <rect class="rdLogo" x="295.8" y="149.6" width="24.27" height="24.27" /> </g> </svg> </div> <button class="close-btn"> <svg viewBox="0 0 24 24" style="fill:#fff;"> <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/> </svg> </button> <ul class="menu-items"> <li class="menu-item"> <a href="https://www.rentecdirect.com" class="menu-link">Home</a> </li> <li class="menu-item"> <a href="#" class="menu-link"> Solutions <svg class="arrow" width="36" height="36" viewBox="0 0 24 24"> <path d="M7 10l5 5 5-5z"/> </svg> </a> <ul class="mobile-submenu"> <li><a href="https://www.rentecdirect.com/landlord-software" class="submenu-link">Rentec Pro</a></li> <li><a href="https://www.rentecdirect.com/property-managers" class="submenu-link">Rente PM</a></li> <li><a href="https://www.rentecdirect.com/pricing" class="submenu-link">Pricing</a></li> <li><a href="https://www.rentecdirect.com/tenant-screening" class="submenu-link">Tenant Screening</a></li> <li><a href="https://www.rentecdirect.com/features" class="submenu-link">Product Features</a></li> <li><a href="https://www.rentecdirect.com/integration-partners" class="submenu-link">Integration Partners</a></li> </ul> </li> <li class="menu-item"> <a href="#" class="menu-link"> Features <svg class="arrow" width="36" height="36" viewBox="0 0 24 24"> <path d="M7 10l5 5 5-5z"/> </svg> </a> <ul class="mobile-submenu"> <li><a href="https://www.rentecdirect.com/details/property-tenant-accounting" class="submenu-link">Ledger Accounting</a></li> <!-- <li><a href="https://www.rentecdirect.com/" class="submenu-link">Trust Account Certified</a></li>--> <!-- <li><a href="https://www.rentecdirect.com/" class="submenu-link">Reporting System</a></li>--> <li><a href="https://www.rentecdirect.com/details/online-payments" class="submenu-link">Online Rent Payments</a></li> <li><a href="https://www.rentecdirect.com/details/property-management-website" class="submenu-link">Professional Website</a></li> <!-- <li><a href="https://www.rentecdirect.com/" class="submenu-link">Electronic Signatures</a></li>--> <!-- <li><a href="https://www.rentecdirect.com/" class="submenu-link">Insurance Protection</a></li>--> <!-- <li><a href="https://www.rentecdirect.com/" class="submenu-link">Owner Portal</a></li>--> <li><a href="https://www.rentecdirect.com/details/tenant-portal" class="submenu-link">Tenant Portal</a></li> <li><a href="https://www.rentecdirect.com/integration-partners" class="submenu-link">Integration Partners</a></li> <!-- <li><a href="https://www.rentecdirect.com/" class="submenu-link">Work Order Management System</a></li>--> <!-- <li><a href="https://www.rentecdirect.com/" class="submenu-link">Electronic Vendor Payments</a></li>--> <!-- <li><a href="https://www.rentecdirect.com/" class="submenu-link">Lead Tracking</a></li>--> <!-- <li><a href="https://www.rentecdirect.com/" class="submenu-link">Rental Property Marketing</a></li>--> <li><a href="https://www.rentecdirect.com/details/publish-vacancies" class="submenu-link">Publish Vacancies Online</a></li> <li><a href="https://www.rentecdirect.com/features" class="submenu-link">All Product Features</a></li> </ul> </li> <li class="menu-item"> <a href="https://www.rentecdirect.com/pricing" class="menu-link">Pricing</a> </li> <li class="menu-item"> <a href="#" class="menu-link"> Company <svg class="arrow" width="36" height="36" viewBox="0 0 24 24"> <path d="M7 10l5 5 5-5z"/> </svg> </a> <ul class="mobile-submenu"> <li><a href="https://www.rentecdirect.com/about-us" class="submenu-link">About Us</a></li> <li><a href="https://www.rentecdirect.com/about-us#staff" class="submenu-link">Staff</a></li> <li><a href="https://www.rentecdirect.com/reviews" class="submenu-link">Reviews</a></li> <li><a href="https://www.rentecdirect.com/jobs/" class="submenu-link">Careers</a></li> <li><a href="https://www.rentecdirect.com/press" class="submenu-link">Press</a></li> <li><a href="https://www.rentecdirect.com/awards" class="submenu-link">Awards</a></li> <li><a href="https://www.rentecdirect.com/customer-service" class="submenu-link">Customer Service</a></li> </ul> </li> <li class="menu-item"> <a href="#" class="menu-link"> Resources <svg class="arrow" width="36" height="36" viewBox="0 0 24 24"> <path d="M7 10l5 5 5-5z"/> </svg> </a> <ul class="mobile-submenu"> <li><a href="https://www.rentecdirect.com/blog/" class="submenu-link">Blog</a></li> <li><a href="https://help.rentecdirect.com/" class="submenu-link">Knowledge Base</a></li> <li><a href="https://www.rentecdirect.com/video-demo" class="submenu-link">Video Demos</a></li> <li><a href="https://www.rentecdirect.com/learn/" class="submenu-link">Learning Center</a></li> <li><a href="https://www.rentecdirect.com/faq" class="submenu-link">FAQs</a></li> <li><a href="https://www.rentecdirect.com/blog/category/news/" class="submenu-link">News</a></li> <li><a href="https://www.rentecdirect.com/blog/category/education/" class="submenu-link">Education Blog</a></li> <li><a href="https://www.rentecdirect.com/blog/webinar-series/" class="submenu-link">Live Training Webinar Series</a></li> <li><a href="https://www.rentecdirect.com/blog/state-rental-laws-resource-guides-state/" class="submenu-link">State Rental Laws Resource Guides</a></li> </ul> </li> <li class="menu-item"> <a href="https://www.rentecdirect.com/contact" class="menu-link">Contact</a> </li> <li class="mobile-action-btn" id="first-action-btn"> <a class="nav-link btn btn-sm btn-primary btn-capsule ml-2" href="https://www.rentecdirect.com/signup/" style="margin-right:0;font-weight:400;color:#0F426B;">Free Trial</a> </li> <li class="mobile-action-btn"> <a data-fancybox data-type="ajax" data-src="https://www.rentecdirect.com/misc/product-demo" href="javascript:" onclick="trackModalLink('https://www.rentecdirect.com/misc/product-demo')" class="nav-link btn btn-sm btn-outline-primary btn-capsule ml-2" style="font-weight:400;color:#fff;"> Book A Demo </a> <a id="demo-request-btn" data-fancybox data-type="ajax" data-src="https://www.rentecdirect.com/misc/schedule-demo" href="javascript:" style="display:none;"></a> </li> <li class="mobile-action-btn"> <a class="nav-link ml-2" href="https://www.rentecdirect.com/login" id="btn-login-mobile" style="font-weight:400;color:#fff;font-size:18px;">Login</a> </li> </ul> </nav> <div class="overlay"></div> <!-- END MOBILE NAV --> </div> </div> </header> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script> document.addEventListener('DOMContentLoaded', function() { const hamburger = document.querySelector('.hamburger'); const navMenu = document.querySelector('.nav-menu'); const closeBtn = document.querySelector('.close-btn'); const overlay = document.querySelector('.overlay'); const menuLinks = document.querySelectorAll('.menu-link'); function toggleMenu() { navMenu.classList.toggle('active'); overlay.classList.toggle('active'); document.body.style.overflow = navMenu.classList.contains('active') ? 'hidden' : ''; document.body.classList.toggle('menu-open') } hamburger.addEventListener('click', toggleMenu); closeBtn.addEventListener('click', toggleMenu); overlay.addEventListener('click', toggleMenu); menuLinks.forEach(link => { if(link.nextElementSibling && link.nextElementSibling.classList.contains('mobile-submenu')) { link.addEventListener('click', (e) => { e.preventDefault(); const submenu = link.nextElementSibling; const isActive = submenu.classList.contains('active'); // Close all other submenus document.querySelectorAll('.mobile-submenu.active').forEach(menu => { if(menu !== submenu) { menu.classList.remove('active'); menu.previousElementSibling.classList.remove('active'); } }); // Toggle current submenu submenu.classList.toggle('active'); link.classList.toggle('active'); }); } }); }); function open2(){ $('#demo-request-btn').trigger('click'); } </script> <div class="outer-wrapper" xmlns="http://www.w3.org/1999/xhtml"> <!--Rentec banner section--> <section class="rd-hero d-flex align-items-center"> <div class="rd-hero--img"></div> <div class="rd-hero--triangle"></div> <div class="rd-hero--content"> <div class="container"> <div class="row"> <div class="lg-box"> <div class="" id="hero-text-2"></div> <div class="" id="hero-text"></div> <h1 class="subtitle">Rentec Direct is a platform that helps landlords and property managers build and grow their business</h1> <div class="btn-wrapper"> <div class="btn-wrapper--btn1"> <button class="btn1" data-fancybox data-type="ajax" data-src="misc/product-demo" onclick="trackModalLink('/misc/product-demo')">Watch a demo</button> </div> <div class="btn-wrapper--btn2"> <button class="btn2" onclick="window.location.href='/signup/getstarted';">Start your free trial</button> </div> </div> <div class="downarrow bounce"><a href="#pcards" style="color:#fff;">Discover our products <img src="assets/images/icons/arrow-open-down-2.svg" alt="Discover products" style="width:30px;" width="30" height="19"></a></div> </div> <div class="sm-box"> <div class="phone-bg"> <div class="" id="anim-phone-2"></div> </div> </div> </div> </div> </section> <section class="carousel1-wrapper"> <h5 class="award-title">AS SEEN IN</h5> <div class="carousel1 featured-logos"> <div><img class="lazyload" data-src="./assets/images/awards/entreprenur_logo_grey.png" style="width:150px;margin-top:5px;" alt="Entreprenur Logo" width="150" height="30"></div> <div><img class="lazyload" data-src="./assets/images/awards/bigger_pockets_logo_grey.png" style="width:175px;margin-top:5px;" alt="Bigger Pockets Logo" width="175" height="26"></div> <div><img class="lazyload" data-src="./assets/images/awards/yahoo_finance_logo_grey.png" style="width:75px;margin-top:2px;" alt="Yahoo Finance Logo" width="75" height="28"></div> <div><img class="lazyload" data-src="./assets/images/awards/realtor.com_logo_3_wide_grey.png" style="width:175px;margin-top:1px;" alt="Realtor.com Logo" width="175" height="31"></div> <div><img class="lazyload" data-src="./assets/images/awards/new_york_times_logo_grey.png" style="width:155px;margin-top:10px;" alt="New York Times Logo" width="155" height="22"></div> <div><img class="lazyload" data-src="./assets/images/awards/forbes-logo_grey.png" style="width:90px;" alt="Forbes Logo" width="90" height="34"></div> <div><img class="lazyload" data-src="./assets/images/awards/realtor_magazine_logo_grey.png" style="width:125px;margin-top:5px;" alt="Realtor Magazine Logo" width="125" height="25"></div> <div><img class="lazyload" data-src="./assets/images/awards/nbc_news_logo_wide_grey.png" style="width:155px;margin-top:5px;" alt="NBC News Logo" width="155" height="22"></div> <div><img class="lazyload" data-src="./assets/images/awards/inman_logo_grey.png" style="width:90px;margin-top:1px;" alt="Inman Logo" width="90" height="27"></div> </div> </section> <!--Rentec products section--> <section class="product-cards"> <div id="pcards"></div> <div class="container"> <div class="row"> <div class="left-card"> <div class="icon"> <a href="/landlord-software"> <div class="justify-content-center align-items-center feature-icon ls-1 anim-icon" id="anim-house-white"></div> </a> </div> <div class="prod-title"><a href="/landlord-software" style="color:inherit;">Landlords</a></div> <div class="prod-text">All the tools for landlords to easily manage properties and tenants</div> <div class="prod-price">$2 / unit</div> <div class="prod-button"> <button class="btn" onclick="window.location.href='/signup?product=PRO'">Free Trial</button> </div> <a class="prod-learn" href="/landlord-software" style="color:#fff;">Learn More <i class="fa-solid fa-chevron-right"></i></a> </div> <div class="right-card"> <div class="icon"> <a href="/property-managers"> <div class="justify-content-center align-items-center feature-icon ls-1 anim-icon" id="anim-apartment"></div> </a> </div> <div class="prod-title"><a href="/property-managers" style="color:inherit;">Property Managers</a></div> <div class="prod-text">A complete management solution for professional property managers</div> <div class="prod-price">$2.50 / unit</div> <div class="prod-button"> <button class="btn" onclick="window.location.href='/signup?product=PM'">Free Trial</button> </div> <a class="prod-learn" href="/property-managers">Learn More <i class="fa-solid fa-chevron-right"></i></a> </div> </div> </div> <div class="container" style="text-align:center;margin-top:16px;">* All plans start at $45 (<a href="/pricing">see full pricing</a>).</div> <div class="cta-button-wrapper"> <a class="cta-button-blue" href="/pricing">Compare Plans</a> </div> </section> <h2 class="section-title features"> <span class="highlight">Rentec Direct</span> <br>property management software gives you... </h2> <!--Rentec features section--> <section class="product-features"> <div class="container feature-container"> <div class="row" style="position:relative;"> <div class="feature-wrapper" style="padding-left:0;"> <svg id="featureWheel" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 445.97 445.51"> <g id="feature_wheel"> <path class="fw-1 feat-slice feat-reporting-slice" data-element="feat-reporting" d="M437.51,262.39c2.57.59,5.11-1.12,5.53-3.72,1.92-11.77,2.93-23.84,2.93-36.15,0-47.65-14.96-91.81-40.42-128.04-1.51-2.16-4.53-2.59-6.59-.95l-109.61,87.41c-1.75,1.4-2.21,3.85-1.13,5.82,5.83,10.61,9.15,22.8,9.15,35.76,0,1.32-.03,2.62-.1,3.92-.12,2.24,1.35,4.25,3.54,4.74l136.71,31.2Z"/> <path class="fw-2 feat-slice feat-acct-slice" data-element="feat-acct" d="M173.89,166.65c10-8.79,22.37-14.94,36.03-17.36,2.44-.43,4.19-2.59,4.19-5.07V5.17c0-2.98-2.51-5.35-5.49-5.16-59.62,3.79-112.88,30.99-150.66,72.54-2.01,2.21-1.73,5.66.61,7.52l108.73,86.71c1.94,1.55,4.72,1.51,6.59-.13Z"/> <path class="fw-3 feat-slice feat-screening-slice" data-element="feat-screening" d="M47.61,94.01c-2.38-1.9-5.88-1.4-7.62,1.09C14.79,131.22,0,175.14,0,222.52c0,12.05.97,23.87,2.81,35.4.48,3.01,3.42,4.98,6.39,4.3l135.38-30.9c2.48-.57,4.21-2.82,4.1-5.36-.05-1.14-.08-2.29-.08-3.44,0-12.8,3.23-24.84,8.93-35.35,1.21-2.23.61-5.02-1.37-6.6L47.61,94.01Z"/> <path class="fw-4 feat-slice feat-vacancies-slice" data-element="feat-vacancies" d="M248.98,296.94c-1.08-2.24-3.61-3.42-6-2.75-6.36,1.77-13.07,2.72-19.99,2.72s-13.63-.95-19.99-2.72c-2.4-.67-4.92.51-6,2.75l-60.34,125.29c-1.3,2.69-.05,5.93,2.72,7.05,25.82,10.45,54.04,16.22,83.61,16.22s57.79-5.77,83.61-16.22c2.77-1.12,4.02-4.36,2.72-7.05l-60.34-125.29Z"/> <path class="fw-5 feat-slice feat-file-slice" data-element="feat-file" d="M291.52,251.46c-5.34,12.64-14.08,23.5-25.08,31.43-1.96,1.42-2.59,4.06-1.54,6.24l60.45,125.52c1.26,2.62,4.48,3.64,7.01,2.21,49.9-28.15,87.87-74.95,104.44-130.95.83-2.79-.89-5.69-3.72-6.34l-135.83-31c-2.36-.54-4.8.66-5.74,2.89Z"/> <path class="fw-6 feat-slice feat-payments-slice" data-element="feat-payments" d="M179.78,283.08c-11.2-8.01-20.09-19.04-25.46-31.92-.85-2.04-3.02-3.19-5.17-2.7l-136.84,31.23c-2.53.58-4.05,3.17-3.32,5.66,16.55,56.43,54.8,103.58,105.11,131.78,2.26,1.27,5.13.36,6.26-1.98l60.9-126.45c.96-1.99.32-4.36-1.48-5.64Z"/> <path class="fw-7 feat-slice feat-web-slice" data-element="feat-web" d="M236.66,149.4c13.2,2.45,25.18,8.4,34.94,16.83,2.15,1.86,5.33,1.92,7.55.15l107.6-85.81c2.68-2.13,3-6.1.69-8.62C349.88,30.93,297.15,4.02,238.14.06c-3.41-.23-6.29,2.5-6.29,5.91v137.61c0,2.84,2.02,5.29,4.81,5.81Z"/> </g> </svg> <div class="top-div"> <div class="feat-img feat-web-img"><svg id="rdIconDesktop" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.22 25.98"> <defs> <style>.rd-icon-desktop{fill:#fff;}</style> </defs> <g id="rdIconDesktop-g1" data-name="rdIconDesktop-g1"> <g id="rdIconDesktop-g2" data-name="rdIconDesktop-g2"> <path class="rd-icon-desktop" d="M14.65,0c3.94,0,7.88,0,11.81,0a2.62,2.62,0,0,1,2.76,2.74q-.11,7,0,14.08a2.6,2.6,0,0,1-2.74,2.71c-2.91-.06-5.83,0-8.74,0-.49,0-.64.12-.51.62.33,1.23.64,2.47.94,3.71a.54.54,0,0,0,.64.48c1,0,1.94,0,2.91,0,.67,0,1,.33,1,.85s-.37.81-1,.81q-7.12,0-14.25,0c-.63,0-1-.3-1-.81s.36-.84,1-.85c1,0,2,0,3,0a.54.54,0,0,0,.63-.49Q11.51,22,12,20.1c.13-.47,0-.6-.47-.59H2.78A2.49,2.49,0,0,1,0,16.76v-14A2.48,2.48,0,0,1,2.72,0ZM14.6,13H26.68c.84,0,.84,0,.84-.81V2.94c0-1.06-.17-1.23-1.22-1.23H2.89c-1,0-1.21.21-1.21,1.19v9.28c0,.78,0,.79.78.79Zm0,1.69H2.29c-.44,0-.63.16-.62.6s0,1.08,0,1.62.28.91.92.94H26.72c.54,0,.78-.28.79-.82s0-1,0-1.51c0-.81,0-.82-.79-.82Zm0,9.64c.5,0,1,0,1.51,0,.33,0,.46-.1.37-.45-.21-.75-.39-1.5-.57-2.25a.53.53,0,0,0-.6-.48c-.44,0-.89,0-1.34,0a.49.49,0,0,0-.57.44c-.18.77-.37,1.53-.57,2.3-.1.36,0,.45.37.44S14.09,24.3,14.56,24.3Z"/> </g> </g> </svg></div> <!-- #2075bc --> <div class="feat-img feat-reporting-img"><svg id="rdIconChart2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 218.07 199.13"> <defs> <style>.rd-icon-chart-2{fill:#fff;}</style> </defs> <g id="rdIconChart2-g"> <path class="rd-icon-chart-2" d="m175.97,85.64V8.03c0-1.81.15-3.58,1.26-5.12,1.46-2.05,3.55-2.87,5.95-2.88,9.08-.03,18.16-.05,27.25.02,3.94.03,6.47,1.9,7.1,5.03.2,1.01.29,2.07.29,3.1,0,51.49,0,102.98,0,154.47,0,1.08-.09,2.17-.23,3.24-.4,2.98-3.16,5.18-6.56,5.19-6.46.02-12.91,0-19.37,0-2.83,0-5.67,0-8.5,0-4.42-.02-7.17-2.76-7.17-7.21v-78.24h-.02Zm29.09.04h0v-44.74c0-8.87-.02-17.74,0-26.62,0-.9-.09-1.49-1.26-1.48-4.58.05-9.16.03-13.75,0-.96,0-1.27.38-1.2,1.26.03.37,0,.75,0,1.12v136.59c0,1.79.03,3.58,0,5.37,0,.72.27,1.04,1.01,1.09,4.7.33,9.41.14,14.11.17.72,0,1.09-.31,1.08-1.05v-71.73l.02.02Z"/> <path class="rd-icon-chart-2" d="m58.97,109.62c0-17.91.08-35.82-.05-53.74-.03-4.5,2.4-7.55,7.27-7.55,9.45,0,18.91-.21,28.36.16,3.48.14,6.05,3,6.06,6.69.02,10.79.01,21.58.01,32.37v75.86c0,2.18-.23,4.23-2,5.81-1.33,1.19-2.85,1.88-4.63,1.88-9.46,0-18.91.03-28.37-.02-4.09-.02-6.64-2.71-6.64-6.84v-54.61h-.01Zm29,.18c0-15.71-.01-31.41.03-47.12,0-1.21-.37-1.58-1.55-1.57-4.42.05-8.83.04-13.25,0-1.15,0-1.6.34-1.6,1.58.03,31.37.03,62.75,0,94.12,0,1.19.45,1.43,1.53,1.5,4.16.27,8.33.11,12.49.15,2.35.02,2.35,0,2.35-2.3v-46.37h0Z"/> <path class="rd-icon-chart-2" d="m108.93,186.48h101.1c.87,0,1.76-.04,2.62.1,3.17.49,5.64,3.48,5.41,6.49-.25,3.39-2.9,5.98-6.33,6.03-4.62.06-9.25.02-13.87.02-39.28,0-78.57-.02-117.85-.02H7.15c-3.74,0-6.23-1.84-7.01-5.14-.81-3.45,2.03-7.3,5.57-7.46,1.75-.08,3.5-.02,5.25-.02h97.98-.01Z"/> <path class="rd-icon-chart-2" d="m117.48,127.17c0-12.21.02-24.41-.02-36.62,0-2.14.65-3.91,2.25-5.33,1.07-.94,2.29-1.5,3.74-1.5,9.92,0,19.83-.02,29.75,0,3.09,0,5.74,2.67,5.92,5.83.03.46,0,.92,0,1.37v72.74c0,4.94-2.51,7.44-7.48,7.43-8.96,0-17.91-.02-26.87,0-.96,0-1.92-.07-2.84-.33-2.76-.81-4.41-3.02-4.43-6.1-.04-4.58-.02-9.17-.02-13.75v-23.75.02Zm12.65,0c0,9.91,0,19.82-.02,29.74,0,.96.22,1.54,1.27,1.54,4.58,0,9.16,0,13.74-.02.95,0,1.37-.4,1.37-1.45-.03-19.7-.03-39.4,0-59.1,0-1.13-.35-1.54-1.5-1.53-4.41.05-8.83,0-13.24,0-1.61,0-1.62,0-1.62,1.69v29.11h0Z"/> <path class="rd-icon-chart-2" d="m42.13,142.29v21.24c0,1.52-.15,3.01-.97,4.33-1.28,2.08-3.21,3.2-5.61,3.21-9.66.05-19.32.05-28.99,0-3.42-.02-5.86-2.5-6.11-5.88-.35-4.78-.14-9.57-.16-14.36-.04-9.41-.02-18.82,0-28.24,0-.96.08-1.91.12-2.87.21-4.43,3.35-6.13,6.73-6.19,2.58-.05,5.16,0,7.75,0h19.37c5.32,0,7.87,2.56,7.87,7.92v20.87h0Zm-12.86.15h-.01c0-4.83-.03-9.66.02-14.49.01-1.2-.41-1.61-1.6-1.6-4.33.04-8.66.02-12.99.02-1.8,0-1.81,0-1.8,1.78.04,9.7.09,19.4.11,29.1,0,.89.47,1.03,1.16,1.07,4.49.31,8.99.08,13.48.13,1.52,0,1.62-.11,1.62-1.65v-14.37h.01Z"/> </g> </svg></div> <div class="feat-img feat-file-img"><svg id="rsIconFileStack" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 86.19 105.09"> <defs> <style>.rd-icon-file-stack{fill:#fff;}</style> </defs> <g id="rsIconFileStack-g1"> <g id="rsIconFileStack-g2"> <g id="rsIconFileStack-g3"> <path class="rd-icon-file-stack" d="M22.72,42.23V8.76C22.32,4.34,25.58.43,30,.03c.49-.04.98-.04,1.47,0h32.06c2.66-.06,5.22,1,7.06,2.91,4.14,4.18,8.3,8.36,12.48,12.52,2.04,1.93,3.16,4.64,3.07,7.45v52.72c.39,4.46-2.92,8.39-7.38,8.77-.51.04-1.03.04-1.55-.01H31.48c-4.36.47-8.28-2.68-8.75-7.04-.06-.55-.06-1.1,0-1.66v-33.47ZM28.14,42.23v33.6c0,2.39.92,3.27,3.27,3.27h46.02c2.26,0,3.04-.82,3.04-3.07V28.73c0-1.54-.52-1.99-2.03-1.96h-14.02c-3.27,0-4.9-1.54-4.94-4.9v-13.86c0-1.8-.59-2.29-2.32-2.26h-25.07c-3.27,0-3.99.62-3.99,3.95.03,10.65.07,21.54.03,32.39v.13ZM72.59,21.25h6.14c.36,0,.88,0,1.11-.29s-.16-.75-.46-1.05c-4.36-4.36-8.72-8.72-13.07-13.07-.26-.29-.59-.72-1.01-.52s-.33.72-.33,1.11v12.26c0,1.21.52,1.63,1.7,1.6l5.92-.03Z"/> <path class="rd-icon-file-stack" d="M54.29,52.82h-12.78c-2.22,0-2.94-.62-3.04-2.48s.56-2.78,2.71-3.07c.75-.05,1.5-.05,2.26,0h21.77c.75-.05,1.5-.05,2.26,0,2.52.29,3.27,1.67,2.68,4.12-.39,1.37-1.57,1.44-2.68,1.44h-13.17Z"/> <path class="rd-icon-file-stack" d="M54.42,42.26h-13.07c-2.12,0-2.81-.69-2.81-2.68s.69-2.71,2.78-2.71h26.15c2.12,0,2.78.65,2.75,2.68s-.59,2.71-2.71,2.71h-13.07Z"/> <path class="rd-icon-file-stack" d="M54.32,63.34h-13.07c-2.12,0-2.84-.69-2.88-2.61s.65-2.81,2.88-2.81h26.15c2.32,0,2.91.75,2.84,2.97s-.69,2.45-2.97,2.48l-12.94-.03Z"/> </g> </g> <path class="rd-icon-file-stack" d="M69.47,86.53c-.14,1.8-.97,2.48-3.01,2.48H20.44c-2.35,0-3.27-.88-3.27-3.27v-33.73c.03-10.85,0-21.73-.03-32.39,0-3.1.62-3.85,3.33-3.94v-5.73c-.48-.04-.96-.04-1.44,0-4.42.4-7.68,4.31-7.29,8.73v66.93c-.06.55-.05,1.11,0,1.66.47,4.36,4.39,7.51,8.75,7.04h45.76c.51.05,1.03.06,1.55.01,4.13-.36,7.26-3.75,7.4-7.79h-5.74Z"/> <path class="rd-icon-file-stack" d="M57.76,97.27c-.14,1.8-.97,2.48-3.01,2.48H8.73c-2.35,0-3.27-.88-3.27-3.27v-33.73c.03-10.85,0-21.73-.03-32.39,0-3.1.62-3.85,3.33-3.94v-5.73c-.48-.04-.96-.04-1.44,0C2.9,21.08-.36,24.99.04,29.41v66.93c-.06.55-.05,1.11,0,1.66.47,4.36,4.39,7.51,8.75,7.04h45.76c.51.05,1.03.06,1.55.01,4.13-.36,7.26-3.75,7.4-7.79h-5.74Z"/> </g> </svg></div> <div class="feat-img feat-acct-img"><svg id="rdIconOnlineAccounting" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 193.72 193.73"> <defs> <style>.rd-icon-online-accounting{fill:#fff;}</style> </defs> <g id="rdIconOnlineAccounting-g1" data-name="rdIconOnlineAccounting-g1"> <g id="rdIconOnlineAccounting-g2" data-name="rdIconOnlineAccounting-g2"> <path class="rd-icon-online-accounting" d="M97.11,0q41.76,0,83.53,0c9.21,0,13.06,3.79,13.07,12.89q0,63.65,0,127.29c0,9.25-4.29,13.51-13.79,13.55-17.57.07-35.14.12-52.71-.05-4.22,0-5.47,1.14-3.71,5.11a33,33,0,0,1,1.7,5.18c1.45,5.7,3.08,10.24,10.91,9.73,5.79-.38,9.59,5.24,9.16,10.82s-4.4,9.14-10.39,9.15q-38,.09-76.07,0c-6,0-10-3.68-10.39-9.16s3.4-11.2,9.18-10.82c7.83.52,9.22-4.1,10.95-9.7,3.17-10.28,3.32-10.24-7.52-10.24q-23.12,0-46.24,0C4,153.73,0,149.84,0,139.2Q0,76.55,0,13.9C0,3.44,3.48,0,14.08,0ZM96.9,123.42h82.54c7,0,7,0,7-6.74q0-50.73,0-101.44c0-7.45-.53-8-7.85-8H15c-7.12,0-7.78.64-7.78,7.58,0,34.14.06,68.29-.1,102.43,0,4.72,1.38,6.3,6.21,6.26C41.21,123.31,69.05,123.42,96.9,123.42Zm.48,7.44q-41.77,0-83.54,0c-1.94,0-4.59-.83-5.61,1-2,3.62-1.33,7.78-.41,11.61.74,3.07,3.7,2.79,6.2,2.79q82.8,0,165.6,0c6.21,0,6.9-1,6.84-9.11,0-6.13-.19-6.31-6.53-6.31Q138.66,130.84,97.38,130.86Zm-.56,42.39c6.29,0,12.58-.19,18.86.07,4.25.17,4.83-1.4,3.42-5A82.58,82.58,0,0,1,115.66,158c-.86-3.4-2.81-4.41-6.11-4.28-5,.19-9.93,0-14.89,0-15.74,0-15.74,0-20.15,15-.05.16-.09.32-.15.47-1.3,3.14,0,4.11,3.1,4C83.91,173.16,90.37,173.25,96.82,173.25Zm.08,13.21c11.41,0,22.82,0,34.23,0a30.08,30.08,0,0,0,4.92-.43,2.33,2.33,0,0,0,1.87-2.09,2.4,2.4,0,0,0-1.74-2.69,13.35,13.35,0,0,0-3.89-.49q-35.47,0-70.95,0c-2.27,0-5.34-.39-5.43,2.78s3.05,2.88,5.26,2.89C73.08,186.49,85,186.46,96.9,186.46Z"/> <path class="rd-icon-online-accounting" d="M95.53,66.12c0-12.77,0-25.54,0-38.3,0-7.22,2.67-9.86,9.95-9.87q29.36-.06,58.7,0c7.19,0,10.32,3,10.35,10.29q.15,37.82,0,75.62c0,7.45-3,10.23-10.29,10.24q-29.59,0-59.2,0c-7,0-9.48-2.55-9.51-9.67C95.5,91.66,95.53,78.89,95.53,66.12Zm7.31-.6c0,11.77.13,23.54-.07,35.31-.07,4.19,1.12,5.9,5.61,5.85,17.9-.2,35.81-.17,53.71,0,3.87,0,5.19-1.22,5.16-5.15Q167,66,167.26,30.4c0-4-1.45-5.14-5.24-5.11-18.24.13-36.47.16-54.7,0-3.93,0-4.64,1.41-4.57,5C103,42,102.83,53.75,102.84,65.52Z"/> <path class="rd-icon-online-accounting" d="M51.4,17.82c18.05.25,31.13,14.07,30.86,32.48C82,65.62,68.43,81.35,48.82,80.38,32.74,79.59,18.86,65.48,19,49,19.15,31.31,33.41,17.57,51.4,17.82ZM26.48,49.41c0,12.18,8.47,21.86,21,24,10.36,1.79,21.83-5.06,25.84-15.28C74.63,54.69,74.36,52.88,70,53c-5.63.19-11.27,0-16.9,0-4.28,0-6.35-2-6.23-6.45.15-5.46.08-10.93,0-16.4-.06-4.76-.82-5.2-5.29-3.4A24.86,24.86,0,0,0,26.48,49.41Zm38-3.63c2,0,4-.13,6,0,4,.32,4.48-1.46,3.23-4.77A23.6,23.6,0,0,0,61.81,27.55c-6.57-3.26-7.43-2.7-7.44,4.74,0,1.16,0,2.32,0,3.48C54.51,47.27,53,45.62,64.44,45.78Z"/> <path class="rd-icon-online-accounting" d="M51.14,90.59c5.62,0,11.25,0,16.87,0,2.44,0,4.9.3,5.1,3.4s-2.24,3.87-4.66,3.89c-11.74.1-23.48.09-35.22,0-2.48,0-4.9-.86-4.9-3.79s2.44-3.54,5-3.54Z"/> <path class="rd-icon-online-accounting" d="M51,103.54c5.8,0,11.59,0,17.38,0,2.29,0,4.49.45,4.71,3.27.24,3.13-2.07,4-4.53,4q-17.87.14-35.74,0c-2.32,0-4.48-1-4.53-3.64-.05-3,2.31-3.67,4.84-3.67Q42.1,103.53,51,103.54Z"/> <path class="rd-icon-online-accounting" d="M95.39,141.91c-2.8,0-5.61.05-8.42,0-2.22,0-4-.93-4-3.4a3.42,3.42,0,0,1,3.4-3.59,110.84,110.84,0,0,1,19.28,0c2.13.17,3.75,1.44,3.5,4-.23,2.25-1.8,3-3.81,3.06C102,141.94,98.69,141.91,95.39,141.91Z"/> <path class="rd-icon-online-accounting" d="M135,29.87c7.11,0,14.23.08,21.34,0,3.8-.06,5.46,1.65,5.42,5.37-.06,5,0,9.93,0,14.89,0,3.43-1.82,5.2-5.25,5.21-14.4,0-28.79,0-43.19,0-3.48,0-5.29-1.81-5.4-5.12-.16-5.12-.14-10.25-.06-15.38.05-3.39,1.77-5.05,5.33-5C120.46,30,127.75,29.87,135,29.87Zm-.57,18c5.3,0,10.6-.11,15.89,0,3.55.1,4.13-1.88,4-4.74s.71-6-3.76-6H118.79c-4.51,0-3.52,3.37-3.7,6-.19,2.88.44,4.81,4,4.7C124.2,47.72,129.33,47.84,134.46,47.84Z"/> <path class="rd-icon-online-accounting" d="M149.4,65.89a51.73,51.73,0,0,1,5.43,0,3.59,3.59,0,0,1,3.55,3.49A3.36,3.36,0,0,1,155,73a103.71,103.71,0,0,1-10.87.09c-2.2-.1-3.76-1.32-3.65-3.79s1.83-3.33,4-3.45c1.65-.09,3.3,0,5,0Z"/> <path class="rd-icon-online-accounting" d="M119.78,65.89a51.73,51.73,0,0,1,5.43,0,3.59,3.59,0,0,1,3.55,3.49A3.36,3.36,0,0,1,125.34,73a103.71,103.71,0,0,1-10.87.09c-2.2-.1-3.76-1.32-3.65-3.79s1.83-3.33,4-3.45c1.65-.09,3.3,0,5,0Z"/> <path class="rd-icon-online-accounting" d="M123.36,69.45c0,1.81.14,3.64,0,5.43a3.59,3.59,0,0,1-3.5,3.55A3.37,3.37,0,0,1,116.28,75a101.05,101.05,0,0,1-.08-10.87c.09-2.2,1.31-3.76,3.78-3.66s3.34,1.84,3.45,4c.09,1.64,0,3.3,0,5Z"/> <path class="rd-icon-online-accounting" d="M122.19,89.43a53.76,53.76,0,0,1,4,3.7,3.6,3.6,0,0,1,.25,5,3.37,3.37,0,0,1-4.92.29,104.62,104.62,0,0,1-8.06-7.28c-1.56-1.56-1.88-3.51-.13-5.27s3.61-1.21,5.29.18c1.27,1,2.44,2.21,3.66,3.33Z"/> <path class="rd-icon-online-accounting" d="M122.42,94.47a51.7,51.7,0,0,1-3.7,4,3.59,3.59,0,0,1-5,.25,3.36,3.36,0,0,1-.3-4.92,104.82,104.82,0,0,1,7.28-8.06c1.56-1.56,3.52-1.88,5.27-.13s1.21,3.61-.17,5.29c-1,1.27-2.22,2.44-3.34,3.66Z"/> <path class="rd-icon-online-accounting" d="M149.39,92.07c-1.81-.11-3.63-.07-5.41-.35-2.14-.33-3.74-1.4-3.53-3.91.19-2.24,1.7-3.09,3.72-3.13,3.29-.07,6.58-.06,9.87,0,2.44,0,4.33,1.1,4.34,3.68,0,2.4-2,3.29-4.06,3.5a47.67,47.67,0,0,1-4.93,0Z"/> <path class="rd-icon-online-accounting" d="M149.16,102.06c-1.81,0-3.62.08-5.43,0a3.15,3.15,0,0,1-3.28-3A3.1,3.1,0,0,1,143,95.32a29,29,0,0,1,12.72.08,3.34,3.34,0,0,1-.63,6.63C153.12,102.15,151.14,102.06,149.16,102.06Z"/> </g> </g> </svg></div> <div class="feat-img feat-vacancies-img"><svg id="rdIconSyndicate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.05 39.55"> <defs> <style>.rd-icon-syndicate{fill:#fff;}</style> </defs> <g id="rdIconSyndicate-g1" data-name="rdIconSyndicate-g1"> <g id="rdIconSyndicate-g2" data-name="rdIconSyndicate-g2"> <path class="rd-icon-syndicate" d="M32.56,32.24c-2.09-4.16-7.39-7-13.58-7.32V22.77H28a2,2,0,0,0,.35,0,.84.84,0,0,0,.77-.78,2.44,2.44,0,0,0,0-.29V8.43l2.2,1.26.68.38a.92.92,0,0,0,.43.11.84.84,0,0,0,.74-.43.86.86,0,0,0-.32-1.16l-.17-.1L22,2.36,18.58.42a.92.92,0,0,0-.49-.14,1.06,1.06,0,0,0-.52.15l-1.8,1c-.47.27-.94.54-1.4.82,0-.45,0-.9,0-1.34A.86.86,0,0,0,13.41,0H9.6a.88.88,0,0,0-1,1V2.11c0,1,0,2,0,2.94a.69.69,0,0,1-.44.75C7,6.45,5.82,7.13,4.67,7.8L3.4,8.52A.87.87,0,0,0,3,9.75a.78.78,0,0,0,.7.42A1.18,1.18,0,0,0,4.25,10l1.47-.84c.44-.25.88-.5,1.3-.76V21.78a.89.89,0,0,0,1,1h9.08v2.14c-6.31.26-11.7,3.19-13.77,7.43a3.63,3.63,0,1,0,2,.4c1.9-3.36,6.5-5.69,11.77-5.93v5.67a3.61,3.61,0,1,0,1.91,0V26.82c5.21.27,9.74,2.59,11.62,5.91a3.63,3.63,0,1,0,2-.49ZM3.62,37.94a2,2,0,1,1,2-2A2,2,0,0,1,3.62,37.94ZM10.33,1.7h2.31c0,.52,0,1,0,1.55L10.33,4.57V1.7Zm17.1,16.76v2.59H22c0-1.46,0-2.91,0-4.37v-1.1a.86.86,0,0,0-.94-.95h-6a.88.88,0,0,0-.95.93v5.49H8.73V7.51c0-.06,0-.06,0-.09L18,2.18a.34.34,0,0,1,.14-.05.37.37,0,0,1,.15.06Q22.8,4.8,27.37,7.4c.06,0,.07,0,.07.11Q27.42,13,27.43,18.46ZM15.85,16.35h4.48v4.7H15.85C15.86,19.5,15.86,17.94,15.85,16.35Zm4.26,19.58a2,2,0,1,1-2-2A2,2,0,0,1,20.11,35.93Zm12.32,1.92a2,2,0,0,1-.16-4h.31a2,2,0,0,1-.15,4Z"/> </g> </g> </svg></div> <div class="feat-img feat-payments-img"><svg id="rdIconMobilePay" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220.39 225"> <defs> <style>.rd-icon-mobile-pay{fill:#fff;}</style> </defs> <g id="rdIconMobilePay-g"> <path class="rd-icon-mobile-pay" d="M124.98,0c11.91,4.35,17.12,12.91,16.46,25.49-.16,3.13-1.12,4.57-4.21,4.82-2.15.17-4.28.64-6.4,1.06-2.38.48-3.52-.21-4.2-2.78-1.65-6.28-5.18-9.02-11.96-9.11-9.78-.13-19.56.2-29.34.2-15.93,0-31.86-.14-47.78-.12-4.49,0-8.99.14-13.45.54-5.85.53-8.95,4.36-9,11.14-.1,14.32-.05,28.64-.05,42.96,0,34.8,0,69.61.02,104.41,0,10.08,3.29,13.37,13.51,13.38,28.31.02,56.62.02,84.93,0,10.03,0,13.29-3.37,13.34-13.6.02-4.5.17-9-.03-13.49-.15-3.45,1.2-5.11,4.61-5.81,9.82-2.02,9.8-2.12,9.8,7.87,0,10.66-.49,21.34.12,31.97.74,12.88-4.48,21.42-16.37,26.08H16.98C4.49,220.6-.02,211.24,0,198.62.1,140.86.06,83.1.03,25.33.02,13.05,4.93,4.16,16.98,0h108ZM70.8,212.94s0-.02,0-.03c3.64,0,7.29.14,10.93-.04,2.96-.15,5.01-1.6,5.2-4.88.21-3.55-1.83-5.43-5-5.53-7.28-.24-14.57-.22-21.85-.02-3.13.09-5.4,1.81-5.28,5.34.12,3.48,2.43,4.97,5.57,5.13,3.47.18,6.95.04,10.43.04Z"/> <path class="rd-icon-mobile-pay" d="M72.72,91.75c0-2.17,0-4.33,0-6.5.01-9.02-1.12-7.48,7.35-9,36.55-6.53,73.14-12.86,109.68-19.45,3.12-.56,8.63,1.15,7.76-5.5-1.19-9.16-4.64-12.91-11.37-11.89-7.9,1.2-15.76,2.67-23.63,4.07-28.2,5.01-56.39,10.05-84.6,15.03-2.08.37-5.58,1.81-5.3-1.88.23-3.04-2.77-7.99,3.67-9.1,23.96-4.1,47.88-8.43,71.82-12.65,12.13-2.14,24.26-4.31,36.41-6.34,10.92-1.82,20.54,4.35,22.68,15.31,3.95,20.27,7.36,40.64,10.99,60.96.7,3.93,1.5,7.86,1.98,11.82,1.51,12.54-4.46,20.91-17.04,23.32-15.04,2.88-30.15,5.41-45.24,8.07-25.58,4.51-51.16,9-76.74,13.5-.66.12-1.36.5-1.95.35-2.17-.53-5.54,2.93-6.48-1.59-1.27-6.12.28-8.62,5.35-9.51,40.01-7.04,80.01-14.09,120.02-21.12,10.23-1.8,12.35-4.83,10.53-14.97-1.35-7.54-2.69-15.08-3.85-22.65-.52-3.43-1.65-4.81-5.55-4.1-26.04,4.76-52.12,9.28-78.19,13.86-14.76,2.59-29.55,5.02-44.28,7.75-3.2.59-4.24-.11-4.13-3.32.16-4.81.04-9.63.04-14.45.02,0,.04,0,.06,0Z"/> <path class="rd-icon-mobile-pay" d="M58.03,105.03c0-19.65-.02-39.3,0-58.94.01-8.92,2.37-11.26,11.29-11.2,3.14.02,6.37-.56,9.4.63,2.29.9,4.37,2.51,3.79,5.16-.49,2.27-2.99,1.62-4.71,1.64q-11.77.11-11.77,11.9c0,35.63,0,71.27,0,106.9,0,7.59.03,7.6,7.4,7.62,1.67,0,3.33-.06,4.99.03,1.43.08,3.36-.45,3.97,1.27.72,2.02-.75,3.78-2.31,4.52-5.68,2.69-11.78,2.32-17.48.53-4.88-1.53-4.55-6.45-4.56-10.62-.04-19.81-.02-39.63-.02-59.44h-.02Z"/> </g> </svg></div> <div class="feat-img feat-screening-img"><svg id="rdIconCreditReport-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 88.95 110.39"> <defs> <style>.rd-icon-credit-report{fill:#fff;}</style> </defs> <g id="rdIconCreditReport-g"> <path class="rd-icon-credit-report" d="m44.17,45.45h-7.62c-1.27.2-2.46-.66-2.67-1.93-.03-.18-.04-.37-.02-.55-.19-4.4-.36-8.78,3.45-12.07,1.22-1.05.38-2.03,0-3.03-1.52-3.49-.27-7.57,2.93-9.62,3.31-2.09,7.66-1.34,10.09,1.72,1.85,2.2,2.23,5.28.97,7.86-.79,1.16-.56,2.74.53,3.62,3.24,3.28,3.45,7.45,2.97,11.71-.07,1.34-1.21,2.37-2.55,2.31-.06,0-.12,0-.18-.02h-7.9Zm.26-3.95h4.43c.86.09,1.63-.54,1.72-1.41,0-.05,0-.1,0-.15.33-3.53-2.06-6.73-5.54-7.41-3.26-.28-6.19,1.96-6.78,5.17-.5,3.24,0,3.83,3.29,3.85l2.86-.05Zm-.05-20.02c-1.76-.14-3.3,1.16-3.44,2.92,0,.1-.01.19-.01.29-.25,1.64.88,3.17,2.52,3.42.19.03.38.04.57.03,1.72.24,3.3-.95,3.55-2.67.03-.22.04-.45.02-.68.08-1.75-1.28-3.23-3.03-3.31-.06,0-.12,0-.18,0Z"/> <path class="rd-icon-credit-report" d="m7.01,110.39c-.52,0-1.04-.01-1.55-.04-1.68-.06-3.23-.73-4.26-1.85-.82-.89-1.24-2-1.19-3.13,0-.08,0-.15.02-.23l.13-50.15V6.15C.16,1.85,2.2.1,7.2.1h74.73c.36-.07.73-.1,1.1-.1,2.85,0,5.28,1.73,5.79,4.1.07.35.1.72.09,1.07v.06s0,.06,0,.06c.06.88.06,1.77,0,2.65v95.12c0,5.58-2.02,7.28-8.63,7.28H8.61c-.57.03-1.09.04-1.6.04ZM8.95,3.89c-3.45,0-4.12.29-4.12,3.67v94.94c0,3.4.61,3.67,4.04,3.67h70.85c3.57,0,4.21-.28,4.21-3.75V7.86c0-3.68-.68-3.97-4.51-3.97H8.95Z"/> <path class="rd-icon-credit-report" d="m13.88,82.42c.15.26.01.57.19.86.13-2.4.7-4.67,1.43-6.9,1.11-3.42,2.92-6.46,5.19-9.24,1.79-2.19,3.81-4.15,6.16-5.75.38-.26.76-.5,1.13-.77.26-.19.4-.15.56.13.8,1.41,1.62,2.8,2.42,4.2,1.14,1.97,2.27,3.94,3.42,5.91.18.3.13.43-.15.62-4.36,2.93-7.06,6.97-8,12.15-.13.73-.19,1.48-.19,2.22,0,.36-.14.46-.51.46-3.68-.02-7.36-.01-11.03-.02-.2,0-.4-.01-.61-.02,0-1.29,0-2.58,0-3.87Z"/> <path class="rd-icon-credit-report" d="m68.48,86.33c-1.88,0-3.77-.01-5.65,0-.38,0-.34-.18-.36-.44-.12-2.44-.71-4.75-1.75-6.97-1.46-3.12-3.7-5.52-6.51-7.43-.25-.17-.39-.3-.2-.63,1.96-3.35,3.91-6.7,5.85-10.06.18-.3.3-.35.61-.15,2.42,1.51,4.57,3.34,6.45,5.48,3.8,4.32,6.22,9.3,7.21,14.97.28,1.57.46,3.15.47,4.74,0,.36-.11.48-.48.48-1.88-.01-3.77,0-5.65,0,0,0,0,0,0,.01Z"/> <path class="rd-icon-credit-report" d="m43.43,55.9c5.64.02,10.14,1.16,14.42,3.25.61.3.6.3.27.88-1.89,3.3-3.79,6.6-5.67,9.9-.17.3-.33.36-.66.21-2.48-1.18-5.11-1.62-7.84-1.61-2.56,0-4.99.55-7.3,1.62-.3.14-.46.11-.64-.19-1.54-2.67-3.09-5.34-4.64-8.01-.42-.72-.81-1.46-1.24-2.18-.14-.23-.09-.34.14-.47,2.74-1.48,5.68-2.36,8.73-2.93,1.74-.32,3.5-.52,4.41-.48Z"/> <path class="rd-icon-credit-report" d="m56.34,77.6c.04.16-.07.21-.14.27-2.67,2.59-5.44,5.06-8.05,7.7-.68.69-1.41,1.34-2.13,1.99-.85.76-1.84.96-2.88.46-1.09-.52-1.73-1.4-1.67-2.65.05-1.12.63-1.92,1.67-2.37,4.16-1.77,8.34-3.49,12.54-5.16.21-.09.41-.23.66-.25Z"/> </g> </svg></div> <div class="feat-rd-logo"><img src="assets/images/rentec_logo_RD_only.svg" alt="Rentec Direct Logo" width="125" height="86"></div> </div> </div> </div> <div class="feat-title feat-reporting-title">Reporting System</div> <div class="feat-box feat-reporting-box" data-path="fw-1">Create your own custom rentals website for tenants to discover vacancies and attract owners to your business online.</div> <div class="feat-title feat-acct-title">Complete Accounting System</div> <div class="feat-box feat-acct-box" data-path="fw-2">Full bank, property, and tenant accounting features including general ledger accounting to keep your records simple and accurate. </div> <div class="feat-title feat-screening-title">Tenant Screening</div> <div class="feat-box feat-screening-box" data-path="fw-3">Discover the security of knowing the history of each tenant with access to instantly returned credit, criminal, and eviction reports. </div> <div class="feat-title feat-vacancies-title"><span></span>Publish Vacancies Online</div> <div class="feat-box feat-vacancies-box" data-path="fw-4">Instantly expand your reach and find the best renters quickly. Automatically publish listing to 20+ popular rental websites. </div> <div class="feat-title feat-file-title">Online File Management</div> <div class="feat-box feat-file-box" data-path="fw-5">Securely store and share important files such as lease agreements, photos, and other documents with your renters and owners. </div> <div class="feat-title feat-payments-title">Free Online Tenant Payments</div> <div class="feat-box feat-payments-box" data-path="fw-6">Automate your rent collection process with free online rent payments for your tenants with eCheck/ACH. </div> <div class="feat-title feat-web-title">A Professional Website</div> <div class="feat-box feat-web-box" data-path="fw-7">Create your own custom rentals website for tenants to discover vacancies and attract owners to your business online.</div> </div> <div class="cta-button-wrapper double-button features"> <a href="/features" class="cta-button-blue cta-button">Discover more features</a> <a href="/video-demo" class="cta-button-yellow cta-button">Watch a video tour</a> </div> </section> <section class="video-section bg-gray"> <div class="container"> <div class="row mt-4 ndx-video-wrapper"> <div class="ndx-video-title"> <h2 class="section-title video-title"> See what <span class="highlight">Rentec Direct clients</span> have to say... </h2> </div> <!-- <div class="ndx-video-vid video-responsive">--> <!-- <iframe src="https://player.vimeo.com/video/841013704?h=3f48fcbb10&color=006798" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen class="vimeo-iframe video-responsive-item"></iframe>--> <!-- </div>--> <div class="" id="vidCont" tabindex="0" style="width:100%;position:relative;"> <div class="" id="vidCont" tabindex="0" style="width:100%;position:relative;"> <img id="video-thumbnail" src="assets/images/video/Scott_Davis_thumb.webp" data-video-id="841013704?h=3f48fcbb10" data-video-player="vimeo" class="w-100 lazyload" > <button type="button" id="video-tn-button" class="lty-playbtn"><span class="lyt-visually-hidden">Play</span></button> <div id="player"></div> </div> </div> <div class="ndx-video-text"> <strong>Scott Davis</strong><br> <span style="font-size:.9rem;">Rentec Direct client since 2013</span> <br><br> <blockquote>"I started off just using an excel spreadsheet and found that that was not working as I was expanding. [I] then found Rentec and have been able to expand drastically based on the time savings it created." <br><br> - Scott<br> <span style="font-size:.9rem;">Owner Property Management Group of Oregon</span> </blockquote> <img data-src="assets/images/scott_story.png" alt="Scott text" class="scottImg1 lazyload" width="326" height="64"> <img data-src="assets/images/scotts_story_2.png" class="scottImg2 lazyload" alt="Scott text 2" width="350" height="76"> </div> </div> </div> <div class="cta-button-wrapper double-button video"> <a class="left-text"><img data-src="assets/images/icons/dont-take-our-word.svg" class="lazyload img-large" alt="Dont take our word text" width="350" height="106"></a> <a class="left-text"><img data-src="assets/images/icons/dont-take-our-word-sm.svg" class="lazyload img-small" alt="Dont take our word text" width="300" height="86"></a> <a href="/reviews" class="cta-button-blue cta-button">See more testimonials</a> </div> </section> <section class="partner-mobile"> <h2 class="section-title partner"> <span class="highlight">Integrate Features</span> <br>from leading industry services </h2> <div class="container"> <div class="row"> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/sure_icon.webp" alt="Sure Logo" width="24" height="31"> </div> <div class="car-title">Sure</div> <div class="car-desc">Renters Insurance</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/dropbox_icon.webp" alt="Dropbox Logo" width="28" height="31"> </div> <div class="car-title">Dropbox Sign</div> <div class="car-desc">Electronic Signatures</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/dwellsy_icon.webp" alt="Dwellsy Logo" width="31" height="31"> </div> <div class="car-title">Dwellsy</div> <div class="car-desc">Rental Search</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/petscreening_icon.webp" alt="Pet Screening Logo" width="35" height="31"> </div> <div class="car-title">PetScreening</div> <div class="car-desc">Pet Screening</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/paynearme_icon.webp" alt="Paynearme Logo" width="31" height="31"> </div> <div class="car-title">PayNearMe</div> <div class="car-desc">Cash Payments</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/payscore_icon.webp" alt="Payscore Logo" width="31" height="31"> </div> <div class="car-title">Payscore</div> <div class="car-desc">Income Verification</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/zinspector_icon.webp" alt="ZInspector Logo" width="31" height="31"> </div> <div class="car-title">ZInspector</div> <div class="car-desc">Rental Inspections</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/twilio_icon.webp" alt="Twilio Logo" width="31" height="31"> </div> <div class="car-title">Twillio</div> <div class="car-desc">Communication</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/plaid_icon.webp" alt="Plaid Logo" width="31" height="31"> </div> <div class="car-title">Plaid</div> <div class="car-desc">Secure Bank Sync</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/csgforte_icon.webp" alt="CSG Forte Logo" width="31" height="31"> </div> <div class="car-title">CSGForte</div> <div class="car-desc">Online Payments</div> </div> </div> </div> </div> <div class="cta-button-wrapper partner"> <a class="cta-button-blue">View all integrations</a> </div> </section> <section class="partner-carousel"> <h2 class="section-title partner"> <span class="highlight">Integrate Features</span> <br>from leading industry services </h2> <div style="text-align: center;max-width:750px;margin:0 auto 50px auto;"> You will be able to provide outstanding service to your renters, clients, and employees through these strategic partnerships provided by Rentec Direct. </div> <div class="carousel2 partner-logos"> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/dropbox_icon.webp" alt="Dropbox Logo" width="28" height="31"> </div> <div class="car-title">Dropbox Sign</div> <div class="car-desc">Electronic Signatures</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/sure_icon.webp" alt="Sure Logo" width="24" height="31"> </div> <div class="car-title">Sure</div> <div class="car-desc">Renters Insurance</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/bluemoon_icon.webp" alt="Bluemoon Logo" width="33" height="31"> </div> <div class="car-title">Bluemoon</div> <div class="car-desc">Lease Agreements</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/petscreening_icon.webp" alt="Petscreening Logo" width="35" height="31"> </div> <div class="car-title">PetScreening</div> <div class="car-desc">Pet Screening</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/paynearme_icon.webp" alt="Paynearme Logo" width="31" height="31"> </div> <div class="car-title">PayNearMe</div> <div class="car-desc">Cash Payments</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/payscore_icon.webp" alt="Payscore Logo" width="31" height="31"> </div> <div class="car-title">Payscore</div> <div class="car-desc">Income Verification</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/zinspector_icon.webp" alt="ZInspector Logo" width="31" height="31"> </div> <div class="car-title">ZInspector</div> <div class="car-desc">Rental Inspections</div> </div> </div> </div> <div class="carousel3 partner-logos" dir="rtl"> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/twilio_icon.webp" alt="Twilio Logo" width="31" height="31"> </div> <div class="car-title">Twillio</div> <div class="car-desc">Communication</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/plaid_icon.webp" alt="Plaid Logo" width="31" height="31"> </div> <div class="car-title">Plaid</div> <div class="car-desc">Secure Bank Sync</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/csgforte_icon.webp" alt="CSG Forte Logo" width="31" height="31"> </div> <div class="car-title">CSGForte</div> <div class="car-desc">Online Payments</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/intellicorp_icon.webp" alt="Intellicorp Logo" width="18" height="31"> </div> <div class="car-title">Intellicorp</div> <div class="car-desc">SSN Verification</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/cloudconvert_icon.webp" alt="Cloudconvert Logo" width="31" height="20"> </div> <div class="car-title">CloudConvert</div> <div class="car-desc">File Converter</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/cevado_icon.webp" alt="Cevado Logo" width="18" height="31"> </div> <div class="car-title">Cevado</div> <div class="car-desc">PM Websites</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/showmojo_icon.webp" alt="Showmojo Logo" width="31" height="22"> </div> <div class="car-title">ShowMojo</div> <div class="car-desc">Leasing Automation</div> </div> </div> </div> <div class="carousel4 partner-logos"> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/aptlist_icon.webp" alt="Apartment List Logo" width="26" height="31"> </div> <div class="car-title">Apartment List</div> <div class="car-desc">Rental Search</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/dwellsy_icon.webp" alt="Dwellsy Logo" width="31" height="31"> </div> <div class="car-title">Dwellsy</div> <div class="car-desc">Rental Search</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/realtor.com_icon.webp" alt="Realtor Logo" width="32" height="31"> </div> <div class="car-title">Realtor.com</div> <div class="car-desc">Rental Search</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/trovit_icon.webp" alt="Trovit Logo" width="28" height="31"> </div> <div class="car-title">Trovit</div> <div class="car-desc">Rental Search</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/zumper_icon.webp" alt="Zumper Logo" width="31" height="31"> </div> <div class="car-title">Zumper</div> <div class="car-desc">Rental Search</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/rentalbeast_icon.webp" alt="Rentalbeast Logo" width="35" height="31"> </div> <div class="car-title">Rental Beast</div> <div class="car-desc">Rental Search</div> </div> </div> <div class="carousel-box"> <div class="carousel-grid"> <div class="car-img"> <img class="lazyload" data-src="./assets/images/partners/rentalsource_icon.webp" alt="Rental Source Logo" width="39" height="31"> </div> <div class="car-title">RentalSource</div> <div class="car-desc">Rental Search</div> </div> </div> </div> <div class="cta-button-wrapper partner"> <a href="/integration-partners" class="cta-button-blue">View all integrations</a> </div> </section> <section class="product-categories"> <div class="container"> <div class="row"> <h2 class="section-title category"> <span class="highlight">Made for all portfolios.</span> <br>No matter what you manage </h2> <div class="category-grid"> <div class="cat-container cat1"> <div class="cat-img-wrapper" style="--cat-img-width:150px;--cat-img-top-pad:100px;"> <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129.69 65.57"><defs><style>.build-single-fam-1{fill:#77bdd8;}.build-single-fam-1,.build-single-fam-2,.build-single-fam-3{stroke:#231f20;stroke-linecap:round;stroke-linejoin:round;}.build-single-fam-2{fill:#157eb2;}.build-single-fam-3{fill:#fff;}</style></defs><g id="Layer_1-2"><polygon class="build-single-fam-3" points="67.81 65.07 10.97 65.07 10.97 32.87 39.39 10.22 67.81 32.87 67.81 65.07"/><rect class="build-single-fam-3" x="30.63" y="38.14" width="16.67" height="26.92"/><rect class="build-single-fam-3" x="67.81" y="33.01" width="36.32" height="32.06"/><rect class="build-single-fam-3" x="77.42" y="38.14" width="17.67" height="13.46"/><polygon class="build-single-fam-2" points="77.42 30.6 43.59 3.8 39.43 .5 32.89 5.68 .5 31.34 5.54 37.7 39.43 10.86 72.38 36.96 77.42 30.6"/><polygon class="build-single-fam-2" points="47.5 6.89 99.51 6.89 109.52 27.48 73.77 27.48 47.5 6.89"/><line class="build-single-fam-3" x1=".59" y1="65.07" x2="129.19" y2="65.07"/><polygon class="build-single-fam-2" points="75.52 33.01 109.03 33.01 109.03 27.48 73.77 27.48 77.42 30.6 75.52 33.01"/><path class="build-single-fam-2" d="M126.66,44.88c1.65,16.54-3.46,16.62-7.72,16.62s-9.23-.07-7.72-16.62c.88-9.68,3.49-14.86,7.72-16.62.84-.35,6.73,6.72,7.72,16.62Z"/><line class="build-single-fam-1" x1="118.96" y1="53.94" x2="118.96" y2="65.07"/></g></svg> </div> Single Family </div> <div class="cat-container cat2"> <div class="cat-img-wrapper"> <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.05 105.81"><defs><style>.build-multi-1{fill:#77bdd8;}.build-multi-1,.build-multi-2,.build-multi-3,.build-multi-4,.build-multi-5,.build-multi-6{stroke:#231f20;}.build-multi-1,.build-multi-2,.build-multi-4,.build-multi-5,.build-multi-6{stroke-linecap:round;}.build-multi-1,.build-multi-2,.build-multi-5,.build-multi-6{stroke-linejoin:round;}.build-multi-2{fill:#157eb2;}.build-multi-3,.build-multi-4{stroke-miterlimit:10;}.build-multi-3,.build-multi-4,.build-multi-6{fill:#fff;}.build-multi-5{fill:none;}</style></defs><g id="Layer_1-2"><rect class="build-multi-3" x="7.41" y="10" width="67.51" height="95.31"/><polygon class="build-multi-2" points="78.03 21.91 50.92 21.91 41.33 12.24 32.44 21.91 4.64 21.91 9.65 .5 73.54 .5 78.03 21.91"/><path class="build-multi-6" d="M35.98,79.67v-45.91c0-2.54,2.32-4.59,5.18-4.59h0c2.86,0,5.18,2.06,5.18,4.59v45.91"/><rect class="build-multi-5" x="14.87" y="81.65" width="12.95" height="23.65"/><rect class="build-multi-6" x="14.87" y="58.47" width="12.95" height="12.95"/><rect class="build-multi-6" x="14.87" y="35.29" width="12.95" height="12.95"/><rect class="build-multi-5" x="53.51" y="81.65" width="12.95" height="23.65"/><rect class="build-multi-6" x="53.51" y="58.47" width="12.95" height="12.95"/><rect class="build-multi-6" x="53.51" y="35.29" width="12.95" height="12.95"/><line class="build-multi-4" x1=".5" y1="105.31" x2="83.55" y2="105.31"/><path class="build-multi-2" d="M44.7,91.15c.76,5.45-1.6,5.48-3.57,5.48s-4.27-.02-3.57-5.48c.41-3.19,1.61-4.89,3.57-5.48.39-.11,3.11,2.21,3.57,5.48Z"/><line class="build-multi-1" x1="41.14" y1="93.48" x2="41.14" y2="98.66"/><polygon class="build-multi-5" points="43.18 105.3 38.94 105.3 37.56 99.39 44.73 99.39 43.18 105.3"/></g></svg> </div> Small Multi-Family </div> <div class="cat-container cat3"> <div class="cat-img-wrapper" style="--cat-img-width:125px;--cat-img-top-pad:50px;"> <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 99.16 101.42"><defs><style>.build-apt-1{fill:#77bdd8;}.build-apt-1,.build-apt-2,.build-apt-3,.build-apt-4{stroke:#231f20;stroke-linecap:round;stroke-linejoin:round;}.build-apt-2{fill:#157eb2;}.build-apt-3{fill:none;}.build-apt-4{fill:#fff;}</style></defs><g id="Layer_1-2"><rect class="build-apt-4" x="16.66" y="5.61" width="67.51" height="95.31"/><rect class="build-apt-2" x="13.25" y=".5" width="74.33" height="5.45"/><rect class="build-apt-3" x="43.51" y="74.94" width="12.95" height="23.02"/><rect class="build-apt-3" x="42.07" y="97.96" width="15.82" height="2.95"/><rect class="build-apt-4" x="24.19" y="53.87" width="12.95" height="12.95"/><rect class="build-apt-4" x="24.19" y="32.46" width="12.95" height="12.95"/><rect class="build-apt-4" x="24.19" y="75.28" width="12.95" height="12.95"/><rect class="build-apt-4" x="24.19" y="11.05" width="12.95" height="12.95"/><rect class="build-apt-4" x="62.14" y="53.87" width="12.95" height="12.95"/><rect class="build-apt-4" x="62.14" y="32.46" width="12.95" height="12.95"/><rect class="build-apt-4" x="62.14" y="75.28" width="12.95" height="12.95"/><rect class="build-apt-4" x="62.14" y="11.05" width="12.95" height="12.95"/><rect class="build-apt-4" x="43.51" y="53.87" width="12.95" height="12.95"/><rect class="build-apt-4" x="43.51" y="32.46" width="12.95" height="12.95"/><rect class="build-apt-4" x="43.51" y="11.05" width="12.95" height="12.95"/><line class="build-apt-4" x1=".5" y1="100.92" x2="98.66" y2="100.92"/><path class="build-apt-2" d="M98.43,87.64c1.19,8.5-2.49,8.54-5.57,8.54s-6.66-.04-5.57-8.54c.64-4.98,2.52-7.64,5.57-8.54.6-.18,4.86,3.45,5.57,8.54Z"/><line class="build-apt-2" x1="92.87" y1="89.12" x2="92.87" y2="100.92"/><path class="build-apt-2" d="M13.18,87.64c1.19,8.5-2.49,8.54-5.57,8.54s-6.66-.04-5.57-8.54c.64-4.98,2.52-7.64,5.57-8.54.6-.18,4.86,3.45,5.57,8.54Z"/><line class="build-apt-1" x1="7.62" y1="89.12" x2="7.62" y2="100.92"/></g></svg> </div> Apartments </div> <div class="cat-container cat4"> <div class="cat-img-wrapper" style="--cat-img-width:110px;--cat-img-top-pad-sm:86px;"> <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.9 102.35"><defs><style>.build-student-1{fill:#157eb2;}.build-student-1,.build-student-2{stroke:#231f20;stroke-linecap:round;stroke-linejoin:round;}.build-student-2{fill:#fff;}</style></defs><g id="Layer_1-2"><rect class="build-student-1" x="95.46" y="22.21" width="23.05" height="5.57"/><rect class="build-student-1" x="4.9" y="22.21" width="23.05" height="5.57"/><polygon class="build-student-2" points="95.46 101.85 27.95 101.85 27.95 17.08 61.71 .5 95.46 17.08 95.46 101.85"/><rect class="build-student-2" x="8.13" y="27.78" width="19.82" height="74.07"/><rect class="build-student-2" x="95.46" y="27.78" width="19.82" height="74.07"/><rect class="build-student-2" x="35.41" y="76.62" width="12.95" height="18.02"/><rect class="build-student-2" x="35.41" y="52.61" width="12.95" height="18.02"/><rect class="build-student-2" x="35.41" y="28.6" width="12.95" height="18.02"/><rect class="build-student-2" x="18.04" y="77" width="9.63" height="12.59"/><rect class="build-student-2" x="18.04" y="56.19" width="9.63" height="12.59"/><rect class="build-student-2" x="18.04" y="35.38" width="9.63" height="12.59"/><rect class="build-student-2" x="95.46" y="77" width="9.63" height="12.59"/><rect class="build-student-2" x="95.46" y="56.19" width="9.63" height="12.59"/><rect class="build-student-2" x="95.46" y="35.38" width="9.63" height="12.59"/><rect class="build-student-2" x="73.36" y="76.62" width="12.95" height="18.02"/><rect class="build-student-2" x="73.36" y="52.61" width="12.95" height="18.02"/><rect class="build-student-2" x="73.36" y="28.6" width="12.95" height="18.02"/><rect class="build-student-2" x="54.73" y="76.62" width="12.95" height="18.02"/><rect class="build-student-2" x="54.73" y="52.61" width="12.95" height="18.02"/><rect class="build-student-2" x="54.73" y="28.6" width="12.95" height="18.02"/><line class="build-student-2" x1=".5" y1="101.85" x2="122.4" y2="101.85"/><circle class="build-student-1" cx="61.71" cy="15.51" r="7.12"/></g></svg> </div> Student Housing </div> <div class="cat-container cat5"> <div class="cat-img-wrapper" style="--cat-img-top-pad:67px;"> <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 84.05 65.35"><defs><style>.build-comm-1{fill:#157eb2;}.build-comm-1,.build-comm-2,.build-comm-3,.build-comm-4,.build-comm-5{stroke:#231f20;}.build-comm-1,.build-comm-3,.build-comm-4,.build-comm-5{stroke-linecap:round;}.build-comm-1,.build-comm-4,.build-comm-5{stroke-linejoin:round;}.build-comm-2,.build-comm-3{stroke-miterlimit:10;}.build-comm-2,.build-comm-3,.build-comm-5{fill:#fff;}.build-comm-4{fill:none;}</style></defs><g id="Layer_1-2"><rect class="build-comm-2" x="7.41" y="17.19" width="67.51" height="47.65"/><rect class="build-comm-4" x="17.13" y="35.54" width="16.16" height="29.31"/><rect class="build-comm-5" x="42.03" y="35.59" width="27.62" height="19.25"/><line class="build-comm-3" x1=".5" y1="64.85" x2="83.55" y2="64.85"/><path class="build-comm-1" d="M31.9,27.58h0c-5.58,0-10.1-2.4-10.1-5.37L27.16.5h14.83v21.71c0,2.96-4.52,5.37-10.1,5.37Z"/><path class="build-comm-1" d="M11.26,27.58h0c-5.58,0-10.1-2.4-10.1-5.37L12.36.5h14.83l-5.84,21.71c0,2.96-4.52,5.37-10.1,5.37Z"/><path class="build-comm-1" d="M72.57,27.58h0c5.58,0,10.1-2.4,10.1-5.37L71.46.5h-14.83s5.84,21.71,5.84,21.71c0,2.96,4.52,5.37,10.1,5.37Z"/><path class="build-comm-1" d="M52.1,27.58h0c-5.58,0-10.1-2.4-10.1-5.37V.5h14.63l5.57,21.71c0,2.96-4.52,5.37-10.1,5.37Z"/></g></svg> </div> Commercial </div> <div class="cat-container cat6"> <div class="cat-img-wrapper" style="--cat-img-width:110px;"> <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.83 68.06"><defs><style>.build-house-1{fill:#157eb2;}.build-house-1,.build-house-2,.build-house-3{stroke:#231f20;stroke-linecap:round;}.build-house-1,.build-house-3{stroke-linejoin:round;}.build-house-2{stroke-miterlimit:10;}.build-house-2,.build-house-3{fill:#fff;}</style></defs><g id="Layer_1-2"><polygon class="build-house-3" points="67.81 67.43 10.97 67.43 10.97 30.65 39.39 10.22 67.81 30.65 67.81 67.43"/><rect class="build-house-3" x="31.63" y="40.51" width="16.67" height="26.92"/><polygon class="build-house-1" points="43.59 3.8 39.43 .5 32.89 5.68 18.13 17.37 18.13 8.45 9.8 8.45 9.8 23.97 .5 31.34 5.54 37.7 39.43 10.86 72.38 36.96 77.42 30.6 43.59 3.8"/><line class="build-house-2" x1=".5" y1="67.56" x2="78.33" y2="67.56"/></g></svg> </div> Affordable Housing </div> </div> </div> </div> <div class="cta-button-wrapper double-button category"> <a class="cta-button-blue cta-button" id="demo-request-btn" data-fancybox="" data-type="ajax" data-src="/misc/schedule-demo" href="javascript:">Get a 1-on-1 product demo</a> <!-- <a class="cta-button-outline cta-button" data-fancybox="" data-type="ajax" data-src="misc/product-demo" onclick="trackModalLink('/misc/product-demo')">Get a 1-on-1 product demo</a>--> <a href="/signup/getstarted" class="cta-button-yellow cta-button">Start a free trial</a> </div> </section> <section class="customer-service"> <div class="container"> <div class="row"> <h2 class="section-title customer-service-title"> Our outstanding <span class="highlight">customer service guarantee!</span> </h2> <div class="cs-grid"> <div class="cs1"> <span>Award winning customer service department</span> The American Business Awards keep awarding our <a href="/customer-service">customer service</a> team the <a href="/awards">Customer Service Department of the Year</a> award year after year. <br><br> <span>Help from start to finish:</span> Whether you are contacting us to help with managing maintenance requests, or need help getting your tenants on-board with the free online tenant payments offered by Rentec Direct, our US-based staff will help you from A to Z. <br><br> <span>Easy to reach:</span> You can always expect A+ service from Rentec Direct, and we are easily accessible by <a href="contact.php">phone, email, or chat</a>. </div> <div class="cs2"> <div class="cs-award-1"> <img class="lazyload" data-src="assets/images/awards/award_BIB_no-date.webp" alt="Best in Business Most Customer Friendly award"> </div> <div class="cs-award-2"> <img class="lazyload" data-src="assets/images/awards/award_ABA_no-date.webp" alt="American Business Awards Customer Service Dept of the Year award"> </div> </div> </div> </div> </div> <div class="cta-button-wrapper double-button cservice"> <a href="/customer-service" class="cta-button-blue cta-button cta-button-wide">Learn about customer service</a> <a class="cta-button-blue cta-button" data-fancybox="" data-type="ajax" data-src="misc/product-demo" onclick="trackModalLink('/misc/product-demo')">Watch a video software tour</a> </div> </section> <section class="whyrentec"> <div class="container"> <div class="row"> <h2 class="section-title section-title-dark whyrentec-title"> Why use <span class="highlight">property management software</span> from Rentec Direct? </h2> <div class="whyrentec-grid"> <div class="wr1"> <div class="phone"> <img src="assets/images/home-whyuser-img-3.png" style="width:255px;height:auto;margin:10px;" class="lazyload"> </div> </div> <div class="wr2"> For starters, we're a pretty fun group of people to work with! <a href="/about-us">Learn more about our staff here.</a> <br><br> When you choose Rentec Direct for your real estate management software, not only will you be getting a state-of-the-art system with all the tools needed to manage your business, but we'll also be helping you as much as needed to become familiar and productive within the system. You'll receive unlimited access to our US-based client support. To best serve you, most of our onboarding and client support team have backgrounds in accounting and property management. You get unlimited access to the team by phone, email, and live chat. <br><br> Rentec Direct ranks highest in customer satisfaction and our clients recommend us more than any other real estate management platform. We don’t just make this up, it comes from certified third-party reviews where we have remained one of the most recommended software applications for landlords, property managers, and real estate professionals year after year. </div> </div> </div> <div class="cta-button-wrapper double-button cta-button-wrapper-dark whyrentec-btn"> <a href="/signup/getstarted" class="cta-button-outline cta-button">Try for free</a> <a class="cta-button-yellow cta-button" data-fancybox="" data-type="ajax" data-src="/misc/schedule-demo" href="javascript:">Schedule a demo</a> </div> </div> </section> <section class="faq"> <div class="container"> <div class="row"> <h2 class="section-title faq-title"> <span class="highlight">Frequently</span> Asked Questions </h2> <div class="faq-grid"> <div class="faq1"> Can't find what you're looking for?<br> <span>We would love to chat with you.</span> <div class="faq-img-wrapper"> <img src="assets/images/icons/chat-circle.png" alt="chat with us" class="faq-chat remote-beacon" > <img src="assets/images/icons/arrow-1-handdrawn.png" alt="chat arrow" class="faq-arrow"> </div> </div> <div class="faq2"> <div class="faq-content pricing-wrapper"> <div class="faq-articles"> <article class="faq-accordion"> <input type="checkbox" class="tgg-title" id="tgg-title-1"> <div class="faq-accordion-title"> <label for="tgg-title-1"> <p class="faq-question">What is Rentec Direct?</p> <span class="faq-arrow-icon"> <i class="fa-regular fa-chevron-down"></i> </span> </label> </div> <div class="faq-accordion-content"> <p> Rentec Direct is a popular software platform used by landlords and property managers to handle all aspects of managing properties, tenants, and owners. Rentec Direct is a cloud-based software that can be accessed from anywhere with an internet connection and on any device which enables property managers, along with their tenants and owners, to access their information from anywhere. Rentec Direct has been used by tens of thousands of landlords and property managers who manage over $200 billion in real estate assets. </p> </div> </article> <article class="faq-accordion"> <input type="checkbox" class="tgg-title" id="tgg-title-2"> <div class="faq-accordion-title"> <label for="tgg-title-2"> <p class="faq-question">How can I reach Rentec Direct?</p> <span class="faq-arrow-icon"> <i class="fa-regular fa-chevron-down"></i> </span> </label> </div> <div class="faq-accordion-content"> <p> For general inquiries, Rentec Direct is available by both phone and email. You can reach Rentec Direct by phone at <a href='tel:8008815139'>800-881-5139</a> or by email at <a href="/cdn-cgi/l/email-protection#9df4f3fbf2ddeff8f3e9f8fef9f4eff8fee9b3fef2f0"><span class="__cf_email__" data-cfemail="fe97909891be8c9b908a9b9d9a978c9b9d8ad09d9193">[email protected]</span></a>. Rentec Direct customers get unlimited free US-based support available by phone, email and live chat. </p> </div> </article> <article class="faq-accordion"> <input type="checkbox" class="tgg-title" id="tgg-title-3"> <div class="faq-accordion-title"> <label for="tgg-title-3"> <p class="faq-question">How can I contact customer support?</p> <span class="faq-arrow-icon"> <i class="fa-regular fa-chevron-down"></i> </span> </label> </div> <div class="faq-accordion-content"> <p> All Rentec Direct customers get unlimited and free US-based support available by phone, email and live chat. Once logged in, you can click the help button in the top right corner of your Rentec Direct account to access all live support options. You can also reach Rentec Direct by phone at <a href='tel:8008815139'>800-881-5139</a> or by email at <a href="/cdn-cgi/l/email-protection#98ebedfbfbfdebebd8eafdf6ecfdfbfcf1eafdfbecb6fbf7f5"><span class="__cf_email__" data-cfemail="a3d0d6c0c0c6d0d0e3d1c6cdd7c6c0c7cad1c6c0d78dc0ccce">[email protected]</span></a>. Rentec Direct also offers 24x7 support with our <a href='https://help.rentecdirect.com'>knowledge base</a> and <a href='https://help.rentecdirect.com/article/511-training-videos-getting-started'>video tutorials</a>. </p> </div> </article> <article class="faq-accordion"> <input type="checkbox" class="tgg-title" id="tgg-title-4"> <div class="faq-accordion-title"> <label for="tgg-title-4"> <p class="faq-question">Why choose Rentec Direct over a competing solution?</p> <span class="faq-arrow-icon"> <i class="fa-regular fa-chevron-down"></i> </span> </label> </div> <div class="faq-accordion-content"> <p> Each property management software solution has its own unique benefits; however, Rentec Direct shines as the top option in many ways. Rentec Direct was founded in 2007 which makes Rentec Direct one of the most mature options available which means Rentec Direct is going to be better tested and more feature complete than most other options. Rentec Direct is privately owned and entirely debt free, so they remain laser focused on their customer's experience and will continue to be around for the long term to support their customers. Rentec Direct consistently outperforms other solutions in customer satisfaction as indicated by their many <a href='https://www.rentecdirect.com/awards'>industry awards</a> and <a href='https://www.rentecdirect.com/reviews/'>raving customer reviews</a> and remains one of the most recommended solution by landlords and property managers. </p> </div> </article> <article class="faq-accordion"> <input type="checkbox" class="tgg-title" id="tgg-title-5"> <div class="faq-accordion-title"> <label for="tgg-title-5"> <p class="faq-question">Where is Rentec Direct located?</p> <span class="faq-arrow-icon"> <i class="fa-regular fa-chevron-down"></i> </span> </label> </div> <div class="faq-accordion-content"> <p> Rentec Direct is a US-based company and all of their employees are located in the United States. Their headquarters located at 231 SW I St, Grants Pass, Oregon. Rentec Direct is unique in that all of their staff, including customer service remains entirely US-based which fulfills one of Rentec Direct's core principals of always delivering the most outstanding service and support in the industry. </p> </div> </article> <article class="faq-accordion"> <input type="checkbox" class="tgg-title" id="tgg-title-6"> <div class="faq-accordion-title"> <label for="tgg-title-6"> <p class="faq-question">What do customers say about Rentec Direct?</p> <span class="faq-arrow-icon"> <i class="fa-regular fa-chevron-down"></i> </span> </label> </div> <div class="faq-accordion-content"> <p> Rentec Direct is one of the highest ranked software in the property management industry and is currently ranked 4.8 of 5 stars on <a href='https://maps.app.goo.gl/F9LUF6rgh1KxkKuC7'>Google Reviews</a>. To see real-time unfiltered customer statements and reviews about Rentec Direct visit our <a href='https://www.rentecdirect.com/reviews/'>property management software reviews</a> page. Rentec Direct has maintained this excellent level of customer satisfaction for well over a decade. </p> </div> </article> <article class="faq-accordion"> <input type="checkbox" class="tgg-title" id="tgg-title-7"> <div class="faq-accordion-title"> <label for="tgg-title-7"> <p class="faq-question">What is Rentec Direct's ideal customer?</p> <span class="faq-arrow-icon"> <i class="fa-regular fa-chevron-down"></i> </span> </label> </div> <div class="faq-accordion-content"> <p> Rentec Direct is ideal for any landlord or property manager who manages residential or commercial properties. Although Rentec Direct includes all major features and functionality available in other software options, Rentec Direct purposefully maintains a lower price point than many competitors because Rentec Direct believes that all landlords and property managers should have access to the best software available regardless of their portfolio size. Rentec Direct is able to accomplish this because we are wholly owned, debt free, and as such do not have revenue requirements from investors. Our roots started with smaller landlords who generally cannot afford the premium prices and minimums found elsewhere and we're committed to all of our customers regardless of size. Rentec Direct works extremely well for both the startup DIY landlord as well as the professional property manager actively growing their portfolio into many thousands of units. </p> </div> </article> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is Rentec Direct?", "acceptedAnswer": { "@type": "Answer", "text": "Rentec Direct is a popular software platform used by landlords and property managers to handle all aspects of managing properties, tenants, and owners. Rentec Direct is a cloud-based software that can be accessed from anywhere with an internet connection and on any device which enables property managers, along with their tenants and owners, to access their information from anywhere. Rentec Direct has been used by tens of thousands of landlords and property managers who manage over $200 billion in real estate assets." } }, { "@type": "Question", "name": "How can I reach Rentec Direct?", "acceptedAnswer": { "@type": "Answer", "text": "For general inquiries, Rentec Direct is available by both phone and email. You can reach Rentec Direct by phone at <a href='tel:8008815139'>800-881-5139</a> or by email at <a href='mailto:[email protected]'>[email protected]</a>. Rentec Direct customers get unlimited free US-based support available by phone, email and live chat." } }, { "@type": "Question", "name": "How can I contact customer support?", "acceptedAnswer": { "@type": "Answer", "text": "All Rentec Direct customers get unlimited and free US-based support available by phone, email and live chat. Once logged in, you can click the help button in the top right corner of your Rentec Direct account to access all live support options. You can also reach Rentec Direct by phone at <a href='tel:8008815139'>800-881-5139</a> or by email at <a href='mailto:[email protected]'>[email protected]</a>. Rentec Direct also offers 24x7 support with our <a href='https://help.rentecdirect.com'>knowledge base</a> and <a href='https://help.rentecdirect.com/article/511-training-videos-getting-started'>video tutorials</a>." } }, { "@type": "Question", "name": "Why choose Rentec Direct over a competing solution?", "acceptedAnswer": { "@type": "Answer", "text": "Each property management software solution has its own unique benefits; however, Rentec Direct shines as the top option in many ways. Rentec Direct was founded in 2007 which makes Rentec Direct one of the most mature options available which means Rentec Direct is going to be better tested and more feature complete than most other options. Rentec Direct is privately owned and entirely debt free, so they remain laser focused on their customer's experience and will continue to be around for the long term to support their customers. Rentec Direct consistently outperforms other solutions in customer satisfaction as indicated by their many <a href='https://www.rentecdirect.com/awards'>industry awards</a> and <a href='https://www.rentecdirect.com/reviews/'>raving customer reviews</a> and remains one of the most recommended solution by landlords and property managers." } }, { "@type": "Question", "name": "Where is Rentec Direct located?", "acceptedAnswer": { "@type": "Answer", "text": "Rentec Direct is a US-based company and all of their employees are located in the United States. Their headquarters located at 231 SW I St, Grants Pass, Oregon. Rentec Direct is unique in that all of their staff, including customer service remains entirely US-based which fulfills one of Rentec Direct's core principals of always delivering the most outstanding service and support in the industry." } }, { "@type": "Question", "name": "What do customers say about Rentec Direct?", "acceptedAnswer": { "@type": "Answer", "text": "Rentec Direct is one of the highest ranked software in the property management industry and is currently ranked 4.8 of 5 stars on <a href='https://maps.app.goo.gl/F9LUF6rgh1KxkKuC7'>Google Reviews</a>. To see real-time unfiltered customer statements and reviews about Rentec Direct visit our <a href='https://www.rentecdirect.com/reviews/'>property management software reviews</a> page. Rentec Direct has maintained this excellent level of customer satisfaction for well over a decade." } }, { "@type": "Question", "name": "What is Rentec Direct's ideal customer?", "acceptedAnswer": { "@type": "Answer", "text": "Rentec Direct is ideal for any landlord or property manager who manages residential or commercial properties. Although Rentec Direct includes all major features and functionality available in other software options, Rentec Direct purposefully maintains a lower price point than many competitors because Rentec Direct believes that all landlords and property managers should have access to the best software available regardless of their portfolio size. Rentec Direct is able to accomplish this because we are wholly owned, debt free, and as such do not have revenue requirements from investors. Our roots started with smaller landlords who generally cannot afford the premium prices and minimums found elsewhere and we're committed to all of our customers regardless of size. Rentec Direct works extremely well for both the startup DIY landlord as well as the professional property manager actively growing their portfolio into many thousands of units." } } ] } </script> </div> </div> </div> </div> </div> </div> </section> <section class="awards"> <div class="container"> <div class="row"> <h2 class="section-title" style="margin-top:100px;" > <span class="highlight">Awards</span> and Accolades </h2> <p> Thanks to our amazing team, our company continues to lead the industry year after year. We work hard every day to bring value to our clients by providing excellent products and quality of service. By being recognized for our work by esteemed organizations, we are confident that we are on the right path. </p> <div style="display:block;width:100%;"> <div class="container award-container"> <h5 class="mt-2 mb-4 award-title" style="display:none;">AWARDS & ACCOLADES</h5> <div class="row"> <div class="col-6 col-sm-4 col-md-2 my-2 award-wrapper award-6-1"> <img data-src="/assets/images/awards/awards_CFCOY_2023.svg" class="lazyload" width="190" height="187" alt="most customer friendly company award" loading="lazy"/> </div> <div class="col-6 col-sm-4 col-md-2 my-2 award-wrapper award-6-2"> <img data-src="/assets/images/awards/awards_CSDOY_2024.svg" class="lazyload" width="190" height="187" alt="customer service department of the year award" loading="lazy"/> </div> <div class="col-6 col-sm-4 col-md-2 my-2 award-wrapper award-6-3"> <img data-src="/assets/images/awards/awards_inc_5k_2024.svg" class="lazyload" width="190" height="187" alt="fastest growing private company award" loading="lazy"/> </div> <div class="col-6 col-sm-4 col-md-2 my-2 award-wrapper award-6-4"> <img data-src="/assets/images/awards/awards_RECOY_2024.svg" class="lazyload" width="190" height="187" alt="Real Estate company of they year award" loading="lazy"/> </div> <div class="col-6 col-sm-4 col-md-2 my-2 award-wrapper award-6-5"> <img data-src="/assets/images/awards/awards_REEDOY_2024.svg" class="lazyload" width="190" height="187" alt="Real Estate Entreprenuer of the year award" loading="lazy"/> </div> <div class="col-6 col-sm-4 col-md-2 my-2 award-wrapper award-6-6"> <img data-src="/assets/images/awards/awards_BCWFIO_2024.svg" class="lazyload" width="190" height="187" alt="Sass company of the year award" loading="lazy"/> </div> </div> </div> <!-- 4 awards <div class="container award-container"> <h5 class="mt-2 mb-4 award-title">AWARDS & ACCOLADES</h5> <div class="row"> <div class="col-12 col-sm-6 col-md-3 my-2 award-wrapper award-inc5k"> <img src="assets/images/awards/awards_CFCOY_2022.svg" alt="fastest growing private company award"/> </div> <div class="col-12 col-sm-6 col-md-3 my-2 award-wrapper award-bib"> <img src="assets/images/awards/awards_CSDOY_2022.svg" alt="most customer friendly company award"/> </div> <div class="col-12 col-sm-6 col-md-3 my-2 award-wrapper award-aba"> <img src="assets/images/awards/awards_inc_5k_2022.svg" alt="customer service department of the year award"/> </div> <div class="col-12 col-sm-6 col-md-3 my-2 award-wrapper award-e360"> <img src="assets/images/awards/awards_RECOY_2022.svg" alt="best entreprenurial company award"/> </div> </div> </div> --> </div> <div class="cta-button-wrapper double-button awards-btn" style="width:100%;" > <a class="left-text text1"><img data-src="assets/images/icons/text-impressive-2.png" class="lazyload" alt="Think thats impressive" width="280" height="70"></a> <a class="left-text text2"><img data-src="assets/images/icons/text-impressive-3.png" class="lazyload" alt="arrow" width="261" height="82"></a> <a href="/awards" class="cta-button-blue cta-button">See all awards</a> </div> </div> </div> </section> <section class="bottom-cta"> <div class="container"> <div class="row"> <h2 class="section-title section-title-dark"> Ready to take the next step? </h2> <div class="bottom-cta-grid"> <div class="cta-box1"> <div class="innerbox"> <strong>Get a live demo</strong> <span>We’ll work with you to better understand your business and recommend a solution to solve your needs.</span> <button data-fancybox="" data-type="ajax" data-src="/misc/schedule-demo" href="javascript:">Book Demo</button> </div> </div> <div class="cta-box2"> <div class="innerbox"> <strong>Start a no-cost trial</strong> <span>Get started today and try out all the features Rentec Direct property management software has to offer.</span> <button onclick="window.location.href='/signup/getstarted'">Start Free Trial</button> </div> </div> </div> </div> </div> </section> <!-- Organization Schema --> <script type="application/ld+json"> { "@context": "https://schema.org", "@graph": [ { "@type": "Organization", "@id": "https://www.rentecdirect.com/#organization", "name": "Rentec Direct", "legalName": "Rentec Direct LLC", "url": "https://www.rentecdirect.com/", "mainEntityOfPage": "https://www.rentecdirect.com/", "description": "Rentec Direct is a US-based software company that offers cloud-based property management software to landlords and property managers. The company was founded in 2007 by Nathan Miller and has their headquarters in Grants Pass, OR.", "logo": "https://www.rentecdirect.com/assets/images/rentec-direct-kg-logo.png", "image": "https://www.rentecdirect.com/assets/images/rentec-og-image.png", "foundingDate": "2007", "foundingLocation": { "@type": "City", "address": { "@type": "PostalAddress", "addressLocality": "Grants Pass", "postalCode": "97526", "addressCountry": "USA" } }, "hasMap": "https://g.page/rentec", "disambiguatingDescription": "Rentec Direct: Software Company. The legal name for Rentec Direct is Rentec Direct LLC. Rentec Direct was founded on 12 Mar 2007 in Grants Pass, USA.", "founder": { "@id": "https://nathanmiller.info/#person", "@type": "Person", "name": "Nathan Miller", "sameAs": [ "https://www.linkedin.com/in/nathan-miller-9087458/", "https://twitter.com/hitechlandlord", "https://profiles.forbes.com/members/business/profile/Nathan-Miller-Founder-CEO-Rentec-Direct/01436bc5-5624-4c33-b39c-673f8ba7af95", "https://www.entrepreneur.com/author/nathan-miller", "https://www.wikihow.com/Author/Nathan-Miller" ] }, "address": { "@type": "PostalAddress", "streetAddress": "231 SW I St", "addressLocality": "Grants Pass", "addressRegion": "OR", "postalCode": "97526", "addressCountry": "USA" }, "telephone" : "+1-800-881-5139", "faxNumber" : "+1-888-882-1062", "contactPoint" : [ { "@type" : "ContactPoint", "telephone" : "+1-800-881-5139", "faxNumber" : "+1-888-882-1062", "contactType" : "Customer Service", "contactOption" : "TollFree", "areaServed" : "US" }, { "@type" : "ContactPoint", "telephone" : "+1-800-881-5139", "faxNumber" : "+1-888-882-1062", "contactOption" : "TollFree", "contactType" : "Sales", "areaServed" : "US" } ], "sameAs": [ "https://facebook.com/rentecdirect", "https://youtube.com/rentecdirect", "https://twitter.com/rentec", "https://www.linkedin.com/company/rentec-direct", "https://www.youtube.com/rentecdirect", "https://www.softwareadvice.com/property/rentec-direct-property-management-profile/", "https://www.capterra.com/p/120753/Rentec-Direct/", "https://www.getapp.com/real-estate-property-software/a/rentec-direct/", "https://www.bbb.org/us/or/grants-pass/profile/computer-software-developers/rentec-direct-llc-1296-22660187", "https://www.crunchbase.com/organization/rentec-direct", "https://www.pinterest.com/RentecDirect/", "https://business.grantspasschamber.org/list/member/rentec-direct-13312", "https://www.dnb.com/business-directory/company-profiles.rentec_direct_llc.56ec64609bb056c3ebb56eea14adb8c5.html", "https://www.g2.com/products/rentec-direct/reviews", "https://www.google.com/search?kgmid=/g/11g9mx8628" ], "subjectOf": [ "https://southernoregonbusiness.com/rentec-direct-celebrates-significant-milestones-and-13-years-of-advancing-the-property-management-industry/" ], "alternateName": [ "Rentec" ], "memberOf": [ { "@type": "Organization", "name": "National Association of Residential Property Managers", "url": "https://www.narpm.org" }, { "@type": "Organization", "name": "Better Business Bureau", "url": "https://www.bbb.org" }, { "@type": "Organization", "name": "SOREDI", "url": "https://soredi.org/" }, { "@type": "Organization", "name": "Grants Pass & Josephine County Chamber of Commerce", "url": "https://www.grantspasschamber.org/" } ] }, { "@context": "https://schema.org", "@type": "WebSite", "@id": "https://www.rentecdirect.com/#website", "url": "https://www.rentecdirect.com", "name": "Rentec Direct", "potentialAction": { "@type": "SearchAction", "target": { "@type": "EntryPoint", "urlTemplate": "https://www.rentecdirect.com/search?q={search_term_string}" }, "query-input": "required name=search_term_string" } } ] } </script> <!-- begin portable footer --> <footer> <link rel="stylesheet" href="/assets/css/blocks/footer.css?v=2025051800&cf_cache=true"> <div class="container-fluid rd-footer"> <div class="row rd-footer-container"> <div class="fg1"> <a href="/"><img src="/assets/images/rentec_direct_logo_white.svg" alt="rentec direct logo" width="225" height="23" loading="lazy"></a> <div id='footer-address' class="rd-footer-mt-4"> <div id="rd-footer-phone" class="rd-footer-mb-3 rd-footer-address"> <div class="footer-contact"> <i class="fa-light fa-phone rd-footer-mr-2" title="phone number"></i> <a href="tel:8008815139" style="color:inherit;">(800) 881-5139</a> </div> <div class="footer-contact"> <i class="fa-light fa-envelope rd-footer-mr-2" title="email address"></i> <a href="/cdn-cgi/l/email-protection#9af3f4fcf5dae8fff4eefff9fef3e8fff9eeb4f9f5f7" style="color:inherit;"><span class="__cf_email__" data-cfemail="f39a9d959cb381969d879690979a81969087dd909c9e">[email protected]</span></a> </div> </div> <div id="rd-footer-physical-address" class="rd-footer-mb-2 rd-footer-address"> <div style="font-weight:500;color:#fff;">US Headquarters</div> <div> 231 SW I St<br> Grants Pass, OR 97526 </div> </div> </div> <div class="rd-footer-mt-4 tag"> <a data-fancybox data-type="ajax" data-src="/details/_box/fair-housing" href="javascript:" class="fair-housing">We are committed to fair housing</a> </div> </div> <div class="fg2 accreditations"> <a href="https://www.bbb.org/oregon/business-reviews/computer-software-publishers-and-developers/rentec-direct-in-grants-pass-or-22660187#bbbseal" target="_blank"><img src="/assets/images/bbb_rating.svg" class="bbb" alt="better business bureau logo" loading="lazy"></a> <a href="https://www.narpm.org" target="_blank"><img src="/assets/images/narpm_logo.svg" class="narpm" alt="narpm logo" loading="lazy"></a> </div> <div class="fg3"> <a href="https://x.com/rentec" class="social-color" aria-label="X twitter"><i class="fa-brands fa-square-x-twitter rd-footer-social-icon"></i></a> <a href="https://facebook.com/rentecdirect" class="social-color" aria-label="facebook"><i class="fa-brands fa-square-facebook rd-footer-social-icon"></i></a> <a href="https://www.linkedin.com/company/rentec-direct" class="social-color" aria-label="linkedin"><i class="fa-brands fa-linkedin rd-footer-social-icon"></i></a> <a href="https://youtube.com/rentecdirect" class="social-color" aria-label="youtube"><i class="fa-brands fa-youtube rd-footer-social-icon"></i></a> <a href="https://vimeo.com/rentec" class="social-color" aria-label="vimeo"><i class="fa-brands fa-vimeo rd-footer-social-icon"></i></a> </div> <div class="fg4"> © 2025 Rentec Direct </div> <div class="fg5"> <span class="rd-footer-menu-header">Solutions <i class="fa fa-angle-down d-sm-none"></i></span> <ul class="rd-footer-menu"> <li><a href="/property-managers">Property Managers</a></li> <li><a href="/landlord-software">DIY Landlords</a></li> <li><a href="/features">All Features</a></li> <li><a href="/pricing">Pricing</a></li> <li><a href="/tenant-screening">Tenant Screening</a></li> <li><a href="/pdemo">Video Demos</a></li> <li><a href="/learn">Learning Center</a></li> </ul> </div> <div class="fg6"> <span class="rd-footer-menu-header">Features <i class="fa fa-angle-down d-sm-none"></i></span> <ul class="rd-footer-menu"> <li><a href="/details/tenant-portal">Tenant Portal</a></li> <li><a href="/details/property-management-website">Professional Website</a></li> <li><a href="/details/online-payments">Online Tenant Payments</a></li> <li><a href="/details/property-tenant-accounting">Property & Tenant Accounting</a></li> <li><a href="/details/publish-vacancies">Publish Vacancies Online</a></li> <li><a href="/integration-partners">Integrations</a></li> </ul> </div> <div class="fg7"> <span class="rd-footer-menu-header">Company <i class="fa fa-angle-down d-sm-none"></i></span> <ul class="rd-footer-menu"> <li><a href="/about-us">About Us</a></li> <li><a href="/blog/">Rentec Blog</a></li> <li><a href="/press">Press</a></li> <li><a href="/awards">Awards</a></li> <li><a href="/reviews">Reviews</a></li> <li><a href="/jobs">Careers</a></li> </ul> </div> <div class="fg8"> <span class="rd-footer-menu-header">Get Help <i class="fa fa-angle-down d-sm-none"></i></span> <ul class="rd-footer-menu"> <li><a href="/contact">Contact Us</a></li> <li><a href="https://help.rentecdirect.com/">Knowledge Base</a></li> <li><a href="/faq">FAQs</a></li> <li><a href="/sitemap">Sitemap</a></li> <li><a href="/privacy-policy">Privacy Policy</a></li> <li><a href="/terms">Terms of Service</a></li> <li><a href="/legal/">Legal</a></li> </ul> </div> </div> </div> </footer> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script> /* expands and collapses footer menus in pure JS for portability */ document.addEventListener("DOMContentLoaded", function() { let menuHeaders = document.querySelectorAll('.rd-footer-menu-header'); menuHeaders.forEach(function(menuHeader) { menuHeader.addEventListener('click', function (e) { var fasvg = menuHeader.querySelector('.svg-inline--fa') if(menuHeader.nextElementSibling.classList.contains('active')){ menuHeader.nextElementSibling.classList.toggle('active') if(menuHeader.nextElementSibling.classList.contains('active')) { fasvg.classList.remove('fa-angle-down') fasvg.classList.add('fa-angle-up') }else{ fasvg.classList.remove('fa-angle-up') fasvg.classList.add('fa-angle-down') } }else{ menuHeader.nextElementSibling.classList.add('active') fasvg.classList.remove('fa-angle-down') fasvg.classList.add('fa-angle-up') } }) }) }); </script> <!-- end portable footer (ie.. wordpress) --> </div> <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <script src="/js/lazysizes.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script> <!-- rentec analytics --> <div id="rt-analytics" style="display:none;"></div> <script async src="/js/rentec_analytics.min.js?v=1717012553&cf_cache=true"></script> <!-- .rentec analytics --> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous" async defer></script> <!-- fancybox 3 - https://fancyapps.com/fancybox/3/ --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" /> <script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js" async defer></script> <!-- .fancybox 3 --> <script> (function() { var mmapiws = window.__mmapiws = window.__mmapiws || {}; mmapiws.accountId = "30211"; var loadDeviceJs = function() { var element = document.createElement('script'); element.async = true; element.src = 'https://device.maxmind.com/js/device.js'; document.body.appendChild(element); }; if (window.addEventListener) { window.addEventListener('load', loadDeviceJs, false); } else if (window.attachEvent) { window.attachEvent('onload', loadDeviceJs); } })(); </script> <script> var script = document.createElement("script"); script.async = true; script.type = "text/javascript"; var target = 'https://www.clickcease.com/monitor/stat.js'; script.src = target; var elem = document.head; elem.appendChild(script); </script> <noscript><a href="https://www.clickcease.com" rel="nofollow"><img src="https://monitor.clickcease.com/stats/stats.aspx" alt="ClickCease"/></a></noscript> <!-- begin google analytics code --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-1667157-4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); <!-- universal analytics (also connected to GA4 internally go google somehow -->) gtag('config', 'UA-1667157-4'); <!-- google ads / remarketing --> gtag('config', 'AW-11327796775'); </script> <script> if (typeof gtag === 'function') { /** * Send actions to google analytics */ var trackModalLink = function (url) { gtag('event', 'modal_link', { 'event_category': 'click', 'event_label': url }); } var trackHubspotScheduler = function (url) { gtag('event', 'generate_lead', { 'event_label': 'hubspot-demo-request', 'value': 1 }); } var trackLoginLink = function (type) { gtag('event', 'login', { 'event_label': type }); } } </script> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '262446440613284'); fbq('track', "PageView");</script> <noscript><img height="1" width="1" style="display:none" alt="facebook pixel" src="https://www.facebook.com/tr?id=262446440613284&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> <!-- Bing Code --> <script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"5562331"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script><noscript><img src="//bat.bing.com/action/0?ti=5562331&Ver=2" alt="bing pixel" height="0" width="0" style="display:none; visibility: hidden;" /></noscript> <!-- End Bing Code --> <!-- linkedin --> <script> _linkedin_partner_id = "1111452"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script> <script> (function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=1111452&fmt=gif" /> </noscript> <!-- .linkedin --> <!-- outbrain --> <script data-obct> /** DO NOT MODIFY THIS CODE**/ !function(_window, _document) { var OB_ADV_ID = '00bc03f4658eea821de6b95fa1eea20939'; if (_window.obApi) { var toArray = function(object) { return Object.prototype.toString.call(object) === '[object Array]' ? object : [object]; }; _window.obApi.marketerId = toArray(_window.obApi.marketerId).concat(toArray(OB_ADV_ID)); return; } var api = _window.obApi = function() { api.dispatch ? api.dispatch.apply(api, arguments) : api.queue.push(arguments); }; api.version = '1.1'; api.loaded = true; api.marketerId = OB_ADV_ID; api.queue = []; var tag = _document.createElement('script'); tag.async = true; tag.src = '//amplify.outbrain.com/cp/obtp.js'; tag.type = 'text/javascript'; var script = _document.getElementsByTagName('script')[0]; script.parentNode.insertBefore(tag, script); }(window, document); obApi('track', 'PAGE_VIEW'); </script> <!-- .outbrain --> <!-- svg version (faster) --> <script defer src="https://kit.fontawesome.com/be7432e886.js" crossorigin="anonymous"></script> <script> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "fd4g4x0sud"); </script> <!-- Nextdoor Pixel Code --> <script> (function(win, doc, sdk_url){ if(win.ndp) return; var tr=win.ndp=function(){ tr.handleRequest? tr.handleRequest.apply(tr, arguments):tr.queue.push(arguments); }; tr.queue = []; var s='script'; var new_script_section=doc.createElement(s); new_script_section.async=!0; new_script_section.src=sdk_url; var insert_pos=doc.getElementsByTagName(s)[0]; insert_pos.parentNode.insertBefore(new_script_section, insert_pos); })(window, document, 'https://ads.nextdoor.com/public/pixel/ndp.js'); ndp('init','ea5d20ab-8a1d-4199-a99b-d8bbace42f25', {}) ndp('track','PAGE_VIEW'); </script> <noscript> <img height="1" width="1" style="display:none" alt="nextdoor pixel" src="https://flask.nextdoor.com/pixel?pid=ea5d20ab-8a1d-4199-a99b-d8bbace42f25&ev=PAGE_VIEW&noscript=1"/> </noscript> <!-- End Nextdoor Pixel Code --> <script src="./plugins/slick-1.8.1/slick/slick.min.js"></script> <script src="./plugins/lottie-5.12.2/lottie.min.js"></script> <script src="./assets/js/pages/index.js" async></script> <script src="./plugins/vimeo/player.js"></script> <script> var elementsArr = ['anim-house-white', 'anim-apartment']; var $container = $('.anim-icon'); var anim = []; for(var i=0; i<elementsArr.length; i++){ var params = { container: document.getElementById(elementsArr[i]), autoplay: true, loop: false, renderer: 'svg', path: 'assets/images/animations/'+ elementsArr[i] +'.json' }; anim[elementsArr[i]] = bodymovin.loadAnimation(params); } $container.mouseenter(function(){ anim[$(this).attr('id')].goToAndPlay(0, true) }); var animText = bodymovin.loadAnimation({ container: document.getElementById('hero-text'), renderer: 'svg', loop: true, autoplay: true, path: 'assets/images/animations/hero-text.json' }) var animText = bodymovin.loadAnimation({ container: document.getElementById('hero-text-2'), renderer: 'svg', loop: true, autoplay: true, path: 'assets/images/animations/hero-text-2.json' }) var animPhone = bodymovin.loadAnimation({ container: document.getElementById('anim-phone-2'), renderer: 'svg', loop: true, autoplay: true, path: 'assets/images/animations/anim-phone-2.json' }) $(function () { $(document).on('click', '#video-thumbnail', function () { console.log('clicked image') var id = $(this).attr('data-video-id') var type = $(this).attr('data-video-player') if (type == 'vimeo') { loadVimeo(id) $('#vidCont').removeClass('yt').addClass('vimeo') } }) }) var player; function loadVimeo(id) { var options = { url: "https://player.vimeo.com/video/" + id, // width: 630, // height: 350, autoplay: true, responsive: true }; var videoPlayer = new Vimeo.Player('player', options); // setTimeout(function(){ $('#video-thumbnail').addClass('hidden') $('#video-tn-button').addClass('hidden') // },1000) videoPlayer.on('play', function () { console.log('Played the first video'); }); } </script> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9419c64ebfaed916',t:'MTc0NzU1NDc0Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html>