* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

#haus #haus-container {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  width: 728px;
  height: 90px;
  margin: 0 auto;
  border: 1px solid #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #haus #haus-container .haus-background-cont {
    position: absolute;
    width: 100%;
    height: 100%; }
    #haus #haus-container .haus-background-cont .haus-background {
      width: 100%;
      height: 100%;
      background-size: contain; }
    #haus #haus-container .haus-background-cont .haus-asphalt {
      background: url("img-haus-asphalt.png") no-repeat;
      background-size: calc(1456px / 2) calc(180px / 2);
      width: calc(1456px / 2);
      height: calc(180px / 2);
      position: absolute;
      left: 0px;
      top: 0; }
  #haus #haus-container .haus-car {
    position: absolute;
    left: 361px;
    top: -15px;
    -webkit-transform: scale(0.74) rotate(0.02deg);
        -ms-transform: scale(0.74) rotate(0.02deg);
            transform: scale(0.74) rotate(0.02deg); }
    #haus #haus-container .haus-car .haus-car-color {
      z-index: 2;
      -webkit-transform-origin: 75% 45%;
          -ms-transform-origin: 75% 45%;
              transform-origin: 75% 45%;
      position: relative;
      width: 247px;
      height: 114px; }
    #haus #haus-container .haus-car .haus-car-tire {
      z-index: 1;
      background: url("img-haus-car-tire.png") no-repeat;
      width: 247px;
      height: 114px;
      position: absolute;
      left: 0px;
      top: 0px; }
    #haus #haus-container .haus-car .haus-car-shadow {
      background: url("img-haus-car-shadow.png") no-repeat;
      width: 293px;
      height: 25px;
      position: absolute;
      left: -21px;
      top: 92px;
      -webkit-transform: rotate(0.02deg);
          -ms-transform: rotate(0.02deg);
              transform: rotate(0.02deg); }
    #haus #haus-container .haus-car .haus-car-wheel-cont {
      width: 35px;
      height: 35px;
      position: absolute;
      left: 96px;
      top: 70px;
      -webkit-perspective: 1000;
              perspective: 1000;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform: rotate(0.02deg);
          -ms-transform: rotate(0.02deg);
              transform: rotate(0.02deg); }
      #haus #haus-container .haus-car .haus-car-wheel-cont.front {
        position: absolute;
        left: 96px;
        top: 70px;
        -webkit-transform: scaleX(0.7) scaleY(1);
            -ms-transform: scaleX(0.7) scaleY(1);
                transform: scaleX(0.7) scaleY(1); }
      #haus #haus-container .haus-car .haus-car-wheel-cont.back {
        position: absolute;
        left: 202px;
        top: 61px;
        -webkit-transform: scaleX(0.5) scaleY(0.9);
            -ms-transform: scaleX(0.5) scaleY(0.9);
                transform: scaleX(0.5) scaleY(0.9); }
      #haus #haus-container .haus-car .haus-car-wheel-cont .haus-car-wheel {
        background: url("img-haus-car-wheel.png") no-repeat;
        width: 35px;
        height: 35px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-size: 35px 35px;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
        -webkit-transition: -webkit-transform 2.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
                transition: transform 2.6s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
        #haus #haus-container .haus-car .haus-car-wheel-cont .haus-car-wheel.active {
          -webkit-transform: rotate(-700deg);
              -ms-transform: rotate(-700deg);
                  transform: rotate(-700deg); }
  #haus #haus-container #haus-footer {
    height: 90px;
    float: right;
    background-color: #ebe7e7;
    border-left: solid 2px #cf000c;
    padding: 5px 4px 5px 5px;
    position: relative; }
    #haus #haus-container #haus-footer .haus-toyota-logo {
      background: url("img-haus-logo.png") no-repeat;
      background-size: calc(198px / 2) calc(50px / 2);
      width: calc(198px / 2);
      height: calc(50px / 2);
      position: absolute;
      left: 6px;
      top: 17px; }
    #haus #haus-container #haus-footer .haus-cta-btn {
      -webkit-transition: background .5s ease;
              transition: background .5s ease;
      position: relative;
      float: left;
      margin-top: 47px;
      min-width: 113px;
      overflow: hidden;
      display: block;
      padding: 4px 31px 8px 10px;
      background: #ee000f;
      box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.4), inset 0 -15px 8px rgba(0, 0, 0, 0.1); }
      #haus #haus-container #haus-footer .haus-cta-btn:hover {
        background: #888; }
      #haus #haus-container #haus-footer .haus-cta-btn .haus-cta-btn-copy {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 10.4px;
        white-space: nowrap;
        opacity: 0.9;
        display: inline-block; }
      #haus #haus-container #haus-footer .haus-cta-btn .haus-cta-btn-circle {
        width: 12px;
        height: 12px;
        border-radius: 20px;
        border: solid 1px white;
        position: absolute;
        right: 10px;
        top: 8px;
        overflow: hidden; }
        #haus #haus-container #haus-footer .haus-cta-btn .haus-cta-btn-circle .haus-cta-btn-arrow {
          border: 4px solid transparent;
          border-left-color: #fff;
          position: absolute;
          left: 4px;
          top: 1px; }
  #haus #haus-container .haus-copy-legal {
    font-family: Arial;
    font-size: 8.2px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: #cac8c8;
    position: absolute;
    bottom: 3px;
    left: 14px; }
    #haus #haus-container .haus-copy-legal .haus-gendisclosure {
      float: left; }
    #haus #haus-container .haus-copy-legal span {
      color: #fff; }
  #haus #haus-container .haus-disclaimer-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 728px;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    padding: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 8px;
    box-sizing: border-box;
    line-height: 1.5;
    visibility: hidden;
    opacity: 0; }
    #haus #haus-container .haus-disclaimer-info b {
      text-shadow: 0.2px 0.2px #fff, -0.2px -0.2px #fff; }
    #haus #haus-container .haus-disclaimer-info .haus-close-disclaimer {
      position: absolute;
      top: 5.5px;
      right: 5.5px;
      background: url("img-haus-close-btn.png") no-repeat;
      background-size: calc(23px / 2) calc(23px / 2);
      width: calc(23px / 2);
      height: calc(23px / 2);
      background-size: contain;
      text-indent: -9999px;
      overflow: hidden; }
  #haus #haus-container .haus-title-line {
    width: 2px;
    height: 35px;
    background-color: #cd000b;
    position: absolute;
    left: 7px;
    top: 12px; }
  #haus #haus-container .haus-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 27px;
    white-space: nowrap;
    line-height: 0.96;
    letter-spacing: -0.9px;
    float: left;
    position: relative;
    z-index: 2;
    margin-top: 8px;
    margin-left: 14px;
    margin-right: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }
    #haus #haus-container .haus-title small {
      font-size: 15.5px;
      display: block;
      letter-spacing: normal; }
  #haus #haus-container .haus-subtitle {
    width: 189px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 191px;
    top: 4px;
    line-height: 1.2; }
