.dtx-cta {
  padding-left: calc(var(--column-fluid) * 1);
  padding-right: calc(var(--column-fluid) * 1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dtx-cta > * {
  --column-fluid: calc(100% / 10);
}
@media only screen and (max-width: 1440px) {
  .dtx-cta {
    padding-left: calc(var(--column-fluid) * 0);
    padding-right: calc(var(--column-fluid) * 0);
  }
  .dtx-cta > * {
    --column-fluid: calc(100% / 12);
  }
}
@media only screen and (max-width: 1260px) {
  .dtx-cta {
    padding-left: calc(var(--column-fluid) * 0);
    padding-right: calc(var(--column-fluid) * 0);
  }
  .dtx-cta > * {
    --column-fluid: calc(100% / 12);
  }
}
@media only screen and (max-width: 984px) {
  .dtx-cta {
    padding-left: calc(var(--column-fluid) * 0);
    padding-right: calc(var(--column-fluid) * 0);
  }
  .dtx-cta > * {
    --column-fluid: calc(100% / 12);
  }
}
.dtx-cta__left {
  width: calc(var(--column-fluid) * 4.5);
}
.dtx-cta__left .dtx-lazy {
  --ratio: 133%;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: var(--ratio);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dtx-cta__right {
  width: calc(var(--column-fluid) * 4);
}
.dtx-cta__right h2 {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
  font-size: max(3.6rem, min(calc(0.0740740741 * (100vw - 74.4rem) + 3.6rem), 10rem));
  line-height: 0.86;
  text-transform: uppercase;
}
.dtx-cta__right p {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
}
.dtx-cta__right a {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.75);
}

@media only screen and (max-width: 1920px) {
  .dtx-cta__right {
    width: calc(var(--column-fluid) * 4.5);
  }
}
@media only screen and (max-width: 1440px) {
  .dtx-cta__left {
    width: calc(var(--column-fluid) * 5);
  }
  .dtx-cta__right {
    width: calc(var(--column-fluid) * 6);
  }
}
@media only screen and (max-width: 744px) {
  .dtx-cta {
    flex-direction: column;
  }
  .dtx-cta__left {
    width: 100%;
    margin-bottom: calc(var(--container-padding) * 1);
  }
  .dtx-cta__right {
    width: 100%;
  }
}
.dtx-aanbod--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.75);
  row-gap: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.75);
}
.dtx-aanbod--list__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.dtx-aanbod--list__item__image {
  position: relative;
  overflow: hidden;
}
.dtx-aanbod--list__item__image .dtx-lazy {
  --ratio: 69%;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: var(--ratio);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.dtx-aanbod--list__item__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.dtx-aanbod--list__item__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
  background-color: #121212;
}
.dtx-aanbod--list__item__content h3 {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.25);
  font-size: max(1.8rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.8rem), 2rem));
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
}
.dtx-aanbod--list__item__content h3 span {
  display: block;
  color: #009EE2;
  font-style: normal;
}
.dtx-aanbod--list__item__content h3 a {
  color: #ffffff;
}
.dtx-aanbod--list__item__content h3 a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.dtx-aanbod--list__item__content p {
  flex-grow: 1;
  margin-bottom: 0;
  font-size: max(1.2rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.2rem), 1.4rem));
  line-height: 1.9;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.dtx-aanbod--list__item__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
}
.dtx-aanbod--list__item__price p {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: max(1.2rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.2rem), 1.4rem));
  line-height: 1;
}
.dtx-aanbod--list__item__price button {
  position: relative;
  padding: 0;
  margin: 0;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  background-color: transparent;
  text-decoration: none;
  z-index: 3;
  width: 2rem;
  height: 2.3rem;
}
.dtx-aanbod--list__item__price button:hover, .dtx-aanbod--list__item__price button:focus {
  color: inherit;
  text-decoration: none;
}
.dtx-aanbod--list__item__price button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.625 1.625 7.969 2l.375-.344A4.452 4.452 0 0 1 12.25.406 4.465 4.465 0 0 1 16 4.813v.156a4.727 4.727 0 0 1-1.5 3.437l-5.656 5.281c-.219.22-.531.313-.844.313-.344 0-.656-.094-.875-.313l-5.656-5.28A4.698 4.698 0 0 1 0 4.968v-.157C0 2.626 1.563.75 3.719.407c1.406-.25 2.875.219 3.906 1.219 0 .031-.031 0 0 0Zm.344 2.5L6.562 2.687a3.056 3.056 0 0 0-2.593-.812A2.958 2.958 0 0 0 1.5 4.813v.156c0 .906.344 1.75 1 2.343L8 12.438l5.469-5.124A3.144 3.144 0 0 0 14.5 4.969v-.157c0-1.468-1.063-2.687-2.5-2.937a3.056 3.056 0 0 0-2.594.813L7.97 4.125Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.dtx-aanbod--list__item__price button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.965v-.176C0 3.33 1.758 1.22 4.184.832c1.582-.281 3.234.246 4.394 1.406L9 2.625l.387-.387c1.16-1.16 2.812-1.687 4.394-1.406A5.024 5.024 0 0 1 18 5.789v.176a5.318 5.318 0 0 1-1.688 3.867L9.95 15.773c-.246.247-.597.352-.949.352-.387 0-.738-.105-.984-.352L1.652 9.832C.598 8.848 0 7.442 0 5.965Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.dtx-aanbod--list__item__price button:hover::after {
  transform: scale(1);
}
.dtx-aanbod--list__item__price button.dtx-filled::after {
  transform: scale(1);
}
.dtx-aanbod--list__item__label {
  position: absolute;
  top: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.25);
  right: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * -1);
  z-index: 1;
  padding: 0.9rem calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.25);
  text-transform: uppercase;
  font-weight: 900;
  font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  color: #ffffff;
}
.dtx-aanbod--list__item__label::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 1rem;
  height: 1.4rem;
  clip-path: polygon(100% 0, 0 0, 0 65%);
}
.dtx-aanbod--list__item__label--sold {
  background-color: #E52526;
}
.dtx-aanbod--list__item__label--sold::after {
  background-color: #651010;
}
.dtx-aanbod--list__item__label--new {
  background-color: #EC7507;
}
.dtx-aanbod--list__item__label--new::after {
  background-color: #814107;
}
.dtx-aanbod--list__item__label--option {
  background-color: #fcc203;
}
.dtx-aanbod--list__item__label--option::after {
  background-color: #8b6b02;
}
.dtx-aanbod--list__item:hover .dtx-aanbod--list__item__image .dtx-lazy, .dtx-aanbod--list__item:focus .dtx-aanbod--list__item__image .dtx-lazy {
  transform: scale(1.05);
}

@media only screen and (max-width: 1260px) {
  .dtx-aanbod--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 744px) {
  .dtx-aanbod--list {
    grid-template-columns: 1fr;
    row-gap: var(--container-padding);
  }
}
input[type=range] {
  border-radius: 0;
  height: 0.2rem;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  accent-color: #ffffff;
}
input[type=range].dtx-input-range--hidden {
  display: none;
}

input[type=range]::-webkit-slider-thumb, input[type=range]::-moz-range-thumb {
  width: 1rem;
  -webkit-appearance: none;
  height: 1rem;
  background: #009EE2;
  border-radius: 50%;
  appearance: none;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 984px) {
  input[type=range]::-webkit-slider-thumb, input[type=range]::-moz-range-thumb {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.dtx-hero {
  position: relative;
  padding-left: calc(var(--column-fluid) * 0);
  padding-right: calc(var(--column-fluid) * 6.5);
  padding-bottom: calc(max(6rem, min(calc(0.0663716814 * (100vw - 98.4rem) + 6rem), 12rem)) / 2);
}
.dtx-hero > * {
  --column-fluid: calc(100% / 5.5);
}
@media only screen and (max-width: 1440px) {
  .dtx-hero {
    padding-left: calc(var(--column-fluid) * 0);
    padding-right: calc(var(--column-fluid) * 5.5);
  }
  .dtx-hero > * {
    --column-fluid: calc(100% / 7.5);
  }
}
@media only screen and (max-width: 1260px) {
  .dtx-hero {
    padding-left: calc(var(--column-fluid) * 0);
    padding-right: calc(var(--column-fluid) * 3.5);
  }
  .dtx-hero > * {
    --column-fluid: calc(100% / 9.5);
  }
}
@media only screen and (max-width: 984px) {
  .dtx-hero {
    padding-left: calc(var(--column-fluid) * 0);
    padding-right: calc(var(--column-fluid) * 0);
  }
  .dtx-hero > * {
    --column-fluid: calc(100% / 12);
  }
}
.dtx-hero h1 {
  position: relative;
  z-index: 2;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.25);
  font-size: max(3rem, min(calc(0.0277777778 * (100vw - 74.4rem) + 3rem), 5.4rem));
  line-height: 1.07;
  text-transform: uppercase;
  font-weight: 900;
}
.dtx-hero p {
  position: relative;
  z-index: 2;
}
.dtx-hero p:last-of-type {
  margin-bottom: 0;
}
.dtx-hero::before {
  content: "";
  position: absolute;
  top: calc(var(--header-height) * -1);
  left: calc(var(--offset) * -1);
  right: calc(var(--offset) * -1);
  bottom: 0;
  z-index: 1;
  background-color: #121212;
}

.dtx-aanbod-filter {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dtx-aanbod-filter::before {
  content: "";
  position: absolute;
  left: calc(var(--offset) * -1);
  right: calc(var(--offset) * -1);
  top: 0;
  bottom: 0;
  background-color: #121212;
  z-index: -1;
}
.dtx-aanbod-filter__left {
  display: flex;
  flex-direction: row;
}
.dtx-aanbod-filter__left button i {
  margin-left: 0.6rem;
  color: rgba(255, 255, 255, 0.1);
  font-size: 1.2rem;
}
.dtx-aanbod-filter__left button.dtx-active::before {
  transform: scaleX(1);
}
.dtx-aanbod-filter__left button.dtx-active--gear i {
  color: #ffffff;
}
.dtx-aanbod-filter__middle {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: max(1.2rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.2rem), 1.4rem));
}
.dtx-aanbod-filter__right {
  display: flex;
  flex-direction: row;
}
.dtx-aanbod-filter button {
  padding: 0;
  margin: 0;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  background-color: transparent;
  text-decoration: none;
  padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.75) calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3);
  text-transform: uppercase;
  font-size: max(1.2rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.2rem), 1.4rem));
  font-weight: 500;
  letter-spacing: 1.4px;
  border-bottom: solid 0.1rem rgba(255, 255, 255, 0.3);
  position: relative;
}
.dtx-aanbod-filter button:hover, .dtx-aanbod-filter button:focus {
  color: inherit;
  text-decoration: none;
}
.dtx-aanbod-filter button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left;
}
.dtx-aanbod-filter button:hover::before {
  transform: scaleX(1);
}
.dtx-aanbod-filter button.dtx-aanbod-filter__liked {
  position: relative;
  padding: 0;
  margin: 0;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  background-color: transparent;
  text-decoration: none;
  z-index: 3;
  width: max(6.2rem, min(calc(0.0347222222 * (100vw - 74.4rem) + 6.2rem), 9.2rem));
  border-bottom: solid 0.1rem rgba(255, 255, 255, 0.3);
}
.dtx-aanbod-filter button.dtx-aanbod-filter__liked:hover, .dtx-aanbod-filter button.dtx-aanbod-filter__liked:focus {
  color: inherit;
  text-decoration: none;
}
.dtx-aanbod-filter button.dtx-aanbod-filter__liked span {
  display: block;
}
.dtx-aanbod-filter button.dtx-aanbod-filter__liked span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  display: block;
  width: 19px;
  height: 14px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.625 1.625 7.969 2l.375-.344A4.452 4.452 0 0 1 12.25.406 4.465 4.465 0 0 1 16 4.813v.156a4.727 4.727 0 0 1-1.5 3.437l-5.656 5.281c-.219.22-.531.313-.844.313-.344 0-.656-.094-.875-.313l-5.656-5.28A4.698 4.698 0 0 1 0 4.968v-.157C0 2.626 1.563.75 3.719.407c1.406-.25 2.875.219 3.906 1.219 0 .031-.031 0 0 0Zm.344 2.5L6.562 2.687a3.056 3.056 0 0 0-2.593-.812A2.958 2.958 0 0 0 1.5 4.813v.156c0 .906.344 1.75 1 2.343L8 12.438l5.469-5.124A3.144 3.144 0 0 0 14.5 4.969v-.157c0-1.468-1.063-2.687-2.5-2.937a3.056 3.056 0 0 0-2.594.813L7.97 4.125Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1) translateY(-50%);
  background-color: unset;
}
.dtx-aanbod-filter button.dtx-aanbod-filter__liked span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 50%;
  display: block;
  width: 19px;
  height: 14px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.965v-.176C0 3.33 1.758 1.22 4.184.832c1.582-.281 3.234.246 4.394 1.406L9 2.625l.387-.387c1.16-1.16 2.812-1.687 4.394-1.406A5.024 5.024 0 0 1 18 5.789v.176a5.318 5.318 0 0 1-1.688 3.867L9.95 15.773c-.246.247-.597.352-.949.352-.387 0-.738-.105-.984-.352L1.652 9.832C.598 8.848 0 7.442 0 5.965Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(0) translateY(-50%);
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.dtx-aanbod-filter button.dtx-aanbod-filter__liked:hover span::after {
  transform: scale(1) translateY(-50%);
}
.dtx-aanbod-filter button.dtx-aanbod-filter__liked.dtx-filled::before {
  transform: scaleX(1);
}
.dtx-aanbod-filter button.dtx-aanbod-filter__liked.dtx-filled span::after {
  transform: scale(1) translateY(-50%);
}
.dtx-aanbod-filter button.dtx-aanbod-filter__button {
  font-weight: 700;
}
.dtx-aanbod-filter button.dtx-aanbod-filter__button i {
  padding-right: 1.5rem;
}

.dtx-aanbod-filter--mobile {
  display: none;
}

.dtx-aanbod-financiering {
  --height: 0;
  position: relative;
  z-index: 2;
  background-color: #121212;
  max-height: 0;
  height: var(--height);
  transition: max-height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.dtx-aanbod-financiering.dtx-open {
  max-height: var(--height);
  transition: max-height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.dtx-aanbod-financiering__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: max(6rem, min(calc(0.0663716814 * (100vw - 98.4rem) + 6rem), 12rem)) var(--column-fluid);
}
.dtx-aanbod-financiering__left {
  --column-fluid: calc(100% / 10);
  width: calc(var(--column-fluid) * 4.5);
}
.dtx-aanbod-financiering__left h3 {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2);
  font-size: max(1.8rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.8rem), 2rem));
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.dtx-aanbod-financiering__left p {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 5);
  font-size: max(1.6rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.6rem), 1.8rem));
  line-height: 2;
}
.dtx-aanbod-financiering__right {
  --column-fluid: calc(100% / 10);
  width: calc(var(--column-fluid) * 4.5);
}
.dtx-aanbod-financiering__right .dtx-lazy {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: var(--ratio);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --ratio: 68.75%;
}
.dtx-aanbod-financiering-filter__input {
  display: flex;
  flex-direction: column;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.75);
}
.dtx-aanbod-financiering-filter__input input {
  order: 2;
}
.dtx-aanbod-financiering-filter__input label {
  order: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1);
}
.dtx-aanbod-financiering-filter__input label span {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.5);
  font-weight: 700;
  font-size: max(1.2rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.2rem), 1.4rem));
}

.dtx-aanbod-filter-wrapper {
  --height: 0;
  position: relative;
  z-index: 2;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * -5.5);
  background-color: #121212;
  max-height: 0 !important;
  height: var(--height) !important;
  transition: max-height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.dtx-aanbod-filter-wrapper.dtx-open {
  max-height: var(--height) !important;
  transition: max-height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.dtx-aanbod-filter-wrapper__inner {
  padding: max(6rem, min(calc(0.0663716814 * (100vw - 98.4rem) + 6rem), 12rem)) var(--column-fluid);
}
.dtx-aanbod-filter-wrapper__buttons {
  display: flex;
  flex-direction: row;
}
.dtx-aanbod-filter-wrapper__buttons .dtx-btn-primary {
  margin-right: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.5);
  padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.75) calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.75);
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: max(1rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1rem), 1.2rem));
}
.dtx-aanbod-filter-wrapper__buttons .dtx-btn-tertiary {
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.dtx-aanbod-filter-wrapper__buttons .dtx-btn-tertiary i {
  margin-right: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1);
}
.dtx-aanbod-filter__item {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3);
}
.dtx-aanbod-filter__item h3 {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.5);
  font-size: max(1.2rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.2rem), 1.4rem));
  font-weight: 700;
  text-transform: uppercase;
}
.dtx-aanbod-filter__item__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * -2);
}
.dtx-aanbod-filter__item button {
  padding: 0;
  margin: 0;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  background-color: transparent;
  text-decoration: none;
  margin-right: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2);
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2);
  padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.5) calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3);
  border: solid 0.1rem #ffffff;
  text-transform: uppercase;
  font-size: max(1.2rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.2rem), 1.4rem));
  font-weight: 700;
  transition: background-color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.dtx-aanbod-filter__item button:hover, .dtx-aanbod-filter__item button:focus {
  color: inherit;
  text-decoration: none;
}
.dtx-aanbod-filter__item button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.dtx-aanbod-filter__item button.dtx-btn--active {
  background-color: #009EE2;
  border-color: #009EE2;
}
.dtx-aanbod-filter__item button.dtx-btn--disabled {
  pointer-events: none;
  cursor: none;
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.dtx-aanbod-filter__item:last-of-type {
  margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 4.5);
}

.dtx-aanbod--list {
  position: relative;
  z-index: 1;
  margin-top: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 5.5);
}
.dtx-aanbod--list--empty {
  grid-column: 1/span 3;
}
.dtx-aanbod--list--empty p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 4);
}

.dtx-cta {
  position: relative;
  padding-top: max(6rem, min(calc(0.0663716814 * (100vw - 98.4rem) + 6rem), 12rem));
  padding-bottom: max(6rem, min(calc(0.0663716814 * (100vw - 98.4rem) + 6rem), 12rem));
}
.dtx-cta::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--offset) * -1);
  right: calc(var(--offset) * -1);
  z-index: -1;
  background-color: #121212;
}

@media only screen and (max-width: 984px) {
  #hero {
    margin-top: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3);
  }
  #hero .dtx-hero::before {
    top: calc(var(--header-height) * -1 - (max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3));
  }
}
@media only screen and (max-width: 744px) {
  #aanbod {
    margin-bottom: max(6rem, min(calc(0.0663716814 * (100vw - 98.4rem) + 6rem), 12rem));
  }
  .dtx-aanbod-filter {
    flex-direction: column-reverse;
  }
  .dtx-aanbod-filter__left {
    display: none;
  }
  .dtx-aanbod-filter__middle {
    display: none;
  }
  .dtx-aanbod-filter__right {
    justify-content: space-between;
    width: calc(100% + var(--offset) * 2);
    margin-left: calc(var(--offset) * -1);
    margin-right: calc(var(--offset) * -1);
    border-bottom: solid 0.1rem rgba(255, 255, 255, 0.3);
  }
  .dtx-aanbod-filter__right button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 5rem;
    margin-right: var(--offset);
    border-bottom: 0;
  }
  .dtx-aanbod-filter button.dtx-aanbod-filter__liked {
    margin-left: var(--offset);
    border-bottom: 0;
    padding-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.5);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 101;
    height: 100vh;
    width: 100%;
    clip-path: polygon(0% 0, 0% 0, 0% 100%, 0% 100%);
    visibility: hidden;
    transition: clip-path 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile::before {
    left: 0;
    right: 0;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile.dtx-open {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    visibility: visible;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__inner {
    overflow-y: auto;
    height: 100svh;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__inner::-webkit-scrollbar {
    display: none;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile button {
    padding: 0;
    border-bottom: 0;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__top {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: solid 0.1rem rgba(255, 255, 255, 0.3);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__top .dtx-aanbod-filter__back {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: max(7.2rem, min(calc(0.0231481481 * (100vw - 74.4rem) + 7.2rem), 9.2rem));
    height: max(7.2rem, min(calc(0.0231481481 * (100vw - 74.4rem) + 7.2rem), 9.2rem));
    border-right: solid 0.1rem rgba(255, 255, 255, 0.3);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__top .dtx-aanbod-filter__back i {
    font-size: max(1.8rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.8rem), 2rem));
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__top .dtx-aanbod-filter__back:hover i {
    transform: translateX(-0.2rem);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__top .dtx-aanbod-filter__back:hover::before {
    display: none;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__top p {
    flex-grow: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.75);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__top .dtx-aanbod-filter__reset {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: max(7.2rem, min(calc(0.0231481481 * (100vw - 74.4rem) + 7.2rem), 9.2rem));
    height: max(7.2rem, min(calc(0.0231481481 * (100vw - 74.4rem) + 7.2rem), 9.2rem));
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__top .dtx-aanbod-filter__reset i {
    font-size: max(1.8rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.8rem), 2rem));
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__top .dtx-aanbod-filter__reset:hover i {
    transform: rotate(45deg);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__top .dtx-aanbod-filter__reset:hover::before {
    display: none;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle {
    display: flex;
    flex-direction: column;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__pricing {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__pricing button {
    width: 50%;
    padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 4) 0;
    font-size: max(1.4rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.4rem), 1.6rem));
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__pricing button i {
    margin-left: 0.6rem;
    color: rgba(255, 255, 255, 0.1);
    font-size: 1.2rem;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__pricing button.dtx-active::before {
    transform: scaleX(1);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__pricing button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.3);
    transform: scaleX(1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__pricing button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #ffffff;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__pricing button:hover::after, .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__pricing button.dtx-active::after {
    transform: scaleX(1);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__financiering {
    width: 100%;
    height: 0;
    z-index: -1;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__financiering.dtx-open {
    height: 100%;
    z-index: 1;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__financiering .dtx-aanbod-financiering {
    max-height: 100%;
    height: 100%;
    margin-top: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.5);
    padding: 0 var(--offset) calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 1.5) var(--offset);
    border-bottom: solid 0.1rem rgba(255, 255, 255, 0.3);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__financiering .dtx-aanbod-financiering__inner {
    padding: 0;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__financiering .dtx-aanbod-financiering__left {
    width: 100%;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__financiering .dtx-aanbod-financiering__left h3 {
    font-size: max(1.4rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.4rem), 1.6rem));
    margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__financiering .dtx-aanbod-financiering__left p {
    display: none;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__financiering .dtx-aanbod-financiering__left .dtx-btn-primary {
    display: none;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__financiering .dtx-aanbod-financiering__right {
    display: none;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter__middle__button {
    width: 100%;
    padding: 0 var(--offset);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter-list {
    width: 100%;
    background-color: #121212;
    margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3.5);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter-list__item {
    padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3) var(--offset);
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter-list__item span {
    display: block;
    margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 3);
    font-weight: 700;
    text-transform: uppercase;
    font-size: max(1.4rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.4rem), 1.6rem));
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter-list__item button {
    padding: 0;
    margin: 0;
    border: unset;
    border-radius: unset;
    box-shadow: unset;
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2);
    text-transform: none;
    font-size: max(1.4rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.4rem), 1.6rem));
    font-weight: 400;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter-list__item button:hover, .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter-list__item button:focus {
    color: inherit;
    text-decoration: none;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter-list__item button:hover::before, .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter-list__item button:focus::before {
    display: none;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter-list__item button.dtx-btn--active::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: inline-flex;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter-list__item button.dtx-btn--disabled {
    pointer-events: none;
    cursor: none;
    color: rgba(255, 255, 255, 0.4);
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-aanbod-filter-list__item:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-btn {
    padding: calc(max(0.8rem, min(calc(0.0144927536 * (100vw - 98.4rem) + 0.8rem), 1.2rem)) * 2.5);
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: max(1.4rem, min(calc(0.0023148148 * (100vw - 74.4rem) + 1.4rem), 1.6rem));
    color: #ffffff;
    background-color: #009EE2;
  }
  .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-btn:hover::before, .dtx-aanbod-filter.dtx-aanbod-filter--mobile .dtx-btn:focus::before {
    display: none;
  }
}