/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/import-glob-loader/index.js!./wp-content/themes/hartbrugreizen/components/step-form/step-form.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
.step-form {
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 75em) {
  .step-form {
    margin-bottom: 13.3125rem;
  }
}
.step-form__block {
  padding: 4.3125rem 0;
  border-radius: 1.25rem;
  background-image: linear-gradient(to right, #f07f13 0%, #dd1a1d 100%);
}
.step-form__heading {
  margin-bottom: 2.5rem;
  color: #FBE2CA;
}
@media print, screen and (min-width: 64em) {
  .step-form__heading {
    margin-bottom: 5rem;
  }
}
.step-form h2 {
  margin-bottom: 1.5625rem;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .step-form h2 {
    font-size: 3.125rem;
  }
}
.step-form h2 strong {
  display: block;
  font-weight: 600;
  color: #133478;
}
.step-form__wrap {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .step-form__wrap {
    padding: 0 1.625rem;
  }
}
.step-form__bus {
  position: absolute;
  bottom: -6.9375rem;
  left: 50%;
  width: 180px;
  margin-left: -5.625rem;
}
@media print, screen and (min-width: 64em) {
  .step-form__bus {
    margin-left: 0;
    left: 1.625rem;
    width: 250px;
  }
}
.step-form #field_4_18 .gfield_radio {
  flex-flow: column;
  gap: 0.1875rem;
}
.step-form #field_4_18 .gfield_label {
  margin-bottom: 10px !important;
  margin-top: 10px;
}
.step-form .step-form__bus.aos-init.aos-animate {
  width: 100%;
  justify-content: end;
  display: flex;
}
