/*************
*** IMPORT ***
*************/
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fontawesome {
  font-family: "Font Awesome 6 Pro";
}
.basic-font {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.titel-font {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.italic {
  font-style: italic;
}
h1,
.look-h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #1c0a30;
}
h2,
.look-h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #1c0a30;
}
h3,
.look-h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
}
h4,
.look-h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
}
p,
span,
a,
li,
.look-p {
  color: #1c0a30;
  line-height: 1.75;
}
p,
ul {
  margin-bottom: 2rem;
}
p i,
ul i,
p em,
ul em {
  font-style: italic;
}
small {
  font-size: .8rem;
}
a {
  color: #2fb25d;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.titel-effect .overflow {
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
}
*::selection {
  background: #5209fa;
  color: #ffffff;
}
*::-moz-selection {
  background: #5209fa;
  color: #ffffff;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
  top: 105px;
}
.none {
  display: none;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-shadow {
  box-shadow: 0 4px 10px 0 rgba(28, 10, 48, 0.1);
}
.box-shadow-hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.transition {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.border-block {
  border: 1px solid #e8e2e2;
}
.titel-effect .overflow {
  overflow: hidden;
}
.groene-vinkjes ul {
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}
.groene-vinkjes ul li {
  position: relative;
  padding-left: 1.5rem;
}
.groene-vinkjes ul li::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: '\f058';
  color: #2fb25d;
  top: 6px;
  left: 0;
  width: 1rem;
  height: 1rem;
  line-height: 1;
}
.container {
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .margin-bottom {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .padding {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .padding {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .padding {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .padding-bottom {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 50px;
  }
}
.grecaptcha-badge {
  display: none;
}
html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ffffff;
  color: #000000;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: calc(15px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(15px - 2px);
  }
}
.button {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 25px;
  background: #2fb25d;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
.button span {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #ffffff;
  line-height: inherit;
  z-index: 1;
}
.button i {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  height: 1rem;
  aspect-ratio: 1;
}
.button::after {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  transform-origin: top;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f753d;
}
.button:hover span,
.button:focus span {
  color: #ffffff;
}
.button:hover i[class*="fa-arrow"],
.button:focus i[class*="fa-arrow"] {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.button:hover::after,
.button:focus::after {
  -webkit-transform: scaleY(100%);
  -moz-transform: scaleY(100%);
  -o-transform: scaleY(100%);
  -ms-transform: scaleY(100%);
  transform: scaleY(100%);
}
.button.ghost {
  border: 2px solid #f6f6f6;
  background: transparent;
}
.button.ghost span {
  color: #753bfb;
}
.button.ghost::after {
  background-color: #753bfb;
}
.button.ghost:hover,
.button.ghost:focus {
  border-color: #753bfb;
}
.button.ghost:hover span,
.button.ghost:focus span {
  color: #ffffff;
}
.button.ghost-green {
  border: 2px solid #2fb25d;
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.button.ghost-green span {
  color: #2fb25d;
}
.button.ghost-green::after {
  background-color: #1f753d;
}
.button.ghost-green:hover,
.button.ghost-green:focus {
  border-color: #1f753d;
}
.button.ghost-green:hover span,
.button.ghost-green:focus span {
  color: #ffffff;
}
.button.white {
  background: #ffffff;
}
.button.white span {
  color: #753bfb;
}
.button.white::after {
  background-color: #753bfb;
}
.button.white:hover span,
.button.white:focus span {
  color: #ffffff;
}
.text-link {
  display: inline-flex;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2fb25d;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.text-link i {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.text-link:hover i,
.text-link:focus i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.text-link.black {
  color: #1c0a30;
}
.website-wrapper > div:first-child {
  margin-top: 3rem;
}
.website-wrapper > div:first-child.aanbod-intro,
.website-wrapper > div:first-child.banner,
.website-wrapper > div:first-child.page-navigation {
  margin-top: 0;
}
.logged-in header {
  top: 32px;
}
@media only screen and (min-width: 992px) {
  .standaard-blok {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .standaard-blok {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .standaard-blok {
    margin-bottom: 50px;
  }
}
.standaard-blok.no-margin {
  margin-bottom: 0;
}
.standaard-blok .content *:last-child {
  margin-bottom: 0;
}
.socials {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.socials .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.socials .social:hover,
.socials .social:focus {
  background: #ffffff;
}
.socials .social:hover svg *,
.socials .social:focus svg * {
  fill: red !important;
}
.socials .social:last-child {
  margin: 0;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.menu li {
  list-style: none;
}
.breadcrumbs span {
  color: #776D83;
}
.breadcrumbs a {
  color: #776D83;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #2fb25d;
}
.logo-svg .st0 {
  fill: #753bfb;
}
.logo-svg .st2 {
  fill: #1c0a30;
}
.logo-svg .beeldmerk {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: .2s;
  transform-box: border-box;
  transform-origin: center;
}
.logo-svg.white .st2 {
  fill: #ffffff;
}
.logo-svg:hover .beeldmerk,
.logo-svg:focus .beeldmerk {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-header {
  position: relative;
  background: #1c0a30;
  padding: 1rem 0;
  z-index: 10000;
}
.top-header .top-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-header .top-header-wrapper * {
  font-size: 0.9rem;
}
.top-header .top-header-wrapper a,
.top-header .top-header-wrapper span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  color: #ffffff;
  line-height: 1;
}
.top-header .top-header-wrapper a i,
.top-header .top-header-wrapper span i {
  color: #2fb25d;
}
.top-header .top-header-wrapper i {
  height: 0.9rem;
  aspect-ratio: 1;
}
.top-header .top-header-wrapper a:hover,
.top-header .top-header-wrapper a:focus {
  color: #2fb25d;
}
@media only screen and (max-width: 767px) {
  .top-header .top-header-wrapper a {
    display: none;
  }
}
.main-header {
  position: sticky;
  top: 105px;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e8e2e2;
  z-index: 10000;
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 20px 0 rgba(28, 10, 48, 0.1);
}
.main-header::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .92;
}
.main-header .header-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-header .logo-wrapper .logo-svg {
  height: 50px;
}
.main-header .menu li {
  position: relative;
  margin: 0 1rem;
}
.main-header .menu li:last-child {
  margin-right: 0;
}
.main-header .menu li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #1c0a30;
}
.main-header .menu li .sub-menu {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  opacity: 0;
  top: calc(100% + 28px);
  left: 50%;
  pointer-events: none;
  background: #ffffff;
  width: 320px;
  padding: 1rem 0;
  border-radius: 0 0 4px 4px;
  border: 1px solid #e8e2e2;
  border-top: 0;
}
.main-header .menu li .sub-menu::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 100%;
  height: calc(1rem + 3px);
  background: transparent;
}
.main-header .menu li .sub-menu li {
  margin: 0 1rem .5rem 1rem;
}
.main-header .menu li .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-header .menu li .sub-menu li a {
  display: block;
  font-size: 15px;
}
.main-header .menu li .sub-menu.in {
  opacity: 1;
  pointer-events: auto;
}
.main-header .menu li.current-menu-item > a,
.main-header .menu li:hover > a,
.main-header .menu li:focus > a {
  color: #753bfb;
}
.main-header .mobile-menu {
  position: relative;
  z-index: 1500;
  margin-left: 15px;
}
.main-header .mobile-menu .line-menu {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  width: 2rem;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
.main-header .mobile-menu .line-menu .line {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  background: #1c0a30;
  margin: auto;
}
.main-header .mobile-menu .line-menu .line:nth-of-type(1) {
  top: 0;
}
.main-header .mobile-menu .line-menu .line:nth-of-type(2) {
  top: 8px;
}
.main-header .mobile-menu .line-menu .line:nth-of-type(3) {
  bottom: 0;
}
.main-header .mobile-menu .line-menu.menu-open .line:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 8px;
}
.main-header .mobile-menu .line-menu.menu-open .line:nth-of-type(2) {
  opacity: 0;
}
.main-header .mobile-menu .line-menu.menu-open .line:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .main-header {
    padding: 1rem 0;
  }
  .main-header .logo-wrapper .logo-svg {
    height: 40px;
  }
}
.responsive-nav {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  display: block;
  position: fixed;
  padding: 150px 15px 0 15px;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1c0a30;
  z-index: 1490;
}
.responsive-nav.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .nav {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.responsive-nav .nav li {
  display: block;
  position: relative;
  width: 100%;
}
.responsive-nav .nav li a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #ffffff;
}
.responsive-nav .nav li.current-menu-item a,
.responsive-nav .nav li.current_page_parent a,
.responsive-nav .nav li.current-menu-ancestor a,
.responsive-nav .nav li:hover a,
.responsive-nav .nav li:active a {
  text-decoration: underline;
}
.responsive-nav .nav li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li.current_page_parent a.sf-with-ul::after,
.responsive-nav .nav li.current-menu-ancestor a.sf-with-ul::after,
.responsive-nav .nav li:hover a.sf-with-ul::after,
.responsive-nav .nav li:active a.sf-with-ul::after {
  background-image: url('https://contentlease.nl/wp-content/themes/contentlease/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .button {
  text-align: center;
  width: 100%;
  background: #ffffff;
  color: #2fb25d;
}
.main-footer {
  position: relative;
  background: #1c0a30;
  z-index: 20;
}
.main-footer p {
  margin: 0;
}
.main-footer .top-footer {
  padding: 5rem 0;
}
.main-footer .top-footer .footer-block p,
.main-footer .top-footer .footer-block a {
  color: #b8b8b8;
}
.main-footer .top-footer .footer-block a:hover,
.main-footer .top-footer .footer-block a:focus {
  color: #753bfb;
}
.main-footer .top-footer .footer-block .titel {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
  font-size: 1.2rem;
  color: #ffffff;
}
.main-footer .top-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.main-footer .top-footer .footer-links .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #1c0a30;
  color: #ffffff;
}
.main-footer .top-footer .footer-links .cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.main-footer .top-footer .footer-links .cta-links a {
  font-size: 1.2rem;
  color: #ffffff;
}
.main-footer .top-footer .footer-links .cta-links a i {
  margin-right: .5rem;
}
.main-footer .top-footer .footer-links .cta-links a:hover,
.main-footer .top-footer .footer-links .cta-links a:focus {
  color: #753bfb;
}
.main-footer .top-footer .logo .logo-svg {
  max-height: 50px;
}
.main-footer .top-footer .menu {
  flex-direction: column;
}
.main-footer .top-footer .menu li {
  margin-bottom: .5rem;
}
.main-footer .top-footer .footer-button {
  margin-top: 2rem;
}
.main-footer .bottom-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: 1px solid #b8b8b8;
}
.main-footer .bottom-footer .footer-inner * {
  font-size: 0.9rem;
  color: #b8b8b8;
  margin: 0;
}
.main-footer .bottom-footer .footer-inner a:hover,
.main-footer .bottom-footer .footer-inner a:focus {
  color: #ffffff;
}
.main-footer .bottom-footer .footer-inner .menu li {
  margin-left: 1rem;
}
.main-footer .bottom-footer .footer-inner .menu li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .main-footer .top-footer .footer-block.logo {
    text-align: center;
  }
  .main-footer .top-footer .footer-block.titel-slide {
    border-bottom: 1px solid #b8b8b8;
  }
  .main-footer .top-footer .footer-block.titel-slide .titel {
    position: relative;
  }
  .main-footer .top-footer .footer-block.titel-slide .titel::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    content: "\f078";
    top: 2px;
    right: 0;
    font-size: 12px;
  }
  .main-footer .top-footer .footer-block.titel-slide .titel.down::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .main-footer .top-footer .footer-block .mobile-hide {
    display: none;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .top-footer .footer-links .cta-links {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .main-footer .bottom-footer .footer-inner {
    flex-direction: column;
    align-items: center;
  }
  .main-footer .bottom-footer .footer-inner .menu {
    justify-content: center;
  }
}
.banner.firefly {
  margin: 0;
}
.banner.firefly img {
  width: 100%;
}
.page-navigation {
  position: sticky;
  top: 105px;
  top: 87px;
  margin-bottom: 3rem;
  padding: .5rem 0;
  background: #cfc7ff;
  z-index: 10;
}
.page-navigation .navigation-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-navigation .navigation-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-navigation .navigation-wrapper ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .page-navigation {
    top: 67px;
  }
  .page-navigation .navigation-wrapper ul {
    gap: 1rem;
  }
  .page-navigation .navigation-wrapper ul li {
    font-size: .9rem;
  }
}
.lp-cta {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #f6f6f6;
  border-top: 1px solid #e8e2e2;
  left: 0;
  bottom: 0;
}
.lp-cta .scroll-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
}
.lp-cta .title-wrapper {
  flex: 1;
  gap: .5rem;
  min-width: 0;
}
.lp-cta .title-wrapper .top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
}
.lp-cta .title-wrapper .top .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
  margin: 0;
}
.lp-cta .title-wrapper .top .subtitel {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  flex: 1;
}
.lp-cta .title-wrapper .info-wrapper {
  margin-top: .5rem;
  width: 100%;
}
.lp-cta .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.lp-cta.in {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 991px) {
  .lp-cta .scroll-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .lp-cta .title-wrapper {
    width: 100%;
  }
  .lp-cta .button-wrapper {
    width: 100%;
  }
  .lp-cta .button-wrapper .button {
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-cta .title-wrapper .top .titel {
    font-size: 1.2rem;
  }
  .lp-cta .title-wrapper .info-wrapper span {
    font-size: .9rem;
  }
}
.lp-slider-volledig-breed {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 80vh;
}
@media only screen and (min-width: 992px) {
  .lp-slider-volledig-breed {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .lp-slider-volledig-breed {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-slider-volledig-breed {
    margin-bottom: 50px;
  }
}
.lp-slider-volledig-breed.no-margin {
  margin-bottom: 0;
}
.lp-slider-volledig-breed .content *:last-child {
  margin-bottom: 0;
}
.lp-slider-volledig-breed .swiper {
  height: 100%;
}
.lp-slider-volledig-breed .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 2rem;
}
.lp-slider-volledig-breed .container {
  position: relative;
  z-index: 1;
}
.lp-slider-volledig-breed .content {
  backdrop-filter: blur(15px);
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
}
.lp-slider-volledig-breed .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  object-fit: cover;
}
.lp-slider-volledig-breed .pagination-wrapper {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  z-index: 1;
}
.lp-slider-volledig-breed .pagination-wrapper .pagination-wrapper-inside {
  display: flex;
  flex-wrap: wrap;
}
.lp-slider-volledig-breed .pagination-wrapper .swiper-pagination {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  width: auto;
  background: #ffffff;
  gap: .25rem;
  padding: .25rem;
  border-radius: 100px;
  bottom: unset;
}
.lp-slider-volledig-breed .pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: auto;
  height: auto;
  padding: .4rem .8rem;
  font-size: .9rem;
  border-radius: 100px;
  opacity: 1;
  background: none;
  margin: 0;
}
.lp-slider-volledig-breed .pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.lp-slider-volledig-breed .pagination-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  background: #cfc7ff;
}
@media only screen and (max-width: 991px) {
  .lp-slider-volledig-breed {
    height: 60vh;
  }
  .lp-slider-volledig-breed .swiper .swiper-slide {
    padding-bottom: calc(40px + 3rem);
  }
  .lp-slider-volledig-breed .pagination-wrapper .pagination-wrapper-inside {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .lp-slider-volledig-breed {
    height: 50vh;
  }
  .lp-slider-volledig-breed .swiper .swiper-slide {
    padding-bottom: 1rem;
  }
  .lp-slider-volledig-breed .pagination-wrapper {
    top: 1rem;
    bottom: unset;
  }
  .lp-slider-volledig-breed .pagination-wrapper .swiper-pagination {
    gap: .5rem;
    padding: .5rem;
  }
  .lp-slider-volledig-breed .pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    padding: 0;
    background: #1c0a30;
    font-size: 0;
  }
  .lp-slider-volledig-breed .pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .lp-slider-volledig-breed .pagination-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
    width: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .kernwaarden {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .kernwaarden {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .kernwaarden {
    margin-bottom: 50px;
  }
}
.kernwaarden.no-margin {
  margin-bottom: 0;
}
.kernwaarden .content *:last-child {
  margin-bottom: 0;
}
.kernwaarden .content {
  margin-bottom: 2rem;
}
.kernwaarden .kernwaarden-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.kernwaarden .kernwaarden-wrapper .blok {
  box-shadow: 0 4px 10px 0 rgba(28, 10, 48, 0.1);
  border: 1px solid #e8e2e2;
  flex: 1;
  border-radius: 6px;
  overflow: hidden;
}
.kernwaarden .kernwaarden-wrapper .blok .icoon {
  display: none;
}
.kernwaarden .kernwaarden-wrapper .blok .inner {
  padding: 1.5rem 1rem;
}
.kernwaarden .kernwaarden-wrapper .blok .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: .25rem;
}
.kernwaarden .kernwaarden-wrapper .blok .uitleg {
  font-size: 0.9rem;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .kernwaarden .kernwaarden-wrapper {
    gap: 1rem;
  }
  .kernwaarden .kernwaarden-wrapper .blok {
    flex: auto;
    width: calc(50% - .5rem);
  }
}
@media only screen and (max-width: 767px) {
  .kernwaarden .kernwaarden-wrapper {
    flex-direction: column;
  }
  .kernwaarden .kernwaarden-wrapper .blok {
    flex: auto;
    width: 100%;
  }
}
.occasion-item-small {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8e2e2;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.occasion-item-small .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.33333333;
}
.occasion-item-small .image .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  object-fit: cover;
}
.occasion-item-small .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1rem 1rem;
  background: #f6f6f6;
  flex: 1;
}
.occasion-item-small .content .top .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  margin: 0;
}
.occasion-item-small .content .top .type {
  font-size: .9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1rem;
}
.occasion-item-small .content .top .info-wrapper .info-item {
  font-size: .75rem;
}
.occasion-item-small .content .lease-info {
  border-top: 1px solid #e8e2e2;
  margin-top: 1rem;
  padding-top: 1rem;
}
.occasion-item-small .content .lease-info .lease-info-rij {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: .25rem;
}
.occasion-item-small .content .lease-info .lease-info-rij .waarde {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.occasion-item-small .content .lease-info .lease-info-total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #1c0a30;
  padding: 1rem 1rem;
  margin: 1rem -1rem -1rem;
}
.occasion-item-small .content .lease-info .lease-info-total span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 1.1rem;
}
.occasion-item-small .content .bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}
.occasion-item-small .content .bottom .vanaf {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #1c0a30;
  margin-bottom: .5rem;
}
.occasion-item-small.no-height {
  height: auto;
}
.occasion-item-small:hover,
.occasion-item-small:focus {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 0 15px 0 #DDD;
}
@media only screen and (max-width: 767px) {
  .occasion-item-small .content .top .info-wrapper {
    gap: .2rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 50px;
  }
}
.banner.no-margin {
  margin-bottom: 0;
}
.banner .content *:last-child {
  margin-bottom: 0;
}
.banner .banner-wrapper {
  position: relative;
  padding: 5rem 0 7.5rem;
}
.banner .banner-wrapper::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c0a30;
  opacity: .5;
}
.banner .banner-wrapper .container {
  height: 100%;
}
.banner .banner-wrapper .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}
.banner .media-itself {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: center center no-repeat;
  background-size: cover;
}
.banner .main-content {
  position: relative;
  z-index: 1;
}
.banner .main-content * {
  color: #ffffff;
  font-size: 1.5rem;
}
.banner .main-content .titel {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.banner .voorraad-opties {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border: 1px solid #e8e2e2;
  box-shadow: 0 4px 10px 0 rgba(28, 10, 48, 0.1);
  margin-top: -2.5rem;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.banner .voorraad-opties .voorraad {
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1rem;
  flex: 1;
  border-right: 1px solid #e8e2e2;
}
.banner .voorraad-opties .voorraad svg {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  fill: #1c0a30;
  height: 2rem;
  color: transparent;
  margin-bottom: .25rem;
}
.banner .voorraad-opties .voorraad span {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.banner .voorraad-opties .voorraad:last-child {
  border-right: none;
}
.banner .voorraad-opties .voorraad:hover,
.banner .voorraad-opties .voorraad:focus {
  background: #753bfb;
}
.banner .voorraad-opties .voorraad:hover svg,
.banner .voorraad-opties .voorraad:focus svg {
  fill: #ffffff;
}
.banner .voorraad-opties .voorraad:hover span,
.banner .voorraad-opties .voorraad:focus span {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .banner .banner-wrapper {
    padding: 3rem 0 5.5rem;
  }
  .banner .main-content * {
    font-size: 1.2rem;
  }
  .banner .main-content .titel {
    font-size: 2.5rem;
  }
  .banner .voorraad-opties .voorraad {
    flex-direction: row;
    flex: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e8e2e2;
  }
  .banner .voorraad-opties .voorraad svg {
    width: 5rem;
    height: auto;
    margin-right: 1rem;
  }
}
.zoekbalk {
  position: relative;
  border: 1px solid #e8e2e2;
  background: #ffffff;
  border-radius: 6px;
  z-index: 1;
  padding: 2rem 2rem;
}
.zoekbalk .zoekbalk-titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
}
.zoekbalk .zoekbalk-filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
.zoekbalk .zoekbalk-filters .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.zoekbalk .zoekbalk-filters .filter .label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  margin: 0 0 3px 0;
}
.zoekbalk .zoekbalk-filters .filter select,
.zoekbalk .zoekbalk-filters .filter input:not([type='checkbox']) {
  border: 1px solid #e8e2e2;
  width: 100%;
  padding: .5rem 1rem;
  color: #1c0a30;
  background: #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
}
.zoekbalk .zoekbalk-filters .filter .checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3px;
}
.zoekbalk .zoekbalk-filters .filter .checkbox-wrapper label {
  margin-left: .25rem;
}
.zoekbalk .zoekbalk-filters .filter .checkbox-container {
  border: 1px solid #e8e2e2;
  width: 100%;
  padding: .5rem 0;
  height: 250px;
  border-radius: 4px;
  overflow-y: scroll;
  scrollbar-color: #753bfb #ffffff;
  scrollbar-width: thin;
}
.zoekbalk .zoekbalk-filters .filter .checkbox-container .checkbox-wrapper {
  padding: 0 1rem;
}
.zoekbalk .zoekbalk-filters .filter .checkbox-container .checkbox-wrapper label {
  flex: 1;
  padding: 3px 0;
}
.zoekbalk .zoekbalk-filters .filter .checkbox-container .checkbox-wrapper:hover,
.zoekbalk .zoekbalk-filters .filter .checkbox-container .checkbox-wrapper:focus {
  background: #f6f6f6;
}
.zoekbalk .zoekbalk-filters .filter .label {
  display: none;
}
.zoekbalk .zoekbalk-filters .filter select {
  flex: 1;
}
.zoekbalk .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.zoekbalk .bottom .hulp {
  color: #b8b8b8;
}
.zoekbalk .bottom .hulp i {
  margin-right: .5rem;
}
@media only screen and (max-width: 991px) {
  .zoekbalk {
    padding: 1rem 1rem;
  }
  .zoekbalk .bottom {
    flex-direction: column-reverse;
  }
  .zoekbalk .bottom .button {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .contentblok {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .contentblok {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .contentblok {
    margin-bottom: 50px;
  }
}
.contentblok.no-margin {
  margin-bottom: 0;
}
.contentblok .content *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .contentblok-met-afbeelding {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .contentblok-met-afbeelding {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .contentblok-met-afbeelding {
    margin-bottom: 50px;
  }
}
.contentblok-met-afbeelding.no-margin {
  margin-bottom: 0;
}
.contentblok-met-afbeelding .content *:last-child {
  margin-bottom: 0;
}
.contentblok-met-afbeelding .image img {
  border-radius: 6px;
  box-shadow: 0 4px 10px 0 rgba(28, 10, 48, 0.1);
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .contentblok-met-afbeelding .image {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .formulier {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .formulier {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .formulier {
    margin-bottom: 50px;
  }
}
.formulier.no-margin {
  margin-bottom: 0;
}
.formulier .content *:last-child {
  margin-bottom: 0;
}
.formulier .form-wrapper {
  border: 1px solid #e8e2e2;
  padding: 2rem 2rem;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .formulier .form-wrapper {
    padding: 1rem 1rem;
  }
}
.formulier .form-wrapper .top-content {
  background: #f6f6f6;
  border-bottom: 1px solid #e8e2e2;
  padding: 2rem;
  margin: -2rem -2rem 2rem -2rem;
}
.formulier .form-wrapper .top-content .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #1c0a30;
  margin-bottom: .5rem;
}
.formulier .form-wrapper .top-content *:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .formulier .form-wrapper .top-content {
    padding: 1rem;
    margin: -1rem -1rem 1rem -1rem;
  }
}
.image-styling {
  border-radius: 6px;
}
@media only screen and (min-width: 992px) {
  .content-half-half {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .content-half-half {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .content-half-half {
    margin-bottom: 50px;
  }
}
.content-half-half.no-margin {
  margin-bottom: 0;
}
.content-half-half .content *:last-child {
  margin-bottom: 0;
}
.content-half-half img {
  position: sticky;
  top: 105px;
  border-radius: 6px;
  box-shadow: 0 4px 10px 0 rgba(28, 10, 48, 0.1);
  max-width: 100%;
  height: auto;
}
.ul-styling {
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}
.ul-styling li {
  position: relative;
  padding-left: 1.5rem;
}
.ul-styling li::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: '\f058';
  color: #2fb25d;
  top: 6px;
  left: 0;
  width: 1rem;
  height: 1rem;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .content-drie-blokken {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .content-drie-blokken {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .content-drie-blokken {
    margin-bottom: 50px;
  }
}
.content-drie-blokken.no-margin {
  margin-bottom: 0;
}
.content-drie-blokken .content *:last-child {
  margin-bottom: 0;
}
.content-drie-blokken .line-wrapper {
  border-bottom: 1px solid #c5c5c5;
}
@media only screen and (min-width: 992px) {
  .content-drie-blokken .line-wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .content-drie-blokken .line-wrapper {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .content-drie-blokken .line-wrapper {
    padding-bottom: 50px;
  }
}
.lp-slider,
.populaire-modellen-slider {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .lp-slider,
  .populaire-modellen-slider {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .lp-slider,
  .populaire-modellen-slider {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-slider,
  .populaire-modellen-slider {
    margin-bottom: 50px;
  }
}
.lp-slider.no-margin,
.populaire-modellen-slider.no-margin {
  margin-bottom: 0;
}
.lp-slider .content *:last-child,
.populaire-modellen-slider .content *:last-child {
  margin-bottom: 0;
}
.lp-slider .content,
.populaire-modellen-slider .content {
  margin-bottom: 2rem;
}
.lp-slider .swiper-buttons,
.populaire-modellen-slider .swiper-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.lp-slider .swiper-buttons .swiper-button,
.populaire-modellen-slider .swiper-buttons .swiper-button {
  border: 1px solid #e8e2e2;
  width: 3rem;
  height: 3rem;
}
.lp-slider .swiper,
.populaire-modellen-slider .swiper {
  overflow: visible;
}
.lp-slider .swiper .swiper-navigation,
.populaire-modellen-slider .swiper .swiper-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.lp-slider .swiper .swiper-navigation .swiper-buttons,
.populaire-modellen-slider .swiper .swiper-navigation .swiper-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.lp-slider .swiper .swiper-navigation .swiper-buttons .swiper-button,
.populaire-modellen-slider .swiper .swiper-navigation .swiper-buttons .swiper-button {
  border: 1px solid #e8e2e2;
  width: 3rem;
  height: 3rem;
}
.lp-slider .swiper .swiper-navigation .swiper-scrollbar,
.populaire-modellen-slider .swiper .swiper-navigation .swiper-scrollbar {
  position: relative;
  width: calc(100% - 7.5rem);
  left: unset;
  bottom: unset;
  top: unset;
}
.lp-slider .model-item .image-wrapper,
.populaire-modellen-slider .model-item .image-wrapper {
  box-shadow: 0 4px 10px 0 rgba(28, 10, 48, 0.1);
  position: relative;
  aspect-ratio: 1.33333333;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.lp-slider .model-item .image-wrapper .media,
.populaire-modellen-slider .model-item .image-wrapper .media {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.lp-slider .model-item .image-wrapper:hover .media,
.populaire-modellen-slider .model-item .image-wrapper:hover .media,
.lp-slider .model-item .image-wrapper:focus .media,
.populaire-modellen-slider .model-item .image-wrapper:focus .media {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.lp-slider .model-item .titel,
.populaire-modellen-slider .model-item .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
  margin-bottom: .25rem;
}
.lp-slider .model-item .text,
.populaire-modellen-slider .model-item .text {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .lp-slider .swiper,
  .populaire-modellen-slider .swiper {
    width: calc(100% - 2rem);
    margin-left: unset;
  }
}
.usp-blok {
  background: #1c0a30;
}
@media only screen and (min-width: 992px) {
  .usp-blok {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .usp-blok {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .usp-blok {
    margin-bottom: 50px;
  }
}
.usp-blok.no-margin {
  margin-bottom: 0;
}
.usp-blok .content *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .usp-blok {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .usp-blok {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .usp-blok {
    padding: 50px 0;
  }
}
.usp-blok .usp-item .image {
  height: 3rem;
  background: center left no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}
.usp-blok .usp-item i {
  font-size: 3rem;
  color: #753bfb;
  margin-bottom: 1rem;
}
.usp-blok .usp-item .content * {
  color: #b8b8b8;
}
.usp-blok .usp-item .content .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
.review-stars {
  display: flex;
  flex-wrap: wrap;
}
.review-stars .fa-regular {
  color: #c5c5c5;
}
.review-stars .fa-duotone.fa-star-sharp {
  --fa-secondary-color: #2fb25d;
  --fa-secondary-opacity: 1;
}
.review-stars .fa-duotone.fa-star-sharp-half {
  --fa-primary-color: #2fb25d;
  --fa-secondary-color: #c5c5c5;
}
.reviews {
  background: #f6f6f6;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .reviews {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .reviews {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews {
    margin-bottom: 50px;
  }
}
.reviews.no-margin {
  margin-bottom: 0;
}
.reviews .content *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .reviews {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .reviews {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .reviews {
    padding: 50px 0;
  }
}
.reviews .swiper {
  position: relative;
  overflow: visible;
  background: #f6f6f6;
}
.reviews .swiper::before {
  position: absolute;
  content: '';
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background: inherit;
  z-index: 10;
}
.reviews .swiper .swiper-slide {
  height: auto;
}
.reviews .swiper .swiper-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.reviews .swiper .swiper-navigation .swiper-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.reviews .swiper .swiper-navigation .swiper-buttons .swiper-button {
  border: 1px solid #e8e2e2;
  width: 3rem;
  height: 3rem;
}
.reviews .swiper .swiper-navigation .swiper-scrollbar {
  position: relative;
  width: calc(100% - 7.5rem);
  left: unset;
  bottom: unset;
  top: unset;
}
.reviews .content {
  position: relative;
  z-index: 11;
}
.reviews .content .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #1c0a30;
}
.reviews .review-item {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8e2e2;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  background: #ffffff;
  border-radius: 6px;
  height: 100%;
}
.reviews .review-item .quote {
  height: 3rem;
  margin-bottom: 1rem;
}
.reviews .review-item .quote .quote-svg {
  height: 100%;
  fill: #f3e8ff;
}
.reviews .review-item .top * {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.reviews .review-item .door {
  display: flex;
  flex-wrap: wrap;
}
.reviews .review-item .door .door-wrapper {
  flex: 1;
}
.reviews .review-item .door .door-wrapper * {
  font-size: .8rem;
}
.reviews .review-item .door .door-wrapper .naam {
  margin: 0;
}
.reviews .review-item .door .door-wrapper .datum {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .reviews .swiper {
    width: calc(100% - 2rem);
    margin-left: unset;
  }
}
.swiper .swiper-button {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #1c0a30;
  border-radius: 6px;
}
.swiper .swiper-button.swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
}
.swiper .swiper-button:hover {
  background: #753bfb;
  color: #ffffff;
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  cursor: ew-resize;
  background: #1c0a30;
}
@media only screen and (min-width: 992px) {
  .cta-blok {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-blok {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-blok {
    margin-bottom: 50px;
  }
}
.cta-blok.no-margin {
  margin-bottom: 0;
}
.cta-blok .content *:last-child {
  margin-bottom: 0;
}
.cta-blok-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5rem;
  padding: 2rem 2rem;
  background: #1c0a30;
  border-radius: 6px;
}
.cta-blok-wrapper .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1;
  gap: 2rem;
}
.cta-blok-wrapper .content-wrapper .image {
  position: relative;
  width: 80px;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 100%;
}
.cta-blok-wrapper .content-wrapper .image .ratio {
  padding-bottom: 100%;
}
.cta-blok-wrapper .content-wrapper .image::before {
  position: absolute;
  content: '';
  bottom: 5%;
  right: 5%;
  width: 15%;
  height: 15%;
  background: #2fb25d;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.cta-blok-wrapper .content-wrapper .content {
  flex: 1;
}
.cta-blok-wrapper .content-wrapper .content * {
  color: #b8b8b8;
}
.cta-blok-wrapper .content-wrapper .content .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: .5rem;
}
@media only screen and (max-width: 991px) {
  .cta-blok-wrapper {
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem;
    margin-top: calc(40px + 2rem);
  }
  .cta-blok-wrapper .content-wrapper {
    flex-direction: row-reverse;
  }
  .cta-blok-wrapper .content-wrapper .image {
    position: absolute;
    top: -40px;
    left: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .werken-met {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .werken-met {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .werken-met {
    margin-bottom: 50px;
  }
}
.werken-met.no-margin {
  margin-bottom: 0;
}
.werken-met .content *:last-child {
  margin-bottom: 0;
}
.werken-met .content {
  text-align: center;
  margin-bottom: 2rem;
}
.werken-met .logo-item {
  max-width: 200px;
  margin: 0 auto;
  background: center center no-repeat;
  background-size: contain;
}
.werken-met .logo-item .ratio {
  padding-bottom: 25%;
}
.werken-met .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.werken-met .wrapper .swiper-button {
  background: #f6f6f6;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.werken-met .wrapper .swiper-button:hover {
  background: #753bfb;
}
.werken-met .wrapper .swiper {
  width: 100%;
  flex: 1;
  padding: 0 2rem;
}
.aanbod-intro {
  padding: 2rem 0;
  background: #f6f6f6;
}
@media only screen and (min-width: 992px) {
  .aanbod-intro {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .aanbod-intro {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .aanbod-intro {
    margin-bottom: 50px;
  }
}
.aanbod-intro.no-margin {
  margin-bottom: 0;
}
.aanbod-intro .content *:last-child {
  margin-bottom: 0;
}
.aanbod-intro .main-title {
  margin-bottom: 1rem;
}
.aanbod-intro .subtitel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: -.5rem;
}
.aanbod-intro.margin-small {
  margin-bottom: 2rem;
}
.aanbod-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.aanbod-top .usp {
  border: 1px solid #2fb25d;
  background: rgba(47, 178, 93, 0.2);
  border-radius: 6px;
  width: 100%;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
}
.aanbod-top .usp i {
  margin-right: .5rem;
  color: #2fb25d;
}
.aanbod-top .gevonden {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .aanbod-top .gevonden span {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .aanbod-content {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .aanbod-content {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .aanbod-content {
    margin-bottom: 50px;
  }
}
.aanbod-content.no-margin {
  margin-bottom: 0;
}
.aanbod-content .content *:last-child {
  margin-bottom: 0;
}
.aanbod-content .modellen-list {
  column-count: 3;
}
.aanbod-content .modellen-list a {
  color: #1c0a30;
}
.aanbod-content .modellen-list a:hover,
.aanbod-content .modellen-list a:focus {
  color: #2fb25d;
}
.filter-styling .label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  margin: 0 0 3px 0;
}
.filter-styling select,
.filter-styling input:not([type='checkbox']) {
  border: 1px solid #e8e2e2;
  width: 100%;
  padding: .5rem 1rem;
  color: #1c0a30;
  background: #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
}
.filter-styling .checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3px;
}
.filter-styling .checkbox-wrapper label {
  margin-left: .25rem;
}
.filter-styling .checkbox-container {
  border: 1px solid #e8e2e2;
  width: 100%;
  padding: .5rem 0;
  height: 250px;
  border-radius: 4px;
  overflow-y: scroll;
  scrollbar-color: #753bfb #ffffff;
  scrollbar-width: thin;
}
.filter-styling .checkbox-container .checkbox-wrapper {
  padding: 0 1rem;
}
.filter-styling .checkbox-container .checkbox-wrapper label {
  flex: 1;
  padding: 3px 0;
}
.filter-styling .checkbox-container .checkbox-wrapper:hover,
.filter-styling .checkbox-container .checkbox-wrapper:focus {
  background: #f6f6f6;
}
@media only screen and (min-width: 992px) {
  .aanbod {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .aanbod {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .aanbod {
    margin-bottom: 50px;
  }
}
.aanbod.no-margin {
  margin-bottom: 0;
}
.aanbod .content *:last-child {
  margin-bottom: 0;
}
.aanbod .sidebar-wrapper {
  height: 100%;
}
.aanbod .sidebar-wrapper .sidebar-inner {
  height: 100%;
}
.aanbod .sidebar-wrapper .sidebar .filter {
  margin-bottom: 1rem;
}
.aanbod .sidebar-wrapper .sidebar .filter .label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  margin: 0 0 3px 0;
}
.aanbod .sidebar-wrapper .sidebar .filter select,
.aanbod .sidebar-wrapper .sidebar .filter input:not([type='checkbox']) {
  border: 1px solid #e8e2e2;
  width: 100%;
  padding: .5rem 1rem;
  color: #1c0a30;
  background: #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
}
.aanbod .sidebar-wrapper .sidebar .filter .checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3px;
}
.aanbod .sidebar-wrapper .sidebar .filter .checkbox-wrapper label {
  margin-left: .25rem;
}
.aanbod .sidebar-wrapper .sidebar .filter .checkbox-container {
  border: 1px solid #e8e2e2;
  width: 100%;
  padding: .5rem 0;
  height: 250px;
  border-radius: 4px;
  overflow-y: scroll;
  scrollbar-color: #753bfb #ffffff;
  scrollbar-width: thin;
}
.aanbod .sidebar-wrapper .sidebar .filter .checkbox-container .checkbox-wrapper {
  padding: 0 1rem;
}
.aanbod .sidebar-wrapper .sidebar .filter .checkbox-container .checkbox-wrapper label {
  flex: 1;
  padding: 3px 0;
}
.aanbod .sidebar-wrapper .sidebar .filter .checkbox-container .checkbox-wrapper:hover,
.aanbod .sidebar-wrapper .sidebar .filter .checkbox-container .checkbox-wrapper:focus {
  background: #f6f6f6;
}
.aanbod .sidebar-wrapper .sidebar .half {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.aanbod .sidebar-wrapper .sidebar .half select,
.aanbod .sidebar-wrapper .sidebar .half input:not([type='checkbox']) {
  flex: 1;
}
.aanbod .sidebar-vragen {
  position: sticky;
  top: 105px;
}
.aanbod .sidebar-vragen .image {
  position: relative;
  width: 3rem;
  margin: 0 0 -1.5rem 1.5rem;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.aanbod .sidebar-vragen .image::before {
  position: absolute;
  content: '';
  bottom: 5%;
  right: 5%;
  width: 15%;
  height: 15%;
  background: #2fb25d;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.aanbod .sidebar-vragen .image .ratio {
  padding-bottom: 100%;
}
.aanbod .sidebar-vragen .content-wrapper {
  border: 1px solid #e8e2e2;
  background: #f6f6f6;
  border-radius: 6px;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}
.aanbod .sidebar-vragen .content-wrapper .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
  font-size: 1rem;
}
.aanbod .cta-blok-wrapper {
  margin-bottom: 1rem;
}
.aanbod .vehicle-aanbod .sidebar-toggle {
  display: none;
}
.aanbod .vehicle-aanbod .aanbod-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .aanbod .sidebar-wrapper {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
  }
  .aanbod .sidebar-wrapper .sidebar-inner {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    opacity: 0;
    height: 100%;
    width: 75%;
    padding: 1rem 1rem;
    background: #ffffff;
    overflow: scroll;
    z-index: 1;
  }
  .aanbod .sidebar-wrapper .sidebar-side {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #1c0a30;
    opacity: .85;
  }
  .aanbod .sidebar-wrapper.in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .aanbod .sidebar-wrapper.in .sidebar-inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition-delay: .3s;
  }
  .aanbod .vehicle-aanbod .sidebar-toggle {
    display: block;
    border: 1px solid #e8e2e2;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: .5rem 1rem;
    background: #f6f6f6;
    border-radius: 6px;
  }
}
.aanbod-item {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8e2e2;
  background: #f6f6f6;
  border-radius: 6px;
  margin-bottom: 1rem;
  top: 0;
  overflow: hidden;
}
.aanbod-item .image {
  position: relative;
  aspect-ratio: 1.5;
  width: 380px;
}
.aanbod-item .image .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  object-fit: cover;
}
.aanbod-item .info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1rem 2rem;
  width: calc(100% - 380px);
}
.aanbod-item .info .top {
  position: relative;
}
.aanbod-item .info .logo {
  position: absolute;
  top: 4px;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: center center no-repeat;
  background-size: contain;
}
.aanbod-item .info .titel {
  font-size: 1.75rem;
  padding-right: 3rem;
  margin-bottom: .5rem;
}
.aanbod-item .info .subtitel {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1rem;
}
.aanbod-item .info .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.aanbod-item .info .button-wrapper .prijs-vanaf {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-right: 1rem;
}
.aanbod-item .info .button-wrapper .prijs-vanaf .prijs {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1c0a30;
}
.aanbod-item:hover,
.aanbod-item:focus {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 0 15px 0 #DDD;
}
@media only screen and (max-width: 991px) {
  .aanbod-item .image {
    width: 275px;
  }
  .aanbod-item .info {
    width: calc(100% - 275px);
  }
}
@media only screen and (max-width: 767px) {
  .aanbod-item .image {
    width: 100%;
  }
  .aanbod-item .info {
    width: 100%;
    padding: 1rem 1rem;
    gap: 1rem;
  }
  .aanbod-item .info .button-wrapper .button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.info-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.info-wrapper .info-item {
  border: 1px solid #e8e2e2;
  background: #ffffff;
  padding: .25rem .5rem;
  font-size: .9rem;
  border-radius: 4px;
}
.info-wrapper .info-item svg {
  height: 14px;
  width: 14px;
  margin-right: 3px;
  fill: #71717a;
}
@media only screen and (max-width: 767px) {
  .info-wrapper {
    gap: .25rem;
  }
  .info-wrapper .info-item {
    font-size: .85rem;
  }
}
.image-media {
  position: relative;
}
.image-media .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  object-fit: cover;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.pagination .pagination-wrapper .page-numbers {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 2px solid #f6f6f6;
  color: #1c0a30;
  border-radius: 4px;
}
.pagination .pagination-wrapper .page-numbers.current,
.pagination .pagination-wrapper .page-numbers:hover,
.pagination .pagination-wrapper .page-numbers:focus {
  border-color: #1c0a30;
}
@media only screen and (max-width: 767px) {
  .pagination .pagination-wrapper .page-numbers.dots {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .vehicle-top {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .vehicle-top {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .vehicle-top {
    margin-bottom: 50px;
  }
}
.vehicle-top.no-margin {
  margin-bottom: 0;
}
.vehicle-top .content *:last-child {
  margin-bottom: 0;
}
.vehicle-top .image {
  position: relative;
  border-radius: 6px;
  aspect-ratio: 1.33333333;
  overflow: hidden;
}
.vehicle-top .image .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  object-fit: cover;
}
.vehicle-top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vehicle-top .vehicle-slider {
  position: relative;
}
.vehicle-top .vehicle-slider .swiper-button {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  z-index: 1;
}
.vehicle-top .vehicle-slider .swiper-button.prev {
  left: 1rem;
}
.vehicle-top .vehicle-slider .swiper-button.next {
  right: 1rem;
}
.vehicle-top .vehicle-slider .swiper-button:hover {
  background: #753bfb;
}
.vehicle-top .thumb-wrapper {
  position: relative;
  margin-top: 1rem;
}
.vehicle-top .thumb-wrapper .image-count {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  bottom: .5rem;
  right: .5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 10;
}
.vehicle-top .thumb-wrapper .swiper .swiper-slide .image {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: .7;
  cursor: pointer;
}
.vehicle-top .thumb-wrapper .swiper .swiper-slide:hover .image,
.vehicle-top .thumb-wrapper .swiper .swiper-slide:focus .image,
.vehicle-top .thumb-wrapper .swiper .swiper-slide.swiper-slide-thumb-active .image {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .vehicle-top .vehicle-slider .swiper-button.prev {
    left: .5rem;
  }
  .vehicle-top .vehicle-slider .swiper-button.next {
    right: .5rem;
  }
  .vehicle-top .thumb-wrapper {
    margin-top: .5rem;
  }
}
.vehicle-scroll-popup {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #f6f6f6;
  border-top: 1px solid #e8e2e2;
  left: 0;
  bottom: 0;
}
.vehicle-scroll-popup .scroll-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
}
.vehicle-scroll-popup .title-wrapper {
  flex: 1;
  gap: .5rem;
  min-width: 0;
}
.vehicle-scroll-popup .title-wrapper .top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
}
.vehicle-scroll-popup .title-wrapper .top .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
  margin: 0;
}
.vehicle-scroll-popup .title-wrapper .top .subtitel {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  flex: 1;
}
.vehicle-scroll-popup .title-wrapper .info-wrapper {
  margin-top: .5rem;
  width: 100%;
}
.vehicle-scroll-popup .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.vehicle-scroll-popup.in {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 991px) {
  .vehicle-scroll-popup .scroll-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .vehicle-scroll-popup .title-wrapper {
    width: 100%;
  }
  .vehicle-scroll-popup .button-wrapper {
    width: 100%;
  }
  .vehicle-scroll-popup .button-wrapper .button {
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .vehicle-scroll-popup .title-wrapper {
    display: none;
  }
}
.wrapper-styling {
  border: 1px solid #e8e2e2;
  padding: 2rem 2rem;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrapper-styling {
    padding: 1rem 1rem;
  }
}
.lease-calculator {
  position: sticky;
  top: 105px;
  border: 1px solid #e8e2e2;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}
.lease-calculator .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
  color: #ffffff;
  background: #1c0a30;
  padding-bottom: .5rem;
  padding: 1.5rem 2rem;
}
.lease-calculator .middle {
  padding: 0 2rem;
}
.lease-calculator .lease-info .waarde {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.lease-calculator .lease-info .waarde .lease-fields-label {
  flex: 1;
}
.lease-calculator .lease-info .waarde .label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.lease-calculator .lease-info .waarde .prijs {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.lease-calculator .lease-info .lease-fields-label {
  position: relative;
  width: 170px;
}
.lease-calculator .lease-info .lease-fields-label .label-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lease-calculator .lease-info .lease-fields-label .label-wrapper .label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.lease-calculator .lease-info .lease-fields-label .label-wrapper .toolup-hover {
  margin-left: .5rem;
  cursor: pointer;
}
.lease-calculator .lease-info .lease-fields-label .toolup {
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  background: #1c0a30;
  width: 300px;
  padding: 1rem 1rem;
  border-radius: 4px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.lease-calculator .lease-info .lease-fields-label .toolup * {
  color: #ffffff;
  font-size: 0.9rem;
}
.lease-calculator .lease-info .lease-fields-label .toolup *:last-child {
  margin-bottom: 0;
}
.lease-calculator .lease-info .lease-fields-label .toolup.show {
  opacity: 1;
}
.lease-calculator .lease-info .lease-fields-label .aanschafwaarde-info {
  font-size: .9rem;
  font-style: italic;
  color: #776D83;
}
.lease-calculator .lease-info .lease-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.lease-calculator .lease-info .lease-fields .input-wrapper {
  position: relative;
  width: calc(100% - 170px);
}
.lease-calculator .lease-info .lease-fields .input-wrapper::before {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  font-family: "Font Awesome 6 Pro";
  content: "\f153";
  align-items: center;
  top: 0;
  left: 1rem;
  height: 100%;
  opacity: .5;
}
.lease-calculator .lease-info .lease-fields .input-wrapper .input-text {
  border: 1px solid #e8e2e2;
  height: 42px;
  border-radius: 6px;
  padding: 0 1rem 0 2.5rem;
  width: 100%;
  font-size: 16px;
}
.lease-calculator .lease-info .lease-fields .input-radio {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8e2e2;
  width: calc(100% - 170px);
  height: 42px;
  border-radius: 6px;
  overflow: hidden;
}
.lease-calculator .lease-info .lease-fields .input-radio .radio-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  border-right: 1px solid #e8e2e2;
}
.lease-calculator .lease-info .lease-fields .input-radio .radio-wrapper input {
  display: none;
}
.lease-calculator .lease-info .lease-fields .input-radio .radio-wrapper label {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.lease-calculator .lease-info .lease-fields .input-radio .radio-wrapper:hover label,
.lease-calculator .lease-info .lease-fields .input-radio .radio-wrapper:focus label,
.lease-calculator .lease-info .lease-fields .input-radio .radio-wrapper.checked label {
  background: #1c0a30;
  color: #ffffff;
}
.lease-calculator .lease-info .lease-fields .input-radio .radio-wrapper:last-child {
  border: none;
}
.lease-calculator .lease-bedrag {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8e2e2;
  justify-content: space-between;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  background: #f6f6f6;
  border-radius: 6px;
}
.lease-calculator .lease-bedrag .beschrijving {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.lease-calculator .lease-bedrag .prijs-wrapper .prijs {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.lease-calculator .button {
  width: 100%;
}
.lease-calculator .offerte-link-wrapper {
  text-align: center;
  margin-top: .5rem;
}
.lease-calculator .usps-list {
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e8e2e2;
  background: #f6f6f6;
  padding: 1rem 2rem;
  margin: 1rem 0 0;
}
.lease-calculator .usps-list li {
  position: relative;
  padding-left: 1.5rem;
}
.lease-calculator .usps-list li::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: '\f058';
  color: #2fb25d;
  top: 6px;
  left: 0;
  width: 1rem;
  height: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .lease-calculator .middle {
    padding: 0 1rem;
  }
  .lease-calculator .lease-info .lease-fields-label {
    width: 150px;
  }
  .lease-calculator .lease-info .lease-fields .input-wrapper {
    width: calc(100% - 150px);
  }
  .lease-calculator .lease-info .lease-fields .input-radio {
    width: calc(100% - 150px);
  }
}
@media only screen and (min-width: 992px) {
  .vehicle-info {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .vehicle-info {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .vehicle-info {
    margin-bottom: 50px;
  }
}
.vehicle-info.no-margin {
  margin-bottom: 0;
}
.vehicle-info .content *:last-child {
  margin-bottom: 0;
}
.vehicle-info .vehicle-info-tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #f6f6f6;
  margin-bottom: 2rem;
}
.vehicle-info .vehicle-info-tabs .tab {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  color: #484a4b;
  padding: 0 1rem;
  cursor: pointer;
  bottom: -2px;
}
.vehicle-info .vehicle-info-tabs .tab::after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  content: '';
  transform-origin: left;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #753bfb;
}
.vehicle-info .vehicle-info-tabs .tab:hover,
.vehicle-info .vehicle-info-tabs .tab:focus,
.vehicle-info .vehicle-info-tabs .tab.active {
  color: #1c0a30;
}
.vehicle-info .vehicle-info-tabs .tab:hover::after,
.vehicle-info .vehicle-info-tabs .tab:focus::after,
.vehicle-info .vehicle-info-tabs .tab.active::after {
  -webkit-transform: scaleX(100%);
  -moz-transform: scaleX(100%);
  -o-transform: scaleX(100%);
  -ms-transform: scaleX(100%);
  transform: scaleX(100%);
}
.vehicle-info .vehicle-info-tab-section {
  display: none;
}
.vehicle-info .vehicle-info-tab-section.informatie {
  column-count: 2;
}
.vehicle-info .vehicle-info-tab-section.uitrusting .features-wrapper {
  column-count: 3;
}
.vehicle-info .vehicle-info-tab-section.active {
  display: block;
}
.vehicle-info .vehicle-info-wrapper {
  margin-bottom: 2rem;
  break-inside: avoid-column;
}
.vehicle-info .titel {
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
.vehicle-info .field {
  display: flex;
  flex-wrap: wrap;
}
.vehicle-info .field .name {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 250px;
  padding-right: .5rem;
}
.vehicle-info .field .value-wrapper {
  flex: 1;
}
.vehicle-info .field.merk .value {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.vehicle-info .field.merk .value .logo {
  margin-left: .5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: center center no-repeat;
  background-size: contain;
}
.vehicle-info .field.kenteken .value {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  background: #f4be04;
  padding: 0 .75rem 0 1.5rem;
  border-radius: 4px;
  overflow: hidden;
}
.vehicle-info .field.kenteken .value::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: .75rem;
  height: 100%;
  background: #2561a0;
}
.vehicle-info .field.energielabel .value {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 26px;
  line-height: 26px;
  padding: 0 .5rem;
  color: #ffffff;
}
.vehicle-info .field.energielabel .value::after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  width: .5rem;
  height: 100%;
  background: inherit;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.vehicle-info .field.energielabel .value.a {
  background: #006634;
}
.vehicle-info .field.energielabel .value.b {
  background: #018d37;
}
.vehicle-info .field.energielabel .value.c {
  background: #92c01f;
}
.vehicle-info .field.energielabel .value.d {
  background: #ffeb00;
  color: #1c0a30;
}
.vehicle-info .field.energielabel .value.e {
  background: #f7b231;
}
.vehicle-info .field.energielabel .value.f {
  background: #e95a0c;
}
.vehicle-info .field.energielabel .value.g {
  background: #bc1622;
}
.vehicle-info .features-wrapper {
  margin-bottom: 2rem;
}
.vehicle-info .feature {
  position: relative;
  padding-left: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin-bottom: 3px;
}
.vehicle-info .feature::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: '\f058';
  color: #2fb25d;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .vehicle-info .field .name {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .vehicle-info .vehicle-info-tab-section.informatie {
    column-count: 1;
  }
  .vehicle-info .vehicle-info-tab-section.uitrusting .features-wrapper {
    column-count: 2;
  }
}
.lease-bedragen {
  background: #1c0a30;
}
@media only screen and (min-width: 992px) {
  .lease-bedragen {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .lease-bedragen {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .lease-bedragen {
    margin-bottom: 50px;
  }
}
.lease-bedragen.no-margin {
  margin-bottom: 0;
}
.lease-bedragen .content *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .lease-bedragen {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .lease-bedragen {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lease-bedragen {
    padding: 50px 0;
  }
}
.lease-bedragen .content {
  text-align: center;
  margin-bottom: 2rem;
}
.lease-bedragen .content * {
  color: #ffffff;
}
.lease-bedragen .lease-blok {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.lease-bedragen .lease-blok .top {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  background: #753bfb;
  color: #ffffff;
  padding: .75rem 1rem;
  margin-bottom: 0;
}
.lease-bedragen .lease-blok .bottom {
  padding: 1.5rem 1rem;
}
.lease-bedragen .lease-blok .bottom .prijs {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  margin: 0;
}
.lease-bedragen .lease-blok .bottom .sub-prijs {
  margin-bottom: 1rem;
}
.lease-bedragen .button-wrapper {
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .lease-bedragen .lease-blok {
    flex-direction: row;
  }
  .lease-bedragen .lease-blok .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .lease-bedragen .lease-blok .bottom {
    flex: 1;
    text-align: left;
    padding: 1rem 1rem;
  }
}
.veelgestelde-vragen {
  background: #f6f6f6;
}
@media only screen and (min-width: 992px) {
  .veelgestelde-vragen {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .veelgestelde-vragen {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .veelgestelde-vragen {
    margin-bottom: 50px;
  }
}
.veelgestelde-vragen.no-margin {
  margin-bottom: 0;
}
.veelgestelde-vragen .content *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .veelgestelde-vragen {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .veelgestelde-vragen {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .veelgestelde-vragen {
    padding: 50px 0;
  }
}
.veelgestelde-vragen .content {
  margin-bottom: 2rem;
}
.veelgestelde-vragen .faq-wrapper {
  border: 1px solid #e8e2e2;
  box-shadow: 0 4px 10px 0 rgba(28, 10, 48, 0.1);
  background: #ffffff;
  padding: 1rem 1rem;
  border-radius: 6px;
}
.veelgestelde-vragen .faq-wrapper .faq-item {
  padding: .5rem 1rem;
  border-bottom: 1px solid #e8e2e2;
}
.veelgestelde-vragen .faq-wrapper .faq-item .vraag {
  position: relative;
  cursor: pointer;
  padding-right: 2rem;
}
.veelgestelde-vragen .faq-wrapper .faq-item .vraag span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
}
.veelgestelde-vragen .faq-wrapper .faq-item .vraag i {
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  top: 9px;
  right: 0;
}
.veelgestelde-vragen .faq-wrapper .faq-item .antwoord {
  display: none;
  padding: .5rem 0 1rem;
}
.veelgestelde-vragen .faq-wrapper .faq-item .antwoord *:last-child {
  margin-bottom: 0;
}
.veelgestelde-vragen .faq-wrapper .faq-item:last-child {
  border-bottom: none;
}
.veelgestelde-vragen .faq-wrapper .faq-item.show .vraag i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.veelgestelde-vragen .faq-content {
  position: sticky;
  top: 105px;
  padding: 2rem 2rem;
  background: #1c0a30;
  border-radius: 6px;
}
.veelgestelde-vragen .faq-content .content-top * {
  color: #b8b8b8;
}
.veelgestelde-vragen .faq-content .content-top .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
  color: #ffffff;
}
.veelgestelde-vragen .faq-content .button {
  width: 100%;
}
.veelgestelde-vragen.achtergrond {
  background: #f6f6f6;
}
@media only screen and (min-width: 992px) {
  .veelgestelde-vragen.achtergrond {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .veelgestelde-vragen.achtergrond {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .veelgestelde-vragen.achtergrond {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .veelgestelde-vragen .faq-wrapper .faq-item {
    padding: .5rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .gerelateerd {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .gerelateerd {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .gerelateerd {
    margin-bottom: 50px;
  }
}
.gerelateerd.no-margin {
  margin-bottom: 0;
}
.gerelateerd .content *:last-child {
  margin-bottom: 0;
}
.merken-lease {
  background: #f6f6f6;
}
@media only screen and (min-width: 992px) {
  .merken-lease {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .merken-lease {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .merken-lease {
    padding: 50px 0;
  }
}
.merken-lease .merken-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.merken-lease .merken-wrapper .merk {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e8e2e2;
  flex-direction: column;
  align-items: center;
  padding: .75rem 1rem;
  background: #ffffff;
  border-radius: 4px;
}
.merken-lease .merken-wrapper .merk .logo {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  filter: grayscale(1);
  width: 4rem;
  height: 4rem;
  background: center center no-repeat;
  background-size: contain;
}
.merken-lease .merken-wrapper .merk .text {
  flex: 1;
}
.merken-lease .merken-wrapper .merk:hover,
.merken-lease .merken-wrapper .merk:focus {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 4px 10px 0 rgba(28, 10, 48, 0.1);
}
.merken-lease .merken-wrapper .merk:hover .logo,
.merken-lease .merken-wrapper .merk:focus .logo {
  filter: grayscale(0);
}
.merken-lease .button-wrapper {
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .merken-lease .merken-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .merken-lease .merken-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .merken-lease .merken-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .faq-blok {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-blok {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok {
    margin-bottom: 50px;
  }
}
.faq-blok.no-margin {
  margin-bottom: 0;
}
.faq-blok .content *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item {
  margin-bottom: 1rem;
}
.faq-blok .accordion .collapse-item .titel {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 2rem;
  background: #753bfb;
  border-radius: 5px;
}
.faq-blok .accordion .collapse-item .titel * {
  color: #ffffff;
  margin: 0;
}
.faq-blok .accordion .collapse-item .titel .vraag {
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .titel .vraag button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: #1c0a30;
  color: #ffffff;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
}
.faq-blok .accordion .collapse-item .titel .close {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.faq-blok .accordion .collapse-item .titel .close svg {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  fill: #ffffff;
  content: '';
  top: .5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.faq-blok .accordion .collapse-item .collapse-itself {
  padding-bottom: 2rem;
  display: none;
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .collapse-itself *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item .collapse-itself .antwoord {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
  padding: 1rem 2rem 0 2rem;
}
.faq-blok .accordion .collapse-item:hover .titel,
.faq-blok .accordion .collapse-item:focus .titel {
  background-color: rgba(117, 59, 251, 0.85);
}
.faq-blok .accordion .collapse-item:hover .titel .close,
.faq-blok .accordion .collapse-item:focus .titel .close {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.faq-blok .accordion .collapse-item.show .titel {
  background: transparent;
}
.faq-blok .accordion .collapse-item.show .titel * {
  color: #1c0a30;
}
.faq-blok .accordion .collapse-item.show .titel .vraag button {
  color: #1c0a30;
}
.faq-blok .accordion .collapse-item.show .titel .close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: #753bfb;
}
.faq-blok .accordion .collapse-item.show .titel .close svg {
  opacity: 1;
}
.faq-blok .accordion .collapse-item.show .collapse-itself .antwoord {
  padding-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .faq-blok .accordion .collapse-item .collapse-itself {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok .accordion .collapse-item .titel {
    padding: 1rem 1rem;
  }
  .faq-blok .accordion .collapse-item .collapse-itself .antwoord {
    padding: 1rem 1rem 0 1rem;
  }
}
.offerte-info .usps-list {
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  margin-top: 1rem;
}
.offerte-info .usps-list li {
  position: relative;
  padding-left: 1.5rem;
}
.offerte-info .usps-list li::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: '\f058';
  color: #2fb25d;
  top: 6px;
  left: 0;
  width: 1rem;
  height: 1rem;
  line-height: 1;
}
.wpcf7 .form-section {
  margin-bottom: 1rem;
}
.wpcf7 .half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7 .half .half,
.wpcf7 .half label {
  width: calc(50% - .25rem);
}
.wpcf7 .third {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7 .third label {
  width: calc(33.33% - .25rem);
}
.wpcf7 label {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
  margin-bottom: .5rem;
  z-index: 1;
}
.wpcf7 label select::-ms-expand {
  display: none;
}
.wpcf7 label p,
.wpcf7 label span {
  font-size: .85rem;
  margin: 0;
}
.wpcf7 label input,
.wpcf7 label textarea,
.wpcf7 label select {
  position: relative;
  border: 1px solid #e8e2e2;
  display: block;
  font-size: .9rem;
  padding: .5rem .5rem;
  height: 40px;
  width: 100%;
  background-color: transparent;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 label input:active,
.wpcf7 label textarea:active,
.wpcf7 label select:active,
.wpcf7 label input:focus,
.wpcf7 label textarea:focus,
.wpcf7 label select:focus {
  outline: none;
  border-color: #753bfb;
}
.wpcf7 label input::-ms-clear,
.wpcf7 label textarea::-ms-clear,
.wpcf7 label select::-ms-clear {
  display: none;
  opacity: 0;
}
.wpcf7 label input.wpcf7-not-valid,
.wpcf7 label textarea.wpcf7-not-valid,
.wpcf7 label select.wpcf7-not-valid {
  border-color: red;
}
.wpcf7 label textarea {
  resize: vertical;
  height: 100px;
  min-height: 100px;
  max-height: 200px;
}
.wpcf7 .submit-button {
  position: relative;
  text-align: center;
}
.wpcf7 .submit-button input {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 25px;
  background: #2fb25d;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  color: #ffffff;
  width: 100%;
}
.wpcf7 .submit-button input span {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #ffffff;
  line-height: inherit;
  z-index: 1;
}
.wpcf7 .submit-button input i {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  height: 1rem;
  aspect-ratio: 1;
}
.wpcf7 .submit-button input::after {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -ms-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  transform-origin: top;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f753d;
}
.wpcf7 .submit-button input:hover span,
.wpcf7 .submit-button input:focus span {
  color: #ffffff;
}
.wpcf7 .submit-button input:hover i[class*="fa-arrow"],
.wpcf7 .submit-button input:focus i[class*="fa-arrow"] {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wpcf7 .submit-button input:hover::after,
.wpcf7 .submit-button input:focus::after {
  -webkit-transform: scaleY(100%);
  -moz-transform: scaleY(100%);
  -o-transform: scaleY(100%);
  -ms-transform: scaleY(100%);
  transform: scaleY(100%);
}
.wpcf7 .submit-button input.ghost {
  border: 2px solid #f6f6f6;
  background: transparent;
}
.wpcf7 .submit-button input.ghost span {
  color: #753bfb;
}
.wpcf7 .submit-button input.ghost::after {
  background-color: #753bfb;
}
.wpcf7 .submit-button input.ghost:hover,
.wpcf7 .submit-button input.ghost:focus {
  border-color: #753bfb;
}
.wpcf7 .submit-button input.ghost:hover span,
.wpcf7 .submit-button input.ghost:focus span {
  color: #ffffff;
}
.wpcf7 .submit-button input.ghost-green {
  border: 2px solid #2fb25d;
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wpcf7 .submit-button input.ghost-green span {
  color: #2fb25d;
}
.wpcf7 .submit-button input.ghost-green::after {
  background-color: #1f753d;
}
.wpcf7 .submit-button input.ghost-green:hover,
.wpcf7 .submit-button input.ghost-green:focus {
  border-color: #1f753d;
}
.wpcf7 .submit-button input.ghost-green:hover span,
.wpcf7 .submit-button input.ghost-green:focus span {
  color: #ffffff;
}
.wpcf7 .submit-button input.white {
  background: #ffffff;
}
.wpcf7 .submit-button input.white span {
  color: #753bfb;
}
.wpcf7 .submit-button input.white::after {
  background-color: #753bfb;
}
.wpcf7 .submit-button input.white:hover span,
.wpcf7 .submit-button input.white:focus span {
  color: #ffffff;
}
.wpcf7 .submit-button input:hover,
.wpcf7 .submit-button input:focus {
  background: #1f753d;
}
.wpcf7 .submit-button .wpcf7-spinner {
  position: absolute;
  left: calc(100% + 1rem);
  background: #000000;
  opacity: 1;
  pointer-events: none;
  margin: 0;
  order: 3;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: .5rem;
  color: red;
  font-size: .85rem;
  line-height: 1;
}
.wpcf7 form .wpcf7-response-output {
  border: 2px solid #000000 !important;
  padding: 1rem 1rem;
  margin: 1rem 0 0 0;
}
@media only screen and (max-width: 767px) {
  .wpcf7 label p,
  .wpcf7 label span {
    font-size: .8rem;
  }
}
#exit-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  transition: background 0.4s ease;
}
#exit-popup-overlay.active {
  display: flex;
}
#exit-popup-overlay.visible {
  background: rgba(0, 0, 0, 0.6);
}
#exit-popup-box {
  background: #fff;
  padding: 2.5rem 3rem;
  max-width: 640px;
  width: 90%;
  border-radius: 6px;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#exit-popup-overlay.visible #exit-popup-box {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#exit-popup-overlay.hiding {
  background: rgba(0, 0, 0, 0);
}
#exit-popup-overlay.hiding #exit-popup-box {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
}
#exit-popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 22px;
  cursor: pointer;
  background: none;
  border: none;
  color: #555;
}
#exit-popup-box .titel {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #1c0a30;
  margin-top: 0;
}
#exit-popup-box p {
  color: #555;
}
#exit-popup-box .popup-decline {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  color: #999;
  cursor: pointer;
  text-decoration: underline;
}
