.top {
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/BG2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/BG2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
}

.main-title {
  margin-top: 0px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  padding: 160px 50px 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.body {
  background-color: #2a2a2a;
  font-family: Lato, sans-serif;
  color: #333;
}

.text-block {
  margin-top: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 35px;
  font-weight: 300;
}

.column {
  margin-top: 0px;
}

.button {
  position: absolute;
  overflow: visible;
  width: 271px;
  margin-top: 29px;
  padding: 19px 0px;
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: #fff;
  border-radius: 30px;
  background-color: #c00;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #a10000;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -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;
  background-color: #000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
}

.container {
  display: block;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.column-2 {
  text-align: right;
}

.image-2 {
  width: 100%;
}

.grid {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section {
  margin-top: 0px;
  padding: 75px 0px 0px;
  background-color: #000;
}

.div-block {
  width: 20%;
  height: auto;
  padding-top: 22px;
  padding-bottom: 0px;
  float: left;
  border: 3px solid #fff;
  border-radius: 4px;
  background-color: #f5f5f5;
  text-align: center;
}

.heading {
  margin-bottom: 40px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading.second {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #c00;
  line-height: 50px;
}

.heading.left {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}

.heading.left.red {
  color: #c00;
  text-transform: uppercase;
}

.heading.left.red._2 {
  width: auto;
}

.heading.red {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  color: #c00;
  line-height: 50px;
}

.heading-2 {
  margin-top: 1px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-2 {
  width: 100%;
  background-color: #c2c2c2;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #999;
}

.section-2 {
  height: auto;
  padding: 70px 50px 100px;
  background-color: #f6f6f6;
}

.section-2.signup {
  padding-top: 119px;
  padding-bottom: 400px;
}

.paragraph {
  display: block;
  width: 75%;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.div-block-2 {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  padding: 21px;
  border-radius: 0px;
  background-color: #333;
}

.checkbox-label {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}

.submit-button {
  width: 100%;
  height: 50px;
  margin-top: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #c00;
  font-size: 18px;
  text-transform: uppercase;
}

.text-field {
  height: 50px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}

.checkbox-field {
  margin-top: 19px;
}

.column-3 {
  border-right: 2px solid #c3c3c3;
}

.heading-3 {
  margin-left: 52px;
  color: #000;
  font-size: 35px;
  text-transform: uppercase;
}

.paragraph-2 {
  margin-top: 26px;
  margin-left: 52px;
  color: #909090;
  font-size: 12px;
  line-height: 16px;
}

.column-4 {
  margin-top: 0px;
}

.section-3 {
  display: block;
  max-width: 1300px;
  padding-top: 0px;
  padding-right: 0px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #333;
  text-align: center;
}

.navlink {
  border-left: 1px solid #dfdfdf;
  background-color: #000;
  color: #b3b3b3;
  font-weight: 700;
  text-transform: uppercase;
}

.navlink:hover {
  color: hsla(0, 0%, 70%, .54);
}

.navlink.w--current {
  color: #b1b1b1;
  text-decoration: underline;
}

.navlink.join {
  background-color: #c00;
  color: #fff;
}

.navlink.join:hover {
  background-color: #a10000;
}

.navlink.down {
  color: #ebb821;
}

.navlink.down:hover {
  color: rgba(235, 184, 33, .66);
}

.section-4 {
  display: block;
  background-color: #fff;
}

.section-5 {
  display: block;
  height: 350px;
  margin-top: 59px;
  padding-top: 84px;
  padding-right: 0px;
  padding-left: 150px;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .85)), to(hsla(0, 0%, 100%, 0))), url('../images/garage-BG.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .85), hsla(0, 0%, 100%, 0)), url('../images/garage-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-5.pricing {
  padding-right: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .85)), to(hsla(0, 0%, 100%, 0))), url('../images/car-pricing-BG.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .85), hsla(0, 0%, 100%, 0)), url('../images/car-pricing-BG.jpg');
}

.section-5.gps {
  padding-right: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .85)), to(hsla(0, 0%, 100%, 0))), url('../images/GPS---BG.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .85), hsla(0, 0%, 100%, 0)), url('../images/GPS---BG.jpg');
}

.section-5.unique {
  background-image: linear-gradient(95deg, rgba(0, 0, 0, .85), hsla(0, 0%, 100%, 0)), url('../images/special-offer.jpg');
}

.section-5.about {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .85)), to(hsla(0, 0%, 100%, 0))), url('../images/about-us.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .85), hsla(0, 0%, 100%, 0)), url('../images/about-us.jpg');
}

.section-5.waranty {
  padding-right: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .85)), to(hsla(0, 0%, 100%, 0))), url('../images/waranty-BG.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .85), hsla(0, 0%, 100%, 0)), url('../images/waranty-BG.jpg');
}

.heading-4 {
  margin-top: 36px;
  padding-top: 0px;
  color: #fff;
  font-size: 45px;
}

.div-block-3 {
  width: 50px;
  height: 4px;
  margin-top: 9px;
  margin-right: 22px;
  float: left;
  background-color: #c00;
}

.body-2 {
  font-family: Lato, sans-serif;
}

.text-block-2 {
  color: #c00;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-3 {
  margin-top: 19px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.section-6 {
  max-width: 1300px;
  margin-top: 0px;
  padding: 85px 50px;
}

.image-4 {
  background-image: url('../images/Untitled-9.png');
  background-position: 50% 50%;
  background-size: 360px;
}

.image-5 {
  display: block;
  width: 500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  border-bottom: 4px solid #e6e6e6;
}

.paragraph-4 {
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-4._2 {
  max-width: 1300px;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.paragraph-4.white {
  color: #fff;
}

.paragraph-4.middle {
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}

.column-5 {
  margin-top: 0px;
}

.column-5.pricing {
  margin-top: 0px;
}

.button-3 {
  margin-left: 21px;
  float: none;
  border-style: none solid;
  border-width: 1px;
  border-color: #a1a1a1;
  background-color: #ccc;
  color: #fff;
}

.button-3:hover {
  background-color: #888;
}

.div-block-4 {
  position: relative;
  top: 0px;
  display: inline-block;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: none;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  direction: ltr;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #000;
  line-height: 30px;
  font-weight: 700;
}

.section-7 {
  padding: 120px 0px;
}

.section-7._2 {
  padding-bottom: 120px;
  background-color: #fff;
}

.image-6 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #000;
  border-radius: 0px;
}

.image-6._3 {
  width: 600px;
  margin-top: 64px;
  border-style: none;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  position: static;
  padding-top: 35px;
  padding-bottom: 35px;
  border: 3px solid #000;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .57)), to(rgba(0, 0, 0, .57))), url('../images/car-pricing-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/car-pricing-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.div-block-5 {
  display: none;
  width: 270px;
  height: 57px;
  margin-top: 50px;
  border-bottom: 3px solid #fff;
  border-radius: 4px;
  background-color: #c00;
}

.div-block-5:hover {
  background-color: #a10000;
}

.image-7 {
  display: none;
  height: 30px;
  margin-top: 19px;
  padding-right: 33px;
  padding-bottom: 9px;
  padding-left: 15px;
  float: right;
  clear: right;
  background-color: #c00;
}

.link-2 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.link-2:hover {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.column-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  border: 3px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .64)), to(rgba(0, 0, 0, .64))), url('../images/waranty-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64)), url('../images/waranty-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.column-8 {
  padding-top: 35px;
  padding-bottom: 35px;
  border: 3px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .62)), to(rgba(0, 0, 0, .62))), url('../images/2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.column-9 {
  padding-top: 35px;
  padding-bottom: 35px;
  border: 3px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55))), url('../images/garage-BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/garage-BG.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.column-10 {
  padding-top: 35px;
  padding-bottom: 35px;
  border: 3px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, .45))), url('../images/GPS---BG.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/GPS---BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.heading-5 {
  margin-top: 10px;
  color: #000;
  font-size: 22px;
  line-height: 30px;
}

.div-block-6 {
  width: 400px;
  padding-right: 34px;
  padding-bottom: 20px;
  padding-left: 34px;
  border: 2px solid #000;
}

.div-block-7 {
  width: 400px;
  height: 150px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #000;
  background-image: url('../images/article-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-8 {
  height: auto;
}

.section-8 {
  padding: 70px 150px;
  border-style: none;
  border-width: 1px;
  border-color: #cfcfcf #000 #000;
}

.button-4 {
  margin-top: 14px;
  background-color: #c00;
  color: #fff;
}

.button-4:hover {
  background-color: #a10000;
}

.div-block-8 {
  width: 400px;
  height: 150px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #000;
  background-image: url('../images/Article-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-9 {
  width: 400px;
  height: 150px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #000;
  background-image: url('../images/Articel-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-10 {
  width: 400px;
  height: 150px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #000;
  background-image: url('../images/Article-4.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.section-9 {
  height: 180px;
  background-image: url('../images/collage.png');
  background-position: 0px 0px;
  background-size: cover;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-11 {
  display: block;
  width: 200px;
  height: 4px;
  margin-top: 118px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, .61);
}

.section-10 {
  margin-top: 146px;
  padding-right: 0px;
  padding-bottom: 230px;
  padding-left: 0px;
}

.heading-6 {
  color: #fff;
  font-size: 45px;
  text-align: center;
}

.body-3 {
  background-color: #333;
  font-family: Lato, sans-serif;
}

.paragraph-5 {
  margin-top: 29px;
  padding-right: 180px;
  padding-left: 180px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.div-block-12 {
  display: block;
  width: 300px;
  margin-top: 57px;
  margin-right: auto;
  margin-left: auto;
}

.submit-button-2 {
  display: block;
  width: 150px;
  height: 50px;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  background-color: #c00;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.submit-button-2:hover {
  background-color: #a10000;
}

.field-label {
  color: #fff;
}

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

.dropdown-link {
  border-top: 1px solid hsla(0, 0%, 100%, .31);
  color: #fff;
}

.dropdown-list-2 {
  background-color: #000;
}

.form-2 {
  margin-top: 53px;
}

.columns-6 {
  max-width: 1300px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-6 {
  color: #000;
}

.body-4 {
  font-family: Lato, sans-serif;
}

.heading-7 {
  font-size: 40px;
}

.article-title {
  margin-bottom: 10px;
  color: #000;
  font-size: 45px;
  line-height: 60px;
}

.section-11 {
  margin-top: 80px;
  margin-bottom: 120px;
}

.article-p {
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.article-p.short {
  padding-right: 43px;
}

.article-p._2 {
  color: #001df3;
  text-decoration: none;
}

.article-sub-title {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #000;
  font-size: 22px;
}

.article-date {
  margin-bottom: 45px;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 400;
}

.column-13 {
  padding-right: 40px;
}

.heading-8 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.bold-text {
  color: #003dff;
  font-size: 14px;
  font-weight: 400;
}

.column-14 {
  padding-right: 0px;
}

.text-block-3 {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #001df3;
}

.text-block-3:hover {
  text-decoration: underline;
}

.heading-9 {
  padding-left: 9px;
  background-color: #c00;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
}

.column-15 {
  padding-top: 20px;
  padding-left: 0px;
}

.article2 {
  padding-bottom: 30px;
}

.image-9 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.div-block-13 {
  width: 400px;
  height: 150px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #000;
  background-image: url('../images/Article-5.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-14 {
  width: 400px;
  height: 150px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #000;
  background-image: url('../images/Article-6.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.ordered-list {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.list-item {
  padding-left: 12px;
}

.div-block-15 {
  width: 400px;
  height: 150px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #000;
  background-image: url('../images/Article-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-16 {
  width: 400px;
  height: 150px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #000;
  background-image: url('../images/Article-8.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.body-5 {
  background-color: #fff;
  font-family: Lato, sans-serif;
}

.section-12 {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-right: 150px;
  padding-left: 150px;
}

.heading-10 {
  margin-bottom: 81px;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.heading-10.pricvacy {
  margin-top: 30px;
  margin-bottom: 60px;
}

.text-block-4 {
  color: #001df3;
  font-size: 20px;
}

.paragraph-7 {
  margin-top: 22px;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e6e6e6;
}

.column-16 {
  padding-left: 25px;
  border-left: 2px solid #e6e6e6;
}

.column-17 {
  text-align: center;
}

.image-10 {
  text-align: center;
}

.column-18 {
  text-align: center;
}

.column-19 {
  text-align: center;
}

.column-20 {
  text-align: center;
}

.column-21 {
  text-align: center;
}

.column-22 {
  text-align: center;
}

.column-23 {
  text-align: center;
}

.column-24 {
  text-align: center;
}

.column-25 {
  text-align: center;
}

.column-26 {
  text-align: center;
}

.column-27 {
  text-align: center;
}

.body-6 {
  font-family: Lato, sans-serif;
}

.link-3 {
  color: #fff;
}

.message {
  height: 100px;
}

.section-13 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 55px 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  width: 80%;
}

.column-28 {
  padding-right: 74px;
}

.section-14 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000000;
  display: none;
  height: 100vh;
  background-color: rgba(0, 0, 0, .73);
  text-align: center;
}

.div-block-17 {
  display: block;
  width: 700px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  padding: 21px 30px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.heading-11 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.form-3 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.submit-button-3 {
  display: block;
  height: 50px;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 61px;
  background-color: #ebb821;
  font-size: 20px;
}

.text-field-2 {
  display: block;
  width: 350px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 20px;
  text-align: center;
}

.text-field-2::-webkit-input-placeholder {
  color: #c2c2c2;
}

.text-field-2:-ms-input-placeholder {
  color: #c2c2c2;
}

.text-field-2::-ms-input-placeholder {
  color: #c2c2c2;
}

.text-field-2::placeholder {
  color: #c2c2c2;
}

.form-block {
  margin-top: 32px;
}

.text-block-5 {
  margin-top: 36px;
}

.text-block-6 {
  font-size: 25px;
  font-weight: 700;
  text-align: right;
}

.div-block-18 {
  display: none;
  height: 100vh;
  padding-top: 76px;
  background-color: rgba(0, 0, 0, .72);
}

.success-message {
  background-color: #000;
}

.text-block-7 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.success-message-2 {
  background-color: #000;
}

.text-block-8 {
  color: #fff;
  font-size: 16px;
}

.image-12 {
  width: 550px;
}

.column-29 {
  text-align: center;
}

.column-30 {
  text-align: center;
}

.image-13 {
  width: 550px;
  text-align: center;
}

.column-31 {
  text-align: center;
}

.button-5 {
  height: 60px;
  margin-top: 30px;
  padding: 19px 27px;
  border-bottom: 4px solid #fff;
  border-radius: 30px;
  background-color: #c00;
  font-size: 20px;
  font-weight: 400;
}

.button-5:hover {
  background-color: #a10000;
}

.div-block-19 {
  width: 100%;
  margin-top: 0px;
  padding: 0px 20px;
  background-color: transparent;
}

.form-4 {
  padding-top: 6px;
  text-align: left;
}

.heading-12 {
  margin-top: 6px;
  padding-top: 10px;
  float: none;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
}

.submit-button-4 {
  width: 15%;
  margin-top: 0px;
  margin-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #c00;
}

.field-label-3 {
  float: left;
  color: #000;
  font-size: 12px;
}

.field-label-4 {
  color: #000;
  font-size: 12px;
}

.text-field-3 {
  width: 25%;
  margin-right: 11px;
  margin-left: 0px;
  padding-left: 13px;
  float: left;
}

.text-field-4 {
  width: 30%;
  float: left;
}

.column-34 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-14 {
  width: 550px;
}

.columns-9 {
  margin-top: 26px;
}

.success-message-3 {
  margin-left: 408px;
}

.column-35 {
  margin-top: 20px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.brand {
  width: auto;
}

.image-15 {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-16 {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-17 {
  position: relative;
  width: 60%;
  margin-left: 25px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.body-7 {
  font-family: Lato, sans-serif;
}

.section-15 {
  margin-top: 80px;
  margin-bottom: 150px;
}

.bold-text-3 {
  font-size: 18px;
  line-height: 25px;
}

.bold-text-4 {
  font-size: 18px;
}

.success-message-4 {
  background-color: #000;
}

.text-block-9 {
  color: #fff;
  font-size: 16px;
}

.link-4 {
  color: #fff;
}

.link-5 {
  color: #fff;
}

.link-6 {
  color: #fff;
}

.link-7 {
  color: #fff;
}

.link-8 {
  color: #fff;
}

.columns-10 {
  max-width: 1300px;
}

@media (max-width: 991px) {
  .top {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-title {
    margin-top: 0px;
    padding-right: 0px;
  }
  .columns {
    display: inline-block;
    padding-top: 95px;
    padding-bottom: 37px;
    text-align: center;
  }
  .column {
    margin-top: 0px;
  }
  .image-2 {
    display: block;
    width: 80%;
    margin-top: 46px;
    margin-right: auto;
    margin-left: auto;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading.second {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading.left {
    margin-top: 49px;
    text-align: center;
  }
  .heading.red {
    width: auto;
  }
  .heading-2 {
    font-size: 16px;
  }
  .section-2 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns-2 {
    display: inline-block;
    margin-top: 0px;
    text-align: center;
  }
  .checkbox-label {
    text-align: left;
  }
  .column-3 {
    padding-bottom: 34px;
    border-bottom: 2px solid #ddd;
    border-right-style: none;
  }
  .heading-3 {
    margin-left: 0px;
  }
  .paragraph-2 {
    margin-left: 0px;
  }
  .column-4 {
    margin-top: 26px;
  }
  .section-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navlink {
    border-bottom: 1px solid #fff;
    border-left-style: none;
  }
  .section-5 {
    height: 300px;
    margin-top: 0px;
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-5.pricing {
    height: 300px;
    margin-top: 0px;
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-5.gps {
    padding-top: 82px;
    padding-right: 20px;
  }
  .section-5.about {
    padding-top: 97px;
  }
  .section-5.waranty {
    height: 300px;
    margin-top: 0px;
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-4 {
    margin-top: 23px;
    text-align: center;
  }
  .div-block-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .text-block-2 {
    display: none;
    margin-top: 17px;
    text-align: center;
  }
  .paragraph-3 {
    text-align: center;
  }
  .section-6 {
    padding: 30px 20px 60px;
    text-align: center;
  }
  .paragraph-4 {
    text-align: center;
  }
  .paragraph-4._2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-5.pricing {
    text-align: center;
  }
  .button-3 {
    margin-left: 0px;
  }
  .columns-3 {
    display: inline-block;
  }
  .columns-4 {
    display: inline-block;
  }
  .section-7 {
    padding: 60px 20px;
  }
  .columns-5 {
    display: inline-block;
    text-align: center;
  }
  .div-block-6 {
    width: 85%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-7 {
    width: 85%;
  }
  .section-8 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-8 {
    width: 85%;
  }
  .div-block-9 {
    width: 85%;
  }
  .div-block-10 {
    width: 85%;
  }
  .paragraph-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-12 {
    width: 60%;
  }
  .column-13 {
    padding-right: 10px;
  }
  .column-15 {
    padding-left: 10px;
  }
  .div-block-13 {
    width: 85%;
  }
  .div-block-14 {
    width: 85%;
  }
  .div-block-15 {
    width: 85%;
  }
  .div-block-16 {
    width: 85%;
  }
  .section-12 {
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-10 {
    margin-bottom: 40px;
    line-height: 60px;
  }
  .section-13 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .columns-8 {
    display: inline-block;
  }
  .image-11 {
    width: 60%;
    margin-top: 43px;
  }
  .column-28 {
    padding-right: 0px;
  }
  .div-block-17 {
    width: 90%;
  }
  .text-field-2 {
    width: 70%;
  }
  .icon {
    background-color: transparent;
    color: #fff;
  }
  .menu-button {
    background-color: #000;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #fff;
    text-align: right;
  }
  .column-32 {
    padding-bottom: 32px;
  }
  .column-33 {
    text-align: center;
  }
  .div-block-19 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-12 {
    float: none;
    font-size: 14px;
  }
  .submit-button-4 {
    width: 25%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-field-3 {
    width: 35%;
    margin-left: 0px;
  }
  .text-field-4 {
    width: 35%;
  }
  .column-35 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media (max-width: 767px) {
  .main-title {
    font-size: 35px;
    line-height: 45px;
  }
  .text-block {
    font-size: 22px;
  }
  .section {
    padding-top: 45px;
  }
  .heading {
    font-size: 25px;
    line-height: 40px;
  }
  .heading.second {
    line-height: 40px;
  }
  .heading.red {
    margin-bottom: 20px;
    line-height: 40px;
  }
  .heading-2 {
    font-size: 20px;
  }
  .section-2 {
    padding-top: 40px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }
  .columns-2 {
    margin-top: 40px;
  }
  .heading-3 {
    margin-left: 0px;
  }
  .paragraph-2 {
    margin-left: 0px;
  }
  .section-5 {
    height: 250px;
    padding-top: 80px;
  }
  .section-5.pricing {
    height: 280px;
    padding-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-5.gps {
    padding-top: 80px;
  }
  .section-5.about {
    padding-top: 87px;
  }
  .section-5.waranty {
    height: 250px;
    padding-top: 80px;
  }
  .heading-4 {
    font-size: 35px;
  }
  .heading-4.gps {
    font-size: 32px;
  }
  .paragraph-3 {
    font-size: 18px;
  }
  .paragraph-3.gps {
    margin-top: 0px;
  }
  .section-6 {
    padding-top: 40px;
  }
  .paragraph-4 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-4._2 {
    font-size: 14px;
    line-height: 22px;
  }
  .paragraph-4.white {
    font-size: 14px;
    line-height: 22px;
  }
  .button-3 {
    float: left;
  }
  .button-3.terms {
    float: right;
  }
  .section-7._2 {
    padding-bottom: 60px;
  }
  .div-block-6 {
    width: 100%;
  }
  .div-block-7 {
    width: 100%;
  }
  .div-block-8 {
    width: 100%;
  }
  .div-block-9 {
    width: 100%;
  }
  .div-block-10 {
    width: 100%;
  }
  .section-10 {
    margin-top: 100px;
  }
  .heading-6 {
    font-size: 35px;
  }
  .paragraph-5 {
    font-size: 18px;
  }
  .div-block-12 {
    width: 80%;
  }
  .article-title {
    font-size: 35px;
    line-height: 50px;
  }
  .article-date {
    margin-bottom: 20px;
  }
  .column-15 {
    padding-left: 10px;
  }
  .div-block-13 {
    width: 100%;
  }
  .div-block-14 {
    width: 100%;
  }
  .div-block-15 {
    width: 100%;
  }
  .div-block-16 {
    width: 100%;
  }
  .section-12 {
    margin-top: 50px;
  }
  .heading-10 {
    margin-top: 0px;
    font-size: 35px;
    line-height: 45px;
  }
  .paragraph-7 {
    font-size: 14px;
    line-height: 22px;
  }
  .columns-7 {
    display: inline-block;
  }
  .column-17 {
    padding-bottom: 35px;
  }
  .column-18 {
    padding-bottom: 35px;
  }
  .column-19 {
    padding-bottom: 35px;
  }
  .column-20 {
    padding-bottom: 35px;
  }
  .column-21 {
    padding-bottom: 35px;
  }
  .column-22 {
    padding-bottom: 35px;
  }
  .column-23 {
    padding-bottom: 35px;
  }
  .column-24 {
    padding-bottom: 35px;
  }
  .column-25 {
    padding-bottom: 35px;
  }
  .column-26 {
    padding-bottom: 35px;
  }
  .column-27 {
    padding-bottom: 35px;
  }
  .div-block-17 {
    width: 90%;
  }
  .text-field-2 {
    width: 90%;
  }
  .heading-12 {
    float: none;
  }
  .submit-button-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .top {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-title {
    font-size: 32px;
    line-height: 40px;
  }
  .columns {
    padding-top: 85px;
  }
  .text-block {
    line-height: 30px;
  }
  .section {
    padding-top: 35px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading {
    font-size: 22px;
    line-height: 35px;
  }
  .heading.second {
    line-height: 35px;
  }
  .heading.left.red {
    margin-top: 20px;
  }
  .heading.red {
    margin-bottom: 0px;
    line-height: 35px;
  }
  .section-2 {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-2 {
    width: 100%;
  }
  .heading-3 {
    margin-left: 0px;
  }
  .paragraph-2 {
    margin-left: 0px;
  }
  .section-5 {
    padding-top: 60px;
  }
  .section-5.pricing {
    padding-top: 60px;
  }
  .section-5.gps {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-5.about {
    padding-top: 77px;
  }
  .section-5.waranty {
    padding-top: 60px;
  }
  .heading-4 {
    margin-top: 10px;
  }
  .heading-4.gps {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 40px;
  }
  .paragraph-3 {
    margin-top: 10px;
    font-size: 16px;
  }
  .section-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-3 {
    float: left;
  }
  .button-3.terms {
    float: right;
  }
  .section-7 {
    padding: 40px 10px;
  }
  .section-7._2 {
    padding-bottom: 40px;
  }
  .image-6._3 {
    margin-top: 40px;
  }
  .heading-5 {
    font-size: 18px;
    line-height: 25px;
  }
  .div-block-6 {
    margin-bottom: 15px;
  }
  .section-8 {
    padding-bottom: 40px;
  }
  .button-4 {
    margin-top: 10px;
  }
  .section-9 {
    height: 80px;
  }
  .paragraph-5 {
    font-size: 18px;
  }
  .div-block-12 {
    width: 90%;
  }
  .article-title {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
  }
  .section-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-10 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  .heading-10.pricvacy {
    margin-bottom: 40px;
  }
  .text-block-4 {
    font-size: 18px;
  }
  .columns-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .image-11 {
    width: 90%;
  }
  .div-block-17 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-11 {
    font-size: 16px;
    line-height: 25px;
  }
  .text-field-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bold-text-2 {
    font-size: 32px;
    line-height: 40px;
  }
  .form-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-12 {
    font-size: 16px;
  }
  .submit-button-4 {
    width: 100%;
    margin-left: 0px;
  }
  .text-field-3 {
    width: 100%;
    float: none;
  }
  .text-field-4 {
    width: 100%;
    float: none;
  }
  .column-34 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-17 {
    width: 150px;
    margin-left: 5px;
    padding-top: 17px;
    padding-bottom: 17px;
    float: left;
  }
  .section-15 {
    margin-bottom: 100px;
  }
}