:root {
  --greyscale--900: #23282c;
  --greyscale--white: white;
  --primary--700: #1382cd;
  --accent--700: #e76906;
  --primary--600: #1382cd;
  --accent--800: #cc5d06;
  --greyscale--hover: #e6e6e6;
  --greyscale--bg: #f7f7f7;
  --greyscale--100: #2021331a;
  --primary--800: #023f68;
  --stroke: #20213326;
  --accent--900: #e01115;
  --primary--500: #1382cd;
  --primary--900: #052b44;
  --background--darkgreen: #312f30;
  --corner_radius: 4vw;
}

body {
  color: var(--greyscale--900);
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  line-height: 155%;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.text-color-black {
  color: var(--greyscale--900);
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.75rem;
}

.heading-style-h5 {
  font-size: 1.44rem;
  line-height: 2rem;
}

.heading-style-h5.text-weight-bold {
  flex: none;
}

.icon-embed-small {
  color: var(--greyscale--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-custom2, .margin-top.margin-large, .margin-top.margin-xhuge, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xsmall, .margin-top.margin-custom3, .margin-top.margin-xxsmall, .margin-top.margin-custom1, .margin-top.margin-tiny, .margin-top.margin-xxhuge, .margin-top.margin-xxlarge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.stretch {
  align-items: stretch;
}

.margin-top.margin-large, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-color-white {
  color: #fff;
}

.hide {
  display: none;
}

.padding-xxhuge {
  padding: 10rem;
}

.heading-style-h2 {
  letter-spacing: -.015em;
  font-size: 2.488rem;
  line-height: 120%;
}

.heading-style-h2.text-weight-bold.text-color-primary.text-shadow {
  text-shadow: 5px 8px 6px #0003;
}

.heading-style-h2.text-weight-xbold {
  color: #23282c;
}

.heading-style-h2.text-weight-xbold.text-color-white {
  letter-spacing: 0;
  letter-spacing: 0;
}

.padding-section-medium {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.padding-section-medium.custom, .padding-section-medium.custom-home, .padding-section-medium.custom, .padding-section-medium.custom-home {
  padding-top: 11.9rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form_field-wrapper {
  position: relative;
}

.text-style-mute-60 {
  opacity: .6;
}

.heading-style-h1 {
  letter-spacing: -.015em;
  font-size: 3rem;
  line-height: 3.25rem;
}

.heading-style-h1.text-weight-xbold.text-color-white.text-align-center {
  text-align: left;
  text-align: left;
  text-align: left;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xsmall, .margin-left.margin-custom3, .margin-left.margin-custom2, .margin-left.margin-0, .margin-left.margin-medium, .margin-left.margin-custom1, .margin-left.margin-xxhuge, .margin-left.margin-xxsmall, .margin-left.margin-small, .margin-left.margin-xlarge, .margin-left.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.padding-top, .padding-top.padding-xxlarge, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-custom1, .padding-top.padding-huge, .padding-top.padding-xlarge, .padding-top.padding-0, .padding-top.padding-custom2, .padding-top.padding-xhuge, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-custom3, .padding-top.padding-xxsmall, .padding-top.padding-xxhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-xlarge {
  margin: 4rem;
}

.icon-embed-custom1 {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.margin-small {
  margin: 1.5rem;
}

.text-color-primary {
  color: var(--primary--700);
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.light {
  color: var(--greyscale--white);
}

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

.padding-section-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.margin-right, .margin-right.margin-tiny, .margin-right.margin-xhuge, .margin-right.margin-custom3, .margin-right.margin-xxlarge, .margin-right.margin-0, .margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-xxsmall, .margin-right.margin-xsmall, .margin-right.margin-medium, .margin-right.margin-huge, .margin-right.margin-custom2, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-custom1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.home_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-bold {
  flex: none;
}

.text-size-small.is-bulletlist {
  margin-top: -.125rem;
}

.text-weight-medium {
  font-weight: 500;
}

.margin-xxsmall {
  margin: .5rem;
}

.background-color-primary {
  background-color: var(--primary--700);
}

.button {
  border: 2px solid var(--accent--700);
  background-color: var(--accent--700);
  color: #fff;
  text-align: center;
  border-radius: 90px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.button.is-alternate {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  background-color: #fff;
  border-color: #fff;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--accent--700);
  background-color: #0000;
  transition: all .2s;
}

.button.is-secondary:hover {
  background-color: #f8e1d2;
}

.button.is-secondary.is-icon.background-color-white {
  background-color: var(--greyscale--white);
}

.button.is-secondary.is-icon.background-color-white:hover {
  transform: translate(0);
}

.button.is-secondary.is-icon.background-color-white.align-center.hide-desktop-only {
  display: none;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--greyscale--900);
  background-color: #0000;
  border-style: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .25rem .5rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button.is-link:hover {
  color: var(--accent--700);
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-link.custom {
  color: var(--greyscale--white);
}

.button.is-link.custom:hover {
  color: var(--primary--600);
}

.button.is-white {
  border-color: var(--greyscale--white);
  background-color: var(--greyscale--white);
  color: var(--greyscale--900);
  transition: all .2s;
}

.button.is-white:hover {
  border-color: var(--greyscale--hover);
  background-color: var(--greyscale--hover);
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.button.is-icon:hover {
  border-style: solid;
  border-color: var(--accent--800);
  background-color: #d85f00;
}

.text-weight-semibold {
  font-weight: 600;
}

.hide-mobile-portrait {
  display: block;
}

.padding-medium {
  padding: 2rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  width: 346px;
  position: relative;
}

.margin-xsmall {
  margin: 1rem;
}

.heading-style-h4 {
  letter-spacing: -.015em;
  font-size: 1.72813rem;
  line-height: 2.5rem;
}

.heading-style-h4.text-weight-xbold.text-color-primary.surrounded {
  background-color: #e3f6ee;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 3rem;
  display: flex;
}

.heading-style-h4.text-weight-bold.text-color-white {
  color: #fff;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.margin-medium {
  margin: 2rem;
}

.text-size-large {
  font-size: 1.2rem;
  line-height: 155%;
}

.text-size-large.text-align-center.text-color-white {
  text-align: left;
}

.text-size-large.text-align-center.text-color-white.text-align-left {
  line-height: 32px;
}

.padding-bottom, .padding-bottom.padding-tiny, .padding-bottom.padding-xsmall, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-xxlarge, .padding-bottom.padding-xxhuge, .padding-bottom.padding-xhuge, .padding-bottom.padding-small, .padding-bottom.padding-huge, .padding-bottom.padding-0, .padding-bottom.padding-large, .padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-medium, .padding-bottom.padding-xxhuge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  display: flex;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 2px solid #1f213300;
  border-radius: 4px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  border-width: 2px;
  border-color: var(--accent--700);
}

.form_input::placeholder {
  color: #20213380;
}

.form_input.light:focus-visible, .form_input.light[data-wf-focus-visible] {
  border-width: 2px;
}

.form_input.is-text-area {
  color: var(--greyscale--white);
  background-color: #ffffff17;
  border-color: #ffffff36;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-text-area:focus {
  border-color: var(--accent--700);
}

.form_input.is-text-area::placeholder {
  color: #ffffff80;
}

.form_input.is-select-input {
  background-image: none;
}

.form_input.is-select-input.is-light {
  color: var(--greyscale--white);
  background-color: #ffffff17;
  border-color: #ffffff36;
}

.form_input.light {
  color: var(--greyscale--white);
  background-color: #ffffff17;
  border-width: 2px;
  border-color: #ffffff36;
}

.form_input.light:focus {
  border-color: var(--accent--700);
}

.form_input.light:focus-visible, .form_input.light[data-wf-focus-visible] {
  border-width: 2px;
}

.form_input.light::placeholder {
  color: #ffffff80;
}

.margin-bottom, .margin-bottom.margin-medium, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-huge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom3, .margin-bottom.margin-0, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large, .margin-bottom.margin-xlarge, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-xlarge, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-style-link {
  opacity: .7;
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.text-style-link:hover {
  border-bottom-color: var(--primary--700);
  opacity: 1;
  color: var(--primary--700);
}

.text-style-link.text-color-white {
  color: var(--greyscale--white);
}

.text-style-link.modal {
  opacity: 1;
  color: var(--greyscale--white);
  text-decoration: underline;
}

.text-style-link.modal:hover {
  color: var(--greyscale--900);
}

.text-style-link.footer {
  border-bottom-style: none;
}

.text-style-link.footer:hover {
  color: var(--primary--700);
}

.text-style-link.green {
  border-bottom-color: var(--primary--700);
  opacity: 1;
  color: var(--primary--700);
}

.text-style-link.no-line {
  text-decoration: none;
}

.heading-style-h3 {
  letter-spacing: -.015em;
  font-size: 2.5rem;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  z-index: 2;
  z-index: 2;
  position: relative;
}

.form_checkbox-icon {
  border: 1px solid var(--greyscale--white);
  cursor: pointer;
  border-radius: 20px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-embed-xsmall {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  display: flex;
}

.icon-embed-xsmall.direction-right {
  transform: rotate(-90deg);
}

.icon-embed-xsmall.green {
  color: #02ab64;
}

.background-color-secondary {
  background-color: var(--greyscale--bg);
}

.section_home-header {
  background-image: url("https://cdn.prod.website-files.com/68f1fc9f2aeb11c970f382ad/68f1fc9f2aeb11c970f38374_Tenoval%20Design%20System.svg");
  background-position: -50% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  position: relative;
}

.section_home-header.background-color-secondary {
  background-size: 60%;
}

.section_home-header.background-color-primary.is-relative {
  background-image: none;
  overflow: hidden;
}

.navbar_component {
  z-index: 99;
  background-color: var(--greyscale--white);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 11px 2rem 12px;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar_component.flow_woning-geschikt {
  background-color: var(--greyscale--bg);
}

.navbar_component.aanvraag {
  background-color: #ededed;
}

.navbar_container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_container.flow_huis-geschikt {
  justify-content: center;
  align-items: center;
}

.navbar_container.transparant {
  margin-top: 1.5rem;
}

.navbar1_logo-link {
  width: 7.5rem;
  padding-left: 0;
}

.navbar1_logo-link.w--current {
  width: 120px;
}

.navbar1_logo._2._3 {
  margin-top: -17px;
  padding-bottom: 8px;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  flex: 1;
  padding-left: 1rem;
}

.navbar1_link {
  color: var(--greyscale--900);
  padding: .5rem 1rem;
  font-size: .875rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_link.text-weight-medium {
  transition: all .2s;
}

.navbar1_link.text-weight-medium:hover {
  background-color: var(--greyscale--bg);
  color: var(--primary--700);
  border-radius: 2px;
}

.navbar1_link.text-weight-medium.white {
  color: var(--greyscale--white);
}

.navbar1_link.text-weight-medium.white:hover {
  background-color: #ffffff17;
  border-radius: 8px;
}

.navbar1_link.text-weight-medium.white.contact {
  background-color: #ffffff12;
  border-radius: 8px;
}

.navbar1_link.text-weight-medium.white.contact:hover {
  background-color: var(--primary--700);
}

.navbar1_link.text-weight-xbold {
  font-weight: 600;
}

.navbar1_link.text-weight-xbold:hover {
  color: var(--primary--700);
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar_divider {
  border-right: 1px solid var(--greyscale--100);
  width: 2rem;
  height: 2rem;
}

.navbar_divider.hide-tablet {
  border-right-color: #ffffff26;
}

.header1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_component.home {
  z-index: 3;
  z-index: 3;
  place-items: center;
  position: relative;
}

.header_content.z-index-2 {
  width: 100%;
}

.header1_image-wrapper {
  position: relative;
}

.header1_image-wrapper.is-relative.z-index-1 {
  z-index: 3;
  z-index: 3;
  z-index: 3;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 25rem;
  display: flex;
}

.home_header_image {
  z-index: 3;
  width: 90%;
  height: auto;
}

.home_header_image.second-product {
  padding: 3rem;
  top: 0;
}

.text-is-green {
  color: var(--primary--700);
}

.text-is-green._500 {
  color: #1382cd;
}

.text-style-muted-90 {
  opacity: .9;
}

.hide-desktop-only {
  display: none;
}

.navbar_klantenservice_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(3rem, 3rem);
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.navbar_klantenservice_wrapper.hide-tablet {
  cursor: pointer;
  cursor: pointer;
}

.klantenservice_top_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.green_dot {
  background-color: var(--primary--700);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.navbar_klantenservice_icon_wrapper {
  background-color: var(--greyscale--100);
  color: var(--greyscale--900);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.banner_component {
  z-index: 9999;
  background-color: var(--primary--700);
  height: 2.25rem;
  max-height: 2.25rem;
  position: absolute;
  inset: 0% 0% auto;
}

.banner_component.grey {
  background-color: #f2f2f2;
}

.banner_wrapper {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.banner_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.banner_link {
  color: var(--greyscale--white);
  font-size: .75rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.banner_link:hover {
  color: var(--primary--600);
}

.badge_wrapper {
  z-index: 4;
  width: 5.5rem;
  position: absolute;
  inset: 45% auto auto 1%;
}

.list_component {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.list_component.side-bar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
}

.list_component.home {
  background-color: var(--greyscale--bg);
  border-radius: .5rem;
  width: 100%;
  padding: 1rem;
}

.list1_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.list1_item.side-bar {
  margin-left: auto;
  margin-right: auto;
}

.list1_item.white {
  color: var(--greyscale--white);
}

.list1_item.hero {
  color: var(--greyscale--white);
  font-size: .875rem;
}

.list1_item.horizontal {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.list1_item.side-bar-copy {
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
}

.item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .5rem;
  display: flex;
}

.item-icon-wrapper.text-color-white {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.layout1_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tenoval-design-element {
  background-image: linear-gradient(351deg, var(--primary--700), var(--primary--600));
  border-top-right-radius: 180px;
  border-bottom-left-radius: 180px;
  width: 100%;
  height: 400px;
}

.tenoval-design-element.geschikt {
  background-image: linear-gradient(349deg, #fff0, var(--primary--600));
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  width: 70vw;
  height: 450px;
  position: absolute;
  inset: -12vw auto auto -15.8vw;
}

.tenoval-design-element.geschikt.cta-2 {
  z-index: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 60px;
  width: 16rem;
  height: 12rem;
  inset: auto auto -16% -13%;
}

.tenoval-design-element.geschikt.cta-2._2 {
  inset: auto -16% 21% auto;
}

.tenoval-design-element.geschikt.product_detail {
  z-index: 0;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  width: 70%;
  height: 50%;
  inset: -9% -14% auto auto;
}

.tenoval-design-element.geschikt.second_placement {
  border-top-left-radius: 120px;
  inset: auto -20vw -16.6vw auto;
}

.tenoval-design-element.geschikt1 {
  background-image: linear-gradient(349deg, #fff0, var(--primary--600));
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  width: 70vw;
  height: 450px;
  position: absolute;
  inset: -12vw auto auto -15.8vw;
}

.tenoval-design-element.geschikt1.cta-2 {
  z-index: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 60px;
  width: 16rem;
  height: 12rem;
  inset: auto auto -16% -13%;
}

.tenoval-design-element.geschikt1.cta-2._2 {
  inset: auto -16% 21% auto;
}

.tenoval-design-element.geschikt1.product_detail {
  z-index: 0;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  width: 70%;
  height: 50%;
  inset: -9% -14% auto auto;
}

.tenoval-design-element.geschikt1.second_placement {
  border-top-left-radius: 120px;
  inset: auto -20vw -16.6vw auto;
}

.tenoval-design-element.is-absolute {
  width: 60vw;
  height: 100%;
  position: absolute;
  inset: 0 -10rem auto auto;
}

.tenoval-design-element.belmijterug1 {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 40px;
  height: 50px;
  position: absolute;
  bottom: 357.453px;
  right: -69px;
}

.tenoval-design-element.alles_over_warmtepomp {
  background-image: none;
  border: 1.5px solid #9ca2ff30;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  width: 70vw;
  height: 450px;
  position: absolute;
  inset: -12vw auto auto -15.8vw;
}

.tenoval-design-element.alles_over_warmtepomp.cta-2 {
  z-index: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 60px;
  width: 16rem;
  height: 12rem;
  inset: auto auto -16% -13%;
}

.tenoval-design-element.alles_over_warmtepomp.cta-2._2 {
  inset: auto -16% 21% auto;
}

.tenoval-design-element.alles_over_warmtepomp.product_detail {
  z-index: 0;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  width: 80%;
  height: 70px;
  inset: -9% -14% auto auto;
}

.tenoval-design-element.alles_over_warmtepomp.adviesaanvragen {
  width: 53vw;
  height: 340px;
}

.tenoval-design-element.alles_over_warmtepomp.second_placement {
  border-top-left-radius: 120px;
  width: 60vw;
  inset: auto -20vw -16.6vw auto;
}

.tenoval-design-element.alles_over_warmtepomp.second_placement._2 {
  background-image: linear-gradient(347deg, var(--primary--700), #01ae67 40%, #14e18ceb 66%, var(--primary--600));
  width: 70%;
  height: 510px;
  bottom: -10.2vw;
  right: -32%;
}

.tenoval-design-element.alles_over_warmtepomp.second_placement.zonnepanelen {
  background-image: linear-gradient(180deg, #3b4066, var(--greyscale--900));
  border-color: #7a82ff30;
  bottom: -11%;
}

.tenoval-design-element.alles_over_warmtepomp.second_placement {
  border-top-left-radius: 120px;
  inset: auto -20vw -16.6vw auto;
}

.tenoval-design-element.is-relative {
  border-radius: 8px;
  height: 530px;
  overflow: hidden;
}

.home_feature2_header_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  display: grid;
}

.home_feature2_header_image-wrapper {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.home_header_feature2_header_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.home_feature2_content {
  max-width: 35rem;
  margin-left: 5rem;
  margin-right: 5vw;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-style-mute-70 {
  opacity: .7;
}

.text-style-muted-80 {
  opacity: .8;
}

.feature2_item-wrapper {
  padding: 1.5rem;
}

.feature2_item-wrapper.background-color-secondary {
  border-radius: 8px;
}

.home_feature2-text-absolute {
  max-width: 20.625rem;
  position: absolute;
  inset: auto 5rem 5rem auto;
}

.gradient-overlay {
  position: absolute;
  inset: 0%;
}

.gradient-overlay.grey {
  background-image: linear-gradient(338deg, #00000075, #00000012);
}

.cta_bb-content-top {
  margin-bottom: 1.5rem;
}

.check-icon-orange {
  box-shadow: 0 2px 0 0 var(--greyscale--900);
  color: var(--accent--700);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.text-stroke-detail {
  border: 1px solid var(--greyscale--white);
  color: var(--greyscale--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 80px;
  padding: .25rem .5rem;
  font-size: .625rem;
  font-weight: 600;
}

.button-form {
  background-color: var(--accent--700);
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/68f1fc9f2aeb11c970f382ad/68f1fc9f2aeb11c970f38378_tenoval%20ico.svg");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 28px 32px;
  border-radius: 70px;
  padding: 1rem 3.5rem 1rem 2rem;
  font-weight: 700;
  line-height: 150%;
  transition: all .3s;
}

.button-form:hover {
  background-color: var(--accent--800);
  background-position: 92%;
}

.button-form.full-width {
  width: 100%;
}

.form_horizontal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta_bb_image-absolute {
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tenoval-badge {
  justify-content: center;
  width: 46px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 9%;
}

.tenoval_badge_element_bg {
  object-fit: contain;
  width: auto;
  height: auto;
  display: block;
}

.tenoval-icon-green {
  object-fit: contain;
  width: 66%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 19% 0% auto;
}

.cta_1_container {
  background-image: linear-gradient(20deg, var(--primary--800), var(--primary--600));
  border-top-right-radius: 120px;
  border-bottom-left-radius: 120px;
  display: flex;
  overflow: hidden;
}

.cta_1_content_left {
  width: 50%;
  padding: 4rem 3rem;
}

.cta_1_content_right {
  background-image: url("https://cdn.prod.website-files.com/68f1fc9f2aeb11c970f382ad/68f1fc9f2aeb11c970f38388_Tenoval%20Design%20System%20(2).png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50%;
  position: relative;
}

.form-2 {
  width: 100%;
}

.cta-form-block {
  width: 100%;
  margin-bottom: 0;
}

.hide-potrait-and-above {
  display: none;
}

.vraagstellen_bottom_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.vraagstellen_bottom_wrapper.footer {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vraagstellen_item_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--greyscale--white);
  color: var(--greyscale--900);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: minmax(auto, 2rem) auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.25rem;
  text-decoration: none;
  display: flex;
}

.vraagstellen_item_wrapper:hover {
  background-color: var(--greyscale--hover);
}

.vraagstellen_item_wrapper.footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--greyscale--100);
  color: var(--greyscale--900);
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: all .2s;
}

.vraagstellen_item_wrapper.footer:hover {
  background-color: #ededed;
}

.section_banner2_component {
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
  background-color: var(--greyscale--white);
}

.section_banner2_component.z-index-2 {
  width: auto;
}

.banner2_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.banner2_item_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.footer-component.z-index-2 {
  background-color: var(--greyscale--white);
  background-color: var(--greyscale--white);
  width: auto;
}

.footer_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_link_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer_link_top_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_brand_link {
  width: 7.5rem;
}

.footer_brand_link.w--current {
  width: 179px;
}

.vertical-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.footer-small-link-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-gradient {
  background-image: linear-gradient(81deg, #00c3ff, var(--primary--700));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.contact-nog-vragen-module {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact_sidebar_content-wrapper {
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 3rem 4rem 5rem;
  position: absolute;
  overflow: scroll;
}

.contact_sidebar_content-wrapper.background-color-primary {
  z-index: 2147483647;
  z-index: 2147483647;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.contact-modal3_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal3_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact_modal_details_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.is-relative {
  position: relative;
}

.text-color-dark {
  color: var(--primary--900);
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-main-form {
  background-color: var(--accent--700);
  cursor: pointer;
  background-image: url("https://cdn.prod.website-files.com/68f1fc9f2aeb11c970f382ad/68f1fc9f2aeb11c970f38378_tenoval%20ico.svg");
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: 28px 32px;
  border-radius: 70px;
  padding: 1rem 3.5rem 1rem 2rem;
  font-weight: 700;
  line-height: 150%;
  transition: all .3s;
}

.button-main-form:hover {
  background-color: var(--accent--800);
  background-position: 89%;
}

.r290_contact_sidebar_adviesaanvraag_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal4_content-wrapper {
  background-color: var(--primary--700);
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 5rem 4rem;
  position: absolute;
  overflow: scroll;
}

.contact-modal4_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal4_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal4_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal4_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_layout10.is-relative {
  overflow: hidden;
}

.layout10_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout10_item-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout10_image-wrapper {
  overflow: hidden;
}

.layout10_image-wrapper.is-relative {
  width: 100%;
  height: 100%;
}

.contact_sidebar_wrapper.padding-top.padding-medium.stroke-top {
  border-top: 1px solid #fff3;
  margin-top: 2rem;
}

.contact-modal6_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h_product_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: flex;
}

.home_product_item_wrapper {
  flex-flow: column;
  display: flex;
}

.home_product_item_wrapper.background-color-secondary {
  color: var(--greyscale--900);
  border-top-left-radius: 0;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 2rem;
  padding: 1.5rem 1.5rem 4.5rem;
  text-decoration: none;
}

.home_product_item_wrapper.background-color-secondary.is-relative {
  overflow: hidden;
}

.product_item_top_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.product_item_top_wrapper.margin-bottom.margin-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.product_item_image_wrapper {
  max-height: 170px;
  padding: 0;
}

.product_item_bottom_wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.product_item_bottom_wrapper.zonnepanelen {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--greyscale--white);
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.product_wrapper_image {
  object-fit: contain;
}

.p_bottom_left_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.of_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-full {
  opacity: .19;
  width: 100%;
  height: 1px;
}

.line-full.background-color-primary {
  opacity: .5;
}

.line-full.white {
  background-color: #fff;
}

.product_link_wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.embed-icon-solo {
  display: flex;
}

.product_item_wrapper_ {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  min-height: 2.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.product_item_wrapper_.z-index-1 {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.product_item_wrapper_.zonnepanelen {
  background-color: var(--primary--700);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.home_product_left_wrapper {
  width: 40%;
  min-width: 40%;
  padding-right: 2rem;
}

.banner3_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.banner3_horizontal_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.overlay {
  z-index: 80;
  position: absolute;
  inset: 0%;
}

.overlay.z-index-2 {
  background-image: linear-gradient(145deg, var(--greyscale--900), #1f213200);
}

.overlay._2 {
  background-image: linear-gradient(141deg, #000000b5, #0006);
}

.bg-design-element-green {
  background-image: linear-gradient(229deg, var(--primary--700), var(--primary--600));
  border: 1.5px solid #9ca2ff30;
  border-radius: 120px;
  width: 70%;
  height: 510px;
  position: absolute;
  inset: auto -32% -27.5vw auto;
}

.container-fullscreen {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_menu_item_link_wrapper {
  text-decoration: none;
  display: block;
}

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

.form-block {
  margin-bottom: 0;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px #dfdfdf;
  border-radius: 0 8px 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 500px;
  margin-top: 5rem;
  padding: 2rem 3rem 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 70px #00000029;
}

.multi-form3_progress-wrapper {
  z-index: 0;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.multi-form3_progress {
  color: #cecece;
  background-color: #f7f7f7;
  border: 2px solid #fff;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
  display: flex;
}

.multi-form3_progress.progress-current {
  color: #fff;
  background-color: #02aa65;
  border-style: solid;
  border-width: 2px;
  font-weight: 700;
}

.multi-form3_progress-divider {
  z-index: -1;
  background-color: #02aa65;
  width: 100%;
  height: 4px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.vertical-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vertical-wrap.top {
  margin-bottom: 0;
}

.vertical-wrap.stretch {
  align-items: stretch;
}

.f-progress-wrapper-copy-element {
  height: 8px;
  display: flex;
  overflow: hidden;
}

.f-progress-wrapper-copy-element.vertical {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  position: relative;
}

.f-progress-indicator-custom {
  background-color: #c8ecdd;
  border: 1px solid #31cb8c;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color .6s;
  display: flex;
}

.f-progress-indicator-custom.current {
  color: var(--primary--700);
  border-bottom-color: #20213300;
}

.progress-divider {
  flex: 1;
  height: 1px;
}

.groen-text {
  color: #02aa65;
}

.form-step-item {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.step-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.step-wrapper.smaller {
  object-fit: contain;
  object-fit: contain;
  max-height: 400px;
}

.f-form-radio-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #031616;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.f-form-radio-wrapper.vertical {
  flex-flow: column;
}

.f-radio-butn-field-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #f7f7f7;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-radio-butn-field-1:hover {
  background-color: #c8ecdd;
  box-shadow: 0 8px 10px #00000014;
}

.f-radio-butn-1 {
  border-style: none;
  border-color: #000;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.f-radio-butn-1.w--redirected-checked {
  color: #fff;
  background-color: #02aa65;
  border-width: 3px;
  border-color: #2d62ff;
  width: 100%;
  height: 100%;
}

.f-radio-butn-1.personen.w--redirected-checked {
  background-color: #02aa65;
}

.huis {
  width: auto;
  height: 48px;
  position: relative;
}

.f-radio-butn-label-1 {
  z-index: 2;
  color: #031616;
  font-size: .875rem;
  font-weight: 500;
}

.next-button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.steps-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.step_number_wrapper {
  display: flex;
}

.f-form-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #e07623;
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: #b35e1c;
}

.html-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  display: flex;
}

.koopwoning-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.custom-css {
  display: none;
}

.form-field {
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  min-height: 52px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1rem;
  font-size: .875rem;
}

.form-field::placeholder {
  color: #b1b1b1;
  font-size: 1rem;
}

.binnen60 {
  background-color: #02aa65;
  border: 1px #000;
  border-radius: 0 0 8px 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bespaar-circle {
  background-color: #e07623;
  border: 4px solid #fff;
  border-radius: 50%;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 17px;
  display: flex;
  position: absolute;
  inset: -3rem -3rem auto auto;
  transform: rotate(15deg);
  box-shadow: 0 2px 5px #0003;
}

.bespaartext {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

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

.trustpilot-wrapper {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  width: 14rem;
  padding: .5rem 1rem;
  position: absolute;
  inset: -2.1rem auto auto 0%;
}

.trustpilot {
  width: 100%;
  height: 100%;
}

.success-message-2 {
  background-color: #fff;
  border-radius: 1rem;
}

.succes_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.sucess-titel {
  color: #02aa65;
  font-size: 2rem;
  font-weight: 500;
}

.deel-met-vrienden {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #02aa65;
  border-radius: 10px;
  flex-flow: column;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2.7rem;
  display: flex;
}

.succes-title-2 {
  color: #fff;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
}

.kopieer-button {
  color: #fff;
  background-color: #fff;
  border-radius: .2rem;
  font-weight: 700;
  text-decoration: none;
}

.kopier-text {
  color: #000;
  border-radius: .2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_header1 {
  min-height: 100svh;
  padding-top: 4rem;
  position: relative;
}

.section_header1.airco {
  padding-top: 9rem;
}

.header1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 50%;
  display: flex;
}

.bulletlist-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.bulletlist-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vinkje_circle_wrapper {
  background-color: #02aa65;
  border-radius: 50%;
  justify-content: space-between;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 6px;
  display: flex;
}

.bg_hero_image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg_hero_image.airco {
  position: absolute;
  inset: 0%;
}

.section_image {
  z-index: -1;
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.footer_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.footer_privacy {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.product_home_item_wrapper {
  border: 1px solid var(--greyscale--100);
  background-color: var(--greyscale--bg);
  color: var(--greyscale--900);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.product_home_item_wrapper:hover {
  background-color: #e0dddd;
}

.home_product_image_wp {
  width: 7rem;
}

.home_product_image_wp.thuisbatterij {
  width: auto;
  height: auto;
  max-height: 125px;
}

.p_home_left_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home_product_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.eyebrow {
  background-color: var(--greyscale--white);
  color: var(--primary--600);
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 6rem;
  padding: .25rem 1rem;
  font-size: .625rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.eyebrow.bg-blue {
  background-color: var(--primary--600);
  color: var(--greyscale--white);
  background-color: var(--primary--600);
}

.bg-cricle-home-copy {
  background-color: var(--primary--800);
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1920px) {
  .section_home-header {
    background-position: -30% -300%;
    background-size: 50%;
  }

  .section_home-header.background-color-secondary {
    background-position: -25% 300%;
    background-size: 50%;
    width: 100%;
  }

  .section_home-header.background-color-primary.is-relative {
    background-image: none;
  }

  .tenoval-design-element.geschikt, .tenoval-design-element.geschikt1 {
    left: -9%;
  }

  .tenoval-design-element.alles_over_warmtepomp {
    top: -10.1vw;
    left: -9%;
  }

  .tenoval-design-element.alles_over_warmtepomp.second_placement {
    bottom: -12.2vw;
  }

  .tenoval-design-element.geschikt, .tenoval-design-element.geschikt1 {
    left: -9%;
  }

  .nieuwsbrief-design-element {
    top: -10.1vw;
    bottom: -12.2vw;
    left: -9%;
  }

  .bg-design-element-green {
    inset: auto -35% -56% auto;
  }

  .bg-desing-element-zonnepanelen {
    top: -10.1vw;
    left: -9%;
  }

  .bg-element-zonnepanelen2, .t_linear_2, .t_bg_design_element_2 {
    top: -10.1vw;
    bottom: -12.2vw;
    left: -9%;
  }

  .t_bg_design_elmnt_1 {
    top: -10.1vw;
    left: -9%;
  }

  .t_design_elmnt_z_2 {
    top: -10.1vw;
    bottom: -12.2vw;
    left: -9%;
  }

  .bg-design-element-green_zp_prijs, .bg-d_e_green_zp_prijs_2, .bg-d_e_green_zp_prijs_1 {
    inset: auto -35% -56% auto;
  }

  .bg_decorative_wpb {
    top: -10.1vw;
    bottom: -12.2vw;
    left: -9%;
  }
}

@media screen and (max-width: 991px) {
  .margin-huge {
    margin: 5rem;
  }

  .heading-style-h5.text-is-green.text-weight-bold.kleiner {
    font-size: 1.25rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-medium.custom-home {
    padding-top: 8rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .button.is-icon {
    transition: all .2s;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .max-width-xsmall.max-width-full {
    max-width: 100%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-style-link.modal, .text-style-link.footer, .text-style-link.modal, .text-style-link.footer {
    border-bottom-style: none;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .max-width-large.align-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .icon-embed-xsmall.custom_menu {
    color: var(--greyscale--white);
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section_home-header {
    background-position: 0 0;
    background-size: 100% 520px;
  }

  .padding-section-custom-1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar_component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_container {
    justify-content: space-between;
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .navbar_container.transparant {
    margin-top: 1rem;
  }

  .navbar1_logo._2 {
    width: 125px;
  }

  .navbar1_logo._2._3 {
    margin-top: -7px;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: linear-gradient(to bottom, var(--greyscale--bg), var(--greyscale--bg));
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: linear-gradient(to bottom, var(--greyscale--bg), var(--greyscale--bg));
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100dvh;
    padding: 0 0 6.5rem;
    transition: height .5s;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_link.text-weight-medium {
    justify-content: center;
    width: 100%;
    margin-bottom: .5rem;
    display: flex;
  }

  .navbar1_link.text-weight-medium.white.contact {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--greyscale--900);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--greyscale--900);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--greyscale--900);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header1_component {
    grid-column-gap: 5.8rem;
    grid-row-gap: 5.8rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header1_component.home {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .header_content.z-index-2 {
    z-index: 4;
    z-index: 4;
  }

  .header1_image-wrapper.is-relative.z-index-1 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home_header_image {
    margin-left: auto;
    margin-right: auto;
  }

  .hide-desktop-only {
    display: block;
  }

  .banner_component {
    position: absolute;
    inset: 0% 0% auto;
  }

  .badge_wrapper {
    left: 6%;
  }

  .badge_wrapper.klein {
    top: 16%;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .tenoval-design-element {
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
  }

  .home_feature2_header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 0;
  }

  .home_feature2_header_image-wrapper {
    border-radius: 8px;
  }

  .home_header_feature2_header_image {
    height: auto;
    max-height: none;
  }

  .home_feature2_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .home_feature2-text-absolute {
    bottom: 3rem;
    right: 3rem;
  }

  .tenoval-badge.hide-mobile-portrait.no {
    inset: 0% auto auto 2.5rem;
    inset: 0% auto auto 2.5rem;
    inset: 0% auto auto 2.5rem;
  }

  .tenoval_badge_element_bg.caglar-fix {
    inset: 0% auto auto 0%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .cta_1_container {
    flex-direction: column;
  }

  .cta_1_content_left {
    width: 100%;
  }

  .cta_1_content_right {
    background-size: auto;
    width: 100%;
    height: 610px;
  }

  .hide-potrait-and-above {
    display: block;
  }

  .welkestap_top_wrapper {
    flex-direction: column;
    align-items: center;
  }

  .wektestap_mid_wrapper, .vraagstellen_bottom_wrapper {
    grid-template-columns: 1fr;
  }

  .nieuwsbrief_contaner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .nieuwsbrief_left_wrapper {
    padding-top: 0;
  }

  .nieuwsbrief_right_wrapper {
    padding-bottom: 3rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .nieuwsbrief_image.smaller.z-index-2 {
    min-width: 280px;
  }

  .banner2_wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .aow_bottom_wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .aow_feaute_left_top_wrapper {
    padding-right: 0;
  }

  .aow_cta_item_wrapper.background-color-primary {
    flex-direction: column;
  }

  .button-white-icon {
    transition: all .2s;
  }

  .button-white-icon:hover {
    border-color: var(--accent--900);
    background-color: var(--accent--900);
  }

  .aow_cta_right_wrapper {
    align-items: center;
  }

  .section_hero_r290.background-color-black.zonnepanelen {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    min-height: 100svh;
  }

  .r290_top-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 0;
  }

  .product_detail_container {
    grid-column-gap: 0px;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .cta_product_detail_container {
    position: relative;
    top: 0;
  }

  .product_detail_sticky {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .form_product_detail_sticky {
    width: 100%;
  }

  .contact_sidebar_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .overons_hero_title_wrap {
    padding-top: 4rem;
  }

  .overons_hero_title_wrap.padding-bottom.padding-xhuge {
    z-index: 3;
    z-index: 3;
    z-index: 3;
    position: relative;
  }

  .vacatures_collections_wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

  .section_hero_vacature {
    background-color: var(--greyscale--bg);
  }

  .section_hero_vacature.is-relative {
    padding-top: 4rem;
  }

  .v_content_grid {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .v_recruiter_wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .v_recruiter_wrapper.background-color-primary {
    width: 50%;
  }

  .contact-modal2_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .contact-modal4_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .layout10_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact-modal6_component {
    display: none;
  }

  .contact-modal6_content-wrapper {
    padding: 4rem 5%;
  }

  .h_product_container {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .home_product_left_wrapper {
    width: 100%;
  }

  .logo3_list {
    grid-template-columns: 12.5rem 12.5rem 12.5rem;
  }

  .home-banner-interaction {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .banner3_wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .banner3_horizontal_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .nieuwsbrief-design-element {
    border-top-left-radius: 90px;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 0;
  }

  .product-hero_right_wrapper {
    width: 100%;
  }

  .product_cta_mid_wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .the-ranger-product-hero-image {
    width: 70%;
  }

  .the_ranger_product_top_wapper {
    flex-flow: column;
  }

  .zonnepanelen_form_container {
    width: 100%;
    max-width: 100%;
  }

  .zonnepaneel_hero_circle {
    width: 450px;
    height: 450px;
  }

  .bg-design-element-green, .bg-desing-element-zonnepanelen, .bg-element-zonnepanelen2 {
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
  }

  .navbar_component_transparant {
    min-height: 4rem;
  }

  .the_zonnepanelen_product_hero_container-copy {
    width: 100%;
  }

  .the_ranger_product_top_wapper-copy {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex-flow: column;
  }

  .zonnepaneel_hero_circle-smaller {
    width: 450px;
    height: 450px;
  }

  .the-ranger-product-hero-image-copy {
    width: 70%;
  }

  .the-ranger-product-hero-image-copy.is-relative {
    width: 100%;
  }

  .nav_menu_item_link_wrapper {
    border-bottom: 1px solid #2021331a;
    justify-content: space-between;
    align-items: center;
    min-height: 7.5rem;
    max-height: 7.5rem;
    padding: 1rem 2rem;
    text-decoration: none;
    display: flex;
  }

  .nav_menu_item_image_wrapper.margin-right.margin-xxsmall {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .nav_menu_item_image_wrapper.margin-right.margin-xxsmall.zonnepanelen {
    min-width: 160px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .menu_item_icon {
    color: var(--greyscale--900);
    width: 1.5rem;
    height: 1.5rem;
  }

  .menu_boiler {
    object-fit: contain;
    max-height: 90px;
  }

  .menu_icon_wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .t_linear_2 {
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
  }

  .section_hero_zonnepanelen {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    min-height: 100svh;
    padding-top: 4rem;
  }

  .t_bg_design_element_2, .t_bg_design_elmnt_1, .t_design_elmnt_z_2, .bg-design-element-green_zp_prijs, .bg-d_e_green_zp_prijs_2, .bg-d_e_green_zp_prijs_1 {
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
  }

  .laadpaal_hero_image {
    width: 100%;
  }

  .laadpaal_product_top_wapper-copy {
    flex-flow: column;
  }

  .lp_bg_design_element {
    display: none;
  }

  .form-wrapper {
    width: 100%;
  }

  .form {
    max-width: 100%;
    margin-top: 0;
    padding-top: 3rem;
  }

  .bespaar-circle {
    right: -2.1rem;
  }

  .section_header1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .header1_content {
    width: 100%;
  }

  .section_image {
    transform: rotate(0);
  }

  .laadpaal_form_container {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .laadpalen_hero_recht_wrapper {
    width: 100%;
    margin-top: 2rem;
  }

  .warmtepomp_boiler_section_hero {
    margin-top: 2rem;
  }

  .bg_decorative_wpb {
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
  }

  .bg-cricle-home {
    margin-left: auto;
    margin-right: auto;
    inset: -71% 0% auto 35%;
  }

  .warmtepomp_home {
    width: 100%;
  }

  .bg-circle-warmtepomp_hero {
    margin-left: auto;
    margin-right: auto;
    inset: -71% 0% auto 35%;
  }

  .bg-cricle-home-copy {
    width: 30rem;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .layout12_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .text-style-nowrap {
    white-space: normal;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .heading-style-h2 {
    font-size: 2.074rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium.custom-home {
    padding-top: 7rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .heading-style-h1.text-weight-xbold.text-color-white._2 {
    font-size: 2.074rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .button-group {
    justify-content: center;
  }

  .button-group.home_header {
    justify-content: flex-start;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .heading-style-h4.text-weight-bold._2 {
    font-size: 1.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-size-large.text-style-muted-90 {
    font-size: 1.2rem;
  }

  .text-size-large.text-align-center.text-color-white._2 {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section_home-header {
    background-size: 98%;
  }

  .padding-section-custom-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .header1_component.second-product {
    place-items: center start;
  }

  .banner_wrapper {
    padding-right: 0;
  }

  .banner_content {
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .badge_wrapper {
    width: 4.5rem;
    top: 50%;
    left: -3%;
  }

  .badge_wrapper.klein {
    top: 20%;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .tenoval-design-element.alles_over_warmtepomp, .tenoval-design-element.alles_over_warmtepomp.second_placement, .tenoval-design-element.alles_over_warmtepomp.second_placement, .tenoval-design-element.geschikt, .tenoval-design-element.geschikt.second_placement, .tenoval-design-element.geschikt.second_placement, .tenoval-design-element.geschikt1, .tenoval-design-element.geschikt1.second_placement, .tenoval-design-element.geschikt1.second_placement, .tenoval-design-element.alles_over_warmtepomp, .tenoval-design-element.alles_over_warmtepomp.second_placement, .tenoval-design-element.alles_over_warmtepomp.second_placement, .tenoval-design-element.alles_over_warmtepomp.second_placement, .tenoval-design-element.alles_over_warmtepomp.second_placement, .tenoval-design-element.geschikt, .tenoval-design-element.geschikt.second_placement, .tenoval-design-element.geschikt.second_placement, .tenoval-design-element.geschikt.second_placement, .tenoval-design-element.geschikt.second_placement, .tenoval-design-element.geschikt1, .tenoval-design-element.geschikt1.second_placement, .tenoval-design-element.geschikt1.second_placement, .tenoval-design-element.geschikt1.second_placement, .tenoval-design-element.geschikt1.second_placement {
    border-radius: 80px;
  }

  .home_feature2_header_image-wrapper {
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
  }

  .home_feature2-text-absolute {
    max-width: 14rem;
  }

  .cta_bb_image {
    max-height: 21.25rem;
  }

  .cta_bb_image.hide-mobile-portrait {
    z-index: 1;
    z-index: 1;
    position: relative;
  }

  .tenoval-badge.hide-mobile-portrait {
    z-index: 1;
    z-index: 1;
  }

  .cta_1_container {
    position: relative;
    overflow: hidden;
  }

  .cta_1_content_left {
    position: relative;
  }

  .cta_1_content_right {
    background-image: none;
    height: 21rem;
  }

  .hide-potrait-and-above {
    display: block;
  }

  .vraagstellen-wrapper {
    border-radius: 8px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .vraagstellen_bottom_wrapper.footer {
    align-items: stretch;
  }

  .vraagstellen_item_wrapper.footer {
    justify-content: center;
  }

  .section_nieuwsbrief.is-relative {
    overflow: hidden;
  }

  .nieuwsbrief_contaner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .nieuwsbrief_left_wrapper {
    padding-top: 1rem;
  }

  .nieuwsbrief_right_wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .footer_wrapper {
    grid-template-columns: 1fr;
  }

  .footer_link_top_wrapper, .aow_top-wrapper {
    align-items: center;
  }

  .aow_bottom_wrapper {
    flex-direction: column;
    width: 100%;
  }

  .aow_feature_container {
    grid-template-columns: 1fr;
  }

  .aow_feaute_left_top_wrapper {
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .bulletlist_wrapper1.background-color-secondary {
    margin-bottom: 2rem;
  }

  .aow_cta_item_wrapper.background-color-primary {
    margin-left: auto;
    margin-right: auto;
  }

  .section_hero_r290.background-color-black.zonnepanelen {
    min-height: 100dvh;
    overflow: hidden;
  }

  .r290_top-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    align-items: center;
  }

  .anchor-point._56px {
    height: 3.5rem;
  }

  .anchor-point._56px-copy {
    height: 4rem;
  }

  .product_detail_content_wrapper.second-one.is-relative, .product_detail_content_wrapper.werkwijze.is-relative, .product_detail_content_wrapper.zp_investering.is-relative, .product_detail_content_wrapper.second-one.is-relative, .product_detail_content_wrapper.second-one.is-relative, .product_detail_content_wrapper.werkwijze.is-relative, .product_detail_content_wrapper.werkwijze.is-relative, .product_detail_content_wrapper.zp_investering.is-relative, .product_detail_content_wrapper.zp_investering.is-relative {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .specificatie_item_wrapper {
    grid-auto-flow: column;
    width: 100%;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .product_detail_sticky {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .boiler_image_top {
    top: 0;
  }

  .contact_sidebar_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header78_image-wrapper {
    width: 18rem;
  }

  .v_recruiter_wrapper.background-color-primary {
    width: 65%;
  }

  .v_solliciteer_wrapper.background-color-primary.align-center {
    width: 100%;
  }

  .form_vertical-wrapper {
    grid-row-gap: 17px;
    grid-template-columns: 1fr;
  }

  .contact-modal2_component {
    align-items: flex-start;
  }

  .contact-modal2_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .form_field-2col.is-mobile-1col, .form_radio-2col.is-mobile-1col, .form_radio-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .show-mobile-landscape {
    display: block;
  }

  .contact-modal4_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .layout10_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact-modal6_content-wrapper {
    padding-bottom: 7rem;
  }

  .product_link_wrapper {
    width: 3rem;
    height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .nieuwsbrief-design-element {
    border-radius: 80px;
  }

  .product_feature_wrapper.background-color-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .product_cta_mid_wrapper {
    margin: 1.25rem;
  }

  .text-align-left-potrait {
    text-align: left;
  }

  .the_ranger_product_top_wapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .product_detail_bg_element {
    width: 200px;
    height: 200px;
    inset: -8% auto auto -18%;
  }

  .pd_werkwijze_stap_wrapper.is-relative {
    flex-flow: column;
    display: flex;
  }

  .ww_left_wrapper {
    width: 200px;
  }

  .zonnepanelen_form_container {
    padding-bottom: 3.5rem;
  }

  .bg-design-element-green, .bg-desing-element-zonnepanelen, .bg-element-zonnepanelen2 {
    border-radius: 80px;
  }

  .navbar_component_transparant {
    height: auto;
    min-height: 4rem;
  }

  .the_ranger_product_top_wapper-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .nav_menu_item_image_wrapper.margin-right.margin-xxsmall.zonnepanelen {
    padding-left: 51px;
    padding-right: 51px;
  }

  .t_linear_2 {
    border-radius: 80px;
  }

  .section_hero_zonnepanelen {
    min-height: 100dvh;
    overflow: hidden;
  }

  .t_bg_design_element_2, .t_bg_design_elmnt_1, .t_design_elmnt_z_2 {
    border-radius: 80px;
  }

  .image {
    padding-left: 17px;
    padding-right: 17px;
  }

  .zp_kosten_grid {
    flex-flow: column;
    display: flex;
  }

  .bg-design-element-green_zp_prijs, .bg-d_e_green_zp_prijs_2, .bg-d_e_green_zp_prijs_1 {
    border-radius: 80px;
  }

  .laadpaal_product_top_wapper-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
  }

  .lp_product_feature_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lp_bg_design_element {
    width: 200px;
    height: 200px;
    display: none;
    inset: -8% auto auto -18%;
  }

  .f-radio-butn-field-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .bespaar-circle {
    right: -.7rem;
  }

  .laadpaal_form_container {
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home_product_image_wp {
    width: 4rem;
  }

  .p_home_left_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .bg_decorative_wpb {
    border-radius: 80px;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .testimonials1_slider-mask {
    width: 100%;
  }

  .testimonials1_slide {
    width: auto;
    max-width: none;
    margin-right: 1.25rem;
  }

  .testimonials1_score-image {
    width: 8rem;
  }

  .testimonials1_score-wrapper {
    grid-auto-flow: row;
    margin-top: 1.25rem;
  }

  .heading-small {
    font-size: 1rem;
  }

  .testimonials_arrow-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .testimonials1_slide-copy {
    width: auto;
    max-width: none;
    margin-right: 1.25rem;
  }

  .trustpilot_banner_container {
    flex-flow: wrap;
  }

  .bg-cricle-home-copy {
    width: 25rem;
    height: 25rem;
  }

  .layout12_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .text-size-regular.text-weight-bold.margin-left.margin-xxsmall.text-color-primary._2 {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .text-size-regular.text-weight-xbold._2 {
    color: #fff;
    font-size: .75rem;
  }

  .heading-style-h5.text-is-green.text-weight-bold.kleiner {
    font-size: 1.1rem;
  }

  .heading-style-h5.text-color-white.text-weight-bold {
    flex: 0 auto;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2.text-weight-xbold.text-color-white.modal {
    font-size: 1.6rem;
  }

  .padding-section-medium.custom {
    padding-top: 8rem;
  }

  .padding-section-medium.zonnepanelen {
    padding-top: 2rem;
  }

  .padding-section-medium.no_top_padding_potrait {
    padding-top: 0;
  }

  .padding-section-medium.custom-home {
    padding-top: 8rem;
  }

  .padding-section-medium.thuisbatterij {
    padding-top: 0;
  }

  .heading-style-h1 {
    font-size: 2.074rem;
    line-height: 2.5rem;
  }

  .heading-style-h1.text-weight-xbold.text-color-white {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .heading-style-h1.text-weight-xbold.text-color-white._2 {
    font-size: 1.728rem;
  }

  .heading-style-h1.text-weight-xbold.text-color-white.text-align-center._33 {
    text-align: center;
    text-align: center;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-embed-custom1 {
    background-color: #994141;
  }

  .text-align-center.left-align-phone {
    text-align: left;
    text-align: left;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .button-group, .button-group.stretch, .button-group.stretch {
    flex-flow: column;
    align-items: stretch;
  }

  .text-size-small.text-color-white._2 {
    text-align: center;
    text-align: center;
  }

  .text-size-small.bold-2 {
    font-weight: 600;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h4.text-weight-xbold.text-color-primary.zonnepanelen {
    font-size: 1.5rem;
  }

  .heading-style-h4.text-weight-bold._3 {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .heading-style-h4.text-weight-bold.z-index-2 {
    width: 100%;
  }

  .heading-style-h4.text-weight-bold.z-index-2._4 {
    text-align: center;
    text-align: center;
  }

  .text-size-large.text-weight-semibold.grow-if-possible {
    flex: 1;
  }

  .text-size-large.text-align-center.text-color-white._2 {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form_input.light {
    color: var(--greyscale--white);
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    justify-content: center;
    align-items: center;
  }

  .margin-bottom.margin-small {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-bottom.margin-small.z-index-1._2 {
    flex-flow: column;
  }

  .margin-bottom.margin-small.flex-vertical {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .margin-bottom.margin-small {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-style-h3.text-weight-xbold.text-color-white {
    font-size: 1.7rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section_home-header {
    background-size: 70%;
  }

  .section_home-header.background-color-secondary {
    background-position: 0 -2%;
    background-size: 80%;
    border-bottom-right-radius: 80px;
  }

  .navbar_component {
    min-height: 3.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar1_logo._2._3 {
    margin-top: -9px;
  }

  .navbar1_menu.is-page-height-tablet {
    background-image: linear-gradient(to bottom, var(--greyscale--bg), var(--greyscale--bg));
    background-image: linear-gradient(to bottom, var(--greyscale--bg), var(--greyscale--bg));
    padding-top: 0;
    padding-left: 0;
    padding-right: 0%;
  }

  .navbar1_link.text-weight-medium {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-icon1 {
    width: 48px;
  }

  .header1_component {
    grid-column-gap: 4.6rem;
    grid-row-gap: 4.6rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .header1_component.second-product {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: start;
  }

  .header1_component.home {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header1_image-wrapper {
    width: 217px;
    margin-left: auto;
    margin-right: auto;
  }

  .header1_image-wrapper.is-relative.z-index-1 {
    width: auto;
    min-height: auto;
  }

  .home_header_image {
    top: 0;
  }

  .home_header_image.second-product {
    width: 80%;
    padding: 0;
  }

  .badge_wrapper {
    width: 3.5rem;
    inset: 42% auto auto 0%;
  }

  .badge_wrapper.klein {
    top: 5%;
  }

  .list_component.side-bar {
    justify-content: center;
    align-items: flex-start;
  }

  .list1_item.side-bar, .list1_item.side-bar-copy, .list1_item.side-bar, .list1_item.side-bar-copy {
    margin-left: 0;
    margin-right: auto;
  }

  .layout1_component {
    grid-template-columns: 1fr;
  }

  .tenoval-design-element {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 90px;
  }

  .tenoval-design-element.alles_over_warmtepomp.product_detail, .tenoval-design-element.geschikt.product_detail {
    border-radius: 50px;
  }

  .tenoval-design-element.alles_over_warmtepomp {
    border-radius: 0 80px;
    width: 60vw;
    height: 230px;
    left: -19.2vw;
  }

  .tenoval-design-element.alles_over_warmtepomp.second_placement.over-ons {
    width: 50vw;
    height: 400px;
    bottom: -39vw;
  }

  .tenoval-design-element.alles_over_warmtepomp.second_placement._2 {
    height: 250px;
  }

  .tenoval-design-element.alles_over_warmtepomp.second_placement.zonnepanelen {
    border-color: #9ca2ff1c;
    height: 690px;
  }

  .tenoval-design-element.alles_over_warmtepomp.product_detail, .tenoval-design-element.geschikt.product_detail {
    border-radius: 50px;
  }

  .tenoval-design-element.geschikt.product_detail {
    border-radius: 50px;
  }

  .tenoval-design-element.geschikt.second_placement {
    top: 117px;
    bottom: -20.3vw;
    right: -23vw;
  }

  .tenoval-design-element.geschikt1 {
    top: -31.7vw;
    left: -41.6vw;
  }

  .tenoval-design-element.geschikt1.product_detail {
    border-radius: 50px;
  }

  .tenoval-design-element.is-relative {
    border-radius: 8px;
    height: auto;
  }

  .home_feature2_header_component {
    grid-template-columns: 1fr;
  }

  .home_feature2_header_image-wrapper {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }

  .home_feature2-text-absolute {
    max-width: 11.5rem;
    inset: 1rem auto auto 1rem;
  }

  .cta_bb_image {
    object-fit: contain;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta_bb_image.hide-potrait-and-above {
    width: 90%;
  }

  .form_horizontal-wrapper {
    grid-template-columns: 2fr;
  }

  .cta_bb_image-absolute {
    z-index: 1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tenoval-badge.hide-mobile-portrait.no {
    display: block;
  }

  .cta_1_container {
    background-image: linear-gradient(328deg, var(--primary--800), var(--primary--700));
    border-top-right-radius: 60px;
    border-bottom-left-radius: 0;
    position: relative;
    overflow: hidden;
  }

  .cta_1_content_left {
    z-index: 1;
    padding: 2rem 1.5rem 1rem;
  }

  .cta_1_content_right {
    background-image: none;
    height: 13rem;
  }

  .form-2 {
    flex-direction: column;
    display: flex;
  }

  .cta-form-block {
    z-index: 2;
    position: relative;
  }

  .hide-potrait-and-above {
    display: block;
  }

  .welkestap_link_item_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
  }

  .vraagstellen_item_wrapper.footer {
    justify-content: flex-start;
    align-items: center;
  }

  .nieuwsbrief_left_wrapper, .nieuwsbrief_right_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nieuwsbrief_right_wrapper.background-color-primary.is-relative {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form_nieuwsbrief_vertical_wrapper {
    flex-direction: column;
    display: flex;
  }

  .footer_link_wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-small-link-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section_hero_allesoverwarmtepompen.background-color-primary {
    justify-content: space-between;
    align-items: center;
    min-height: 100svh;
    display: flex;
  }

  .aow_top-wrapper.links {
    justify-content: center;
    align-items: center;
  }

  .aow_image_top {
    width: 15rem;
  }

  .aow_image_top.sidebar {
    width: 7.6rem;
  }

  .aow_bottom_wrapper {
    width: 100%;
  }

  .aow_biglink_wrapper.background-color-white {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    padding-right: 1rem;
  }

  .aow_feature_container {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .aow_feaute_left_top_wrapper {
    padding-right: 0;
  }

  .aow_icons_wrapper.max-width {
    justify-items: center;
    width: 100%;
  }

  .aow_icons_item_wrapper {
    flex-direction: column;
  }

  .aow_feature_right_wrapper, .aow_feature_content_wrapper {
    width: 100%;
  }

  .aow_cta_item_wrapper.background-color-primary {
    flex-direction: column;
    width: 100%;
  }

  .aow_cta_right_wrapper {
    align-items: center;
  }

  .r290_top-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 2rem;
  }

  .r290_image_top {
    width: 15rem;
    top: 0;
  }

  .breadcrumbs_container {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .text-style-breadcrumb.current {
    padding-bottom: 3px;
  }

  .section_product_detail {
    display: block;
  }

  .product_detail_content_wrapper {
    width: 100%;
    display: flex;
  }

  .product_detail_content_wrapper.second-one.is-relative {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-image: url("https://cdn.prod.website-files.com/68f1fc9f2aeb11c970f382ad/68f1fc9f2aeb11c970f383f5_circle%20half.svg");
    background-position: 50% -2%;
    background-repeat: no-repeat;
    background-size: auto 200px;
    width: 100%;
  }

  .product_detail_content_wrapper.werkwijze {
    background-color: var(--greyscale--900);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .product_detail_content_wrapper.werkwijze.is-relative {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-image: url("https://cdn.prod.website-files.com/68f1fc9f2aeb11c970f382ad/68f1fc9f2aeb11c970f383f5_circle%20half.svg");
    background-position: 50% -2%;
    background-repeat: no-repeat;
    background-size: auto 200px;
  }

  .product_detail_content_wrapper.zp_investering {
    background-color: var(--greyscale--900);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .product_detail_content_wrapper.zp_investering.is-relative {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-image: url("https://cdn.prod.website-files.com/68f1fc9f2aeb11c970f382ad/68f1fc9f2aeb11c970f383f5_circle%20half.svg");
    background-position: 50% -2%;
    background-repeat: no-repeat;
    background-size: auto 200px;
  }

  .specificatie_item_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .specificatie_item_wrapper.background-color-secondary {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product_detail_specifications_container, .product_detail_intro_container {
    width: 100%;
  }

  .product_detail_cta_wrapper.background-color-primary {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cta_product_detail {
    z-index: 2;
    position: relative;
  }

  .form_product_detail {
    flex-direction: column;
    display: flex;
  }

  .product_detail_sticky.background-color-secondary._2 {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form_product_detail_sticky {
    grid-template-columns: 2fr;
  }

  .boiler_image_top {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .contact-nog-vragen-module {
    display: none;
  }

  .contact_sidebar_content-wrapper.background-color-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .success-message {
    background-image: linear-gradient(#00000080, #00000080);
    border-radius: .5rem;
  }

  .section_hero_overons.background-color-primary {
    border-bottom-right-radius: 80px;
  }

  .header78_image-wrapper {
    width: 60vw;
  }

  .vacature_item_mid_wrapper {
    flex-flow: wrap;
  }

  .vacature_variabelen_wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
  }

  .v_recruiter_wrapper.background-color-primary {
    width: 100%;
  }

  .form_vertical-wrapper {
    grid-template-columns: 2fr;
  }

  .contact-modal2_component {
    display: none;
  }

  .form_field-2col {
    grid-template-columns: 1fr;
  }

  .r290_contact_sidebar_adviesaanvraag_component {
    display: none;
  }

  .contact-modal4_content-wrapper {
    width: 100%;
  }

  .layout10_component, .layout10_item-list {
    grid-template-columns: 1fr;
  }

  .home_producten_grid-2-column {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .wb_image_home {
    width: 15rem;
  }

  .wb_image_home.sidebar {
    width: 7.6rem;
  }

  .product_link_wrapper {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
  }

  .embed-icon-solo._2 {
    width: 1rem;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .banner3_wrapper {
    text-align: center;
  }

  .banner3_horizontal_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .nieuwsbrief-design-element {
    border-radius: 0 80px;
    width: 60vw;
    height: 230px;
    inset: auto 0% -23% auto;
  }

  .product-hero_right_wrapper {
    align-items: stretch;
    width: 100%;
  }

  .product_feature_wrapper.second-design {
    width: 100%;
  }

  .product_feature_item_wrapper {
    flex-flow: wrap;
  }

  .product_cta_mid_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    margin: 0;
  }

  .text-align-left-potrait {
    text-align: left;
  }

  .the-ranger-product-hero-image {
    width: 100%;
    min-width: auto;
    height: 200px;
  }

  .the-ranger-product-hero-image.is-relative {
    width: 100%;
  }

  .the_ranger_product_hero_container {
    padding-left: 0;
    padding-right: 0;
  }

  .the_ranger_details_top_wrapper.z-index-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .the_ranger_details_top_wrapper.z-index-1._2._5 {
    width: 100%;
  }

  .detail_second_top_left_wrapper {
    width: 70%;
    min-width: auto;
    max-width: 100%;
  }

  .product_detail_bg_element {
    width: 100%;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    inset: -11% 0% auto;
  }

  .detail_top_left_werkwijze_wrapper {
    width: auto;
  }

  .detail_second_top_right_wrapper {
    max-width: 100%;
  }

  .ww_stap_image {
    height: 210px;
    padding-left: 0;
  }

  .ww_stap_image.is-relative {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .stap_cijfer_wrapper {
    left: -1rem;
  }

  .ww_item_bottom_wrapper {
    padding-left: 0;
  }

  .overlay {
    position: absolute;
    inset: 0%;
  }

  .overlay.z-index-2 {
    background-image: linear-gradient(138deg, #202133, #1f213200);
  }

  .ww_left_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .zonnepanelen_form_container {
    flex: none;
    align-items: stretch;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .float_feature_wrapper.z-index-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    inset: auto auto 16% 8%;
    background-color: #ffffff1a;
    inset: auto auto 16% 8%;
    box-shadow: -1px 20px 20px #0006;
  }

  .float-icon {
    width: 1.4rem;
  }

  .zonnepaneel_hero_circle {
    background-color: #01ab64;
    background-image: linear-gradient(0deg, #078b54, var(--primary--600));
    width: 280px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .bg-design-element-green {
    border-radius: 80px 0;
    width: 60vw;
    height: 250px;
  }

  .bg-desing-element-zonnepanelen {
    border-color: #9ca2ff1c;
    border-radius: 0 0 0 80px;
    width: 60vw;
    height: 242px;
    top: -14.1vw;
    left: -19.2vw;
  }

  .bg-element-zonnepanelen2 {
    border-radius: 0 80px;
    width: 60vw;
    height: 230px;
    left: -19.2vw;
  }

  .navbar_component_transparant {
    min-height: 3.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .the_zonnepanelen_product_hero_container-copy {
    height: 100%;
  }

  .the_ranger_product_top_wapper-copy {
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .z-index-2-copy {
    width: 60%;
  }

  .zonnepaneel_hero_circle-smaller {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .the-ranger-product-hero-image-copy.is-relative {
    flex: 0 auto;
    width: 100%;
  }

  .the_ranger_details_top_wrapper-copy.z-index-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .detail_second_top_left_wrapper-copy {
    min-width: auto;
    max-width: 100%;
  }

  .nav_menu_item_link_wrapper {
    background-color: var(--greyscale--bg);
    border-bottom: 1px solid #2021331a;
    min-height: 6rem;
    max-height: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-decoration: none;
  }

  .nav_menu_item_image_wrapper.margin-right.margin-xsmall {
    width: 80px;
    padding: .5rem;
  }

  .nav_menu_item_image_wrapper.margin-right.margin-xxsmall {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    margin-right: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu_item_image_wrapper.margin-right.margin-xxsmall.zonnepanelen {
    justify-content: space-between;
    align-items: center;
    width: auto;
    min-width: 80px;
    max-height: 80px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav_menu_item_image_wrapper.margin-right.margin-xxsmall.boiler {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu_item_icon {
    color: var(--greyscale--900);
    display: flex;
  }

  .menu_boiler {
    object-fit: contain;
    max-height: 71px;
  }

  .menu_icon_wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .zonnepanelen_menu_image {
    object-fit: contain;
    max-height: 77px;
  }

  .t_linear_2 {
    border-radius: 0 80px;
    width: 60vw;
    height: 230px;
    left: -19.2vw;
  }

  .section_hero_zonnepanelen {
    padding-top: 3rem;
  }

  .t_bg_design_element_2 {
    border-radius: 80px 0;
    width: 60vw;
    height: 230px;
  }

  .t_bg_design_elmnt_1 {
    border-radius: 0 80px;
    width: 80vw;
    height: 320px;
    left: -19.2vw;
  }

  .t_design_elmnt_z_2 {
    border-color: #9ca2ff1c;
    border-radius: 0 80px;
    width: 60vw;
    height: 690px;
    inset: auto -5.6rem -9rem auto;
  }

  .t_design_elmnt_z_2._2 {
    left: -5.8rem;
  }

  .image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlay-full-width {
    background-image: linear-gradient(138deg, #202133, #1f213200);
    position: absolute;
    inset: 0%;
  }

  .kosten_top_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .zp_kosten_item_wrapper {
    justify-content: space-between;
    align-items: center;
    max-height: 393px;
  }

  .bg-design-element-green_zp_prijs, .bg-d_e_green_zp_prijs_2 {
    border-radius: 80px 0;
    width: 60vw;
    height: 250px;
  }

  .bg-d_e_green_zp_prijs_2._2, .bg-d_e_green_zp_prijs_2._2-copy, .bg-d_e_green_zp_prijs_2._2, .bg-d_e_green_zp_prijs_2._2-copy {
    border-top-left-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 220px;
    display: flex;
  }

  .bg-d_e_green_zp_prijs_1 {
    border-radius: 80px 0;
    width: 60vw;
    height: 250px;
  }

  .laadpaal_hero_image {
    box-shadow: none;
    border-radius: 0;
    height: 320px;
  }

  .laadpaal_hero_image.is-relative {
    width: 100%;
  }

  .zaptec_button_group {
    flex-flow: column;
  }

  .zp_prijs_basic_wrapper {
    width: auto;
  }

  .lp_product_feature_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .lp_bg_design_element {
    width: 100%;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    inset: -11% 0% auto;
  }

  .form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .f-progress-indicator-custom.current {
    padding-bottom: 3px;
  }

  .f-form-radio-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    display: grid;
  }

  .f-radio-butn-field-1 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .f-radio-butn-label-1 {
    text-align: center;
    line-height: 16px;
  }

  .bespaar-circle {
    width: 102px;
    height: 102px;
    padding: 5px 12px;
    top: -3.8rem;
    right: .1rem;
  }

  .bespaartext {
    font-size: 11px;
    line-height: 18px;
  }

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

  .trustpilot-wrapper {
    width: 13.3rem;
    padding-top: .6rem;
  }

  .success-message-2 {
    padding: 16px;
    box-shadow: 0 2px 5px #0003;
  }

  .succes_wrapper {
    grid-column-gap: 3.3rem;
    grid-row-gap: 3.3rem;
  }

  .succes-title-2 {
    line-height: 32px;
  }

  .section_header1 {
    padding-top: 6rem;
  }

  .header1_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bulletlist-wrapper._2 {
    text-align: center;
    text-align: center;
    display: none;
  }

  .bulletlist-item-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .vinkje_circle_wrapper {
    background-color: #34c589;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    padding: 4px 6px;
  }

  .bg_hero_image {
    max-height: 550px;
  }

  .section_image {
    object-position: 60% 50%;
  }

  .succes-top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .laadpaal_form_container {
    width: 100%;
    padding-bottom: 2rem;
  }

  .laadpalen_hero_recht_wrapper {
    align-items: stretch;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .list1_item-copy.side-bar {
    margin-left: 0;
    margin-right: auto;
  }

  .footer_privacy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .product_home_item_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_product_image_wp {
    width: 5rem;
  }

  .home_product_image_wp.thuisbatterij {
    max-height: 104px;
  }

  .p_home_left_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .warmtepomp_boiler_section_hero {
    flex-flow: column;
    width: 100%;
  }

  .bg_decorative_wpb {
    border-radius: 80px 0;
    width: 60vw;
    height: 230px;
    bottom: -20%;
    right: -34%;
  }

  .bg_decorative_wpb._2 {
    top: -34%;
  }

  .bg_decorative_wpb._3 {
    border-radius: 80px 0 0;
    width: 360px;
    height: 160px;
    inset: 0% auto auto 0%;
    transform: rotate(180deg);
  }

  .testimonials1_slide {
    width: 90%;
  }

  .testimonials_content {
    padding: 1.25rem;
  }

  .testimonials1_date-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .trustpilot-lnk-wrapper {
    color: var(--greyscale--900);
    text-decoration: none;
  }

  .trustpilot_link_2 {
    color: #219652;
    text-decoration: none;
  }

  .testimonials1_slide-copy {
    width: 90%;
  }

  .trustpilot_banner_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .list_hero_component {
    margin-right: auto;
  }

  .list_hero_component.side-bar {
    justify-content: center;
    align-items: flex-start;
  }

  .thuisstroom_hero_image {
    justify-content: center;
    align-items: center;
  }

  .eyebrow {
    margin-right: auto;
  }

  .eyebrow.bg-blue {
    color: var(--greyscale--white);
    background-color: #1382cd;
  }

  .bg-cricle-home {
    width: 25rem;
    height: 25rem;
  }

  .warmtepomp_home {
    box-shadow: none;
    border-radius: 0;
    width: 70%;
  }

  .warmtepomp_home.is-relative, .image-2 {
    width: 100%;
  }

  .bg-circle-warmtepomp_hero {
    width: 25rem;
    height: 25rem;
  }

  .bg-cricle-home-copy {
    width: 16rem;
    height: 16rem;
  }

  .layout12_content, .layout12_item-list {
    grid-template-columns: 1fr;
  }
}

#w-node-c65bcd36-3392-e102-a47f-6b6c55f45867-70f382a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f4a380fd-dcf0-06c0-22be-cd7301f7e070-70f382a8, #w-node-f4a380fd-dcf0-06c0-22be-cd7301f7e078-70f382a8, #w-node-f4a380fd-dcf0-06c0-22be-cd7301f7e081-70f382a8 {
  align-self: start;
}

#w-node-_137cacc6-1c0b-1611-8d11-216a932d625e-70f382a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c37b887a-0d6b-9f9f-2f7d-042ca100b92e-70f382a8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_137cacc6-1c0b-1611-8d11-216a932d6266-70f382a8, #w-node-_137cacc6-1c0b-1611-8d11-216a932d626a-70f382a8, #w-node-d6a913c9-36ae-681f-61c2-78715aeca306-70f382a8, #w-node-add32c99-ae60-da23-815c-97226912e0d2-70f382a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9539224-14b2-ffbb-9919-bb2fb645392a-70f382a8 {
  align-self: start;
}

#w-node-dc397970-fd06-7f8a-ff59-f5de184c94b3-70f382a8 {
  justify-self: start;
}

#w-node-_49eebf15-6aaa-b23d-8e25-2f72a67006a8-70f382a8, #w-node-_49eebf15-6aaa-b23d-8e25-2f72a67006b0-70f382a8, #w-node-_49eebf15-6aaa-b23d-8e25-2f72a67006bb-70f382a8 {
  align-self: start;
}

#w-node-_628672b4-2a13-800d-573a-c52f96f5f1dc-96f5f1a5, #w-node-dd694d2c-894d-2d8a-9c20-f83b55440362-397bf0d6 {
  justify-self: center;
}

#w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed929e-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92a4-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92a5-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92a8-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92ac-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92af-12ed9299, #w-node-a3d45e43-b0ba-f2a8-6b2a-9f8b8f52deed-12ed9299, #w-node-a3d45e43-b0ba-f2a8-6b2a-9f8b8f52def0-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92b2-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92b3-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92b6-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92b8-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92be-12ed9299, #w-node-eb0c9c3d-6593-d595-ca39-34074416efd1-12ed9299, #w-node-c30baccc-c585-01d9-52b3-543a0ef14d1b-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92c7-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92cf-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92d5-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92d9-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92db-12ed9299, #w-node-_554fb4e2-fa8f-b58e-5e37-2ec912ed92e3-12ed9299, #w-node-_4fa32a1b-1f26-fd56-5f77-3bd422068148-12ed9299, #w-node-_63fe0cdc-e222-655d-f19e-a5cad17e50eb-d17e50e7, #w-node-_63fe0cdc-e222-655d-f19e-a5cad17e50ef-d17e50e7, #w-node-_63fe0cdc-e222-655d-f19e-a5cad17e50f3-d17e50e7, #w-node-_63fe0cdc-e222-655d-f19e-a5cad17e50f7-d17e50e7, #w-node-_5987b61e-330c-8f3d-11b1-2428880b019b-880b0183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5987b61e-330c-8f3d-11b1-2428880b019f-880b0183 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5987b61e-330c-8f3d-11b1-2428880b01a1-880b0183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c65bcd36-3392-e102-a47f-6b6c55f45867-70f382a8 {
    align-self: auto;
  }

  #w-node-_137cacc6-1c0b-1611-8d11-216a932d625e-70f382a8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dc397970-fd06-7f8a-ff59-f5de184c94b3-70f382a8 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49eebf15-6aaa-b23d-8e25-2f72a67006c5-70f382a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
