:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.footer {
  text-align: center;
  background-color: #e0e0e0;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-4 {
  justify-content: space-around;
  align-items: center;
  display: block;
}

.text-block-2 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link {
  color: #fff;
  font-family: Varela, sans-serif;
  font-size: 14px;
}

.submit-button {
  color: #fff;
  background-color: #bc1823;
  border: 2px #000;
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.submit-button:hover {
  background-color: #8d171f;
}

.textarea {
  font-family: Varela, sans-serif;
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding: 70px 0;
  display: flex;
}

.link-4 {
  color: #fff;
}

.heading-17 {
  color: #303352;
  width: 500px;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Varela, sans-serif;
}

.link-5 {
  color: #fff4f4;
  font-family: Varela, sans-serif;
}

.checkbox-label-2 {
  color: #000;
  font-family: Varela, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.checkbox-label-3 {
  color: #000;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.text-field {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-color: #dfdfdf;
  border-radius: 0;
  font-family: Varela, sans-serif;
}

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

.jumbotron-section {
  color: #fff;
  background-image: url('../images/tesla.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-16 {
  color: #000;
  text-align: center;
  text-transform: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 12px;
  font-family: Varela, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-2 {
  box-shadow: none;
  color: #000;
  background-color: rgba(255, 255, 255, .5);
  border: 2px #080808;
  border-radius: 20px;
  width: 425px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
}

.link-6, .link-7 {
  color: #ff3546;
}

.navbar-2 {
  z-index: 99999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 5px #eb1b2f;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 55px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 5px -4px #000;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.benefit-section {
  background-color: #fcfcfc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.benefit-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1080px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.div-block-4 {
  text-align: center;
  width: 700px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 8px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.heading-18 {
  margin-top: 10px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-5 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.heading-19 {
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-3 {
  text-align: center;
  font-family: Varela, sans-serif;
  font-size: 17px;
}

.heading-20 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Varela, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.div-block-6 {
  width: 550px;
  font-family: Varela, sans-serif;
}

.heading-21 {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.heading-22 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 25px;
}

.div-block-7 {
  background-color: #3d3d3d;
  padding: 3px;
}

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

.div-block-8 {
  text-align: center;
  background-color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 30px;
  display: block;
}

.button {
  text-align: center;
  background-color: #bc1823;
  border-radius: 60px;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  padding: 17px;
  font-family: Varela, sans-serif;
  font-size: 20px;
  display: block;
}

.button:hover {
  background-color: #8d1e26;
}

.div-block-9 {
  margin-top: 65px;
}

.footer-container {
  text-align: center;
  background-color: #f5f5f5;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.paragraph {
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
}

.image-2 {
  margin-bottom: 15px;
}

.description-section {
  background-color: #b12b34;
  padding-top: 35px;
  padding-bottom: 35px;
}

.description-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.heading-23 {
  color: #fff;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  color: #fff;
  width: 70%;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.text-span {
  font-size: 18px;
}

.step-by-step-section {
  color: #fff;
  background-color: #b12b34;
  padding-top: 50px;
  padding-bottom: 25px;
}

.step-by-step-container {
  max-width: 1080px;
}

.step-flex-container {
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1080px;
  margin-bottom: 50px;
  display: flex;
}

.step-content {
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 9px;
  width: 350px;
  height: 200px;
  padding: 15px;
}

.heading-24 {
  color: #ffdbd2;
  text-align: center;
  font-family: Varela Round, sans-serif;
}

.text-block-4 {
  text-align: center;
  margin-bottom: 5px;
  font-family: Varela Round, sans-serif;
}

.text-block-5 {
  font-family: Varela Round, sans-serif;
}

.step-cta-container {
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.button-2 {
  color: #000;
  background-color: #ffcf06;
  border-radius: 50px;
  margin-bottom: 5px;
  padding: 15px 25px;
}

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

.text-block-6 {
  font-size: 14px;
}

.testimonial-section {
  color: #fff;
  background-color: #b12b34;
  padding-top: 30px;
  padding-bottom: 50px;
}

.testimonial-container {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin-bottom: 50px;
  display: flex;
}

.navbar-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-container {
  max-width: 1080px;
}

.heading-25 {
  font-size: 33px;
}

.heading-26 {
  background-color: rgba(24, 24, 24, .84);
  margin-top: 4px;
  padding: 13px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.image-3 {
  background-color: #fff;
  padding: 13px;
}

@media screen and (max-width: 991px) {
  .container-5 {
    flex-flow: column;
  }

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

  .navbar-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-left: 0;
  }

  .text-details-wrapper {
    width: auto;
  }

  .description-container {
    padding-left: 19px;
    padding-right: 19px;
  }

  .step-flex-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .testimonial-container {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    width: 80%;
  }

  .navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: row;
    padding: 47px;
  }

  .benefit-container {
    padding-left: 21px;
    padding-right: 21px;
  }

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

  .div-block-5 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-6 {
    width: 80%;
  }

  .footer-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
  }

  .description-container {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .text-block-2 {
    font-family: Lato, sans-serif;
    font-size: 16px;
  }

  .submit-button {
    font-size: 15px;
  }

  .div-block-2 {
    width: 80%;
  }

  .navbar-2 {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .button {
    width: auto;
  }

  .footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
  }

  .paragraph {
    text-align: center;
  }

  .description-section {
    padding-left: 13px;
    padding-right: 13px;
  }

  .description-container {
    text-align: center;
    flex-flow: wrap;
  }

  .paragraph-2 {
    width: auto;
  }

  .step-by-step-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-content {
    height: 225px;
  }
}
