body {
  font-family: lato, sans-serif;
  color: #0a1f44;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.section {
  position: relative;
  z-index: 500;
  overflow: hidden;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.hero {
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 70vw;
  min-height: 30vw;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0041f2;
  font-weight: 400;
}

.section.hero.grey {
  background-color: #e2e2e2;
}

.section.bottom {
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.features {
  z-index: 0;
  height: 430vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.split {
  padding-bottom: 40vh;
  background-image: url('../images/Dots-2.png');
  background-position: 50% 50%;
  background-size: 110%;
  background-repeat: no-repeat;
}

.section.cta {
  padding-top: 115px;
  padding-bottom: 130px;
  background-color: #0041f2;
  background-image: url('../images/Mec-CTA-3.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.footer {
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.blue {
  background-color: #0041f2;
}

.section.blue.job-cta {
  padding-top: 60px;
  padding-bottom: 80px;
  background-image: url('../images/Roads-1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.section.blue.job-cta.about {
  background-image: url('../images/Car-1.jpg');
  background-size: cover;
}

.section.basic {
  margin-top: 50px;
}

.section.contact {
  background-image: url('../images/Dots-9.png');
  background-position: 0px 104px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section.top {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 100px;
}

.section.garage {
  background-image: url('../images/Garage-2.jpg');
  background-position: 0px 0px;
  background-size: 1000px;
}

.section.navy-cta {
  display: block;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0a1f44;
}

.section.subfeature {
  padding-top: 40vh;
  background-image: url('../images/Dots-2.png');
  background-position: 0px -312px;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-logo {
  width: 170px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: 80px;
  padding-right: 30px;
  padding-left: 27px;
  background-color: #fff;
}

.brand {
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3500;
  margin-left: 27px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  padding: 4px 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: lato, sans-serif;
  color: #0a1f44;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.navlink.w--current {
  color: #0041f2;
}

.navlink.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a1f44;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 400;
}

.navlink.cta:hover {
  color: #40f2e9;
}

.navlink.si {
  color: rgba(117, 120, 123, 0.6);
}

.blue-wrap {
  width: 100%;
  margin-top: -100px;
  margin-bottom: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1c6190;
}

.container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

.container.features {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  padding-top: 25vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.top {
  margin-bottom: -40px;
  -webkit-transform: translate(0px, -57%);
  -ms-transform: translate(0px, -57%);
  transform: translate(0px, -57%);
}

.container.jobs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container.centered {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.centered.cta {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0a1f44;
}

.container.centered.split {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.more-padding {
  padding-top: 170px;
}

.container.float {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 100px;
}

.container.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.tabs {
  width: 100%;
}

.container.cities {
  margin-bottom: 60px;
}

.hero-bg-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-width: 1700px;
  background-image: url('../images/Mec-1.jpg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(5vh, 5px);
  -ms-transform: translate(5vh, 5px);
  transform: translate(5vh, 5px);
}

.hero-bg-image.about {
  background-image: url('../images/Dots-3.png');
  background-size: cover;
}

.hero-bg-image.hiw {
  background-image: url('../images/Mec-6.jpg');
}

.hero-bg-image.career {
  background-image: url('../images/Dots-10.png');
}

.half-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.half-div.hero {
  width: 65%;
  max-width: 840px;
}

.half-div.cta {
  width: 100%;
}

.half-div.m {
  width: 60%;
  max-width: 700px;
}

.half-div.job-description {
  width: 70%;
  max-width: 900px;
  min-width: 400px;
  padding-top: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.half-div.s {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.half-div.job {
  padding-right: 40px;
  -webkit-box-flex: 0.6;
  -webkit-flex-grow: 0.6;
  -ms-flex-positive: 0.6;
  flex-grow: 0.6;
  -webkit-flex-basis: 550px;
  -ms-flex-preferred-size: 550px;
  flex-basis: 550px;
}

.half-div.l {
  width: 70%;
}

.h-div {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.h-div._20 {
  margin-bottom: 20px;
}

.h-div.features {
  position: absolute;
  left: 20px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 130%;
  height: 50%;
  margin-top: 20vh;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.h1 {
  color: #40f2e9;
  font-size: 4.25vw;
  line-height: 1.15em;
  font-weight: 900;
}

.h1.blue {
  color: #0041f2;
}

.h1.blue.hf1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  margin-top: 0px;
  padding-bottom: 20px;
}

.h1.blue.hf2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  margin-top: 0px;
  padding-bottom: 20px;
}

.h1.blue.hf3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  margin-top: 0px;
  padding-bottom: 20px;
}

.h1.blue.hf4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  margin-top: 0px;
  padding-bottom: 20px;
}

.h1.white {
  color: #fff;
}

.p-div {
  max-width: 550px;
  margin-bottom: 40px;
}

.p-div.hero {
  margin-bottom: 40px;
}

.p-div.more-bottom {
  max-width: 560px;
  margin-bottom: 40px;
}

.p-div.l {
  width: 100%;
  max-width: 5500px;
}

.p-div.features {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-2 {
  font-size: 22px;
  line-height: 30px;
}

.body-2.white {
  color: #fff;
  letter-spacing: 0.3px;
}

.body-2.bold {
  font-weight: 700;
}

.body-2.blue {
  color: #0041f2;
}

.cta-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.email-field {
  width: 350px;
  height: 52px;
  margin-right: 10px;
  margin-bottom: 0px;
  border: 0px none transparent;
  border-radius: 0px;
  font-size: 17px;
}

.d-button {
  height: 52px;
  padding: 12px 30px 12px 20px;
  border-style: solid none solid solid;
  border-width: 3px;
  border-color: #40f2e9;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.d-button:hover {
  border-color: #fff;
}

.d-button.negative {
  border-top-color: #0041f2;
  border-bottom-color: #0041f2;
  border-left-color: #0041f2;
  color: #0a1f44;
  font-weight: 800;
}

.d-button.negative:hover {
  border-top-color: #0a1f44;
  border-bottom-color: #0a1f44;
  border-left-color: #0a1f44;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrap.pricing {
  margin-left: 40px;
}

.arrow {
  width: 26px;
  margin-left: -10px;
}

.form-block {
  margin-bottom: 20px;
  padding-top: 40px;
}

.form-block.footer {
  padding-top: 0px;
}

.body-1 {
  color: #0a1f44;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.body-1.white {
  color: #fff;
  letter-spacing: 0.3px;
}

.body-1.light {
  color: #75787b;
}

.body-1-link {
  padding-bottom: 3px;
  border-bottom: 2px solid #40f2e9;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #0a1f44;
  text-decoration: none;
}

.body-1-link:hover {
  border-bottom-color: #fff;
}

.body-1-link.white {
  color: #fff;
}

.body-1-link.negative:hover {
  border-bottom-color: #0041f2;
}

.link {
  color: #fff;
  text-decoration: none;
}

.scroll-div {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-bottom: 3vw;
  margin-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-text-div {
  position: relative;
  -webkit-transform: rotate(-90deg) translate(0px, 24px);
  -ms-transform: rotate(-90deg) translate(0px, 24px);
  transform: rotate(-90deg) translate(0px, 24px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.scroll-arrow {
  height: 26px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.scroll-text {
  padding-left: 5px;
  color: #fff;
  letter-spacing: 0.2px;
}

.scroll-text.navy {
  color: #0a1f44;
  font-weight: 500;
  letter-spacing: 0px;
}

.navlink-div {
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  color: #0a1f44;
  text-decoration: none;
}

.navlink-div.si {
  margin-left: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px solid rgba(117, 120, 123, 0.4);
}

.underline {
  width: 0%;
  height: 3px;
  margin-top: 0px;
  background-color: #40f2e9;
}

.h2 {
  color: #0041f2;
  font-size: 34px;
  line-height: 42px;
  font-weight: 900;
}

.h2.teal {
  color: #40f2e9;
  letter-spacing: 0.3px;
}

.h2.navy {
  color: #0a1f44;
}

.h2.white {
  color: #fff;
  letter-spacing: 0.3px;
}

.h2.location {
  margin-right: 20px;
  margin-bottom: -20px;
  color: #0041f2;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.subheading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.subheading.white {
  color: #fff;
  letter-spacing: 0.2px;
}

.blue-card {
  position: relative;
  width: 32%;
  padding: 40px;
  background-color: #0a1f44;
}

.blue-line {
  width: 100%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #0041f2;
}

.blue-line.grey {
  background-color: #e2e2e2;
}

.card-c-div {
  width: 100%;
  max-width: 280px;
}

.card-c-div.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.d-wrap.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  height: 230px;
  padding-bottom: 0px;
}

.d-wrap.no-margin {
  padding-top: 0px;
  padding-bottom: 0px;
}

.d-wrap.footer {
  padding-top: 100px;
}

.d-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e2e2e2;
}

.ipad {
  position: relative;
  display: block;
  width: 75vh;
  height: 50vh;
  min-height: 400px;
  min-width: 600px;
  padding: 26px;
  border: 3px solid #0041f2;
  border-radius: 24px;
}

.screen-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  height: 100%;
  background-image: url('../images/Screen-Shot-2018-09-13-at-2.33.54-PM.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.screen-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  height: 100%;
  background-image: url('../images/Screen-Shot-2018-09-13-at-2.34.04-PM.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.screen-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 100%;
  background-image: url('../images/Screen-Shot-2018-09-13-at-2.33.54-PM.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.screen-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  background-image: url('../images/Screen-Shot-2018-09-13-at-2.34.04-PM.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ipad-block {
  position: relative;
  z-index: 5;
  display: block;
  margin-left: 15vw;
}

.ipad-c-div {
  position: absolute;
  right: 7vw;
  bottom: 8vh;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  height: 260px;
  min-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a1f44;
}

.h3 {
  color: #40f2e9;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.2px;
}

.h3.bold {
  font-weight: 700;
}

.h3.bold.navy {
  color: #0a1f44;
}

.h3.bold.navy.price {
  margin-right: 4px;
  padding-bottom: 4px;
}

.h3.navy {
  color: #0a1f44;
  font-weight: 800;
  letter-spacing: 0px;
}

.h3.grey {
  color: rgba(117, 120, 123, 0.8);
  font-weight: 600;
}

.screen-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ipad-c-div-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px 25px 25px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a1f44;
}

.ipad-c-div-wrap.wf1 {
  position: absolute;
  z-index: 4;
}

.ipad-c-div-wrap.i1 {
  z-index: 4;
}

.ipad-c-div-wrap.i2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
}

.ipad-c-div-wrap.i3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.ipad-c-div-wrap.i4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.numbers-div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 30;
  margin-top: 40vh;
  margin-left: 3vw;
}

.number-link {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: inset 50px 0 0 11px #fff;
  color: #0a1f44;
  text-decoration: none;
}

.number-link.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.number {
  position: relative;
  z-index: 5;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.number-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #40f2e9;
}

.features-anchors {
  position: absolute;
  top: 1px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #99bdd6;
  opacity: 0;
}

.f-anchor1 {
  height: 22%;
  background-color: #5a7262;
}

.f-anchor1._2 {
  height: 24%;
  background-color: #5a6872;
}

.f-anchor1._3 {
  height: 30%;
  background-color: #096628;
}

.f-anchor1._4 {
  height: 1%;
  background-color: #b39842;
}

.body-3 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.body-3.white {
  color: #fff;
}

.body-3.white.itext {
  margin-bottom: 30px;
}

.features-arrow-div {
  overflow: hidden;
  width: 50px;
  height: 100%;
  margin-top: -20px;
  text-align: center;
}

.features-arrow {
  display: block;
  height: 26px;
  margin-right: auto;
  margin-left: auto;
}

.f-arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.f-arrow-link:hover {
  background-color: #fff;
}

.feature-card {
  position: relative;
  width: 100%;
  height: 25vw;
  min-height: 400px;
  background-color: #e2e2e2;
  background-image: url('../images/Mec-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-card.middle {
  margin-top: 170px;
  margin-bottom: 120px;
  margin-left: -10vw;
  background-image: url('../images/Mec-7.jpg');
  background-position: 50% 50%;
}

.feature-card._3rd {
  background-image: url('../images/Mec-5.jpg');
}

.feature-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-number-div {
  position: absolute;
  left: -30px;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a1f44;
  color: #40f2e9;
}

.feature-number-div.wwd {
  width: 180px;
  background-color: #0a1f44;
}

.feature-h-div {
  position: absolute;
  left: 70%;
  top: 30px;
  width: 70%;
  max-width: 330px;
}

.feature-content-div {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 80%;
  padding: 30px 25px 25px 30px;
  background-color: #0041f2;
}

.section-split-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Dots-2.png');
  background-position: 50% 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.footer-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  margin-left: 15px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.footer-nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.footer-nav-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  margin-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  margin-bottom: 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0a1f44;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.footer-link:hover {
  color: #0041f2;
}

.footer-link.dd {
  margin-bottom: 0px;
  background-color: #fff;
}

.footer-link.dd.last {
  padding-bottom: 20px;
}

.footer-cta-block {
  min-width: 500px;
  margin-right: 40px;
  margin-bottom: 50px;
}

.field-label {
  position: relative;
  font-size: 18px;
  font-weight: 800;
}

.footer-social-block {
  margin-right: -5px;
  margin-bottom: 50px;
  margin-left: -5px;
}

.social-link {
  width: 38px;
  height: 38px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 2px;
  border-radius: 50%;
  background-color: #0041f2;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-link:hover {
  background-color: #0a1f44;
}

.copyright-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body-small {
  font-size: 13px;
  letter-spacing: 0.2px;
}

.body-small.language {
  margin-right: 8px;
}

.body-small.terms {
  margin-right: 12px;
}

.body-small.light {
  color: #75787b;
}

.copyright-div.terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-heading-div {
  margin-bottom: 20px;
}

.block {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e2e2e2;
}

.block.white {
  background-color: transparent;
}

.block.white.jobs {
  padding-top: 0px;
}

.block.white._0-bottom {
  padding-top: 140px;
  padding-bottom: 0px;
}

.block.white.hiw {
  padding-top: 0px;
}

.block.footer {
  padding-top: 0px;
  padding-bottom: 30px;
}

.block.navy {
  background-color: #0a1f44;
}

.block.navy.hero {
  padding-top: 120px;
}

.block.navy.s {
  display: block;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.block.top {
  margin-top: 120px;
  padding-top: 0px;
}

.block.top.white {
  margin-top: 0px;
}

.block.blue {
  background-color: #0041f2;
}

.block.blue.features {
  padding-top: 120px;
  background-image: url('../images/Dots-11.png');
  background-position: 50% 90px;
  background-size: contain;
  background-repeat: no-repeat;
}

.block.pricing {
  background-color: #0a1f44;
}

.block.hiw {
  padding-top: 0px;
  background-color: transparent;
}

.h-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.h-wrap.s {
  margin-bottom: 10px;
}

.h2-div {
  margin-bottom: 10px;
}

.fake-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 780px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e2e2;
}

.fake-block.features {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 780px;
}

.fake-block.f2 {
  background-color: #fff;
}

.fake-block.pricing {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 540px;
  background-color: #fff;
}

.fake-block.hiw {
  padding-bottom: 100px;
  background-color: #0041f2;
  background-image: url('../images/Dots-12.png');
  background-position: 50% 340px;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-wrapper {
  padding-top: 120px;
  padding-bottom: 20vh;
}

.team-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  margin-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team-pic {
  margin-bottom: 20px;
}

.team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.name-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 58%;
  margin-top: 15vh;
  margin-bottom: 25vh;
  background-image: url('../images/Karzen-Logo-White.svg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-wrapper {
  width: 100%;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.faq-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.faq-item {
  position: relative;
  overflow: hidden;
  width: 46%;
  min-width: 500px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 30px 30px 20px;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  background-color: #fff;
  cursor: pointer;
}

.job-item {
  border-top: 3px solid #fff;
}

.job-list {
  margin-bottom: -40px;
}

.job-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.job-title-div {
  width: 60%;
}

.job-location-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.job-time-div {
  width: 20%;
}

.job-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0a1f44;
  text-decoration: none;
}

.job-link:hover {
  color: #0041f2;
}

.job-rich-text li {
  margin-left: -20px;
}

.job-rich-text a {
  color: #0041f2;
  text-decoration: none;
}

.job-rich-text a:hover {
  text-decoration: underline;
}

.contact-form-block {
  display: block;
  width: 60%;
  min-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.text-field {
  height: 50px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 3px solid #0041f2;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0a1f44;
  font-size: 18px;
  font-weight: 700;
}

.text-field:hover {
  border-color: #0a1f44;
}

.text-field:focus {
  border-color: #0a1f44;
}

.text-field.msg {
  height: 200px;
  margin-bottom: 40px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.legal-rich-text {
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
}

.city-image {
  width: 100%;
  height: 400px;
  margin-top: 80px;
  background-image: url('../images/Montreal.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.city-image.santiago {
  background-image: url('../images/Santiago.jpg');
  background-size: cover;
}

.city-name-div {
  margin-top: -46px;
  padding-left: 20px;
}

.pricing-tabs {
  width: 100%;
  margin-top: 60px;
}

.tab-link {
  padding: 14px 50px;
  border: 3px solid #0041f2;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 700;
}

.tab-link:hover {
  color: #0041f2;
}

.tab-link.w--current {
  border-color: #0041f2;
  background-color: #0041f2;
  color: #40f2e9;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pricing-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  max-width: 420px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.pricing-list-wrap {
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pricing-list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.pricing-list-row.extra {
  color: #0041f2;
  font-weight: 500;
}

.pricing-list-row.light {
  color: #d1d1d1;
}

.footnote-div {
  width: 100%;
  margin-top: 30px;
}

.footnote-div.top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
}

.language-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.body-1-link-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0a1f44;
}

.body-1-link-2:hover {
  color: #0041f2;
}

.language-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0041f2;
  text-decoration: none;
}

.language-link:hover {
  color: #0a1f44;
}

.language-link.current {
  color: #0a1f44;
}

.garage-bg {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Garage-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.garage-bg.hiw {
  margin-top: -80px;
  margin-bottom: -50px;
  background-image: url('../images/Garage-2.jpg');
}

.recommend-row {
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 40px;
  background-color: rgba(64, 242, 233, 0.6);
  text-align: center;
}

.text-div {
  width: 100%;
  max-width: 880px;
  margin-right: 20px;
  margin-left: 20px;
  text-align: right;
}

.text-div.top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.content-info-div {
  width: 80%;
  max-width: 480px;
  min-width: 330px;
  margin: -100px 20px 40px;
  padding: 10px 30px 40px;
  background-color: #fff;
}

.address-div {
  margin-top: 20px;
  margin-bottom: 10px;
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20vh;
  padding-top: 120px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-wrapper.hiw {
  margin-bottom: 0vh;
}

.features-wrapper.wwd {
  margin-bottom: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-item {
  position: relative;
  overflow: hidden;
  width: 31%;
  margin-bottom: 40px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.feature-icon {
  width: 46px;
  height: 46px;
}

.bottom-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 10px;
  background-color: #0041f2;
}

.feature-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.f2-wrapper.subfeature {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.f2-item {
  width: 33.333%;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}

.h4 {
  font-size: 22px;
  line-height: 30px;
}

.h4.teal {
  color: #40f2e9;
}

.faq-answer {
  margin-bottom: 10px;
  padding-top: 20px;
}

.center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-div.navy-cta {
  width: 100%;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-top: 60px;
  padding-bottom: 65px;
  background-color: #0a1f44;
}

.center-div.navy-cta.split {
  width: 50%;
  background-color: #75787b;
}

.h2-5 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
}

.h2-5.blue {
  color: #0041f2;
}

.h2-5.teal {
  color: #40f2e9;
  letter-spacing: 0.2px;
}

.h2-5.white {
  color: #fff;
  letter-spacing: 0.2px;
}

.feature-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  margin-left: -20px;
  padding-top: 20px;
  background-color: transparent;
}

.hiw-item {
  width: 48.5%;
  margin-bottom: 40px;
  background-color: #e2e2e2;
  text-decoration: none;
}

.hiw-wrap {
  padding: 20px 30px 40px;
}

.hiw-wrap.wwd {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20vw;
  background-color: #0041f2;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40f2e9;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0a1f44;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.cta-button:hover {
  color: #0041f2;
}

.wwd-item {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: 30px;
}

.split-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45%;
  height: 300px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a1f44;
  color: #40f2e9;
  text-decoration: none;
}

.sub-features-list {
  width: 100%;
}

.hero-desktop-div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  padding-right: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.desktop-section {
  position: relative;
  z-index: 550;
  height: 1px;
}

.hero-desktop-div-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ipad-2 {
  position: relative;
  display: block;
  width: 75vh;
  height: 50vh;
  min-height: 400px;
  min-width: 600px;
  padding: 26px;
  border: 3px solid #0041f2;
  border-radius: 24px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.hero {
    max-height: 85vw;
    padding-top: 80px;
  }

  .section.hero.grey {
    padding-bottom: 100px;
  }

  .section.cta {
    padding-top: 100px;
    padding-bottom: 115px;
    background-position: 85% 50%;
  }

  .section.blue.job-cta {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.blue.job-cta.about {
    background-position: 81% 50%;
    background-repeat: no-repeat;
  }

  .navbar {
    padding-right: 0px;
  }

  .brand {
    z-index: 2000;
  }

  .nav-menu {
    width: 100vw;
    padding-top: 100px;
    background-color: #fff;
  }

  .navlink {
    -webkit-transition-duration: 200undefined;
    transition-duration: 200undefined;
    font-size: 18px;
    text-align: center;
  }

  .navlink:hover {
    color: #0041f2;
  }

  .navlink.cta {
    width: 200px;
    height: 60px;
  }

  .navlink.si {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-size: 15px;
  }

  .navlink.si:hover {
    color: #0041f2;
  }

  .container {
    width: 94%;
  }

  .container.features {
    padding-top: 12vh;
  }

  .container.centered {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-bg-image {
    width: 130%;
    margin-right: -10vw;
  }

  .hero-bg-image.hiw {
    margin-right: -15vw;
  }

  .half-div.hero {
    max-width: 520px;
  }

  .half-div.split {
    width: 80%;
  }

  .half-div.job-description {
    padding-bottom: 0px;
  }

  .half-div.job {
    padding-bottom: 0px;
  }

  .half-div.cities {
    width: 100%;
    max-width: 800px;
  }

  .h-div.features {
    width: 100%;
    margin-left: -20px;
  }

  .h1 {
    font-size: 5.75vw;
  }

  .body-2 {
    font-size: 20px;
    line-height: 27px;
  }

  .scroll-div {
    margin-right: 10px;
    margin-left: 2vw;
  }

  .scroll-text-div {
    display: none;
    -webkit-transform: rotate(-90deg) translate(0px, 19px);
    -ms-transform: rotate(-90deg) translate(0px, 19px);
    transform: rotate(-90deg) translate(0px, 19px);
  }

  .navlink-div {
    display: block;
    width: 200px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
  }

  .navlink-div.si {
    display: block;
    width: 200px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid rgba(117, 120, 123, 0.4);
    border-left-style: none;
  }

  .underline {
    display: none;
  }

  .subheading {
    font-size: 20px;
    line-height: 27px;
  }

  .blue-card {
    padding: 25px;
  }

  .d-wrap {
    padding: 20px;
  }

  .ipad {
    width: 60vh;
    height: 43vh;
    max-height: 54vw;
    max-width: 73vw;
    min-height: 200px;
    min-width: 400px;
    padding: 20px;
    border-radius: 17px;
  }

  .ipad-block {
    margin-left: 12vw;
  }

  .ipad-c-div {
    right: 5vw;
    bottom: 7vh;
    width: 35%;
  }

  .ipad-c-div-wrap {
    padding: 20px 25px;
  }

  .numbers-div {
    margin-left: 2vw;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .number-link {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }

  .number {
    font-size: 20px;
  }

  .features-arrow-div {
    width: 40px;
  }

  .f-arrow-link {
    width: 40px;
    height: 40px;
  }

  .feature-card {
    height: 45vw;
  }

  .feature-card.middle {
    margin-top: 170px;
    margin-bottom: 170px;
    margin-left: 0vw;
  }

  .feature-number-div {
    width: 50px;
    height: 50px;
  }

  .feature-number-div.wwd {
    width: 140px;
  }

  .feature-h-div {
    right: -30%;
  }

  .feature-content-div {
    padding: 20px 20px 20px 25px;
  }

  .section-split-bg {
    margin-top: 15vh;
    background-position: 50% 0px;
    background-size: 120%;
  }

  .footer-nav-block {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer-social-block {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .copyright-block {
    margin-top: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright-div.terms {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .menu-button {
    z-index: 800;
    width: 80px;
    height: 80px;
    padding: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .menu-line-1 {
    position: relative;
    z-index: 5;
    width: 24px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #0a1f44;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .menu-line-2 {
    position: relative;
    z-index: 5;
    width: 24px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #0a1f44;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .menu-line-3 {
    position: relative;
    z-index: 5;
    width: 24px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #0a1f44;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .nav-menu-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url('../images/Top-Half-Logo.svg');
    background-position: 50% 100%;
    background-size: 60%;
    background-repeat: no-repeat;
  }

  .block.top {
    margin-top: 60px;
  }

  .fake-block.features {
    height: 1080px;
  }

  .team-wrapper {
    padding-top: 40px;
    padding-bottom: 15vh;
  }

  .faq-item {
    width: 100%;
    max-width: 7000px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-form-block {
    width: 90%;
    min-width: 70px;
  }

  .city-image {
    height: 440px;
  }

  .pricing-card {
    width: 45%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .garage-bg {
    background-position: 0px -136px;
  }

  .recommend-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-div {
    width: 90%;
  }

  .features-wrapper {
    margin-bottom: 15vh;
  }

  .feature-item {
    width: 47.5%;
    margin-bottom: 30px;
  }

  .f2-item {
    width: 33%;
    padding-bottom: 20px;
  }

  .center-div {
    width: 100%;
  }

  .dropdown-list.w--open {
    display: none;
  }

  .wwd-item {
    width: 90%;
  }

  .ipad-2 {
    width: 60vh;
    height: 43vh;
    max-height: 54vw;
    max-width: 73vw;
    min-height: 200px;
    min-width: 400px;
    padding: 20px;
    border-radius: 17px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 30px 10px;
  }

  .section.hero {
    max-height: 100vw;
    padding-top: 60px;
  }

  .section.hero.grey {
    padding-bottom: 60px;
  }

  .section.split {
    padding-bottom: 30vh;
  }

  .section.cta {
    padding-top: 70px;
    padding-bottom: 85px;
    background-position: 0px 50%;
  }

  .section.footer {
    padding-top: 80px;
  }

  .section.blue.job-cta {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .section.blue.job-cta.about {
    background-position: 62% 50%;
  }

  .section.basic {
    margin-top: 30px;
  }

  .section.contact {
    background-position: 0px 0px;
    background-size: 180%;
  }

  .nav-logo {
    width: 130px;
  }

  .navbar {
    height: 60px;
    padding-left: 27px;
  }

  .brand {
    height: 60px;
    padding-left: 0px;
  }

  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.card-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.features {
    padding-top: 30vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container.jobs {
    margin-top: 0px;
  }

  .container.centered {
    margin-top: -20px;
    margin-bottom: -30px;
  }

  .container.right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container.cities {
    margin-bottom: 20px;
  }

  .hero-bg-image.about {
    background-position: 50% 50%;
    background-size: 120%;
  }

  .half-div {
    width: 100%;
    max-width: 500px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .half-div.hero {
    width: 70%;
  }

  .half-div.m {
    width: 90%;
  }

  .half-div.split {
    width: 86%;
    max-width: 700px;
  }

  .half-div.job-description {
    width: 100%;
    max-width: 600px;
    padding-top: 10px;
  }

  .half-div.job {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .half-div.l.l-mobile {
    width: 100%;
    max-width: 700px;
  }

  .half-div.cities {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .h-div._20 {
    margin-bottom: 10px;
  }

  .h-div.features {
    margin-top: 15vh;
    margin-left: -30px;
  }

  .body-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .body-2.white {
    font-size: 18px;
    line-height: 26px;
  }

  .body-2.jobs {
    font-size: 16px;
  }

  .cta-form {
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .email-field {
    width: 300px;
    height: 48px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .d-button {
    height: 49px;
    border-width: 2px;
    font-size: 16px;
  }

  .button-wrap.pricing {
    margin-left: 20px;
  }

  .arrow {
    width: 18px;
  }

  .body-1 {
    font-size: 15px;
  }

  .scroll-div {
    display: none;
  }

  .scroll-arrow {
    height: 18px;
  }

  .h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .h2.location {
    font-size: 16px;
    line-height: 24px;
  }

  .subheading {
    font-size: 18px;
    line-height: 26px;
  }

  .blue-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-bottom: -30px;
    margin-left: auto;
    padding: 30px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .blue-line {
    height: 2px;
  }

  .card-c-div {
    max-width: 320px;
  }

  .d-wrap {
    padding: 10px;
  }

  .d-wrap.bottom {
    height: 400px;
  }

  .ipad {
    width: 40vh;
    height: 50vh;
    max-height: 68vw;
    max-width: 44vw;
    min-height: 470px;
    min-width: 300px;
    padding: 13px;
    border-width: 2px;
    border-radius: 15px;
  }

  .screen-1 {
    background-image: url('../images/Screen-Shot-2018-09-16-at-3.31.42-PM.png');
  }

  .screen-2 {
    background-image: url('../images/Screen-Shot-2018-09-16-at-3.30.58-PM.png');
  }

  .screen-3 {
    background-image: url('../images/Screen-Shot-2018-09-16-at-3.31.42-PM.png');
  }

  .screen-4 {
    background-image: url('../images/Screen-Shot-2018-09-16-at-3.30.58-PM.png');
  }

  .ipad-block {
    margin-left: 16vw;
  }

  .ipad-c-div {
    right: 2vw;
    bottom: 10vh;
    height: 240px;
    padding-bottom: 10px;
  }

  .h3 {
    font-size: 22px;
    line-height: 29px;
  }

  .ipad-c-div-wrap {
    padding: 15px 20px;
  }

  .number {
    font-size: 18px;
  }

  .body-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .body-3.white.itext {
    margin-bottom: 20px;
  }

  .features-arrow {
    height: 18px;
  }

  .feature-card {
    height: 55vw;
    max-height: 620px;
    min-height: 280px;
    background-position: 50% 50%;
  }

  .feature-number-div {
    left: 20px;
    width: 42px;
    height: 42px;
    margin-top: -50px;
  }

  .feature-number-div.wwd {
    left: 20px;
    top: 30px;
    right: 20px;
    display: block;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .feature-h-div {
    left: auto;
    top: 0px;
    right: -24%;
    width: 68%;
    margin-right: 20px;
  }

  .feature-content-div {
    padding-left: 20px;
  }

  .footer-logo {
    width: 50px;
    height: 50px;
  }

  .footer-link {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .footer-cta-block {
    min-width: 400px;
    margin-right: 0px;
  }

  .footer-cta-div.form {
    margin-bottom: 30px;
  }

  .field-label {
    font-size: 16px;
    font-weight: 900;
  }

  .social-link {
    width: 32px;
    height: 32px;
  }

  .copyright-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright-div.cr {
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .copyright-div.terms {
    margin-bottom: 15px;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    padding: 19px;
  }

  .footer-heading-div {
    margin-bottom: 10px;
  }

  .menu-line-1 {
    width: 22px;
    height: 2px;
  }

  .menu-line-2 {
    width: 22px;
    height: 2px;
  }

  .menu-line-3 {
    width: 22px;
    height: 2px;
  }

  .block.white._0-bottom {
    padding-top: 70px;
  }

  .block.blue.features {
    background-size: 190%;
  }

  .h-wrap {
    margin-bottom: 10px;
  }

  .fake-block.hiw {
    padding-bottom: 80px;
    background-size: 120%;
  }

  .team-item {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .team-pic {
    margin-bottom: 12px;
  }

  .logo-bg {
    margin-top: 50vh;
    margin-bottom: 5vh;
  }

  .faq-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .faq-list {
    margin-bottom: 20px;
  }

  .faq-item {
    padding: 20px 20px 10px;
  }

  .job-wrapper {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .job-link {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .contact-form-block {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-field {
    border-width: 2px;
  }

  .legal-rich-text {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .city-name-div {
    margin-top: -44px;
    padding-left: 10px;
  }

  .tab-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pricing-card {
    width: 48.5%;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 40px;
  }

  .pricing-list-wrap {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .garage-bg {
    background-position: 0px -70px;
  }

  .recommend-row {
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-div {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .content-info-div {
    width: 90%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .features-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .features-wrapper.hiw {
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-item {
    width: 48.5%;
    margin-bottom: 20px;
  }

  .feature-icon {
    width: 42px;
    height: 42px;
  }

  .feature-item-wrap {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .f2-item {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .center-div.navy-cta {
    padding-bottom: 70px;
  }

  .h2-5 {
    font-size: 33px;
    line-height: 41px;
  }

  .h2-5.blue {
    font-size: 33px;
    line-height: 41px;
  }

  .hiw-item {
    margin-bottom: 20px;
  }

  .hiw-wrap {
    padding-bottom: 30px;
  }

  .hiw-wrap.wwd {
    padding: 35px 20px 15px;
  }

  .wwd-item {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .ipad-2 {
    width: 40vh;
    height: 50vh;
    max-height: 68vw;
    max-width: 44vw;
    min-height: 470px;
    min-width: 300px;
    padding: 13px;
    border-width: 2px;
    border-radius: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.hero {
    max-height: 540px;
  }

  .section.hero.grey {
    padding-bottom: 110px;
  }

  .section.split {
    padding: 0px 0px 5vh;
    background-position: 50% 0px;
    background-size: 180%;
    background-repeat: repeat-y;
  }

  .section.cta {
    padding-top: 50px;
    padding-bottom: 60px;
    background-image: url('../images/Mec-CTA-3.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section.footer {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .section.blue.job-cta {
    background-position: 76% 50%;
  }

  .section.contact {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.hiw {
    padding-bottom: 0px;
  }

  .section.team {
    padding-bottom: 0px;
  }

  .nav-logo {
    width: 110px;
  }

  .navbar {
    padding-left: 18px;
  }

  .brand.hero {
    margin-left: 15px;
  }

  .navlink {
    font-size: 17px;
  }

  .navlink.cta {
    height: 50px;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.card-wrap {
    padding-top: 0px;
  }

  .container.features {
    overflow: hidden;
    width: 100%;
    padding-top: 200px;
  }

  .container.footer {
    padding-top: 70px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.jobs {
    margin-top: -20px;
    margin-bottom: 0px;
  }

  .container.centered {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-bg-image {
    background-position: 60% 100%;
    background-size: auto 85%;
  }

  .hero-bg-image.hiw {
    background-image: linear-gradient(110deg, #e2e2e2 32%, hsla(0, 0%, 100%, 0) 66%), url('../images/Mec-6.jpg');
    background-position: 0px 0px, 60% 100%;
    background-size: auto, auto 85%;
    background-repeat: repeat, no-repeat;
  }

  .half-div.split {
    width: 100vw;
    max-width: 900px;
    margin-top: 180px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .half-div.job-description {
    min-width: 40px;
  }

  .h-div.features {
    width: 75%;
    margin-top: 95px;
    margin-left: 0px;
  }

  .h1 {
    font-size: 28px;
  }

  .h1.blue.hf1 {
    font-size: 24px;
  }

  .h1.blue.hf2 {
    font-size: 24px;
  }

  .h1.blue.hf3 {
    font-size: 24px;
  }

  .h1.blue.hf4 {
    font-size: 24px;
  }

  .p-div {
    margin-bottom: 30px;
  }

  .body-2 {
    font-size: 17px;
    line-height: 24px;
  }

  .body-2.full.jobs {
    text-align: right;
  }

  .body-2.part.jobs {
    text-align: right;
  }

  .body-2.jobs {
    font-size: 15px;
  }

  .email-field {
    width: 100%;
    margin-right: 0px;
  }

  .d-button {
    height: 46px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-block.footer {
    margin-bottom: 40px;
  }

  .scroll-div {
    display: none;
  }

  .navlink-div {
    height: 50px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .subheading {
    font-size: 17px;
    line-height: 24px;
  }

  .d-wrap {
    padding: 0px;
  }

  .ipad {
    width: 30vh;
    max-width: 50vw;
    min-height: 290px;
    min-width: 160px;
    padding: 7px;
    border-radius: 8px;
  }

  .ipad-block {
    margin-left: 10vw;
  }

  .ipad-c-div {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    height: 160px;
    min-width: 30px;
  }

  .h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .ipad-c-div-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .numbers-div {
    top: 0px;
    right: 0px;
    margin-top: 120px;
    margin-right: 7vw;
  }

  .number-link {
    width: 34px;
    height: 34px;
  }

  .number {
    font-size: 16px;
  }

  .body-3.white {
    font-size: 14px;
    line-height: 20px;
  }

  .body-3.white.itext {
    margin-bottom: 15px;
  }

  .f-arrow-link {
    width: 34px;
    height: 34px;
  }

  .feature-card {
    width: 100vw;
    height: auto;
    max-height: auto;
    padding-top: 60%;
    background-size: auto 85%;
  }

  .feature-card.middle {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #e2e2e2;
  }

  .feature-card-wrapper {
    margin-top: -100px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .feature-number-div {
    display: none;
  }

  .feature-h-div {
    left: 20px;
    top: auto;
    right: auto;
    bottom: 101%;
    width: 80%;
  }

  .feature-content-div {
    position: relative;
    right: 0px;
    bottom: -40px;
    width: auto;
    margin-right: 40px;
    padding-bottom: 15px;
  }

  .section-split-bg {
    margin-top: 0vh;
    background-size: 199%;
    background-repeat: no-repeat;
  }

  .footer-logo {
    margin-left: 8px;
  }

  .footer-nav-block {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav-div {
    width: 25%;
    min-width: 100px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-cta-block {
    width: 100%;
    min-width: 200px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer-cta-div {
    text-align: center;
  }

  .footer-social-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .copyright-block {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright-div {
    width: 100%;
    text-align: center;
  }

  .copyright-div.cr {
    margin-right: 0px;
  }

  .copyright-div.terms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .menu-button {
    width: 62px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .block.white.jobs {
    padding-bottom: 20px;
  }

  .block.white._0-bottom {
    padding-top: 80px;
  }

  .block.navy.hero {
    padding-top: 80px;
  }

  .block.top.team {
    margin-top: 0px;
  }

  .block.blue.features {
    padding-top: 80px;
  }

  .fake-block.hiw {
    background-size: cover;
  }

  .team-item {
    width: 100%;
  }

  .faq-item {
    min-width: 50px;
  }

  .job-title-div {
    width: 100%;
    margin-top: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .job-time-div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .job-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .city-name-div {
    margin-top: -38px;
  }

  .tab-link {
    padding: 12px 35px;
  }

  .pricing-card {
    width: 100%;
    max-width: 4020px;
  }

  .pricing-list-wrap {
    margin-bottom: 20px;
  }

  .language-div {
    width: 100%;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .garage-bg.hiw {
    background-position: 100% 50%;
  }

  .content-info-div {
    width: auto;
    min-width: 30px;
  }

  .feature-item {
    width: 100%;
  }

  .bottom-line {
    display: none;
  }

  .f2-item {
    width: 100%;
  }

  .h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
  }

  .h2-5 {
    font-size: 28px;
    line-height: 34px;
  }

  .h2-5.blue {
    font-size: 28px;
    line-height: 34px;
  }

  .body-2 {
    line-height: 24px;
  }

  .hiw-item {
    width: 100%;
  }

  .hiw-wrap {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .ipad-2 {
    width: 30vh;
    max-width: 50vw;
    min-height: 290px;
    min-width: 160px;
    padding: 7px;
    border-radius: 8px;
  }
}

#w-node-fb32a74f-68c0-b3fd-a16e-ec958d058c4a-b13b04a8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6d9b5539-94a4-62a0-2411-2ae540694e6e-b13b04a8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_98154e76-3791-6717-264f-e183c91418d9-b13b04a8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_06a1f676-382c-d630-f540-56cacff98eab-b13b04a8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fb32a74f-68c0-b3fd-a16e-ec958d058c4a-093b048d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6d9b5539-94a4-62a0-2411-2ae540694e6e-093b048d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_98154e76-3791-6717-264f-e183c91418d9-093b048d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_06a1f676-382c-d630-f540-56cacff98eab-093b048d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

