.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin: 3px;
  padding: 0px;
  -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;
  border-top: 4px none #ffd616;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 73px;
  margin: 7px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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: 2px solid #ffd616;
  background-color: #fff;
  box-shadow: 0 8px 20px -1px transparent;
  font-family: Inconsolata, monospace;
  color: #ffd616;
}

.paragraph {
  margin-top: -7px;
  margin-bottom: 0px;
  padding: 7px;
  border: 1px none #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ffd616;
  font-size: 44px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
}

.paragraph._24 {
  margin-top: -87px;
  margin-bottom: 78px;
  padding-right: 10px;
  font-size: 77px;
  line-height: 55px;
  font-weight: 500;
  text-align: left;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
}

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

.nav-menu {
  display: none;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  margin: -44px 0px -44px 35px;
  padding-right: 23px;
  padding-bottom: 0px;
  padding-left: 23px;
  -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: 3px solid #ffd616;
  background-color: #ffd616;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.paragraph-2:hover {
  box-shadow: 4px 4px 0 0 #ffd616;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 71px;
  margin-top: 8px;
  margin-right: 6px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 96.7%, 0.8);
}

.link {
  margin-right: 0px;
  margin-left: 19px;
  color: #000;
  font-size: 28px;
  line-height: 24px;
  font-weight: 800;
  text-decoration: none;
  text-transform: none;
}

.section-2 {
  min-height: 444px;
  padding-top: 23px;
}

.heading {
  margin-top: -16px;
  margin-bottom: -11px;
  color: #fff;
  font-size: 8vw;
  line-height: 9vw;
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffd616;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.div-block-2 {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.div-block-3 {
  height: 4px;
  margin: -7px 4px;
  background-color: #ffd616;
}

.div-block-4 {
  margin-top: 95px;
}

.bold-text {
  color: #ffd616;
  font-weight: 700;
}

.image-2 {
  margin-top: -137px;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.slider {
  min-height: 100vh;
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, #000), url('../images/car9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/eva2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/eva2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2._2414 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/car9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/car9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2._2414._124 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/car9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/car9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columns {
  margin-top: 97px;
}

.slide-nav {
  display: none;
}

.paragraph-4 {
  float: none;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}

.paragraph-5 {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.paragraph-6 {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: -10px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-7 {
  position: relative;
  z-index: 32;
  margin-top: -112px;
  margin-right: auto;
  margin-left: auto;
  color: #ffd616;
  font-size: 100px;
  line-height: 80px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.bold-text-2 {
  position: relative;
  top: -20px;
  margin-right: -4px;
  padding-right: 9px;
  font-size: 65px;
}

.text-field {
  height: 44px;
  margin-right: 5px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.text-field:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.text-field::-webkit-input-placeholder {
  color: #fff;
  font-weight: 600;
}

.text-field:-ms-input-placeholder {
  color: #fff;
  font-weight: 600;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  font-weight: 600;
}

.text-field::placeholder {
  color: #fff;
  font-weight: 600;
}

.text-field._4 {
  border-right-style: none;
  font-weight: 700;
}

.text-field._43 {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
}

.text-field._53 {
  border-top-style: none;
  border-bottom-style: none;
}

.text-field._535 {
  border-right-style: none;
}

.text-field._235 {
  height: 88px;
  border-top-style: solid;
  border-left-style: solid;
}

.paragraph-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  color: #ffd616;
  font-size: 42px;
  line-height: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.submit-button {
  display: block;
  height: 44px;
  min-width: 100%;
  margin-top: -44px;
  background-color: rgba(255, 214, 22, 0.99);
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.columns-2 {
  margin-top: -24px;
}

.bold-text-3 {
  text-transform: uppercase;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  -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;
}

.bold-text-4 {
  display: block;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
  font-size: 42px;
  line-height: 32px;
}

.form {
  padding: 7px;
}

.column {
  display: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -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;
}

.bold-text-5 {
  color: #fff;
}

.image-3 {
  display: block;
  max-width: 44%;
  margin: 22px auto 7px;
}

.heading-3 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.paragraph-9 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.div-block-8 {
  margin-top: 20px;
  margin-bottom: 33px;
}

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

.image-5 {
  position: relative;
  z-index: 444;
  display: block;
  margin-top: -42px;
  margin-right: auto;
  margin-left: 0px;
  float: right;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin: 0px;
  padding-top: 25px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ffd616;
}

.div-block-10 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  margin-right: 22px;
}

.columns-3 {
  padding-bottom: 28px;
}

.div-block-11 {
  margin-top: 8px;
  margin-left: 3px;
}

.div-block-12 {
  min-height: 44px;
}

.section-3 {
  min-height: 444px;
}

.paragraph-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-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;
  font-weight: 700;
}

.bold-text-6 {
  display: block;
  margin-right: 0px;
  font-size: 32px;
  line-height: 32px;
}

.submit-button-2 {
  min-width: 100%;
  background-color: #000;
  text-transform: uppercase;
}

.text-field-2 {
  margin-bottom: 0px;
  border: 1px solid #000;
  background-color: transparent;
}

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

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

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

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

.text-field-2._35235 {
  border-bottom-style: solid;
}

.text-field-2._535 {
  border-right-style: none;
  border-bottom-style: none;
}

.slider-2 {
  height: 500px;
  background-color: transparent;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 42px;
  padding-left: 29px;
  -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;
  border: 2px solid #ffd616;
  background-color: rgba(0, 0, 0, 0.79);
}

.slide-nav-2 {
  display: none;
}

.paragraph-12 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
  text-transform: none;
}

.paragraph-13 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.yellow {
  color: #ffd616;
}

.bold-text-7 {
  color: #fff;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -28px;
  margin-bottom: -28px;
  -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;
}

.section-4 {
  min-height: 800px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.lottie-animation {
  min-height: 140px;
  min-width: 200px;
}

.paragraph-14 {
  margin-right: 24px;
  margin-bottom: 0px;
  margin-left: 24px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.div-block-15 {
  width: 42px;
  height: 2px;
  background-color: #fff;
}

.div-block-16 {
  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;
}

.div-block-17 {
  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;
}

.image-7 {
  margin-top: -11px;
  margin-left: 13px;
}

.bold-text-8 {
  font-size: 121px;
  line-height: 121px;
  text-transform: uppercase;
}

.paragraph-15 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: -6px;
  color: #ffd616;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.paragraph-15._42 {
  text-align: left;
}

.paragraph-15._23 {
  text-align: center;
}

.div-block-18 {
  height: 3px;
  background-color: #ffd616;
}

.paragraph-16 {
  font-weight: 700;
  text-align: right;
}

.bold-text-9 {
  color: #000;
  text-transform: uppercase;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
  margin: 2px;
  padding-right: 0px;
  -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: 1px none #000;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Ruble.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Ruble.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-19._22 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Screenshot.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Screenshot.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-19._33 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/car9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/car9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-19._44 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Minsk.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Minsk.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.div-block-19._55 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/car10.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/car10.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-19._66 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Sale.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Sale.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bold-text-10 {
  font-size: 42px;
  line-height: 36px;
  font-weight: 600;
}

.paragraph-17 {
  margin-left: 8px;
  font-size: 46px;
  line-height: 46px;
}

.paragraph-17._241 {
  color: #fff;
  text-align: center;
}

.paragraph-17._241._235 {
  color: #000;
  text-align: center;
}

.paragraph-17._24 {
  color: #fff;
  text-align: center;
}

.paragraph-18 {
  color: #ffd616;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.bold-text-11 {
  color: #ffd616;
  font-weight: 600;
}

.bold-text-12 {
  color: #ffd616;
  font-weight: 500;
}

.bold-text-13 {
  color: #ffd616;
  font-weight: 600;
}

.div-block-20 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  display: block;
  padding-top: 78px;
  padding-bottom: 78px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/car.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/car.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-3 {
  min-height: 500px;
  margin-top: 28px;
  margin-left: 200px;
}

.slide-nav-3 {
  display: none;
}

.left-arrow-3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  min-height: 100px;
  min-width: 200px;
  margin-left: -220px;
  border-style: none;
  border-width: 2px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #000;
  font-size: 32px;
}

.left-arrow-3:hover {
  background-color: #fff;
}

.right-arrow-3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  min-height: 100px;
  min-width: 200px;
  margin-top: -82px;
  margin-bottom: 120px;
  margin-left: -220px;
  border-style: none;
  border-width: 2px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #000;
  font-size: 32px;
}

.right-arrow-3:hover {
  background-color: #fff;
}

.slide-2 {
  background-image: url('../images/eva2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -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;
  border-bottom: 1px none rgba(0, 0, 0, 0.07);
  color: #1a1e27;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.faq-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.plus-icon {
  max-width: 33%;
}

.div-block-21 {
  width: 100%;
  height: 1px;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -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: 100%;
  background-color: #fff;
}

.question-title {
  margin-right: 10px;
  padding-left: 0px;
  border-left: 3px none #ffd616;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.faq-question-wrap {
  margin-top: 40px;
  margin-bottom: 13px;
  padding: 9px;
  border: 2px solid #ffd616;
  cursor: pointer;
}

.section-6 {
  display: block;
  padding-top: 43px;
  padding-bottom: 100px;
}

.section-7 {
  display: block;
  padding-top: 87px;
  padding-bottom: 61px;
  background-color: #f5f5f5;
}

.div-block-22 {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  margin-top: -35px;
  margin-right: 12px;
  border-top: 3px solid #000;
  background-color: #fff;
  background-image: url('../images/user2.svg');
  background-position: 50% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
  box-shadow: 0 -11px 20px -20px #000;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-right: 11px;
  margin-left: 11px;
  padding: 19px;
  -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;
  border: 2px solid #fff;
  box-shadow: 1px 1px 20px 0 #bbb;
}

.paragraph-19 {
  margin-bottom: 0px;
}

.div-block-24 {
  margin-top: 0px;
}

.paragraph-20 {
  margin-top: 10px;
  padding-left: 8px;
  border-left: 2px solid #ffd616;
  color: #000;
  font-size: 12px;
  line-height: 14px;
}

.columns-4 {
  margin-top: 31px;
}

.section-8 {
  min-height: 200px;
  background-color: #000;
}

.paragraph-21 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin: 37px 23px 0px 258px;
  padding-left: 11px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bold-text-14 {
  height: 55px;
  min-height: 55px;
  padding-right: 27px;
  padding-left: 27px;
  border: 2px none #000;
  border-radius: 0px;
  background-color: #ffd616;
  box-shadow: 3px 3px 0 0 #000;
  opacity: 1;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #000;
  font-size: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.html-embed {
  margin: 0px;
}

.paragraph-22 {
  color: #fff;
  text-transform: uppercase;
}

.paragraph-23 {
  color: #fff;
  text-align: center;
}

.bold-text-15 {
  font-size: 32px;
}

.bold-text-16 {
  font-size: 33px;
}

.div-block-25 {
  min-height: 400px;
}

.image-8 {
  display: block;
  margin: 8px auto;
}

.paragraph-24 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.div-block-26 {
  margin-top: 4px;
}

.column-2 {
  padding-top: 50px;
}

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

.paragraph-26 {
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
}

.paragraph-27 {
  margin-bottom: 0px;
  line-height: 16px;
}

.image-9 {
  margin-right: 10px;
}

.div-block-28 {
  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;
}

.bold-text-17 {
  font-size: 14px;
}

.image-10 {
  position: relative;
  z-index: 44;
  display: none;
  margin: -590px auto -95px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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: 2px solid #ffd616;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button:hover {
  box-shadow: 4px 4px 0 0 #ffd616;
}

.bold-text-18 {
  text-align: center;
  text-transform: uppercase;
}

.div-block-29 {
  width: 40px;
}

.columns-5 {
  margin-top: 49px;
  margin-bottom: -5px;
}

.columns-6 {
  padding-bottom: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/car.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/car.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columns-7 {
  padding-bottom: 63px;
}

.slide-3 {
  background-image: url('../images/car9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-28 {
  margin-top: 91px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #333;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}

.columns-8 {
  margin-bottom: -226px;
  padding-top: 51px;
}

.image-11 {
  display: block;
  overflow: visible;
  margin-top: -442px;
  margin-right: 0px;
  margin-left: auto;
}

.image-12 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 56;
  margin-right: 91px;
}

.image-13 {
  margin-top: -416px;
}

.column-3 {
  padding-top: 77px;
}

.column-4 {
  padding-top: 144px;
}

.slide-4 {
  background-image: url('../images/car1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/car2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/car3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/car4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/car5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/car6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/car7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../images/car9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-2 {
  background-image: url('../images/car10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-3 {
  background-image: url('../images/car11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-30 {
  overflow: auto;
  height: 300px;
}

.bold-text-19 {
  color: #ffd616;
  font-weight: 600;
}

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

.paragraph-29 {
  margin-top: -256px;
  margin-bottom: -174px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f5f5f5;
  font-size: 333px;
  line-height: 333px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-29._35 {
  display: block;
  margin: -304px auto -132px;
  padding-bottom: 0px;
  font-size: 280px;
  line-height: 200px;
}

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

.div-block-31 {
  margin-top: 52px;
  margin-bottom: -33px;
}

.image-14 {
  display: block;
  margin: -254px 0px -106px auto;
}

.image-15 {
  position: relative;
  display: block;
  margin: -245px 0px 0px auto;
}

.paragraph-110 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 39px;
  padding-bottom: 39px;
  color: #fff;
  font-size: 15px;
  line-height: 13px;
  text-align: center;
}

.link-2 {
  color: #fff;
  text-transform: uppercase;
}

.footer1-links-wrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.footer1-links-wrap._12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  margin-top: 0px;
  -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;
  border-right-style: none;
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}

.d-82-menu-item {
  margin-top: 22px;
  margin-right: 11px;
  margin-bottom: 10px;
  text-decoration: none;
}

.d-82-menu-item._123 {
  display: inline-block;
  margin-top: 9px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -23px;
  -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;
  color: #f3f3f3;
  text-decoration: none;
  text-transform: none;
}

.paragraph-111 {
  margin-top: 11px;
  margin-bottom: 2px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph-111.w {
  -webkit-transition: all 375ms ease;
  transition: all 375ms ease;
  color: #f3f3f3;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.paragraph-111.w:hover {
  color: #ffd616;
}

.d-82-menu-item-underline {
  height: 2px;
  margin-top: -2px;
  background-color: #000;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.bold-text-20 {
  font-size: 10px;
}

.div-block-215 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bold-text-21 {
  position: relative;
  top: -8px;
  color: #fff;
  font-size: 7px;
  font-weight: 900;
}

.paragraph-108 {
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.div-block-216 {
  background-color: #333;
}

.columns-10 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.paragraph-112 {
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #ffd616;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.bold-text-22 {
  font-size: 33px;
}

.div-block-217 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
  -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;
}

.movile {
  display: none;
}

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

.link-4 {
  color: #000;
  text-align: center;
  text-decoration: none;
}

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

.text-block-14 {
  text-align: center;
}

.input {
  height: 45px;
  padding-left: 15px;
  border: 2px solid #000;
  border-radius: 0px;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.input::-webkit-input-placeholder {
  color: #000;
}

.input:-ms-input-placeholder {
  color: #000;
}

.input::-ms-input-placeholder {
  color: #000;
}

.input::placeholder {
  color: #000;
}

.modal-closer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.69);
}

.submit-button-3 {
  margin-top: 10px;
  padding: 12px 20px 10px;
  border-radius: 0px;
  background-color: #ffd616;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.submit-button-3:hover {
  box-shadow: 3px 3px 0 0 #000;
}

.close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20;
  width: 25px;
  cursor: pointer;
}

.modal-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.modal-body {
  position: relative;
  z-index: 10;
  padding: 75px 206px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/woman.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  padding: 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;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.form-4 {
  text-align: center;
}

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

.image-20 {
  cursor: pointer;
}

.body-2 {
  height: 100%;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -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;
  font-family: 'Open Sans', sans-serif;
}

.paragraph-56 {
  margin-bottom: 0px;
  color: #ffd616;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.paragraph-58 {
  margin-top: 22px;
  margin-bottom: -41px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.button-2 {
  display: block;
  height: 50px;
  max-width: 250px;
  min-width: 250px;
  margin: 65px auto 0px;
  padding: 16px 0px 0px;
  border-radius: 0px;
  background-color: #ffd616;
  -webkit-transition: all 375ms ease;
  transition: all 375ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  box-shadow: 4px 4px 0 0 #000;
}

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

.columns-12 {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: block;
  }
  .brand {
    display: none;
  }
  .section {
    display: block;
  }
  .link {
    font-size: 18px;
    line-height: 15px;
  }
  .section-2 {
    display: block;
  }
  .paragraph-7 {
    text-align: center;
  }
  .bold-text-2 {
    font-size: 55px;
    line-height: 55px;
  }
  .div-block-6 {
    margin-top: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .bold-text-4 {
    max-width: none;
  }
  .bold-text-5 {
    color: #000;
    font-size: 55px;
    line-height: 55px;
  }
  .image-3 {
    max-width: 6%;
  }
  .heading-3 {
    font-size: 32px;
    line-height: 32px;
  }
  .section-3 {
    display: block;
  }
  .paragraph-12 {
    font-size: 32px;
    line-height: 32px;
  }
  .section-4 {
    display: block;
  }
  .paragraph-15 {
    font-size: 42px;
    line-height: 42px;
  }
  .paragraph-15._42 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
  .paragraph-16 {
    padding-left: 272px;
  }
  .div-block-19 {
    padding-right: 0px;
  }
  .paragraph-17 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
  .div-block-20 {
    -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;
  }
  .section-5 {
    display: block;
  }
  .faq-question-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-6 {
    display: block;
  }
  .section-7 {
    display: block;
  }
  .section-8 {
    display: block;
  }
  .footer1-links-wrap {
    margin-top: 21px;
  }
  .d-82-menu-item {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .d-82-menu-item._123 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-57 {
    margin-top: 0px;
    text-align: center;
  }
  .paragraph-111 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-216 {
    display: block;
  }
  .columns-11 {
    display: block;
  }
  .menu-button {
    display: none;
    background-color: #ffd616;
    opacity: 0;
  }
  .menu-button.w--open {
    display: none;
    opacity: 0;
  }
  .movile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    display: none;
  }
  .text-field._4 {
    border-style: solid;
  }
  .text-field._43 {
    border-style: solid;
  }
  .text-field._535 {
    border-style: solid;
  }
  .paragraph-11 {
    color: #000;
  }
  .bold-text-6 {
    color: #000;
  }
  .slider-3 {
    display: none;
  }
  .movile {
    display: block;
  }
  .image-17 {
    display: block;
    margin-right: auto;
    margin-bottom: 13px;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border: 1px none #000;
    background-color: transparent;
  }
  .paragraph._24 {
    margin-top: 0px;
    margin-bottom: 39px;
    padding-right: 7px;
    font-size: 33px;
    line-height: 3px;
    text-align: center;
  }
  .section {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph-2 {
    height: 71px;
    margin-top: -44px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block {
    margin-top: 0px;
    margin-right: 0px;
  }
  .link {
    margin-left: 0px;
    text-align: center;
  }
  .div-block-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph-3 {
    display: none;
  }
  .slider {
    min-height: 100vh;
  }
  .slide._2._2414 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/car.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/car.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .columns {
    margin-top: 0px;
  }
  .paragraph-4 {
    display: none;
  }
  .paragraph-5 {
    display: none;
  }
  .paragraph-6 {
    font-size: 24px;
    line-height: 24px;
  }
  .paragraph-7 {
    margin-top: 0px;
    line-height: 22px;
  }
  .bold-text-2 {
    font-size: 32px;
    line-height: 32px;
  }
  .text-field {
    margin-bottom: 4px;
  }
  .text-field._235 {
    overflow: auto;
    height: 88px;
    min-height: auto;
  }
  .text-field._4324 {
    background-color: #535353;
  }
  .paragraph-8 {
    margin-left: 0px;
    font-size: 32px;
    line-height: 32px;
  }
  .bold-text-4 {
    font-size: 26px;
    line-height: 26px;
    text-align: right;
  }
  .form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bold-text-5 {
    font-size: 32px;
    line-height: 32px;
  }
  .image-3 {
    display: none;
  }
  .heading-3 {
    font-size: 24px;
    line-height: 24px;
  }
  .image-4 {
    max-width: 33%;
  }
  .paragraph-9 {
    font-size: 14px;
    line-height: 16px;
  }
  .paragraph-10 {
    font-size: 12px;
    line-height: 14px;
  }
  .image-5 {
    margin-top: -22px;
  }
  .div-block-9 {
    height: auto;
    padding-top: 18px;
    padding-bottom: 0px;
  }
  .div-block-10 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .div-block-12 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .text-field-2._35235 {
    border-style: solid;
  }
  .text-field-2._535 {
    border-style: solid;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px;
    padding-top: 31px;
    padding-left: 0px;
  }
  .paragraph-12 {
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .paragraph-13 {
    margin-bottom: 30px;
    text-align: center;
  }
  .div-block-14 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-4 {
    padding-top: 0px;
  }
  .lottie-animation {
    width: 77px;
    height: 77px;
    min-height: 77px;
    min-width: 77px;
  }
  .paragraph-14 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .div-block-15 {
    display: none;
  }
  .div-block-17 {
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
  }
  .image-7 {
    display: none;
    margin-top: 0px;
  }
  .paragraph-15 {
    font-size: 24px;
    line-height: 24px;
  }
  .paragraph-15._42 {
    margin-left: 0px;
    font-size: 24px;
    line-height: 24px;
  }
  .paragraph-16 {
    padding-left: 0px;
  }
  .paragraph-17 {
    margin-top: 27px;
    margin-left: 0px;
    font-size: 24px;
    line-height: 24px;
  }
  .paragraph-17._241 {
    margin-bottom: 27px;
  }
  .paragraph-17._241._235 {
    margin-left: 0px;
  }
  .section-5 {
    padding-top: 0px;
  }
  .slider-3 {
    display: none;
    margin-left: 0px;
  }
  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 18px;
  }
  .faq-paragraph {
    font-size: 12px;
    line-height: 18px;
  }
  .faq-question-wrap {
    margin-top: 0px;
  }
  .section-6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-7 {
    padding-top: 10px;
  }
  .div-block-23 {
    -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;
  }
  .paragraph-19 {
    font-size: 12px;
    line-height: 14px;
  }
  .section-8 {
    min-height: auto;
  }
  .image-8 {
    max-width: 33%;
  }
  .paragraph-24 {
    font-size: 14px;
    line-height: 14px;
  }
  .column-2 {
    padding-top: 0px;
  }
  .div-block-27 {
    display: none;
  }
  .columns-8 {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .image-13 {
    display: none;
  }
  .column-3 {
    padding-top: 0px;
  }
  .column-4 {
    padding-top: 0px;
  }
  .paragraph-29._35 {
    display: none;
  }
  .div-block-31 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .image-15 {
    display: none;
  }
  .paragraph-110 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 12px;
  }
  .footer1-links-wrap {
    margin-top: 30px;
    margin-left: 0px;
  }
  .footer1-links-wrap._12 {
    height: auto;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-82-menu-item._123 {
    margin-top: 0px;
  }
  .paragraph-108 {
    margin-bottom: -23px;
  }
  .bold-text-22 {
    font-size: 24px;
    line-height: 24px;
  }
  .div-block-217 {
    min-height: auto;
    margin-bottom: -23px;
    -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;
  }
  .column-6 {
    display: none;
  }
  .column-7 {
    display: none;
  }
  .column-8 {
    display: none;
  }
  .column-9 {
    display: none;
  }
  .column-10 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .column-11 {
    display: none;
  }
  .image-16 {
    max-width: 22%;
  }
  .div-block-218 {
    margin-bottom: 0px;
  }
  .column-12 {
    display: none;
  }
  .link-3 {
    font-size: 22px;
  }
  .column-13 {
    display: none;
  }
  .bold-text-23 {
    font-size: 12px;
  }
  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-15 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-18 {
    margin-bottom: -30px;
  }
  .column-16 {
    display: none;
  }
  .div-block-219 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-17 {
    display: none;
  }
  .modal-body {
    padding: 20px 13px 15px;
  }
  .modal-wrapper {
    display: none;
    padding: 30px 0px;
  }
  .paragraph-56 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .paragraph-58 {
    margin-bottom: 0px;
  }
  .button-2 {
    margin-top: 19px;
  }
  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-21 {
    display: none;
  }
}

