:root {
  --background-white: #f5f5f5;
  --car-request-blue: #0275ff;
  --white: white;
  --transparent: transparent;
  --black: #000;
  --dark-blue: #004290;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--background-white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.navbar {
  border-bottom: 4px none var(--car-request-blue);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.container {
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand {
  width: 150px;
  height: auto;
  margin-right: 0;
  padding-bottom: 0;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.nav-link {
  background-color: var(--transparent);
  width: auto;
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  font-size: 14px;
}

.nav-link:hover {
  background-color: var(--transparent);
  color: var(--car-request-blue);
}

.nav-link.w--current {
  background-color: var(--car-request-blue);
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block {
  background-image: url('../images/peter-broomfield-m3m-lnR90uM-unsplash.jpg');
  background-position: 50% 80%;
  background-size: cover;
  justify-content: flex-start;
  height: 650px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.heading {
  color: var(--white);
  font-size: 50px;
  line-height: 60px;
}

.div-block-2 {
  z-index: 3;
  flex-flow: column;
  width: 65%;
  margin-top: 80px;
  margin-left: 40px;
  position: absolute;
}

.text-block {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
}

.div-block-3 {
  background-image: linear-gradient(90deg, var(--car-request-blue) 23%, var(--black) 59%);
  opacity: .3;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  flex: 1;
  font-size: 24px;
  line-height: 30px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--white);
  background-color: #0275ff85;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

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

.image {
  transform: scale(.8);
}

.image-2 {
  transform: scale(.7);
}

.image-3, .image-4 {
  transform: scale(.8);
}

.div-block-6 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-image: linear-gradient(135deg, var(--car-request-blue), var(--black) 55%);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 90%;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-left: 0;
  display: flex;
}

.text-block-3 {
  font-size: 30px;
}

.text-block-4 {
  font-weight: 500;
}

.text-block-5 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.paragraph {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.link-block {
  background-color: var(--white);
  width: 50%;
  color: var(--car-request-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  border: 2px solid var(--white);
  background-color: var(--car-request-blue);
  color: var(--white);
}

.text-block-6 {
  color: var(--car-request-blue);
  font-size: 18px;
  font-weight: 500;
}

.div-block-8 {
  background-color: var(--background-white);
  width: 20px;
  height: 420px;
  position: absolute;
  transform: rotate(14deg);
}

.section-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(83deg, var(--car-request-blue), var(--black) 57%);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-9 {
  z-index: 1;
  flex: 0 auto;
  padding: 0;
  position: relative;
}

.div-block-10 {
  z-index: 2;
  background-image: linear-gradient(75deg, var(--black) 25%, black 44%, #0000004a 55%, var(--transparent) 62%);
  width: 90px;
  padding: 43px 0;
  display: flex;
  position: relative;
  right: -80px;
}

.div-block-11 {
  width: auto;
  margin-left: 0;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  flex: 1;
  align-items: center;
  padding: 40px 52px 40px 20px;
  display: flex;
}

.heading-2 {
  color: var(--background-white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-7 {
  color: var(--white);
  font-size: 20px;
}

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

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.submit-button {
  background-color: var(--car-request-blue);
  border-radius: 20px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 14px;
  font-weight: 700;
}

.text-field {
  border-radius: 10px;
  width: 300px;
  height: 100%;
}

.div-block-13 {
  flex: 0 auto;
}

.sell-my-car {
  justify-content: space-around;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-8 {
  font-weight: 500;
}

.text-block-9 {
  color: var(--car-request-blue);
  font-size: 18px;
  font-weight: 600;
}

.bold-text {
  font-size: 30px;
  line-height: 40px;
}

.paragraph-2 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-14 {
  width: 50%;
}

.div-block-15 {
  background-image: url('../images/yahdi-yasya-iDSsOlqFa8w-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 30%;
  height: 400px;
}

.link-block-2 {
  background-color: var(--car-request-blue);
  width: 40%;
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-2:hover {
  border: 2px solid var(--car-request-blue);
  background-color: var(--white);
  color: var(--car-request-blue);
}

.text-block-10 {
  color: var(--white);
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding: 15px;
  display: flex;
}

.div-block-16 {
  padding: 0;
}

.div-block-17 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading-4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-18 {
  background-color: var(--car-request-blue);
  color: var(--white);
  border-radius: 20px;
  padding: 20px 33px;
}

.div-block-18:hover {
  background-color: var(--dark-blue);
}

.text-block-11 {
  font-size: 20px;
  font-weight: 700;
}

.section-5 {
  background-color: var(--white);
  padding: 20px 10px 40px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  transform: scale(.6);
}

.div-block-20 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-20.seconf {
  border-left: 2px solid var(--car-request-blue);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 20px;
}

.text-block-12 {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
}

.text-block-12.number {
  color: var(--car-request-blue);
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.image-6 {
  transform: scale(.9);
}

.section-6 {
  justify-content: space-around;
  padding: 40px 60px 60px;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.heading-5 {
  text-align: center;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  width: 80%;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.heading-6 {
  color: var(--car-request-blue);
}

.section-7 {
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-23 {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  margin-bottom: 100px;
  display: flex;
  box-shadow: 0 2px 7px 2px #0003;
}

.div-block-24 {
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-7 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-25 {
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.text-block-13 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-26 {
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-14 {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-14.image-suggestion {
  color: var(--car-request-blue);
  margin-bottom: 20px;
}

.div-block-27 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 3px dashed #0000004d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 51px 40px;
  display: flex;
}

.image-7 {
  opacity: .4;
}

.text-block-15 {
  opacity: .5;
  font-weight: 600;
}

.div-block-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-29.gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 90%;
  margin-right: 20px;
  padding-top: 10px;
  display: grid;
}

.text-block-16 {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: grid;
}

.div-block-30.vehicle-info {
  margin-bottom: 10px;
}

.text-field-2 {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}

.text-field-3 {
  font-weight: 500;
}

.textarea {
  border-radius: 5px;
  min-height: 100px;
  font-size: 15px;
  font-weight: 500;
}

.submit-button-2 {
  background-color: var(--car-request-blue);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  font-size: 18px;
}

.submit-button-2:hover {
  background-color: var(--dark-blue);
}

.text-block-17 {
  color: #727272;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 30px;
  line-height: 40px;
}

.section-8 {
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.text-block-18 {
  color: #3339;
  font-size: 18px;
  font-weight: 600;
}

.section-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-left: 0;
  display: flex;
}

.form-block-2 {
  width: 60%;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  display: grid;
}

.text-field-4 {
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}

.text-field-5 {
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.textarea-2 {
  border-radius: 5px;
  min-height: 100px;
  font-size: 15px;
  font-weight: 500;
}

.dropdown {
  margin-bottom: 10px;
  display: block;
  position: static;
}

.dropdown-toggle {
  position: relative;
}

.select-field {
  background-color: var(--white);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}

.div-block-32 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 10px;
  display: flex;
}

.radio-button-label {
  font-size: 15px;
  font-weight: 500;
}

.radio-button-label-2 {
  font-weight: 500;
}

.radio-button {
  margin-right: 10px;
}

.trade-in-details {
  display: none;
}

.submit-button-3 {
  background-color: var(--car-request-blue);
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
}

.submit-button-3:hover {
  background-color: var(--dark-blue);
}

.radio-button-field {
  display: block;
}

.text-block-19 {
  color: #727272;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  background-color: #00000080;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-36 {
  margin-top: 20px;
  display: flex;
}

.text-block-20 {
  color: #fff;
  font-size: 14px;
}

.text-block-21 {
  font-weight: 500;
}

.div-block-37 {
  background-image: url('../images/Why-Us.png');
  background-position: 50% 70%;
  background-size: cover;
  height: 300px;
}

.div-block-38 {
  background-image: linear-gradient(#0275ffb3, #fffc 80%);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 60px 30px 30px;
  display: flex;
  position: static;
}

.heading-9 {
  color: var(--black);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-39 {
  justify-content: center;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  background-color: #000c;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.div-block-40.why-trust {
  background-color: var(--transparent);
  color: var(--black);
}

.text-block-22 {
  border-right: 1px solid var(--white);
  padding-right: 5px;
}

.text-block-22.why-us {
  border-right-color: var(--black);
}

.image-9 {
  padding-right: 5px;
}

.text-block-23 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-41 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-43 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 40px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.div-block-44 {
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-45 {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.home {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}

.home:hover {
  color: var(--car-request-blue);
}

.home.w--current {
  background-color: var(--car-request-blue);
  width: auto;
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
}

.car-request {
  text-align: center;
  width: auto;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}

.car-request:hover {
  color: var(--car-request-blue);
}

.car-request.w--current {
  background-color: var(--car-request-blue);
  color: var(--white);
  border-radius: 20px;
}

.how-it-works {
  text-align: center;
  width: auto;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}

.how-it-works:hover {
  color: var(--car-request-blue);
}

.how-it-works.w--current {
  background-color: var(--car-request-blue);
  width: auto;
  color: var(--white);
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-25 {
  color: var(--car-request-blue);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-26 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.tabs-menu {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: var(--transparent);
  color: var(--black);
}

.tab-link-tab-1.w--current {
  border-bottom: 4px solid var(--car-request-blue);
  background-color: var(--transparent);
  color: var(--car-request-blue);
}

.tab-link-tab-2 {
  border-bottom: 4px none var(--car-request-blue);
  background-color: var(--transparent);
}

.tab-link-tab-2.w--current {
  background-color: var(--transparent);
  color: var(--car-request-blue);
  border-bottom-style: solid;
}

.div-block-46 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.div-block-48 {
  background-color: #0275ff80;
  border: 4px #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0;
  display: flex;
}

.text-block-27 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-49 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.heading-10 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.heading-10.car-request {
  margin-bottom: 10px;
  font-size: 38px;
}

.heading-10.car-request:hover {
  color: var(--black);
}

.div-block-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.text-block-28 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.link-block-8 {
  background-color: var(--car-request-blue);
  color: var(--white);
  border-radius: 10px;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-8:hover {
  border: 2px none var(--car-request-blue);
  color: var(--white);
  background-color: #0252b2;
}

.tabs {
  margin-bottom: 100px;
}

.paragraph-6 {
  text-align: center;
  width: 60%;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.bold-text-2, .bold-text-3 {
  font-weight: 500;
}

.div-block-51 {
  flex-flow: column;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.div-block-52 {
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-11 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.slider {
  background-color: var(--transparent);
  width: 70%;
  height: 280px;
  overflow: hidden;
}

.div-block-53 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.right-arrow, .left-arrow {
  display: none;
}

.div-block-54 {
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  height: 70%;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 3px 2px #0003;
}

.div-block-55 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.link {
  color: #1411aa;
  font-family: Montserrat, sans-serif;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
}

.paragraph-9 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-29 {
  font-family: Montserrat, sans-serif;
}

.slide {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.icon, .icon-2 {
  display: none;
}

.bold-text-4 {
  font-weight: 500;
}

.section-10 {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding: 20px;
  display: flex;
}

.div-block-56 {
  background-color: var(--car-request-blue);
  color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  padding: 20px 100px 20px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.div-block-57 {
  display: flex;
}

.text-block-30 {
  background-color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  display: flex;
}

.text-block-30:hover {
  background-color: var(--dark-blue);
  border: 1px #000;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 44px;
}

.paragraph-10 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.link-2 {
  color: var(--car-request-blue);
  text-decoration: none;
}

.section-11 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-58 {
  width: 50%;
  padding: 18px;
}

.div-block-59 {
  flex-flow: column;
  flex: 1;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-13 {
  width: 817px;
  color: var(--black);
  text-align: center;
  white-space: normal;
  word-break: normal;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.field-label-3 {
  color: var(--car-request-blue);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.design-square {
  background-color: var(--car-request-blue);
  padding: 10px;
  position: relative;
  top: 11px;
  transform: rotate(45deg);
}

.div-block-60 {
  border-bottom: 4px solid var(--car-request-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-61 {
  background-color: #fff;
  border: 5px #000;
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  width: 490px;
  max-width: none;
  height: 100%;
  padding: 10px 40px 40px;
  display: flex;
}

.textarea-3 {
  height: auto;
  padding-bottom: 50px;
}

.heading-14 {
  color: var(--car-request-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

.link-block-9 {
  color: #fff;
  background-image: linear-gradient(36deg, #cd994c, #ce9c4e 31%, #edb76c 78%, #d8b360);
  border-radius: 10px;
  width: 300px;
  padding: 20px;
  text-decoration: none;
}

.link-block-9.learn-more {
  background-color: var(--car-request-blue);
  color: #111;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  display: flex;
}

.link-block-9.learn-more:hover {
  border: 2px solid var(--car-request-blue);
  background-color: var(--transparent);
  color: #fff;
  background-image: none;
}

.form-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #45624c;
  flex-flow: column;
  font-family: PT Serif, serif;
  display: flex;
}

.div-block-62 {
  flex-flow: column;
  align-items: flex-start;
  width: 530px;
  height: 100%;
  padding-right: 10px;
  display: flex;
}

.text-block-31 {
  color: #fff;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 20px;
  line-height: 35px;
}

.section-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(#0b2839c2, #0b2839c2), url('../images/IMG_2195-1.jpg');
  background-position: 0 0, 0 -250px;
  background-size: auto, cover;
  justify-content: space-around;
  align-items: flex-start;
  padding: 60px 40px 40px;
  display: flex;
}

.text-block-35 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.submit-button-4 {
  background-color: var(--car-request-blue);
  color: var(--white);
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.submit-button-4:hover {
  background-color: var(--dark-blue);
}

.div-block-63 {
  color: #fff;
  padding: 10px 20px 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
}

.form-block-3 {
  flex-flow: column;
  font-weight: 500;
  display: flex;
}

.paragraph-11 {
  width: 900px;
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.section-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 90%;
  display: grid;
}

.div-block-65 {
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.text-block-36 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-37 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-37.availability {
  color: #707070;
  margin-bottom: 10px;
  font-size: 15px;
}

.text-block-37.response-time {
  text-align: left;
  margin-bottom: 10px;
}

.link-3 {
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.section-13 {
  background-color: var(--car-request-blue);
  height: 200px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-15 {
  font-size: 50px;
  line-height: 60px;
}

.section-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 140px 100px;
  display: flex;
}

.section-14._2 {
  margin-top: 60px;
}

.text-block-38 {
  justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
}

.text-block-39 {
  text-align: left;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.section-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 600;
  display: flex;
}

.text-block-40 {
  font-size: 30px;
  line-height: 40px;
}

.div-block-66 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  display: flex;
}

.div-block-67 {
  flex-flow: column;
  align-items: center;
  width: auto;
  display: flex;
}

.text-block-41 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.paragraph-12, .paragraph-13, .paragraph-14 {
  text-align: center;
}

.section-25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-25._2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
}

.div-block-73 {
  background-image: url('../images/martin-baron-1mjTr7SBoBY-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 80%;
  height: 300px;
}

.div-block-73._2 {
  background-image: url('../images/about-us2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 300px;
}

.div-block-72 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.heading-28 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-16 {
  font-size: 15px;
  line-height: 20px;
}

.link-4 {
  color: var(--car-request-blue);
  font-size: 15px;
}

.image-10 {
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-74 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-75 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.radio-button-field-2 {
  margin-bottom: 0;
}

.preferred-contact-method, .radio-button-label-3 {
  font-weight: 500;
}

.what-time-works-best {
  flex-flow: column;
  margin-bottom: 10px;
  display: none;
}

.best-time {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.div-block-76 {
  flex-flow: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.heading-29 {
  text-align: center;
  border-bottom: 2px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 44px;
}

.text-block-42 {
  font-size: 24px;
}

.div-block-77 {
  width: 60%;
}

.div-block-78 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px;
  display: grid;
}

.div-block-78._2 {
  border-bottom-style: none;
  padding-top: 20px;
}

.text-block-43 {
  font-weight: 500;
}

.text-block-44 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.select-field-2 {
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
  font-weight: 500;
}

.checkbox-label {
  margin-bottom: 0;
  font-weight: 500;
}

.checkbox-field {
  margin-bottom: 0;
}

.button {
  background-color: var(--car-request-blue);
  text-align: center;
  border-radius: 20px;
  width: 90%;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.image-template {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: none;
}

.remove-image {
  margin-top: -18px;
  margin-left: -15px;
  position: absolute;
}

.image-13 {
  position: absolute;
}

.text-block-45 {
  color: #ff1919;
  font-weight: 500;
  display: none;
}

.form-3 {
  display: block;
}

.success-message {
  background-color: #62ff0033;
  border-radius: 10px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 24px;
  font-weight: 600;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.text-block-46 {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.field-label-4 {
  color: red;
}

.field-label-4.error {
  margin-bottom: 20px;
  font-weight: 600;
  display: flex;
}

.field-label-4.error._2, .field-label-4.error._3, .field-label-4.error._1, .field-label-4.error._4, .field-label-4.error._5, .field-label-4.error._6, .field-label-4.error._7, .field-label-4.error._8, .field-label-4.error.name, .menudropdown, .div-block-81 {
  display: none;
}

.success-message-2 {
  background-color: var(--car-request-blue);
  color: var(--white);
  border-radius: 10px;
  font-weight: 600;
}

.success-message-3 {
  background-color: #62ff0033;
  border-radius: 10px;
  padding: 24px;
  font-weight: 600;
  box-shadow: 0 2px 5px #0003;
}

.text-field-6 {
  font-size: 15px;
  font-weight: 500;
}

.success-message-4 {
  background-color: #62ff0033;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 2px 5px #0003;
}

.div-block-82 {
  z-index: 4;
  background-color: #f5f5f599;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-83 {
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-us-vid {
  width: 40%;
  min-height: 400px;
}

.div-block-86 {
  width: 40%;
}

.code-embed {
  background-image: url('../images/IMG_2195-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-87 {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-88 {
  display: flex;
}

.link-block-11 {
  text-decoration: none;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 20px;
  font-size: 18px;
  list-style-type: disc;
  display: flex;
}

.list-item {
  line-height: 24px;
}

.text-block-47 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
}

.bold-text-5 {
  line-height: 24px;
}

.link-block-12 {
  color: var(--white);
  text-decoration: none;
}

.div-block-89 {
  flex-flow: column;
  width: 90%;
  display: flex;
}

.heading-30 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.collection-item {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  padding: 10px 10px 20px;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.image-14 {
  border-radius: 10px;
  margin-bottom: 10px;
}

.text-block-48 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-49 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-91 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-50 {
  font-size: 18px;
  font-weight: 500;
}

.text-block-51 {
  font-size: 20px;
  line-height: 24px;
}

.div-block-92 {
  justify-content: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.text-block-52 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.button-2 {
  background-color: var(--car-request-blue);
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
}

.button-2:hover {
  background-color: var(--dark-blue);
}

.our-listings {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-93 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 220px;
  display: flex;
}

.div-block-94 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-15 {
  border-radius: 10px;
}

.div-block-95 {
  border: 1px none var(--car-request-blue);
  flex-flow: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.div-block-96 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.car-title {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.text-block-53 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-block-54 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-97 {
  border: 1px none var(--black);
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  width: 85%;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 1px 3px 5px 3px #0003;
}

.text-block-55 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.button-3 {
  background-color: var(--car-request-blue);
  text-align: center;
  border-radius: 20px;
  width: 90%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.button-3:hover {
  background-color: var(--dark-blue);
}

.text-block-56 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.text-block-57 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.link-5 {
  color: var(--car-request-blue);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.div-block-98 {
  display: flex;
}

.div-block-99 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.lightbox-link, .image-16 {
  border-radius: 10px;
}

.div-block-100 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 220px;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-17 {
  border-radius: 10px;
}

.div-block-101 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: flex;
}

.div-block-102 {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.div-block-103 {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.heading-32 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-104 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.div-block-105 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.div-block-106 {
  flex-flow: column;
  display: flex;
}

.text-block-58 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-59 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-60 {
  margin-bottom: 10px;
}

.text-block-61 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-block-62 {
  color: var(--car-request-blue);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.div-block-107 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 10px;
  display: flex;
}

.rich-text-block {
  border-radius: 20px;
  max-height: 400px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.text-block-63 {
  font-size: 24px;
}

.next {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-4 {
  width: 24px;
  height: 24px;
}

.page-count {
  margin-top: 10px;
  font-size: 24px;
  line-height: 30px;
}

.text-block-64 {
  text-align: right;
}

.div-block-108 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-4 {
  background-color: var(--car-request-blue);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button-4:hover {
  background-color: var(--dark-blue);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 40px;
  }

  .container {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .nav-menu {
    flex-flow: row;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link {
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
  }

  .div-block {
    height: 700px;
  }

  .div-block-2 {
    width: 90%;
    margin-top: 60px;
  }

  .text-block {
    width: 95%;
  }

  .div-block-4 {
    width: 90%;
  }

  .text-block-2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .text-block-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph {
    font-size: 16px;
  }

  .div-block-9 {
    display: flex;
  }

  .div-block-11 {
    flex-flow: row;
    justify-content: flex-start;
    display: none;
  }

  .sell-my-car {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
  }

  .div-block-14 {
    width: 60%;
  }

  .div-block-15 {
    width: 30%;
  }

  .div-block-17 {
    padding-top: 20px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .paragraph-4 {
    width: 90%;
  }

  .heading-6 {
    text-align: center;
  }

  .div-block-27 {
    flex-flow: column;
  }

  .div-block-29.gallery {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-right: 0;
  }

  .div-block-38 {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .car-request, .how-it-works {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .section-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-13 {
    width: auto;
  }

  .div-block-62 {
    align-items: center;
  }

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

  .section-3 {
    flex-flow: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-63 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-64 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    justify-items: stretch;
    width: auto;
    display: grid;
  }

  .div-block-65 {
    align-items: center;
  }

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

  .text-block-37 {
    font-size: 18px;
  }

  .text-block-37.response-time {
    text-align: center;
  }

  .link-3 {
    font-size: 16px;
  }

  .section-14 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-25 {
    flex-flow: column;
  }

  .section-25._2 {
    align-items: center;
  }

  .div-block-72 {
    width: 90%;
  }

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

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

  .image-10 {
    width: 90%;
  }

  .div-block-74 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-77 {
    width: 60%;
  }

  .div-block-79, .div-block-80 {
    text-align: center;
  }

  .icon-3 {
    display: block;
    position: static;
    transform: scale(2);
  }

  .menudropdown {
    z-index: 4;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    display: none;
    position: absolute;
  }

  .link-block-10 {
    width: 50%;
    color: var(--black);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .link-block-10.w--current {
    background-color: var(--car-request-blue);
    color: var(--white);
    border-radius: 20px;
    font-size: 18px;
  }

  .div-block-81 {
    justify-content: flex-end;
    width: 90%;
    display: flex;
  }

  .car-menu {
    transform: scale(.6);
  }

  .div-block-87 {
    display: none;
  }

  .div-block-94 {
    flex-flow: column;
    align-items: center;
  }

  .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-65 {
    background-color: var(--car-request-blue);
    color: var(--white);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }

  .text-block-65:hover {
    background-color: var(--dark-blue);
  }
}

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

  .container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .brand {
    margin-right: 0;
  }

  .nav-menu {
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .heading {
    font-size: 38px;
    line-height: 50px;
  }

  .div-block-2 {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block {
    width: auto;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: center;
    display: block;
  }

  .div-block-4 {
    width: auto;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
    padding: 0 0 60px;
  }

  .div-block-7 {
    border-bottom: 10px solid var(--white);
    width: auto;
    padding: 40px 20px 60px;
  }

  .div-block-7._2 {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .div-block-8 {
    width: 10px;
    height: 90%;
    display: none;
    transform: rotate(90deg);
  }

  .div-block-11 {
    display: none;
  }

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    width: 90%;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .text-field {
    width: 100%;
  }

  .sell-my-car {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .div-block-14, .div-block-15 {
    width: auto;
  }

  .div-block-17 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .section-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-19 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-20.seconf {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-4 {
    width: 90%;
  }

  .div-block-27 {
    align-items: center;
  }

  .div-block-28 {
    padding: 40px 20px;
  }

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

  .div-block-29 {
    width: 90%;
  }

  .div-block-29.gallery {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-right: 0;
  }

  .heading-9, .text-block-26 {
    text-align: center;
  }

  .heading-14 {
    font-size: 30px;
    line-height: 40px;
  }

  .link-block-9.learn-more {
    width: 36%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-31 {
    font-size: 18px;
    line-height: 30px;
  }

  .section-3 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-63 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-64 {
    grid-template-columns: 1fr;
  }

  .heading-15 {
    text-align: center;
  }

  .section-14 {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-15 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-66 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-25 {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-16 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-77 {
    width: 90%;
  }

  .menu-button {
    margin-right: 0;
  }

  .icon-3 {
    transform: scale(1.5);
  }

  .div-block-81 {
    width: 70%;
  }

  .car-menu {
    transform: scale(.6);
  }

  .div-block-84 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-86 {
    width: auto;
  }

  .div-block-94 {
    align-items: stretch;
    margin-top: 40px;
  }

  .div-block-95 {
    align-items: stretch;
    width: auto;
  }

  .div-block-97 {
    width: 90%;
  }

  .div-block-99 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-top: 20px;
  }

  .div-block {
    justify-content: center;
    height: 750px;
    overflow: hidden;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-2 {
    align-items: center;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block {
    text-align: center;
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-4 {
    flex-flow: column;
    width: 90%;
    display: flex;
  }

  .div-block-5 {
    justify-content: center;
    padding: 10px;
  }

  .section {
    overflow: hidden;
  }

  .div-block-8 {
    position: absolute;
    overflow: visible;
  }

  .div-block-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    text-align: center;
  }

  .text-block-7 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .form-block {
    width: 100%;
  }

  .div-block-14 {
    text-align: left;
  }

  .link-block-2 {
    width: 60%;
  }

  .heading-4 {
    text-align: left;
  }

  .paragraph-3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .section-5 {
    flex-flow: row;
    display: flex;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4 {
    width: 90%;
    font-size: 16px;
    line-height: 24px;
  }

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

  .div-block-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-27 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-28 {
    padding: 20px;
  }

  .div-block-29 {
    width: 90%;
  }

  .div-block-29.gallery {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-right: 0;
  }

  .div-block-30 {
    flex-flow: column;
    display: flex;
  }

  .text-field-2, .textarea {
    font-size: 14px;
  }

  .heading-8 {
    text-align: center;
  }

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

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

  .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block-2 {
    width: 100%;
  }

  .div-block-31 {
    flex-flow: column;
    display: flex;
  }

  .text-field-4, .text-field-5 {
    font-size: 14px;
  }

  .div-block-37 {
    height: auto;
  }

  .div-block-38 {
    margin-bottom: 40px;
    padding: 40px 20px 0;
  }

  .heading-9 {
    text-align: center;
  }

  .div-block-44 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home {
    text-align: center;
  }

  .text-block-26 {
    text-align: center;
    width: auto;
    font-size: 18px;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2 {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    font-size: 30px;
  }

  .heading-10.car-request {
    line-height: 40px;
  }

  .paragraph-6 {
    width: auto;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .div-block-54 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
    margin-bottom: 10px;
  }

  .div-block-55 {
    width: 100%;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .slide {
    margin-bottom: 0;
  }

  .div-block-56 {
    padding-right: 20px;
  }

  .heading-13 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-61 {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-block-9, .link-block-9.learn-more, .div-block-62 {
    width: auto;
  }

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

  .div-block-63 {
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-15 {
    text-align: center;
  }

  .section-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-39 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-25 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-73._2 {
    width: 100%;
  }

  .div-block-72 {
    width: auto;
  }

  .heading-28, .paragraph-16 {
    text-align: center;
  }

  .div-block-74 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

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

  .image-12 {
    width: 40px;
  }

  .mask {
    margin-bottom: 0;
  }

  .slide-nav {
    position: static;
  }

  .icon-3 {
    transform: scale(1.5);
  }

  .menudropdown {
    z-index: 4;
  }

  .car-menu {
    transform: scale(.5);
  }

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

  .div-block-95 {
    width: auto;
  }

  .div-block-96 {
    align-items: center;
    margin-bottom: 10px;
  }

  .car-title {
    margin-bottom: 0;
  }

  .div-block-97, .div-block-99 {
    width: auto;
  }

  .div-block-104 {
    flex-flow: column;
    display: flex;
  }

  .text-block-58 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-59 {
    font-size: 18px;
  }
}

#w-node-_924a1c3c-af38-6246-ed14-c88aeb781c2e-083e7575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_9984adb9-2098-49c5-4a5f-652c6bf9319d-f668c9ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


