<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <title>Truleads</title>
    <meta name="description" content="" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="apple-itunes-app" content="app-id=1061850138" />

    <link rel="icon" href="assets/favicon.png" />
    <link
      id="antd-default-theme-link"
      href="/assets/antd-default-theme.css"
      integrity=""
      rel="stylesheet"
    />

    <link
      id="antd-lockton-theme-link"
      integrity=""
      rel="stylesheet"
      href="/assets/antd-lockton-theme.css"
    />
    <link integrity="" rel="stylesheet" href="/assets/vendor.css" />
    <link integrity="" rel="stylesheet" href="/assets/clickhook.css" />

    <!-- <script src="https://fast.appcues.com/50458.js"></script> -->
    <!-- Hotjar Tracking Code for https://leads.trufla.com/ -->
    <script>
      (function(h,o,t,j,a,r){
          h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
          h._hjSettings={hjid:2103960,hjsv:6};
          a=o.getElementsByTagName('head')[0];
          r=o.createElement('script');r.async=1;
          r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
          a.appendChild(r);
      })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
    </script>

    
  </head>
  <body>
    <div class="ie-notice flash-alert" style="display:none">
      Hey, we detected you are using Internet Explorer. Please use Google Chrome
      for the best performance. If you are reseting your password please copy
      and paste your reset password URL into Google Chrome.
    </div>

    

    <div class="loader">
      <svg
        width="24"
        height="24"
        viewBox="0 0 57 57"
        xmlns="http://www.w3.org/2000/svg"
      >
        <g fill="none" fill-rule="evenodd">
          <g transform="translate(1 1)" stroke-width="2">
            <circle cx="5" cy="50" r="5" fill="#137af2">
              <animate
                attributeName="cy"
                begin="0s"
                dur="2.2s"
                values="50;5;50;50"
                calcMode="linear"
                repeatCount="indefinite"
              />
              <animate
                attributeName="cx"
                begin="0s"
                dur="2.2s"
                values="5;27;49;5"
                calcMode="linear"
                repeatCount="indefinite"
              />
            </circle>
            <circle cx="27" cy="5" r="5" fill="#137af2">
              <animate
                attributeName="cy"
                begin="0s"
                dur="2.2s"
                from="5"
                to="5"
                values="5;50;50;5"
                calcMode="linear"
                repeatCount="indefinite"
              />
              <animate
                attributeName="cx"
                begin="0s"
                dur="2.2s"
                from="27"
                to="27"
                values="27;49;5;27"
                calcMode="linear"
                repeatCount="indefinite"
              />
            </circle>
            <circle cx="49" cy="50" r="5" fill="#137af2">
              <animate
                attributeName="cy"
                begin="0s"
                dur="2.2s"
                values="50;50;5;50"
                calcMode="linear"
                repeatCount="indefinite"
              />
              <animate
                attributeName="cx"
                from="49"
                to="49"
                begin="0s"
                dur="2.2s"
                values="49;5;27;49"
                calcMode="linear"
                repeatCount="indefinite"
              />
            </circle>
          </g>
        </g>
      </svg>

      <h4 style="margin-top: .35em; font-weight: 400; color: #777">
        Loading. Just a second...
      </h4>
    </div>
    <script>
      /**
       * detect IE
       * returns version of IE or false, if browser is not Internet Explorer
       */
      function detectIE() {
        var ua = window.navigator.userAgent;
        var msie = ua.indexOf('MSIE');
        if (msie > 0) {
          // IE 10 or older => return version number
          return parseInt(ua.substring(msie + 5, ua.indexOf('.', msie)), 10);
        }

        var trident = ua.indexOf('Trident/');
        if (trident > 0) {
          // IE 11 => return version number
          var rv = ua.indexOf('rv:');
          return parseInt(ua.substring(rv + 3, ua.indexOf('.', rv)), 10);
        }

        // other browser
        return false;
      }
      if (detectIE()) {
        document.getElementsByClassName('ie-notice')[0].style.display = 'block';
      }
    </script>
    <script src="/assets/vendor.js"></script>
    <script src="/assets/clickhook.js"></script>

    <div id="ember-basic-dropdown-wormhole"></div>

          
          <div id="paper-wormhole"></div>
          <div id="paper-toast-fab-wormhole"></div>
        

    <script src="https://checkout.stripe.com/checkout.js"></script>

  </body>
</html>
