.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  cursor: pointer;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.nav-section {
  background-color: #fff;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orange-line {
  padding: 10px;
  background-color: #ff810a;
}

.hero-section {
  padding: 40px 60px;
  background-image: url('../images/amsterdam-Middel.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.other {
  height: 1000px;
}

.logo {
  width: auto;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.hero-container {
  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;
}

.hero-container.voorwaaden {
  display: block;
  margin-bottom: 60px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 4px #fff;
}

.hero-container.statement {
  -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;
}

.hero-bubble {
  position: relative;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 100%;
}

.hero-bubble.white {
  width: 400px;
  height: 400px;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hero-bubble.orange {
  left: -60px;
  top: 140px;
  width: 300px;
  height: 300px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff810a;
}

.heading {
  font-size: 60px;
  line-height: 80px;
}

.heading.orange {
  position: relative;
  top: 10px;
  width: 84%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ff810a;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}

.heading.orange.form {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}

.heading.orange.thankyou {
  display: none;
  width: 100%;
}

.heading.orange.opening {
  width: 100%;
}

.heading.white {
  width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.heading.voorwaarden {
  font-size: 30px;
  line-height: 40px;
}

.pull-image {
  height: 125px;
}

.container-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-button {
  width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 5px;
  border-color: #ff810a;
  border-radius: 20px;
  background-color: #4d4d4d;
  color: #ff810a;
  font-weight: 700;
  text-align: center;
}

.hero-button:hover {
  background-color: #fff;
}

.body {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.intro-section {
  padding: 60px;
}

.intro-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.intro-column.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.intro-column.right-side {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 60px;
}

.intro-image-block {
  position: relative;
  left: -100px;
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #ff810a;
}

.intro-image-block.windmill {
  left: 100px;
  width: 500px;
  height: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Molen.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph {
  margin-top: 50px;
  margin-bottom: 0px;
}

.paragraph.white {
  margin-top: -30px;
  color: #fff;
  font-size: 20px;
}

.paragraph.white.button {
  margin-top: 0px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph.intro {
  margin-top: auto;
}

.paragraph.voorwaarden {
  margin-top: 20px;
}

.orange-section {
  padding: 0px 20px 0%;
  background-color: #ff810a;
}

.scroll-down-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.scroll-down-block.footer-line {
  height: 25px;
}

.orange-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.orange-column.left {
  top: 0px;
  padding-right: 15%;
}

.house-block {
  position: static;
  left: 60px;
  top: auto;
  z-index: 11;
  width: 400px;
  height: 400px;
  margin-top: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/Fiets.3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.white-block {
  position: relative;
  left: 0%;
  top: -60px;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #fff;
}

.white-block.block-2 {
  position: relative;
  left: auto;
  top: auto;
  right: -42%;
  bottom: 100px;
  z-index: 15;
  overflow: visible;
  width: 350px;
  height: 350px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Heren-fiets.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-scroll-down {
  position: static;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/Pijltje.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-section {
  position: relative;
  padding-bottom: 100px;
  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/amsterdamuitdelucht-Middel.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/amsterdamuitdelucht-Middel.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer {
  background-color: #ff810a;
}

.footer-block {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 0px 10px;
  -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;
  background-color: transparent;
  background-image: url('../images/WhteCircle.gif');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ff810a;
}

.form-data-1 {
  display: none;
}

.text-field {
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 20px;
}

.submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.step-2-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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-radius: 70px;
  background-color: #ff810a;
  text-align: center;
  cursor: pointer;
}

.step-2-button.submit-button {
  display: block;
  width: auto;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.step-2-icon {
  width: 75px;
  height: 75px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.form-data-2 {
  display: none;
}

.checkbox {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkbox-label {
  margin-left: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -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;
}

.form-steps.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-steps.second {
  display: none;
}

.form-steps.third {
  display: none;
}

.step-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.step-block.current {
  background-color: #ff810a;
}

.step-text {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.step-text.current {
  color: #fff;
}

.terms-list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.voorwaarden-block {
  overflow: auto;
  height: 40vw;
  margin-top: 0px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 8px 2px #fff;
}

.semi-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.paragraph-terms {
  color: #000;
}

.bold-text {
  font-size: 24px;
}

.voorwaarden-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  padding-top: 60px;
  background-color: rgba(0, 0, 0, 0.75);
}

.voorwaarden-section.privacy {
  display: none;
}

.voorwaarden-section.actievoorwaarden {
  display: none;
}

.close-button {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.field-label {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  color: #fff;
}

.form-quiz-block {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.question-block.led {
  display: none;
}

.question-block.zonnepanelen {
  display: none;
}

.question-block.geisoleerd {
  display: none;
}

.question-block.energielabel {
  display: none;
}

.question-block.consumind {
  display: none;
}

.question-text {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
}

.radio-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.radio-button {
  width: 300px;
  height: 100px;
  border-radius: 20px;
  background-color: #ff810a;
}

.no-click {
  pointer-events: none;
}

.radio-button.yes {
  background-image: url('../images/Group-18.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.radio-button.yes.w--redirected-checked {
  width: 300px;
  height: 100px;
  border-radius: 20px;
}

.radio-button.no {
  background-image: url('../images/Group-17.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.radio-button-label {
  display: none;
  margin-bottom: 0px;
}

.radio-button-field {
  -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;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-container.statement {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-bubble.white {
    width: 400px;
    height: 400px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero-bubble.orange {
    width: 250px;
    height: 250px;
  }

  .heading.orange {
    top: auto;
    font-size: 40px;
    line-height: 45px;
  }

  .heading.white {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .container-button {
    margin-top: 40px;
  }

  .intro-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .intro-columns {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .intro-column.image {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .intro-image-block {
    left: 220px;
    right: 0px;
    bottom: 190px;
    display: block;
  }

  .intro-image-block.windmill {
    left: 0px;
    bottom: 0px;
    width: 400px;
    height: 400px;
  }

  .paragraph.white {
    margin-top: -30px;
  }

  .orange-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .orange-columns {
    padding-bottom: 60px;
  }

  .house-block {
    width: 400px;
    height: 400px;
  }

  .white-block.block-2 {
    right: -85%;
    bottom: 136px;
  }

  .footer-block {
    width: auto;
  }

  .voorwaarden-block {
    height: 80vw;
  }

  .bold-text {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-container {
    -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;
  }

  .hero-bubble.white {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-bubble.orange {
    left: 80px;
    top: -60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading.orange {
    text-align: center;
  }

  .heading.white {
    text-align: center;
  }

  .container-button {
    margin-top: 0px;
  }

  .intro-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .intro-columns {
    display: block;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .intro-column.image {
    height: 415px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro-column.right-side {
    position: relative;
    padding-left: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .intro-image-block {
    left: 368px;
    width: 170px;
    height: 170px;
  }

  .intro-image-block.windmill {
    left: 50px;
  }

  .orange-column {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .orange-column.left {
    padding-right: 5%;
  }

  .house-block {
    position: relative;
    left: 47px;
    top: 50px;
  }

  .white-block.block-2 {
    position: relative;
    left: 197px;
    top: 4px;
    right: auto;
    bottom: auto;
  }

  .icon-scroll-down {
    position: relative;
    z-index: 111;
  }

  .footer {
    margin-bottom: 44px;
    padding-top: 0px;
  }

  .footer-block {
    width: auto;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-2-button.submit-button {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .form-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .step-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .container-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .terms-list {
    font-size: 16px;
    line-height: 20px;
  }

  .semi-heading {
    font-size: 16px;
  }

  .voorwaarden-section.privacy {
    display: none;
  }

  .question-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radio-button-block {
    -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;
  }
}

@media screen and (max-width: 479px) {
  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-container.statement {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-bubble.white {
    width: 300px;
    height: 300px;
  }

  .hero-bubble.orange {
    left: auto;
    top: -25px;
  }

  .heading.orange {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .heading.white {
    text-align: center;
  }

  .intro-section {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .intro-column.image {
    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;
  }

  .intro-image-block {
    left: -31px;
    bottom: 22px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .intro-image-block.windmill {
    left: 81px;
    top: -50px;
    display: block;
    width: 300px;
    height: 300px;
  }

  .orange-section {
    padding-right: 20px;
    padding-bottom: 100%;
    padding-left: 20px;
  }

  .orange-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .house-block {
    left: 20px;
    top: 0px;
    width: 300px;
    height: 300px;
  }

  .white-block.block-2 {
    left: 337px;
    top: 332px;
  }

  .step-2-button {
    width: 100%;
  }

  .step-2-button.submit-button {
    font-size: 20px;
    line-height: 30px;
  }

  .step-2-icon {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .step-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-white {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .voorwaarden-block {
    height: 120vw;
  }

  .voorwaarden-section.privacy {
    display: none;
  }

  .radio-button.yes {
    width: 200px;
    background-size: 90%;
  }

  .radio-button.no {
    width: 200px;
    background-size: 90%;
  }

  .html-line {
    display: none;
  }
}

