A new standard in analysis

Understanding the task at hand and ironing out the wrinkles is key.

Play video
Image Description
Image Description
Image Description
<!-- Hero Section -->
<div id="SVGheroBGShapes" class="svg-preloader position-relative overflow-hidden space-bottom-2 space-bottom-lg-3">
  <div class="gradient-half-warning-v2">
    <!-- Content -->
    <div class="container space-top-3 space-bottom-2 space-top-md-5">
      <div class="row">
        <div class="col-md-6 position-relative z-index-2">
          <div class="mb-4">
            <h1 class="display-4 text-white font-weight-normal">A new standard in analysis</h1>
          </div>
          <div class="mb-7">
            <p class="lead text-white">Understanding the task at hand and ironing out the wrinkles is key.</p>
          </div>

          <!-- Fancybox -->
            <a class="js-fancybox media align-items-center u-media-player" href="javascript:;"
               data-src="//vimeo.com/167434033"
               data-speed="700"
               data-animate-in="zoomIn"
               data-animate-out="zoomOut"
               data-caption="Front - Responsive Website Template">
              <span class="u-media-player__icon mr-3">
                <span class="fas fa-play u-media-player__icon-inner"></span>
              </span>
              <span class="media-body">
                Play video
              </span>
            </a>
            <!-- End Fancybox -->
        </div>
      </div>
    </div>
    <!-- End Content -->

    <!-- Mockup Devices v1 -->
    <div class="d-none d-md-flex align-items-end u-devices-v1">
      <!-- SVG Phone Mockup -->
      <div class="u-devices-v1__phone">
        <div class="u-devices-v1__phone-svg">
          <figure class="ie-devices-v1-phone">
            <img class="js-svg-injector" src="../../assets/svg/components/iphone.svg" alt="Image Description"
                 data-img-paths='[
                   {"targetId": "#SVGiphoneImg1", "newPath": "../../assets/img/282x500/img6.jpg"}
                 ]'
                 data-parent="#SVGheroBGShapes">
          </figure>
        </div>
      </div>
      <!-- End SVG Phone Mockup -->

      <!-- SVG Tablet Mockup -->
      <div class="u-devices-v1__tablet">
        <div class="u-devices-v1__tablet-svg">
          <figure class="ie-devices-v1-tablet">
            <img class="js-svg-injector" src="../../assets/svg/components/tablet.svg" alt="Image Description"
                 data-img-paths='[
                   {"targetId": "#SVGtabletImg1", "newPath": "../../assets/img/533x711/img3.jpg"}
                 ]'
                 data-parent="#SVGheroBGShapes">
          </figure>
        </div>
      </div>
      <!-- End SVG Tablet Mockup -->
    </div>
    <!-- End Mockup Devices v1 -->

    <!-- SVG Shapes -->
    <div class="w-25 position-absolute top-0 left-0">
      <figure class="ie-wave-6-top-left">
        <img class="js-svg-injector" src="../../assets/svg/components/wave-6-top-left.svg" alt="Image Description"
             data-parent="#SVGheroBGShapes">
      </figure>
    </div>
    <!-- End SVG Shapes -->
  </div>
</div>
<!-- End Hero Section -->
<link rel="stylesheet" href="../../assets/vendor/fancybox/jquery.fancybox.css">
<!-- JS Implementing Plugins -->
<script src="../../assets/vendor/svg-injector/dist/svg-injector.min.js"></script>
<script src="../../assets/vendor/fancybox/jquery.fancybox.min.js"></script>

<!-- JS Front -->
<script src="../../assets/js/components/hs.fancybox.js"></script>
<script src="../../assets/js/components/hs.svg-injector.js"></script>

<!-- JS Plugins Init. -->
<script>
  $(window).on('load', function () {
    // initialization of svg injector module
    $.HSCore.components.HSSVGIngector.init('.js-svg-injector');
  });

  $(document).on('ready', function () {
    // initialization of popups
    $.HSCore.components.HSFancyBox.init('.js-fancybox');
  });
</script>