:root {
  --black: black;
  --gray-1: #353e44;
  --primary-1: #c28563;
  --white: white;
  --gray-3: #e9eef1;
  --gray-4: #f8f8f8;
  --primary-2: #0fbf95;
  --primary-3: #041e39;
  --gray-2: #4f5c65;
  --success: #38cb89;
  --bg: #f3f3f3;
  --danger: #da2424;
  --warning: #ffb400;
  --dark-slate-grey: #f3f3f3;
  --lines: #e0e0e0;
  --dark-grey: #a8a8a8;
  --white-smoke: #f2efea;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

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

body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

h1 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}

h5 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
}

a {
  color: var(--gray-1);
  text-decoration: none;
}

a.w--current {
  color: var(--primary-1);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 1px #000;
  margin-bottom: 24px;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.container {
  z-index: 3;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.container.nav-bar {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.nav-bar.left {
  justify-content: flex-start;
}

.container.nav-bar.justify-left-rifht {
  justify-content: space-between;
}

.container.nav-10-container {
  z-index: 10;
}

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

.container.container-small {
  max-width: 864px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.overlay {
  position: relative;
}

.container.zindex {
  z-index: 6;
  position: relative;
}

.container.full {
  max-width: 95%;
}

.container.page-header {
  text-align: center;
  position: relative;
}

.container.page-header.blog {
  margin-top: 33px;
}

.container.verkopen {
  background-color: var(--white);
  padding: 60px;
}

.container.containr-2 {
  position: relative;
}

.container.container-medium-2 {
  max-width: 1200px;
}

.row {
  width: 100%;
  direction: ltr;
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.row.align-start {
  align-items: flex-start;
}

.row.row-example {
  min-height: 175px;
  background-color: #f7f4ff;
}

.row.row-align-center {
  justify-content: center;
  align-items: center;
}

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

.row.row-align-center.top {
  align-items: stretch;
}

.row.align-end {
  align-items: flex-end;
}

.row.row-justify-center {
  justify-content: center;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-between {
  justify-content: space-between;
}

.row.justify-around {
  justify-content: space-around;
}

.row.row-align-center {
  align-items: center;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-justify-between.facet-row {
  flex-wrap: nowrap;
}

.row.row-split-content {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  display: grid;
}

.row.row-split-content.reverse-direction {
  direction: rtl;
}

.row.row-no-wrap {
  flex-wrap: nowrap;
}

.row.correct-margins {
  margin-left: -15px;
  margin-right: -15px;
}

.row.listing-top-bar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.row.property-card {
  z-index: 9999;
  position: relative;
}

.row.row-property-naighb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.col-1 {
  max-width: 8.33333%;
  flex-basis: 8.33%;
}

.col.col-11 {
  max-width: 91.6667%;
  flex-basis: 91.67%;
}

.col.col-2 {
  max-width: 16.6667%;
  flex-basis: 16.67%;
}

.col.col-10 {
  max-width: 83.3333%;
  flex-basis: 83.33%;
}

.col.col-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.col.col-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.col.col-4 {
  max-width: 33.3333%;
  flex-basis: 33.33%;
}

.col.col-8 {
  max-width: 66.6667%;
  flex-basis: 66.67%;
}

.col.col-5 {
  max-width: 41.6667%;
  flex-basis: 41.67%;
}

.col.col-7 {
  max-width: 58.3333%;
  flex-basis: 58.33%;
}

.col.col-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.col.col-12 {
  max-width: 100%;
  flex-basis: 100%;
}

.col.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.self-start {
  align-self: flex-start;
}

.col.self-center {
  align-self: center;
}

.col.self-end {
  align-self: flex-end;
}

.col.order-last {
  order: 1;
}

.col.order-first {
  order: -1;
}

.inner-div-example {
  text-align: center;
  background-color: #f3faff;
  border: 1px solid #c0e5ff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section.light {
  background-color: rgba(9, 106, 208, .04);
}

.section.intro {
  background-color: #4daaec;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.page-header {
  background-color: var(--black);
  color: var(--white);
  padding-top: 250px;
  padding-bottom: 150px;
}

.section.page-header.style-2 {
  background-color: #f4f4f4;
  padding-top: 80px;
}

.section.page-header.style-3 {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.page-header.bigger {
  padding-bottom: 146px;
}

.section.cta {
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.no-top-space {
  padding-top: 0;
}

.section.no-top-space.more-bottom {
  padding-bottom: 120px;
}

.section.footer {
  padding-bottom: 45px;
}

.section.footer-main {
  padding-bottom: 20px;
}

.section.footer-bottom {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.style-guide-section {
  border-bottom: 1px solid var(--gray-3);
}

.section.bg-gray-4 {
  background-color: var(--gray-4);
}

.section.no-bottom-space {
  padding-bottom: 0;
}

.section.utility-page-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section.section-hero {
  min-height: 85vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.section-afspraak {
  background-color: var(--black);
}

.section.medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.medium.bg-gray-1 {
  background-color: var(--black);
  color: var(--white);
}

.section.medium.no-bottom-space {
  padding-bottom: 0;
}

.section.medium.test {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.verkopen-container {
  border-bottom: 1px solid var(--black);
  padding-top: 0;
}

.section.less-bottom {
  padding-bottom: 45px;
}

.section.nav-reveal-section {
  z-index: 1;
  width: 100vw;
  height: 0;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section.section-hero-property {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section.less-top {
  padding-top: 60px;
}

.section.less-top.even-less {
  padding-top: 45px;
}

.section.properties-header {
  padding-bottom: 0;
}

.emp {
  color: #4daaec;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.light {
  color: #fff;
}

.button1 {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 12px 38px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.button1.button_secondary {
  border-color: var(--black);
  background-color: var(--black);
}

.button1.button-oultine {
  border: 1px solid var(--gray-1);
  color: var(--gray-1);
  background-color: rgba(0, 0, 0, 0);
}

.button1.button-oultine:hover {
  background-color: #e7e7e7;
  transform: none;
}

.button1.button-oultine.reversed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .25);
}

.button1.button-oultine.reversed:hover {
  color: #1a1b1f;
  background-color: #fff;
}

.button1.reversed {
  color: #1a1b1f;
  background-color: #fff;
  border-color: #fff;
}

.button1.reversed:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.button1.rounded {
  border-radius: 60px;
}

.button1.button-small {
  padding: 4px 16px;
  font-size: 14px;
}

.button1.button-large {
  padding: 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.button1.button-round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button1.button-round:hover {
  border-radius: 100%;
}

.button1.dropdown-button {
  opacity: 1;
  display: flex;
}

.button1.bg-primary-2 {
  border-color: var(--primary-2);
}

.button1.bg-primary-3 {
  border-color: var(--primary-3);
}

.button1.bg-gray-1 {
  border-color: var(--gray-1);
}

.button1.bg-gray-2 {
  border-color: var(--gray-2);
}

.button1.bg-gray-3 {
  border-color: var(--gray-3);
  color: var(--gray-1);
}

.button1.bg-gray-3:hover {
  border-color: var(--gray-3);
  background-color: var(--gray-3);
  box-shadow: none;
}

.button1.bg-gray-4 {
  border-color: var(--gray-4);
  color: var(--gray-1);
}

.button1.bg-gray-4:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.button1.bg-success {
  border-color: var(--success);
}

.button1.form-search-button {
  margin-left: 12px;
}

.button1.icon-left {
  padding-left: 12px;
}

.button1.button-to-top {
  width: 48px;
  height: 48px;
  background-color: var(--gray-1);
  border-style: none;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button1.search-submit {
  height: 100%;
  background-color: var(--black);
  border-style: none;
  border-radius: 0;
}

.button1.group {
  border: 1px solid var(--black);
  background-color: var(--bg);
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.button1.group:hover {
  background-color: var(--black);
  color: var(--white);
}

.button1.group.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button1.button-cta {
  background-image: url('../images/hero-arrow-white.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 80px;
  align-items: center;
  padding: 19px 124px 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.button1.button-cta:hover {
  background-position: 95%;
}

.button1.wide {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button1.button-property-media {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.button1.button-property-media.greyed-out {
  cursor: default;
  background-color: #c9c9c9;
}

.button1.outline {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button1.outline:hover {
  background-color: var(--white);
  color: var(--black);
}

.version-grid {
  opacity: .75;
  color: #fff;
  font-size: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb20.sm {
  margin-bottom: 0;
}

.paragraph-small {
  font-size: 14px;
  font-weight: 300;
}

.paragraph-small.no-bottom-margin {
  margin-bottom: 0;
}

.paragraph-small.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.paragraph-small.bottom-margin {
  margin-bottom: 20px;
}

.card {
  width: 100%;
  text-align: left;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.card.shadow {
  flex-direction: row;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.card.border {
  border: 1px solid #e4e4e4;
}

.card.border.stretch {
  flex: 1;
}

.card.bg-white {
  color: var(--white);
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(233, 238, 241, 0);
}

.card.listing-4-card {
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.card.card-horizontal {
  flex-direction: row;
  display: flex;
}

.card.style-guide-color-card {
  min-width: 150px;
}

.card.form-input-card {
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  transition: all .2s;
}

.card.form-input-card:focus {
  border-color: var(--primary-1);
}

.card.shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
}

.card.card-body.propery-meta-card {
  background-color: #000;
  border-style: none;
  border-radius: 0;
  margin-top: -91px;
}

.card.card-body.facet-card {
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.card.card-body.facet-card.no-margins {
  margin-top: 0;
}

.card.card-body.property-data {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
}

.card.card-body.property-data.dark {
  background-color: var(--black);
  color: #cecdcc;
}

.card.bg-primary-2 {
  background-color: var(--black);
}

.card.realisaties-card {
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.navigation-overlay {
  z-index: 7;
  padding-left: 35px;
  padding-right: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  float: none;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu.right {
  justify-content: flex-end;
  align-items: center;
}

.nav-menu.right.stretch {
  flex: 1;
}

.nav-menu.right.stretch.esktop {
  min-height: 500px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
}

.nav-menu.style-3 {
  width: 100%;
  background-color: #cecece;
}

.nav-menu.navbar-1-menu {
  flex: 0 auto;
  margin-right: 23px;
}

.dropdown-list {
  border: 1px #f4f4f4;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.dropdown-list.w--open {
  z-index: 9999;
  border: 1px solid var(--gray-3);
  opacity: 1;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 4px 0 6px rgba(0, 0, 0, .05);
}

.dropdown-list.rigt {
  z-index: 9999;
  right: 0;
}

.dropdown-list.dropdown-list-top {
  padding-bottom: 0;
}

.dropdown-list.dropdown-list-top.dd-list-large.w--open {
  min-width: 320px;
}

.dropdown-list.dd-list-nav {
  background-color: var(--black);
  border-style: none;
  border-radius: 0;
}

.dropdown-list.dd-list-nav.w--open {
  min-width: 250px;
  left: -15px;
}

.navigation-style-1 {
  width: 80%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.navigation-style-1.vertical {
  flex-direction: column;
  align-items: center;
}

.dropdown-link {
  opacity: 1;
  color: var(--gray-2);
  text-align: left;
  padding: 6px 0;
  transition: opacity .2s;
}

.dropdown-link:hover {
  opacity: 1;
  color: var(--primary-1);
}

.dropdown-link.w--current {
  opacity: 1;
}

.dropdown-link.dropdown-link-block {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
}

.dropdown-link.dd-link-nav {
  color: #fff;
  transition-property: all;
}

.dropdown-link.dd-link-nav:hover {
  padding-left: 8px;
}

.dropdown-link.dd-link-nav.w--current {
  padding-left: 8px;
  font-weight: 700;
}

.logo-brand {
  z-index: 5;
  width: 125px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-right: 25px;
  display: flex;
}

.logo-brand.style-3 {
  width: 150px;
  height: 150px;
  background-color: #f4f4f4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0;
  padding: 30px 15px;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  flex-flow: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 12px 9px 36px;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  transition: all .15s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.w--open {
  background-color: var(--black);
}

.nav-link.nav-white {
  opacity: 1;
  color: #fff;
}

.nav-link.cta {
  background-color: var(--primary-1);
  opacity: 1;
  color: #fff;
}

.nav-link.meer {
  width: 100%;
  flex: 0 auto;
  align-self: stretch;
}

.nav-link.last {
  padding-right: 0;
}

.nav-link.nav-link-popup {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link.nav-link-popup.small {
  padding-top: 3px;
  padding-bottom: 3px;
}

.nav-push-left {
  flex: 1;
}

.dropdown-chevron {
  margin-right: 20px;
}

.dropdown-chevron._2 {
  margin-right: 5px;
}

.ml-auto {
  margin-left: auto;
}

.nav-center {
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.nav-top-logo {
  padding-top: 0;
}

.nav-top-bar {
  z-index: 4;
  width: 100%;
  background-color: var(--gray-3);
  position: relative;
}

.top-nav-link {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.top-nav-link:hover {
  opacity: 1;
}

.top-nav-link.w--current {
  color: var(--white);
}

.top-nav-link.dropdown {
  padding-right: 24px;
}

.top-nav-link.first {
  padding-left: 0;
}

.top-nav-link.last {
  padding-right: 0;
}

.mr10 {
  margin-right: 10px;
  display: inline-block;
}

.fa {
  font-family: "Fa 400", sans-serif;
  font-size: 17px;
  line-height: 17px;
  display: inline-block;
}

.fa.big {
  font-size: 28px;
  line-height: 34px;
}

.fa.big.solid {
  font-family: "Fa solid 900", sans-serif;
}

.fa.brands {
  font-family: "Fa brands 400", sans-serif;
}

.fa.solid {
  font-family: "Fa solid 900", sans-serif;
}

.fa.solid.bigger {
  font-size: 22px;
  line-height: 28px;
}

.flex {
  align-items: center;
  display: flex;
}

.flex.left {
  justify-content: flex-start;
}

.flex.justiy-left-right {
  justify-content: space-between;
}

.flex.stretch {
  flex: 1;
  align-items: center;
}

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

.flex.vertical.left {
  align-items: flex-start;
}

.flex.vertical.xs {
  flex-direction: row;
}

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

.flex.align-top {
  align-items: flex-start;
}

.flex.justify-between {
  width: 100%;
  justify-content: space-around;
}

.flex.typr {
  margin-top: 3px;
  margin-bottom: 3px;
}

.flex.wrap {
  flex-wrap: wrap;
}

.mb10 {
  margin-bottom: 10px;
}

.mb10.xs {
  margin-bottom: 0;
}

.nav-main-bar {
  z-index: 1;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.inline-form-wrap {
  width: 100%;
  margin-bottom: 0;
}

.dropdown {
  z-index: 9999;
}

.form-input {
  height: 44px;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--gray-3);
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px 20px 10px 0;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: var(--primary-1);
}

.form-input.with-icon {
  margin-bottom: 0;
  padding-left: 46px;
}

.form-input.subscribe {
  width: 330px;
  margin-right: 10px;
}

.form-input.form-input-small {
  height: 36px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 20px;
}

.form-input.form-input-large {
  height: 60px;
  font-size: 18px;
}

.form-input.form-input-large.subscribe-form-input {
  margin-right: 12px;
}

.form-input.textarea-input {
  height: auto;
  min-height: 96px;
  padding-top: 12px;
}

.form-input.textarea-input.textarea-input-large {
  min-height: 240px;
}

.form-input.subscribe-form-input {
  margin-right: 12px;
}

.form-input.form-input-naked {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
}

.ml10 {
  margin-left: 10px;
}

.nav-mid-bar {
  z-index: 2;
  width: 100%;
  background-color: var(--gray-3);
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.field-icon {
  width: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.line-1 {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  margin: 3px auto;
  display: block;
  position: static;
}

.nav-list {
  z-index: 2;
  float: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-list.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.nav-list.footer {
  justify-content: flex-start;
}

.nav-list.footer._2 {
  margin-left: 15px;
  margin-right: 15px;
}

.nav-list.navlist-show-md {
  display: none;
}

.nav-list.sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.nav-top-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.menu-button {
  z-index: 901;
  cursor: pointer;
  margin-left: 19px;
  margin-right: -9px;
  padding: 12px;
  position: relative;
}

.menu-button.w--open {
  background-color: var(--black);
}

.menu-button.with-text {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
}

.show-md {
  display: none;
}

.line-2, .line-3 {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  margin: 3px auto;
  display: block;
  position: static;
}

.footer-link {
  color: var(--gray-2);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.footer-link:hover {
  opacity: 1;
}

.mb40 {
  margin-bottom: 40px;
}

.mb40.sm {
  margin-bottom: 0;
}

.footer-heading {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.mr20 {
  margin-right: 20px;
}

.footer-text.no-bottom-margin {
  margin-bottom: 0;
}

.footer-text.style-2 {
  margin-bottom: 0;
  margin-right: 0;
}

.divider {
  width: 100vw;
  height: 4vw;
  position: relative;
}

.divider.divider-bottom {
  z-index: 1;
  margin-top: 96px;
  top: 1px;
}

.text-small {
  font-size: 14px;
  line-height: 20px;
}

.text-small.style-guide-label {
  opacity: .5;
  margin-top: 6px;
}

.text-small.form-hint-text {
  margin-top: 6px;
}

.text-small.testimonial-author {
  margin-top: 8px;
}

.text-small.caps {
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-small.mb16 {
  margin-bottom: 16px;
}

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

.align-center._100 {
  width: 100%;
}

.form-group {
  margin-bottom: 12px;
}

.form-group.more-margin {
  margin-bottom: 20px;
}

.breadcrumbs {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.breadcrumb-item {
  display: inline-block;
}

.mb30 {
  margin-bottom: 30px;
}

.card-body {
  flex: 1;
  padding: 24px;
}

.card-body.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-body.more-padding {
  padding: 36px;
}

.card-body.more-padding.more {
  padding: 60px;
}

.card-body.no-hor-padding {
  padding-left: 0;
  padding-right: 0;
}

.card-body.listing-4-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  position: relative;
}

.card-body.card-body-small {
  padding: 16px;
}

.card-body.card-body-large {
  padding: 36px;
}

.card-body.featured-blog-post-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 36px 72px;
  display: flex;
}

.card-body.blog-post-horizontal-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 36px;
  display: flex;
}

.card-body.border-bottom {
  border-bottom: 1px solid var(--gray-3);
}

.card-body.job-card-body {
  justify-content: space-between;
  display: flex;
}

.card-body.job-card-body-2 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-body.blog-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 12px 0 0;
  display: flex;
  position: relative;
}

.card-body.content-width-medium {
  margin-left: auto;
  margin-right: auto;
}

.card-body.card-main-specs {
  padding: 0 0 36px 72px;
}

.card-body.card-main-specs.more {
  padding: 60px;
}

.card-icon {
  margin-bottom: 20px;
}

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

.rounded {
  border-radius: 6px;
}

.card-horizontal {
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.no-margins {
  margin: 0;
}

.image-100 {
  width: 100%;
}

.top-button {
  z-index: 98;
  transition: background-color .3s;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.image-rounded {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.section-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 60px;
  display: flex;
}

.section-header.section-header-left {
  text-align: left;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.section-header.no-bottom-margin {
  margin-bottom: 0;
}

.section-header.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.section-header.less-bottom {
  margin-bottom: 40px;
}

.form-with-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  width: 100%;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.text-area {
  min-height: 140px;
  color: var(--primary-1);
  background-color: #fff;
  border: 1px solid #e4e4e4;
  margin-bottom: 0;
  padding: 16px;
}

.text-area::-ms-input-placeholder {
  color: #1a1b1f;
}

.text-area::placeholder {
  color: #1a1b1f;
}

.map-wrapper {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.avatar-container {
  align-items: center;
  position: relative;
}

.hide {
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.circle {
  z-index: 1;
  width: 48px;
  height: 48px;
  border: 1px none var(--primary-1);
  background-color: var(--gray-2);
  border-radius: 49px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.circle.list-circle {
  margin-right: 24px;
}

.step-content {
  flex: 1;
}

.tab {
  width: 100%;
}

.tabs-menu-2 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-5 {
  opacity: .5;
  color: var(--gray-1);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link-5.w--current {
  opacity: 1;
  color: var(--primary-2);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.how-it-works-tab {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.no-underline {
  text-decoration: none;
}

.select-field {
  height: 50px;
  border: 1px solid var(--gray-3);
  color: #1a1b1f;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 5px;
}

.cart-badge {
  width: 17px;
  height: 17px;
  color: #fff;
  background-color: #47d68c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.s-default-state {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.product-row-wrapper {
  border-bottom: 1px solid #ddd;
  align-items: flex-start;
  margin-bottom: 17px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.link-block {
  color: #ff5f5f;
  margin-right: 13px;
}

.cart-image {
  width: 50px;
  height: 50px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.cart-product-title {
  color: var(--gray-1);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.sticky-aside {
  position: -webkit-sticky;
  position: sticky;
  top: -15px;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.text-white {
  color: #fff;
}

.nav-item {
  align-self: stretch;
  margin-bottom: 0;
  display: flex;
}

.div-block-107 {
  justify-content: center;
  display: flex;
}

.social-icons-container {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
}

.social-icons-container.left {
  justify-content: flex-start;
}

.social-icon {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  display: flex;
}

.social-icon.email {
  font-family: "Fa 400", sans-serif;
}

.social-icon.facebook {
  background-color: #3b5998;
}

.social-icon.twitter {
  background-color: #1da1f2;
}

.social-icon.googleplus {
  background-color: #d34836;
}

.social-icon.linkedin {
  background-color: #0d77b7;
}

.social-icon.pinterest {
  background-color: #cd2029;
}

.social-icon._2 {
  border-radius: 0%;
  margin-left: 3px;
  margin-right: 3px;
}

.rich-text-block-3 {
  margin-bottom: 40px;
}

.yoast-breadcrumbs {
  color: var(--white);
}

.project-wrapper {
  width: 100%;
  color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-content {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.article-icons-wrapper {
  width: 100%;
  padding-top: 24px;
}

.article-icons-wrapper.mb {
  margin-bottom: 40px;
}

.list-item {
  width: 100%;
}

.navigation-fixed {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 12px 0 24px rgba(0, 0, 0, .05);
}

.expendable {
  z-index: 0;
  width: 100%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.expandable-title {
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px 0;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.expandable-title:hover {
  color: #1a1b1f;
}

.expandable-title.style-2 {
  padding: 12px 0 13px;
}

.accordion-content-wrapper {
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.accordion-content {
  padding: 24px 0;
}

.accordion-content.style-2 {
  padding: 12px 0 0;
}

.expandable-wrapper {
  width: 100%;
  margin-bottom: 12px;
}

.width-100 {
  width: 100%;
}

.width-100.md {
  width: auto;
}

.davidson-banner-1 {
  min-height: 620px;
  background-image: url('../images/5c6ec243a55344360821390d_portfolio-2---wide.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 123px;
  padding-bottom: 123px;
  display: flex;
  position: relative;
}

.text-jumbo {
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.section-intro {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.paragraph-light {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.calendar-month {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.calendar-day {
  font-size: 36px;
  font-weight: 700;
}

.calendar {
  width: 100px;
  height: 100px;
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  display: flex;
}

.calendar.fixed {
  width: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-footer {
  max-width: 720px;
  text-align: center;
  justify-content: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-footer.no-margins {
  margin-top: 0;
}

.project-image {
  z-index: 1;
  width: 100%;
  height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.project-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show-xs {
  display: none;
}

.nav-line {
  width: 45px;
  height: 2px;
  background-color: var(--primary-1);
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader.hide {
  display: none;
}

.preloader-image {
  z-index: 3;
  width: 55px;
  height: 66px;
  background-image: url('../images/Ripple-1.7s-100px-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.text-block {
  margin-left: 8px;
}

.s-cart-wrapper {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
  justify-content: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-cart-container {
  z-index: 1002;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.s-cart-header {
  border-bottom: 1px solid #ddd;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.s-cart-form-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.s-cart-list {
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.s-cart-footer {
  border-top: 1px solid #ddd;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.heading {
  margin-bottom: 0;
}

.s-cart-close-area {
  z-index: 1001;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-small {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.f1-bottom-wrap {
  justify-content: space-between;
  display: flex;
}

.f1-bottom-left {
  display: flex;
}

.style-guide-container {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.style-guide-container.wide {
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}

.style-guide-title {
  width: 336px;
  background-color: var(--gray-4);
  border-radius: 10px;
  margin-right: 48px;
  padding: 36px;
  position: relative;
}

.style-guide-content {
  flex: 1;
}

.style-guide-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.style-guide-row.reversed-buttons {
  padding: 12px 12px 0;
}

.style-guide-color {
  width: 100%;
  height: 72px;
  background-color: #0087ee;
  border-radius: 5px 5px 0 0;
}

.style-guide-color.bg-primary {
  background-color: var(--primary-1);
}

.bg-primary {
  background-color: var(--primary-1);
  color: var(--white);
}

.bg-primary-2 {
  background-color: var(--primary-2);
  color: var(--white);
}

.bg-primary-3 {
  background-color: var(--primary-3);
  color: var(--white);
}

.bg-success {
  background-color: var(--success);
  color: var(--white);
}

.bg-danger {
  background-color: var(--danger);
  color: var(--white);
}

.bg-warning {
  background-color: var(--warning);
  color: var(--white);
}

.bg-gradient-1 {
  background-image: linear-gradient(270deg, var(--primary-2), var(--primary-1));
}

.bg-gradient-2 {
  background-image: linear-gradient(to right, var(--primary-2), var(--primary-3));
}

.bg-gray-1 {
  background-color: var(--dark-slate-grey);
}

.bg-gray-2 {
  background-color: var(--gray-2);
}

.bg-gray-3 {
  background-color: var(--gray-3);
}

.bg-gray-4 {
  background-color: var(--gray-4);
}

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

.h6-small {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.h6-small.style-guide-subheading {
  margin-bottom: 24px;
}

.h6-small.dropdown-heading {
  margin-bottom: 0;
  margin-right: 8px;
}

.h6-small.no-bottom-space {
  margin-bottom: 0;
}

.text-large {
  font-size: 18px;
  line-height: 28px;
}

.text-large.content-row-subtitle {
  margin-bottom: 48px;
}

.text-spacer {
  margin-right: 12px;
}

.style-guide-typography {
  margin-bottom: 16px;
  display: flex;
}

.text-tiny {
  font-size: 12px;
}

.text-small-caps {
  text-transform: uppercase;
  font-weight: 500;
}

.style-guide-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.form-label {
  margin-bottom: 8px;
}

.badge {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
  position: relative;
}

.badge.badge-small {
  height: 24px;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.badge.bg-gray-1 {
  color: var(--white);
}

.badge.bg-white {
  background-color: var(--white);
  color: var(--black);
}

.badge.bg-white.marginleft {
  margin-left: 15px;
}

.badge.bg-accent {
  background-color: var(--primary-1);
}

.avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.avatar.avatar-xl {
  width: 216px;
  height: 216px;
}

.avatar.avatar-l {
  width: 96px;
  height: 96px;
}

.avatar.avatar-s {
  width: 48px;
  height: 48px;
}

.avatar.avatar-xs {
  width: 36px;
  height: 36px;
}

.avatar-indicator {
  width: 20%;
  height: 20%;
  min-height: 12px;
  min-width: 12px;
  border: 2px solid var(--white);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 5%;
}

.avatar-group {
  padding-right: 16px;
  display: flex;
}

.avatar-group-item {
  border: 2px solid var(--gray-4);
  margin-right: -24px;
}

.avatar-name-container {
  color: var(--gray-1);
  align-items: center;
  display: flex;
}

.avatar-name-container.text-white {
  color: var(--white);
}

.card-footer {
  border-top: 1px solid var(--gray-3);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.card-footer.no-border {
  border: 1px #000;
  padding-top: 0;
}

.card-footer.no-border.more-padding {
  padding-bottom: 24px;
  padding-left: 36px;
  padding-right: 36px;
}

.text-muted {
  opacity: .5;
}

.card-image-head {
  width: 100%;
}

.card-image-head.fixed-height {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pill {
  border-radius: 1000px;
  align-items: center;
  padding: 12px 24px 12px 12px;
  display: flex;
}

.pill.notice {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.pill.notice.bg-white {
  background-color: rgba(255, 255, 255, .05);
}

.pill-text {
  padding-left: 12px;
}

.pill-image {
  max-height: 36px;
  margin-top: 3px;
  margin-bottom: 4px;
  margin-left: 8px;
}

.pill-heading {
  margin-bottom: 0;
  margin-right: 8px;
  padding-left: 16px;
}

.pill-heading._2 {
  padding-left: 8px;
}

.breadcrumb-link {
  color: var(--gray-2);
}

.breadcrumb-icon {
  opacity: .5;
}

.shadow-small {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .05);
}

.shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
}

.shadow-large {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
}

.expandable-heading {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.expandable-icon {
  display: block;
}

.dropdown-icon {
  margin-left: 4px;
  margin-right: -8px;
  position: relative;
}

.dropdown-list-footer {
  background-color: var(--gray-3);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 12px 24px;
}

.dropdown-link-pair {
  padding: 4px 24px;
  display: flex;
}

.dropdown-link-pair.dd-link-pair-block {
  padding: 0;
}

.nav-link-content {
  flex-direction: column;
  display: flex;
}

.dropdown-icon-nav {
  flex: 1;
  margin-right: -3px;
  position: relative;
}

.navbar-container {
  z-index: 99;
  position: relative;
}

.radio-checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: 500;
}

.checkbox-field {
  cursor: pointer;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 24px;
}

.topnav-content-right {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.navbar-right {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.logo-brand-square {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  display: flex;
}

.nav-12-mid-bar-wrapper {
  display: flex;
}

.nav-12-mid-bar-right {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navf-12-mid-bar-left {
  display: none;
}

.nav-12-bottom-search-wrapper {
  flex: 1;
  display: none;
}

.nav-12-bottom-bar {
  z-index: 1;
  width: 100%;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.topnav-12-content-left {
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-12-icon {
  margin-right: 10px;
}

.f-nav-item {
  margin-left: 0;
  margin-right: 20px;
  padding: 0;
}

.f1-nav-link {
  color: var(--white);
  margin-left: 0;
  padding: 0;
}

.f1-nav-link.w--current {
  color: #fff;
}

.footer-1-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.footer-1-content.nav-2 {
  align-items: flex-start;
}

.footer-1-section {
  background-color: var(--white);
  color: var(--black);
  padding-top: 31px;
  padding-bottom: 31px;
  font-size: 14px;
  position: relative;
}

.footer-1-section-bottom {
  background-color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.footer-1-section-bottom._3 {
  background-color: var(--primary-3);
  color: var(--white);
}

.f1-nav-link-bottom {
  margin-left: 0;
  padding: 0;
}

.f1-nav-link-bottom:hover {
  text-decoration: underline;
}

.f1-nav-link-bottom.text-white {
  color: var(--white);
}

.f-bottom-nav-item {
  margin-left: 20px;
  padding: 0;
}

.footer-1-bottom-left {
  flex-wrap: wrap;
  display: flex;
}

.footer-1-nav-list-bottom {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-1-bottom-right {
  align-items: center;
  display: flex;
}

.social-icons-container-footer {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  margin-left: 15px;
  margin-right: 0;
  display: flex;
}

.social-icons-container-footer._2 {
  margin-left: 0;
}

.icons-list-footer {
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.social-icon-li {
  padding-left: 10px;
}

.social-icon-li.foot-2 {
  padding-left: 0;
  padding-right: 10px;
}

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

.footer-col.footer-5 {
  width: 25%;
  flex: 0 auto;
  padding-right: 25px;
}

.footer-col.footer-5.third {
  width: 20%;
}

.footer-col.footer-5.fourth {
  width: 35%;
  padding-right: 0;
}

.footer-col.footer-5.first {
  flex: 1;
}

.footer-1-nav-list-vertical {
  flex-flow: column wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.icon-footer {
  margin-right: 10px;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  text-decoration: underline;
}

.footer-5-content {
  flex: 1;
  display: flex;
}

.badge-titel {
  margin-bottom: 24px;
}

.grid-thirds {
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-thirds.no-space {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
}

.grid-thirds.contact {
  margin-top: 50px;
  margin-bottom: 50px;
}

.grid-quarters {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-list-item {
  border-bottom: 1px solid var(--gray-3);
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.grid-halves {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-halves.legal-info {
  max-width: 750px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.grid-halves.steps {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.grid-halves.more-space {
  grid-column-gap: 82px;
}

.grid-halves.more-space.reversed {
  direction: rtl;
}

.grid-halves.no-space {
  grid-column-gap: 0px;
}

.grid-halves.no-space.reverse, .grid-halves.reverse {
  direction: rtl;
}

.grid-halves.realisaties {
  grid-column-gap: 0%;
  flex-flow: wrap;
  grid-auto-columns: 1fr;
  align-content: flex-end;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -36px;
  margin-left: -18px;
  margin-right: -18px;
  display: flex;
}

.content-width-medium {
  width: 100%;
  max-width: 506px;
  direction: ltr;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.content-width-medium.justify-center {
  align-items: center;
}

.content-width-medium.contact-section-right {
  border-left: 1px solid #e9eef1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.content-width-medium.member-photo {
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-size: cover;
}

.content-width-medium.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.icon-list {
  margin: 0;
  padding: 0;
}

.icon-list.icon-list-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.h2-bigger {
  font-size: 54px;
  line-height: 60px;
}

.blog-post-horizontal {
  display: flex;
}

.blog-post-horizontal.list-item {
  color: var(--gray-2);
  margin-bottom: 24px;
  font-weight: 500;
}

.blog-post-horizontal-image {
  width: 144px;
  border-radius: 5px;
  flex: none;
  margin-right: 24px;
}

.section-halves {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.section-halves.reverse-direction {
  direction: rtl;
  flex-direction: row-reverse;
}

.section-halves.full-height {
  height: 100vh;
  align-items: stretch;
}

.section-halves.last {
  margin-bottom: 90px;
}

.block-section-half {
  width: 100%;
  height: auto;
  min-height: 80vh;
  background-image: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-section-half.block-section-content {
  z-index: 3;
}

.block-section-half.block-section-content.content-large {
  padding-top: 90px;
  padding-bottom: 90px;
}

.block-section-half.block-section-content.home-over-ons {
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 160px;
}

.block-section-half.bg-image-1 {
  height: 100%;
  min-height: 80vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
}

.block-section-half.full-height {
  min-height: 100vh;
}

.block-section-half.video {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.block-section-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.justify-center {
  justify-content: center;
  display: flex;
}

.buttons-container {
  margin-top: 60px;
}

.buttons-container.align-center.mt50 {
  margin-top: 160px;
}

.no-bottom-space {
  margin-bottom: 0;
}

.bg-image {
  z-index: 0;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-image.bg-hero-1 {
  background-image: url('../images/5e0227736e14ef12e97420f4_alexander-pemberton-95212-unsplash1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.solid {
  background-color: var(--black);
}

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

.section-subtitle {
  max-width: 690px;
}

.sticky-top {
  z-index: 99;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top.sticky-heading {
  top: 105px;
}

.h1 {
  margin-bottom: 32px;
  font-size: 54px;
  font-weight: 700;
  line-height: 56px;
}

.subscribe-form {
  align-items: flex-start;
  display: flex;
}

.susbcribe-form-wrapper {
  width: 100%;
  max-width: 576px;
  margin-top: 48px;
}

.cta-action-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-action-text {
  margin-left: 16px;
}

.section-large {
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
  overflow: hidden;
}

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

.checkbox {
  width: 18px;
  height: 18px;
  border-color: var(--gray-3);
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: var(--primary-1);
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.susbcribe-form-wrapper-horizontal-cta {
  width: 100%;
  max-width: 476px;
  margin-bottom: 0;
}

.navigation-fixed-spacer {
  width: 100%;
  position: relative;
}

.listing-1-image {
  width: 100%;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.listing-1-image.bg-large {
  height: 400px;
}

.listing-1-content {
  margin-top: 24px;
}

.listing-1-heading {
  margin-bottom: 4px;
}

.listing-1-heading.blog-post-heading {
  color: var(--white);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.listing-1-wrapper {
  width: 100%;
  color: var(--gray-1);
}

.listing-4-meta {
  align-items: center;
  margin-bottom: 23px;
  display: flex;
}

.listing-4-meta.blog {
  margin-top: 7px;
  margin-bottom: 10px;
}

.blog-post-link {
  color: var(--gray-1);
}

.listings-8-wrapper {
  width: 100%;
  margin-bottom: 36px;
}

.listings-8-link {
  width: 100%;
  height: 100%;
  color: var(--gray-2);
  display: block;
}

.dropdown-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.dropdown-menu {
  min-width: 167px;
  padding: 8px 24px;
}

.dropdown-menu.no-space {
  margin-top: -6px;
  margin-bottom: -6px;
  padding: 0;
}

.dropdown-link-block {
  min-width: 222px;
  opacity: .5;
  color: var(--gray-1);
  transition: all .2s;
}

.dropdown-link-block:hover {
  opacity: 1;
}

.style-guide-content-group {
  width: 100%;
  margin-bottom: 48px;
}

.button-round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.button-round:hover {
  transform: scale(1.1);
}

.text-space-left {
  margin-left: 12px;
}

.circle-small {
  width: 24px;
  height: 24px;
  background-color: var(--success);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.dot-list-item {
  flex-direction: row;
  align-items: center;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list-dot {
  width: 6px;
  height: 6px;
  background-color: var(--gray-2);
  border-radius: 50%;
  flex: none;
  margin-right: 12px;
}

.list-dot.bg-primary {
  background-color: var(--primary-1);
}

.list-no-space {
  padding: 0;
}

.style-guide-icons {
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-left: 12px;
  display: flex;
}

.badge-bg {
  width: 100%;
  height: 100%;
  opacity: .1;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.badge-bg.bg-primary {
  background-color: var(--black);
  opacity: 1;
}

.badge-text {
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.text-success {
  color: var(--success);
}

.text-danger {
  color: var(--danger);
}

.text-warning {
  color: var(--warning);
}

.card-head {
  border-bottom: 1px solid var(--gray-3);
  padding: 16px 24px;
}

.card-head.bg-gray-4 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.form-input-icon {
  flex: none;
  margin-left: 12px;
}

.radio-checkbox-with-label {
  align-items: center;
  display: flex;
}

.radio-checkbox-custom {
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  margin-top: 0;
  transition: all .2s;
}

.radio-checkbox-custom.w--redirected-checked {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  background-image: url('../images/5d50b4ef493b05480e32d560_icon-check-small.svg');
  background-position: 50%;
  background-size: 14px 14px;
}

.radio-checkbox-custom.w--redirected-focus {
  box-shadow: none;
}

.tooltip-container {
  position: relative;
}

.tooltip-circle {
  width: 18px;
  height: 18px;
  background-color: var(--primary-1);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.tooltip-message {
  min-width: 200px;
  background-color: var(--gray-1);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 16px;
  transform: translate(-50%);
}

.bg-image-1 {
  background-image: url('../images/5d51f8f97d6b7b0aaee8978f_square-small-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-2 {
  background-image: url('../images/5d0dd3f98a9068d0c5004bd8_careers-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-3 {
  background-image: url('../images/5d55f4f59a649a4b0cb641f0_hero-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-4 {
  background-image: url('../images/5d55efea00f0150a9d502ce3_hero-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-head-bg-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-image-head-bg-holder.blog-wide-image {
  height: 400px;
}

.card-image-head-bg-holder.fixed-height {
  height: 550px;
  object-fit: cover;
  position: relative;
}

.card-horizontal-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-image-head-horizontal {
  height: 200px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.card-image-head-horizontal.featured {
  height: 600px;
}

.card-image-head-horizontal.blog-3-image {
  width: 100%;
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-meta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-meta-right {
  display: flex;
}

.text-gray-1 {
  color: var(--gray-1);
}

.text-gray-2 {
  color: var(--gray-2);
}

.card-hover-effect {
  transition: all .2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}

.card-hover-effect:hover {
  transform: translate(0, -12px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.content-width-small {
  width: 400px;
  direction: ltr;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}

.subheading {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
}

.margin-top {
  margin-top: 36px;
}

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

.sidebar-layout {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.sidebar-layout.case-study-layout {
  grid-template-columns: 1fr 2.25fr;
}

.blog-sidebar-articles {
  max-width: 690px;
}

.blog-post-wide-card {
  margin-bottom: 36px;
}

.sidebar-widget {
  margin-bottom: 60px;
}

.widget-heading {
  margin-bottom: 24px;
}

.sidebar {
  max-width: 386px;
  flex: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.categories-widget {
  border-top: 1px solid var(--gray-3);
}

.categories-widget-item {
  width: 100%;
  border-bottom: 1px solid var(--gray-3);
  justify-content: space-between;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.subscribe-form-wrapper {
  width: 100%;
  margin-bottom: 15px;
}

.tag-list {
  flex-wrap: wrap;
  display: flex;
}

.tag-list.center {
  justify-content: center;
}

.tag-link {
  margin-right: 12px;
}

.tag-link.tag-list-item {
  margin-bottom: 12px;
}

.blog-vertical-list {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-width-large {
  width: 100%;
  max-width: 612px;
  direction: ltr;
  flex-direction: column;
  align-items: stretch;
}

.content-width-large.content-width-stretch {
  display: flex;
}

.content-width-large.center {
  margin-left: auto;
  margin-right: auto;
}

.article-tags-wrapper {
  border-top: 1px solid #f3f3f3;
}

.tags-horizontal-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.tags-horizontal-wrapper.no-margins {
  margin-top: 0;
}

.tags-horizontal-wrapper._2 {
  justify-content: space-between;
}

.tags-horizontal-wrapper.left {
  justify-content: flex-start;
}

.text-block-2 {
  margin-right: 12px;
}

.social-icons-list {
  justify-content: flex-start;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  padding-left: 0;
  display: flex;
}

.social-icons-list.left, .social-icons-list.mt20 {
  justify-content: flex-start;
}

.social-icons-list-item {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.social-icons-list-item.footer {
  padding-left: 3px;
  padding-right: 3px;
}

.social-icons-list-item._2 {
  margin-left: 3px;
  margin-right: 3px;
}

.article {
  width: 100%;
}

.article blockquote {
  background-color: var(--white);
  color: var(--primary-1);
  border: 1px #000;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.article ul {
  margin-bottom: 16px;
  padding-left: 0;
  list-style-type: none;
}

.article li {
  padding-left: 10px;
  font-size: 14px;
  list-style-type: decimal;
}

.article a {
  text-decoration: underline;
}

.article.text-justify {
  z-index: 2;
  text-align: justify;
  position: relative;
}

.article.text-justify h4, .article.text-justify h1, .article.text-justify h2, .article.text-justify h3, .article.text-justify h5 {
  text-align: left;
}

.paragraph-large {
  margin-bottom: 24px;
}

.featured-post-meta {
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.h2 {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1.2;
}

.h2.no-margins {
  margin-bottom: 0;
}

.h2.propery-price {
  margin-bottom: 0;
  font-size: 28px;
}

.h2.ca {
  margin-bottom: 50px;
}

.h3 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.h3.no-margins {
  margin-bottom: 0;
}

.breadcrumb-section {
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog-post-heading {
  margin-top: 32px;
}

.hero-intro {
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 96px;
  display: flex;
}

.content-width-extra-large {
  max-width: 720px;
  direction: ltr;
}

.content-width-extra-large.larger {
  width: 100%;
  max-width: 900px;
}

.content-width-extra-large._100 {
  width: 100%;
}

.content-width-extra-large.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.blog-return-link {
  margin-bottom: 24px;
}

.blog-return-link.bottom {
  margin-top: 24px;
  margin-bottom: 0;
}

.category-links-section {
  padding-bottom: 24px;
}

.category-link {
  margin-left: 12px;
  margin-right: 12px;
}

.project-info {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-badge-top-right {
  z-index: 1;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.project-with-title {
  width: 100%;
  color: var(--gray-1);
}

.project-3-content {
  margin-top: 19px;
}

.project-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery-image {
  width: 100%;
  height: 225px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-gallery-image.bg-image-1 {
  background-image: url('../images/5d55efea00f0150a9d502ce3_hero-1.jpg');
}

.project-gallery-image.bg-image-2 {
  background-image: url('../images/5d0dd3f98a9068d0c5004bd8_careers-1.jpg');
}

.project-gallery-image.bg-image-3 {
  background-image: url('../images/5d55f4f59a649a4b0cb641f0_hero-2.jpg');
}

.project-gallery-image.bg-image-4 {
  background-image: url('../images/5d51fabf2ca59a0f9092ce0b_tall-3.jpg');
}

.project-gallery-wrapper, .block-section-image {
  width: 100%;
}

.section-halves-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-halves-content {
  max-width: 506px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.grid-rows {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  direction: ltr;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.grid-rows.grid-rows-large {
  grid-row-gap: 48px;
}

.grid-rows.grid-rows-large.extra {
  grid-row-gap: 86px;
}

.grid-rows.grid-rows-compact {
  grid-row-gap: 6px;
}

.grid-rows.grid-rows-compact.center {
  justify-items: center;
}

.grid-rows.grid-rows-compact.center.mb30.hide {
  display: none;
}

.grid-rows.up {
  margin-top: 100px;
}

.grid-rows.no-row-space {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.justify-content-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-large {
  width: 96px;
  flex: none;
  margin-bottom: 12px;
}

.coming-soon-image-b {
  max-width: 340px;
  position: absolute;
  top: auto;
  bottom: -72px;
  left: 10%;
  right: auto;
}

.bordered-image {
  border: 10px solid var(--white);
}

.rotate-image-left {
  transform: rotate(-2deg);
}

.rotate-image-right {
  transform: rotate(2deg);
}

.coming-soon-image-a {
  max-width: 340px;
  position: absolute;
  top: -24px;
  left: 25%;
}

.div-block-136 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.full-bleed-image {
  width: 100%;
}

.full-bleed-image.rounded-left {
  border-top-left-radius: 25vw;
  border-bottom-left-radius: 25vw;
}

.faq-check {
  width: 100%;
  background-color: var(--gray-4);
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-toggle {
  width: 100%;
  height: 80px;
  background-color: var(--primary-1);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-toggle.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-img {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.faq-icon {
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-body {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer {
  margin-bottom: 24px;
}

.side-nav-link {
  width: 100%;
  border-bottom: 1px solid var(--gray-3);
  color: var(--gray-1);
  padding: 15px;
  transition: all .2s;
}

.side-nav-link:hover {
  width: 100%;
  border-bottom: 1px solid var(--gray-3);
  background-color: var(--gray-4);
  color: var(--gray-1);
  padding: 15px;
  transition: all .2s;
}

.side-nav-link.w--current {
  background-color: var(--gray-4);
  color: var(--gray-1);
}

.side-nav-link.last {
  border-bottom-style: none;
}

.side-nav-list-item {
  padding-top: 0;
  padding-bottom: 0;
}

.side-nav-list-item.first {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.side-nav-list-item.last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

.job-list {
  width: 100%;
  max-width: 1036px;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.php-block {
  display: none;
}

.centered-grid-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.circle-number {
  font-size: 28px;
}

.pagination {
  margin-top: 48px;
}

.subscribe-form-2 {
  align-items: stretch;
  display: flex;
}

.button1-2 {
  color: #fff;
  text-align: center;
  background-color: #0087ee;
  border: 2px solid #0087ee;
  border-radius: 5px;
  margin: 0;
  padding: 10px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.button1-2:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .2);
}

.button1-2.form-search-button {
  margin-left: 12px;
}

.button1-2.navmenu-button {
  display: none;
}

.cta-horizontal-text.cta-text-narrow {
  max-width: 465px;
}

.form-input-2 {
  height: 48px;
  background-color: #fff;
  border: 1px solid #e9eef1;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input-2:focus {
  border-color: #0087ee;
}

.form-input-2.subscribe-form-input {
  height: auto;
  margin-right: 12px;
}

.form-input-2.form-input-naked {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.form-input-2.textarea-input {
  height: auto;
  min-height: 96px;
  padding-top: 12px;
}

.form-input-2.textarea-input.textarea-input-large {
  min-height: 240px;
}

.form-input-2.textarea-input {
  height: auto;
  min-height: 120px;
  padding-top: 12px;
}

.cta-horizontal-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-2 {
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9eef1;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.card-2.form-input-card {
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  transition: all .2s;
}

.card-2.form-input-card:focus {
  border-color: #0087ee;
}

.card-2.shadow {
  flex-direction: row;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.search-form {
  flex: 0 auto;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.popular-tags-wrapper {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.empty-state-2 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.expendable-2 {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9eef1;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.expendable-2.style-2 {
  border-style: none none solid;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cta-action-container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-name-container-2 {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 28px;
  font-size: 14px;
  display: flex;
}

.card-footer-2 {
  border-top: 1px solid #e9eef1;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.card-footer-2.no-border {
  border: 1px #000;
  padding-top: 0;
}

.card-footer-2.no-border.more-padding {
  padding-bottom: 24px;
  padding-left: 36px;
  padding-right: 36px;
}

.arrow-dark {
  color: #1a1b1f;
}

.slider-1 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.text-space-left-large {
  margin-left: 24px;
}

.text-space-left-large.text-left {
  text-align: left;
}

.slide-nav-2 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.card-badge-top-left {
  position: absolute;
  top: 16px;
  bottom: auto;
  left: 16px;
  right: auto;
}

.php {
  display: none;
}

.card-badge-bottom-right {
  position: absolute;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 16px;
}

.icon-meta {
  width: 20px;
  color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  margin-right: 6px;
  display: flex;
}

.meta-block {
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.bold {
  font-weight: 700;
}

.property-meta-col {
  width: 25%;
  align-items: center;
  display: flex;
}

.property-meta-col.center {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.property-meta-col.left {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-circle {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.icon-circle.bg-gray-4 {
  background-color: var(--gray-4);
}

.h5 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.h5.no-margins {
  margin-bottom: 0;
}

.property-feature {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px 55px 0;
  display: flex;
}

.property-feature.price {
  padding-top: 0;
}

.property-features-content {
  width: 60%;
  justify-content: space-between;
  display: flex;
}

.grid-gallery-1 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(250px, 250px) minmax(250px, 1fr) minmax(300px, 300px);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.brickwork-block {
  position: relative;
  overflow: hidden;
}

.grid-img-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-img._1 {
  background-image: url('../images/camera.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-group-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-2 {
  width: 18px;
  height: 18px;
  border-color: #e9eef1;
  margin-right: 10px;
}

.checkbox-2.w--redirected-checked {
  background-color: #0087ee;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.property-meta-address-content {
  flex: 0 auto;
}

.property-meta-address-content._2 {
  color: var(--black);
}

.collection-item {
  flex-direction: column;
  display: flex;
}

.line-6 {
  width: 18px;
  height: 2px;
  background-color: #3a3a3a;
  margin-top: 3px;
  margin-bottom: 3px;
}

.sidebar-toggle {
  display: none;
}

.line-4 {
  width: 17px;
  height: 2px;
  background-color: #3a3a3a;
  margin-top: 3px;
  margin-bottom: 3px;
}

.line-5 {
  width: 20px;
  height: 2px;
  background-color: #3a3a3a;
  margin-top: 3px;
  margin-bottom: 3px;
}

.flex-2 {
  align-items: center;
  display: flex;
  position: relative;
}

.flex-2.justiy-left-right {
  justify-content: space-between;
}

.select-field-2 {
  height: 50px;
  color: #1a1b1f;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #e4e4e4;
  margin-bottom: 0;
  font-size: 16px;
}

.property-map-holder {
  overflow: hidden;
}

.div-block-137 {
  width: 100%;
  height: 40px;
}

.sfacet {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.sfacet.hide {
  display: none;
}

.sfacet.location {
  width: 45%;
  flex: none;
}

.nav-link-2 {
  color: #4f5c65;
  flex-flow: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 16px;
  font-weight: 500;
  line-height: 30px;
  transition: all .15s;
  display: flex;
}

.nav-link-2:hover {
  opacity: 1;
  color: #1a1b1f;
}

.dropdown-link-2 {
  opacity: 1;
  color: #4f5c65;
  text-align: left;
  padding: 6px 0;
  transition: opacity .2s;
}

.dropdown-link-2:hover {
  opacity: 1;
  color: #0087ee;
}

.dropdown-link-2.w--current {
  opacity: 1;
}

.dropdown-link-2.dd-link-nav {
  color: var(--white);
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
}

.dropdown-list-2 {
  border: 1px solid #f4f4f4;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.dropdown-list-2.w--open {
  z-index: 9999;
  opacity: 1;
  background-color: #fff;
}

.dropdown-list-2.dd-list-nav {
  border-color: var(--black);
  background-color: var(--black);
}

.menu-button-2:focus {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu-2 {
  float: none;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-2.navbar-1-menu {
  z-index: 999;
  width: 30vw;
  max-width: 400px;
  background-color: var(--black);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  padding-top: 65px;
  padding-left: 55px;
  position: fixed;
}

.container-2 {
  z-index: 3;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.top-nav-text.with-badge {
  margin-right: 7px;
}

.top-nav-text.space-left {
  margin-left: 12px;
}

.top-nav-link-2 {
  color: #4f5c65;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.top-nav-link-2:hover {
  opacity: 1;
}

.top-nav-link-2.last {
  padding-right: 0;
}

.topnav-7-content {
  border-bottom: 1px solid rgba(255, 255, 255, .41);
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.nav-7-top-bar {
  z-index: 3;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.bg-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .62);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-overlay.cta {
  height: 80%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-overlay.less-transparent {
  background-color: rgba(0, 0, 0, .3);
}

.left-bar {
  z-index: 5;
  width: 75px;
  height: 100%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.property-description-holder {
  width: 60%;
  padding-top: 60px;
  padding-right: 67px;
  position: relative;
  top: -10vh;
}

.div-block-139 {
  width: 40%;
}

.relative {
  position: relative;
}

.relative.zindex-3 {
  z-index: 3;
}

.property-description-background-shape {
  width: 60%;
  height: 400px;
  background-color: #fff;
  position: absolute;
  top: -10vh;
  bottom: auto;
  left: 0%;
  right: auto;
}

.property-meta-holder {
  width: 40%;
  min-height: 210px;
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.favourite {
  width: 50px;
  height: 50px;
  background-image: url('../images/favorite-border-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.favourite.card {
  z-index: 1;
  width: 23px;
  height: 23px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/favorite_border-24px-white.svg');
  background-size: 25px 25px;
  flex: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-141 {
  padding: 18px 30px 30px;
}

.div-block-142 {
  margin-bottom: 48px;
  display: flex;
}

.div-block-143 {
  text-align: center;
  flex: 0 auto;
  margin-right: 30px;
}

.jumbo-header-title-wrapper {
  max-width: 850px;
  direction: ltr;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-property-feature {
  height: 60px;
  flex: 0 auto;
  margin-bottom: 11px;
}

.div-block-144 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 180px;
  display: grid;
}

.div-block-145 {
  height: 500px;
}

.content-gallery-3-holder {
  height: 500px;
  position: relative;
}

.content-gallery-1-holder {
  height: 700px;
  position: relative;
}

.content-gallery-2-holder {
  height: 400px;
  position: relative;
}

.content-gallery-content {
  z-index: 1;
  width: 90%;
  min-height: 200px;
  background-color: var(--white);
  padding: 40px 40px 24px;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: -50px;
  right: auto;
}

.content-gallery-content.right {
  width: 80%;
  top: -119px;
  bottom: auto;
  left: auto;
  right: -40px;
}

.content-gallery-content.bottom {
  width: 70%;
  top: auto;
  bottom: -16%;
  left: auto;
  right: -9%;
}

.social-ico-ntop {
  align-items: center;
  margin-left: 11px;
  display: flex;
}

.div-block-149 {
  padding: 0 59px;
}

.div-block-150 {
  width: 80px;
  height: 80px;
  padding: 14px;
}

.div-block-150.shadow-large {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: -65px;
  display: flex;
}

.div-block-151 {
  width: 100%;
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 56px;
}

.div-block-152 {
  padding-bottom: 2px;
}

.div-block-153 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 0;
  display: flex;
}

.map {
  height: 100%;
}

.form-card {
  width: 100%;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.form-card.shadow {
  flex-direction: row;
  box-shadow: 0 0 30px rgba(115, 128, 157, .1);
}

.form-card.border {
  border: 1px solid #e4e4e4;
}

.form-card.border.stretch {
  flex: 1;
}

.form-card.bg-white {
  color: var(--white);
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(233, 238, 241, 0);
}

.form-card.shadow-large {
  padding: 45px;
}

.form-card.listing-4-card {
  flex-direction: column;
  display: flex;
}

.form-card.card-horizontal {
  flex-direction: row;
  display: flex;
}

.form-card.style-guide-color-card {
  min-width: 150px;
}

.form-card.form-input-card {
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  transition: all .2s;
}

.form-card.form-input-card:focus {
  border-color: var(--primary-1);
}

.form-card.shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
}

.form-card.card-body.propery-meta-card {
  background-color: #000;
  border-style: none;
  border-radius: 0;
  margin-top: -91px;
}

.form-card.card-body.facet-card {
  margin-bottom: -54px;
}

.rich-text-white {
  color: var(--white);
}

.rich-text-white a {
  color: #fff;
  text-decoration: underline;
}

.rich-text-white.small {
  max-width: 750px;
}

.spec-label {
  width: 50%;
  color: #afafaf;
  flex: 0 auto;
  padding-right: 15px;
  font-weight: 700;
}

.spec-label.omgeving {
  width: auto;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.spec-value {
  width: 50%;
  text-align: left;
  font-weight: 700;
}

.spec-value.omgeving {
  width: auto;
  font-weight: 500;
}

.spec-holder {
  width: 100%;
  flex-flow: wrap;
  align-content: stretch;
  padding-right: 15px;
  font-size: 14px;
  display: flex;
}

.spec-holder.align-start {
  align-items: flex-start;
}

.spec-holder.row-example {
  min-height: 175px;
  background-color: #f7f4ff;
}

.spec-holder.row-align-center {
  justify-content: center;
  align-items: center;
}

.spec-holder.row-align-center.left {
  text-align: left;
}

.spec-holder.row-align-center.top {
  align-items: stretch;
}

.spec-holder.align-end {
  align-items: flex-end;
}

.spec-holder.row-justify-center {
  justify-content: center;
}

.spec-holder.justify-end {
  justify-content: flex-end;
}

.spec-holder.justify-between {
  justify-content: space-between;
}

.spec-holder.justify-around {
  justify-content: space-around;
}

.spec-holder.row-align-center {
  align-items: center;
}

.spec-holder.row-justify-between {
  justify-content: space-between;
}

.spec-holder.row-justify-between.facet-row {
  margin-left: -10px;
  margin-right: -10px;
}

.spec-holder.row-split-content {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  display: grid;
}

.spec-holder.row-split-content.reverse-direction {
  direction: rtl;
}

.spec-holder.row-no-wrap {
  flex-wrap: nowrap;
}

.spec-holder.correct-margins {
  margin-left: -15px;
  margin-right: -15px;
}

.spec-holder.listing-top-bar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.spec-holder.property-card {
  z-index: 9999;
  position: relative;
}

.spec-holder.row-property-naighb {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spec-holder.omgeving {
  width: auto;
  text-align: center;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.spec-holder._2 {
  border-bottom: 1px solid var(--lines);
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 0;
}

.expandable-section-holder {
  position: relative;
  overflow: hidden;
}

.expandable-section-curtain {
  z-index: 5;
  height: 150px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #f8f8f8 70%);
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.expandable-section-curtain.hide {
  display: none;
}

.expandable-section-curtain.white {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #f8f8f8);
  display: none;
}

.expandable-button-icon {
  margin-right: 12px;
}

.div-block-154 {
  flex-wrap: wrap;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.content-gallery-1-image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mt20 {
  margin-top: 20px;
}

.card-price {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 18px;
}

.div-block-155 {
  width: 50%;
  height: 100%;
  background-color: var(--black);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.page-header-holder {
  padding-top: 47px;
  position: relative;
}

.page-header-holder._2 {
  margin-top: -134px;
}

.collection-item-2 {
  display: flex;
}

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

.social-icon-2 {
  min-height: 36px;
  min-width: 36px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 21px;
  text-decoration: none;
  display: flex;
}

.social-icon-2.email {
  font-family: "Fa 400", sans-serif;
}

.social-icon-2.printer-btn {
  font-family: "Fa solid 900", sans-serif;
}

.content-width-large-2 {
  width: 100%;
  max-width: 612px;
  direction: ltr;
  flex-direction: column;
  align-items: stretch;
}

.badge-2 {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: relative;
}

.content-row-contents {
  max-width: 486px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.contact-method {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.downloads {
  width: 100%;
  background-color: var(--primary-1);
  color: #fff;
  margin-bottom: 5px;
  padding: 10px 20px;
}

.downloads._2 {
  width: auto;
}

.popup-wrapper {
  z-index: 1006;
  background-color: rgba(21, 21, 21, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup {
  width: 60vw;
  max-height: 96vh;
  max-width: 870px;
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: visible;
}

.close-button {
  z-index: 3;
  width: 64px;
  height: 64px;
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-156 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 25px;
  display: grid;
}

.div-block-156._2-cols {
  grid-template-columns: 1fr 1fr;
}

.div-block-157 {
  z-index: -1;
  width: 50%;
  height: 400px;
  background-color: var(--black);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-157._2 {
  z-index: 0;
  width: 100%;
  height: 60%;
}

.div-block-158 {
  position: relative;
}

.project-card-image {
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.project-card-image.blog-wide-image {
  height: 400px;
}

.project-card-image.property {
  min-height: 40vw;
}

.project-card-link {
  position: relative;
  overflow: hidden;
}

.project-card-holder {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
  position: relative;
}

.project-card-holder.reverse {
  justify-content: flex-end;
}

.project-card-holder.propertu {
  margin-top: 16px;
  margin-bottom: 16px;
}

.project-card-content {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-card-content.reverse {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.project-card-content-inner {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 45px;
  display: flex;
}

.cta-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.cta-content.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 0;
  display: grid;
}

.cta-bg-shape {
  height: 50%;
  background-color: var(--black);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-160 {
  width: 50%;
  height: 100%;
  background-color: var(--primary-1);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-161 {
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-cta {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.div-block-162 {
  height: 80%;
  background-image: url('../images/brick-wall-1834784_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-163 {
  z-index: 0;
  background-color: var(--gray-4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-form {
  width: 100%;
  max-width: 800px;
  color: var(--white);
  text-align: left;
}

.cta-form.contact {
  color: var(--black);
}

.button1-3 {
  color: #fff;
  text-align: center;
  background-color: #ff8059;
  border: 2px solid #ff8059;
  border-radius: 5px;
  margin: 0;
  padding: 10px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.button1-3:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .2);
}

.hero-slider {
  height: auto;
  background-color: var(--black);
}

.hero-slider._2 {
  background-color: rgba(0, 0, 0, 0);
}

.hero-slide-content-box {
  width: 60%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-slide {
  height: 100%;
  overflow: hidden;
}

.hero-slide-subheader {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-weight: 600;
}

.hero-slide-content {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-slide-headr {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.hero-slider-nav {
  width: 200px;
  font-size: 11px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -71px;
  transform: rotate(90deg);
}

.hero-slider-nav._2 {
  display: none;
}

.hero-slide-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-description {
  max-width: 500px;
  color: #fff;
  margin-top: 9px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.hero-slider-left-arrow {
  width: 50px;
  height: 50px;
  opacity: .5;
  font-size: 25px;
  transition: all .2s;
  top: auto;
  bottom: 25px;
  left: 25px;
  right: auto;
}

.hero-slider-left-arrow:hover {
  opacity: 1;
}

.hero-slider-left-arrow.right {
  left: 75px;
}

.hero-slider-left-arrow.right._3 {
  color: gray;
  bottom: -55px;
  left: 50%;
}

.hero-slider-left-arrow._2 {
  color: gray;
  bottom: -55px;
  left: 50%;
  transform: translate(-50px);
}

.div-block-168 {
  margin-top: 24px;
}

.hero-section {
  width: 100%;
  height: 100vh;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section.bg-image {
  background-image: url('../images/DSC4415-1-scaled-e1635507627457.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-tabs {
  min-height: 95vh;
  position: absolute;
  left: 0;
  right: 0;
}

.hero-tabs-menu {
  z-index: 2;
  width: 50%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 150px;
}

.slide-tab {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 24px 32px;
}

.slide-tab.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-tex {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.tab-line-bg {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  position: relative;
}

.tab-line {
  background-color: var(--white);
  transform-origin: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs-content, .tab-pane-tab-1 {
  width: 100%;
  min-height: 95vh;
}

.slide-content-wrapper {
  width: 100%;
  min-height: 95vh;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-content-wrapper.hom {
  background-image: url('../images/5e0135568d3c5110b1db1dc6_aaron-huber-s95oB2n9jng-unsplash1.jpg');
}

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

.hero-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.underlined-button {
  margin-top: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-line-bg {
  width: 100%;
  height: 2px;
  background-color: #bababa;
  margin-top: 2px;
  position: relative;
}

.button-line {
  background-color: var(--black);
  transform-origin: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-right {
  margin-right: 0;
}

.caps-title {
  color: var(--white);
  text-transform: uppercase;
}

.hero-title {
  color: var(--white);
  text-shadow: 0 0 10px rgba(16, 16, 16, .3);
  margin-top: 0;
  margin-bottom: 14px;
}

.h1-page-title {
  text-align: center;
  margin-bottom: 10px;
}

.vertical-white-line {
  width: 2px;
  height: 72px;
  background-color: var(--white);
}

.div-block-169 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  padding: 54px 31px;
  display: grid;
}

.rich-text-light {
  color: var(--dark-grey);
}

.rich-text-light a {
  color: #a8a8a8;
  text-decoration: underline;
}

.rich-text-light.small {
  max-width: 750px;
}

.div-block-170 {
  display: flex;
}

.listing-card {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-image-head-bg {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-image-head-bg.blog-wide-image {
  height: 400px;
}

.banner-shape {
  z-index: 1;
  width: 150px;
  position: absolute;
  bottom: -2px;
  right: 0;
}

.banner-shape.footer {
  top: -2px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(180deg);
}

.rich-text-2-cols {
  text-align: left;
  column-count: 2;
}

.grid-thirds-2 {
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-thirds-2.no-space {
  grid-column-gap: 0px;
}

.feature-card {
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(16, 16, 20, .05);
  padding: 0 30px;
  font-size: 15px;
}

.testimonial-horizontal {
  width: 100%;
  display: flex;
}

.testimonial-horizontal-text {
  text-align: left;
  flex: 1;
  padding-left: 24px;
}

.testimonial-quote-symbol {
  margin-bottom: -20px;
  font-size: 54px;
  line-height: 54px;
}

.div-block-171 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.div-block-172 {
  height: 1px;
  background-color: var(--black);
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
}

.step-card {
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  font-size: 15px;
}

.div-block-173 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 53px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-140 {
  width: 1px;
  height: 90px;
  border-left: 2px solid var(--black);
  flex: none;
}

.div-block-174 {
  width: 25px;
  height: 25px;
  box-shadow: 0 0 0 2px var(--black);
  background-color: #fff;
  border-radius: 100%;
  flex: none;
}

.verkopen-content-main {
  background-color: var(--white);
  padding: 50px 50px 45px;
}

.verkopen-content-main.trnsparent {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 90px;
  padding-bottom: 90px;
}

.verkopen-content-main.trnsparent.no-top-padding {
  padding-top: 0;
}

.verkopen-content-footer {
  background-color: var(--black);
  color: var(--white);
  padding: 50px;
}

.div-block-175 {
  margin-top: 0;
  margin-left: 113px;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.browser-warning {
  max-width: 600px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px;
  display: flex;
  box-shadow: 11px 11px 55px rgba(53, 90, 164, .1);
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.browser-detect {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .59);
  justify-content: center;
  align-items: center;
  padding: 183px 150px 325px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon_firefox {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  margin-bottom: 5px;
  padding: 6px;
}

.browser_link {
  width: 33.3333%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.half-section-image {
  height: 100%;
  min-height: 400px;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.half-section-image.bg-image-1 {
  background-image: url('../images/5e15dffefa5548383d02ba3e_abstract-architecture-building-business-2276751-p-1080.jpeg');
}

.half-section-image.over-ons-home {
  width: 67%;
  min-height: 500px;
  flex-direction: row;
  align-self: stretch;
  align-items: stretch;
  padding-left: 8px;
  display: flex;
}

.div-block-177 {
  background-color: var(--white);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 90px;
  display: flex;
}

.member-card {
  display: flex;
}

.image-with-content-row {
  justify-content: center;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.image-with-content-row.test {
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block-178 {
  width: 357px;
  height: 400px;
  opacity: .25;
  background-image: url('../images/5e0227736e14ef12e97420f4_alexander-pemberton-95212-unsplash1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  margin-right: -72px;
}

.image-with-content-text {
  max-width: 516px;
  position: relative;
}

.image-with-content-text.full {
  max-width: 716px;
}

.quote-symbol {
  opacity: .25;
  margin-bottom: 26px;
}

.mask {
  background-color: var(--black);
}

.mask._2 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-179 {
  width: 25%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 32px;
  display: flex;
}

.div-block-179.price {
  border-right: 1px solid var(--lines);
  align-items: center;
  padding: 26px;
}

.div-block-179.info {
  border-left: 1px solid var(--lines);
}

.mt48 {
  margin-top: 48px;
}

.brand-4 {
  z-index: 6;
  margin-left: 35px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar-bottom {
  z-index: 0;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.nav-menu-desktop {
  z-index: 0;
  float: none;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-desktop.navbar-1-menu {
  z-index: 999;
  width: 30vw;
  background-color: var(--black);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  padding-top: 65px;
  padding-left: 55px;
  position: fixed;
}

.video-container {
  width: 100%;
  height: 100%;
}

.popup-overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.post-list-item {
  flex: 0 auto;
  padding: 0;
  display: block;
}

.instagram-feed-wrapper {
  width: 100%;
  max-width: 1400px;
  min-height: auto;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper {
  width: 100%;
  min-height: 300px;
  background-image: url('../images/Background.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.insta-icon-box {
  width: 55px;
  height: 55px;
  opacity: .9;
  background-color: #ebebeb;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 29px;
  display: flex;
}

.div-block-180 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-header-2 {
  max-width: 720px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 40px;
  display: flex;
}

.posts-list {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.insta-hover {
  width: 50px;
  height: 50px;
  opacity: .9;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 29px;
  display: flex;
}

.post-wrapper {
  width: 300px;
  height: auto;
  position: relative;
}

.instagram-pic {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.55, .085, .68, .53);
  display: block;
}

.container-3 {
  z-index: 3;
  width: 100%;
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.headingbadge {
  background-color: var(--primary-1);
  color: var(--white);
  letter-spacing: 0;
  border-radius: 50px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  top: -10px;
}

.headingbadge.v2 {
  margin-left: 8px;
  line-height: 20px;
}

.tab-link-4 {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.tab-link-4:hover {
  background-color: var(--black);
  color: var(--white);
}

.tab-link-4.w--current {
  background-color: var(--black);
  color: #fff;
}

.col-offset-left {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 65px;
  position: relative;
  right: -80px;
}

.col-offset-left.reverse {
  padding-left: 65px;
  padding-right: 0;
  left: -80px;
  right: 0;
}

.col-offset-left.reverse.normal {
  padding-right: 0;
  left: 0;
}

.col-offset-left.normal {
  right: 0;
}

.content-holder-left-right {
  direction: ltr;
}

.content-holder-left-right.larger {
  width: 100%;
  max-width: 900px;
}

.content-holder-left-right._100 {
  width: 100%;
}

.div-block-181 {
  direction: ltr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content {
  overflow: hidden;
}

.absolute {
  width: 100%;
  height: 110%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-bg {
  z-index: 5;
  background-color: var(--bg);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-bg.white {
  background-color: var(--white);
}

.relative-height {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.relative-height.width-100 {
  height: 100%;
  min-height: 500px;
  align-self: stretch;
}

.masonry {
  flex-wrap: wrap;
  display: flex;
}

.masonry-item {
  width: 33.3333%;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.tag-badge {
  background-color: var(--black);
  color: var(--white);
  border-radius: 3px;
  margin-right: 12px;
  padding: 6px 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.tag-badge.tag-list-item {
  margin-bottom: 12px;
}

.fa-icon-large {
  margin-bottom: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.tabs-menu-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-2.w--current {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-2 {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 22px;
  padding-left: 14px;
  padding-right: 14px;
}

.tab-link-2.w--current {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.tab-tex-2 {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 20px;
}

.tab-line-bg-2 {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.tab-line-2 {
  background-color: var(--black);
  transform-origin: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab-line-copy {
  transform-origin: 0%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs-content-2 {
  overflow: visible;
}

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

.main-grid.heading {
  background-color: var(--black);
  color: var(--white);
}

.main-grid.row {
  border-bottom: 1px solid var(--lines);
}

.spec-label-2 {
  color: #afafaf;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-right: 15px;
}

.spec-label-2.omgeving {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}

.spec-value-2 {
  text-align: left;
}

.spec-value-2.omgeving {
  width: 100%;
  text-align: center;
  font-size: 23px;
}

.favorite-button {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.favorite-text {
  margin-left: 7px;
  text-decoration: underline;
}

.mt36 {
  margin-top: 36px;
}

.detail-links {
  margin-left: 7px;
  text-decoration: underline;
}

.div-block-182 {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3 {
  text-align: right;
}

.mt24 {
  margin-top: 24px;
}

.cell {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 20px;
  display: flex;
}

.div-block-183 {
  font-size: 14px;
}

.table-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.table-row.heading {
  background-color: var(--black);
  color: var(--white);
}

.table-row.row, .table-row.body {
  border-bottom: 1px solid var(--lines);
}

.table-row.body {
  border-bottom: 1px solid #e0e0e0;
}

.table-row.heading {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
}

.file-button {
  align-items: center;
  margin-left: 9px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.specs-content {
  padding-right: 35px;
}

.mt12 {
  margin-top: 12px;
}

.height-400 {
  height: 700px;
}

.hero-tab-button-container {
  display: flex;
}

.property-card-spec {
  flex: none;
}

.property-card-spec.right {
  width: 30%;
}

.property-card-spec-row {
  justify-content: space-between;
  display: flex;
}

.reset-facets-wrapper {
  justify-content: flex-end;
  margin-top: 11px;
  padding-right: 14px;
  display: flex;
}

.reset-facets {
  text-decoration: underline;
}

.div-block-184 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 8%;
  display: flex;
}

.intro-section {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.intro-section-block {
  height: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-section-bg {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-section-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  position: relative;
}

.intro-section-logo {
  max-width: 150px;
}

.heading-2 {
  color: var(--white);
  margin-bottom: 0;
}

.div-block-185 {
  direction: ltr;
}

.intro-wrapper-desktop {
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-block-left {
  z-index: 2;
  width: 60%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  align-items: center;
  padding: 75px 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.intro-shape-left {
  width: 70vw;
  height: 100vh;
  margin-left: -5px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -20vw;
  right: auto;
  overflow: hidden;
  transform: skew(-20deg);
}

.intro-shape-left.right {
  margin-left: 5px;
  left: 50%;
}

.intro-shape-left.right.hover {
  z-index: 4;
}

.intro-shape-bg {
  width: 150%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transform: skew(20deg);
}

.intro-shape-bg.right {
  left: -22vw;
}

.intro-block-right {
  z-index: 2;
  width: 60%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 75px 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.intro-block-logo-holder {
  z-index: 3;
  width: 70vw;
  height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  padding: 75px 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -20vw;
  right: auto;
  overflow: hidden;
  transform: skew(-20deg);
}

.intro-block-logo-holder.right {
  justify-content: flex-end;
  align-items: flex-end;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -20vw;
}

.image-101 {
  width: 225px;
  height: auto;
}

.div-block-186 {
  margin-bottom: 45px;
}

.intro-wrapper-mobile {
  min-height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-189 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10.5vw;
  display: flex;
  transform: skew(20deg);
}

.div-block-189.right {
  margin-left: 0;
  margin-right: 10.5vw;
}

.image-103 {
  height: auto;
}

.nav-mega-menu {
  z-index: 0;
  width: auto;
  height: 400px;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.nav-mega-menu.show {
  display: block;
}

.nav-reveal {
  width: 100vw;
  height: 96px;
  flex: none;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  overflow: hidden;
}

.navbar {
  z-index: 80;
  height: 96px;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0;
  left: 0%;
  right: 0%;
}

.nav-main {
  width: 100%;
  height: 96px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-container {
  z-index: 9;
  align-items: center;
  display: flex;
}

.logo {
  max-width: 200px;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-links-wrap {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.link-wrap {
  align-self: stretch;
  display: flex;
}

.link-wrap.white-2.show {
  display: block;
}

.mega-menu-inner {
  width: 94%;
  height: 400px;
  max-width: 1400px;
  flex-direction: column;
  flex: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 24px 24px;
  display: flex;
  position: static;
}

.column {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.column.contact {
  text-align: left;
}

.mega-menu-button {
  width: 100%;
  min-height: 200px;
  flex: 1;
  align-self: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-104 {
  object-fit: fill;
}

.color-white, .color-white a {
  color: var(--white);
}

.color-white a:hover {
  background-color: var(--white);
  color: var(--black);
}

.row-1 {
  width: 100%;
  direction: ltr;
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.row-1.align-start {
  align-items: flex-start;
}

.row-1.row-example {
  min-height: 175px;
  background-color: #f7f4ff;
}

.row-1.row-align-center {
  justify-content: center;
  align-items: center;
}

.row-1.row-align-center.left {
  text-align: left;
}

.row-1.row-align-center.top {
  align-items: stretch;
}

.row-1.align-end {
  align-items: flex-end;
}

.row-1.row-justify-center {
  justify-content: center;
}

.row-1.justify-end {
  justify-content: flex-end;
}

.row-1.justify-between {
  justify-content: space-between;
}

.row-1.justify-around {
  justify-content: space-around;
}

.row-1.row-align-center {
  align-items: center;
}

.row-1.row-justify-between {
  justify-content: space-between;
}

.row-1.row-justify-between.facet-row {
  flex-wrap: nowrap;
}

.row-1.row-split-content {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  display: grid;
}

.row-1.row-split-content.reverse-direction {
  direction: rtl;
}

.row-1.row-no-wrap {
  flex-wrap: nowrap;
}

.row-1.correct-margins {
  margin-left: -15px;
  margin-right: -15px;
}

.row-1.listing-top-bar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.row-1.property-card {
  z-index: 9999;
  position: relative;
}

.row-1.row-property-naighb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mega-menu-button-text {
  z-index: 2;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-left: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.grid-cols._4-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.caption {
  color: var(--white);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.button3 {
  border: 1px solid var(--white);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.button3:hover {
  background-color: var(--white);
  color: var(--black);
}

.button3.button_secondary {
  border-color: var(--black);
  background-color: var(--black);
}

.button3.button-oultine {
  border: 1px solid var(--gray-1);
  color: var(--gray-1);
  background-color: rgba(0, 0, 0, 0);
}

.button3.button-oultine:hover {
  background-color: #e7e7e7;
  transform: none;
}

.button3.button-oultine.reversed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .25);
}

.button3.button-oultine.reversed:hover {
  color: #1a1b1f;
  background-color: #fff;
}

.button3.reversed {
  color: #1a1b1f;
  background-color: #fff;
  border-color: #fff;
}

.button3.reversed:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.button3.rounded {
  border-radius: 60px;
}

.button3.button-small {
  padding: 4px 16px;
  font-size: 14px;
}

.button3.button-large {
  padding: 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.button3.button-round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button3.button-round:hover {
  border-radius: 100%;
}

.button3.dropdown-button {
  opacity: 1;
  display: flex;
}

.button3.bg-primary-2 {
  border-color: var(--primary-2);
}

.button3.bg-primary-3 {
  border-color: var(--primary-3);
}

.button3.bg-gray-1 {
  border-color: var(--gray-1);
}

.button3.bg-gray-2 {
  border-color: var(--gray-2);
}

.button3.bg-gray-3 {
  border-color: var(--gray-3);
  color: var(--gray-1);
}

.button3.bg-gray-3:hover {
  border-color: var(--gray-3);
  background-color: var(--gray-3);
  box-shadow: none;
}

.button3.bg-gray-4 {
  border-color: var(--gray-4);
  color: var(--gray-1);
}

.button3.bg-gray-4:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.button3.bg-success {
  border-color: var(--success);
}

.button3.form-search-button {
  margin-left: 12px;
}

.button3.icon-left {
  padding-left: 12px;
}

.button3.button-to-top {
  width: 48px;
  height: 48px;
  background-color: var(--gray-1);
  border-style: none;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button3.search-submit {
  height: 100%;
  background-color: var(--black);
  border-style: none;
  border-radius: 0;
}

.button3.group {
  border: 1px solid var(--black);
  background-color: var(--bg);
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.button3.group:hover {
  background-color: var(--black);
  color: var(--white);
}

.button3.group.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button3.button-cta {
  background-image: url('../images/hero-arrow-white.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 80px;
  align-items: center;
  padding: 19px 124px 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.button3.button-cta:hover {
  background-position: 95%;
}

.button3.wide {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button3.button-property-media {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.button3.button-property-media.greyed-out {
  cursor: default;
  background-color: #c9c9c9;
}

.button3.outline {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button3.outline:hover {
  background-color: var(--white);
  color: var(--black);
}

.button3.small {
  padding: 7px 16px;
  font-size: 12px;
}

.button3.small.mt20 {
  margin-top: 20px;
}

.hero-inner {
  z-index: 2;
  width: 94%;
  max-width: 720px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.services-list.show-sm-services {
  display: none;
}

.service-item {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.service-item-overlay {
  z-index: 2;
  opacity: 0;
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-item-overlay.show {
  z-index: 8;
  opacity: 1;
}

.sercive-item-image {
  height: 400px;
  background-image: url('../images/DSC4433-e1617282247397-scaled-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sercive-item-image.img2 {
  background-image: url('../images/DSC4262-scaled-e1617309294122.jpg');
}

.sercive-item-image.img3 {
  background-image: url('../images/521A2934-scaled-e1617291899929.jpg');
}

.service-item-curtain {
  z-index: 1;
  height: 150px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-overlay {
  z-index: -1;
  width: 0%;
  background-color: var(--white);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: -15%;
  right: auto;
}

.button-overlay.dark {
  background-color: var(--black);
}

.button-overlay.brand {
  background-color: var(--primary-1);
}

.button2 {
  background-color: var(--black);
  color: var(--primary-1);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  padding: 13px 27px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.button2:hover {
  background-color: var(--primary-1);
  color: var(--white);
}

.button2.button_secondary {
  border-color: var(--black);
  background-color: var(--black);
}

.button2.button-oultine {
  border: 1px solid var(--gray-1);
  color: var(--gray-1);
  background-color: rgba(0, 0, 0, 0);
}

.button2.button-oultine:hover {
  background-color: #e7e7e7;
  transform: none;
}

.button2.button-oultine.reversed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .25);
}

.button2.button-oultine.reversed:hover {
  color: #1a1b1f;
  background-color: #fff;
}

.button2.reversed {
  color: #1a1b1f;
  background-color: #fff;
  border-color: #fff;
}

.button2.reversed:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.button2.rounded {
  border-radius: 60px;
}

.button2.button-small {
  padding: 4px 16px;
  font-size: 14px;
}

.button2.button-large {
  padding: 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.button2.button-round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button2.button-round:hover {
  border-radius: 100%;
}

.button2.dropdown-button {
  opacity: 1;
  display: flex;
}

.button2.bg-primary-2 {
  border-color: var(--primary-2);
}

.button2.bg-primary-3 {
  border-color: var(--primary-3);
}

.button2.bg-gray-1 {
  border-color: var(--gray-1);
}

.button2.bg-gray-2 {
  border-color: var(--gray-2);
}

.button2.bg-gray-3 {
  border-color: var(--gray-3);
  color: var(--gray-1);
}

.button2.bg-gray-3:hover {
  border-color: var(--gray-3);
  background-color: var(--gray-3);
  box-shadow: none;
}

.button2.bg-gray-4 {
  border-color: var(--gray-4);
  color: var(--gray-1);
}

.button2.bg-gray-4:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.button2.bg-success {
  border-color: var(--success);
}

.button2.form-search-button {
  margin-left: 12px;
}

.button2.icon-left {
  padding-left: 12px;
}

.button2.button-to-top {
  width: 48px;
  height: 48px;
  background-color: var(--gray-1);
  border-style: none;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button2.search-submit {
  height: 100%;
  background-color: var(--black);
  border-style: none;
  border-radius: 0;
}

.button2.group {
  border: 1px solid var(--black);
  background-color: var(--bg);
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.button2.group:hover {
  background-color: var(--black);
  color: var(--white);
}

.button2.group.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button2.button-cta {
  background-image: url('../images/hero-arrow-white.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 80px;
  align-items: center;
  padding: 19px 124px 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.button2.button-cta:hover {
  background-position: 95%;
}

.button2.wide {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button2.button-property-media {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.button2.button-property-media.greyed-out {
  cursor: default;
  background-color: #c9c9c9;
}

.button2.outline {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button2.outline:hover {
  background-color: var(--white);
  color: var(--black);
}

.button2.small {
  padding: 7px 16px;
  font-size: 12px;
}

.button2.full {
  width: 100%;
}

.testimonial-slide {
  width: 33.33%;
}

.testiomnial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testiomnial-slider.home {
  margin-left: -8px;
  margin-right: -8px;
}

.testiomnial-slider.more-bottom-margin {
  margin-bottom: 50px;
}

.testimonial-slide-inner {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  display: flex;
}

.testimonial-logo {
  max-width: 50px;
  opacity: .2;
  margin-bottom: 25px;
}

.testimonial-content {
  margin-bottom: 32px;
  font-style: italic;
}

.testimonial-author {
  text-transform: uppercase;
}

.div-block-190 {
  justify-content: flex-start;
  display: flex;
}

.slide-nav-3 {
  font-size: 8px;
  bottom: -60px;
}

.slide-nav-3.diensten {
  bottom: -40px;
}

.listing-title {
  color: var(--white);
  letter-spacing: 3px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
}

.listing-item-overlay {
  z-index: 2;
  height: auto;
  opacity: 1;
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: perspective(5000px)translate(0);
}

.listing-item-overlay.show {
  z-index: 8;
  opacity: 1;
}

.listing-item-overlay.hide {
  display: none;
}

.property-hero-titel {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 6px;
  margin-right: 50px;
  font-size: 14px;
  display: flex;
}

.property-hero-titel.no-margins {
  margin-bottom: 0;
}

.div-block-192 {
  margin-bottom: 20px;
}

.div-block-193 {
  display: flex;
}

.listing-details {
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.listing-item-bottom-data {
  z-index: 2;
  height: auto;
  opacity: 1;
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-item-bottom-data.show {
  z-index: 8;
  opacity: 1;
}

.button4 {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button4:hover {
  background-color: var(--black);
  color: var(--white);
}

.button4:focus {
  color: var(--white);
}

.button4.button_secondary {
  border-color: var(--black);
  background-color: var(--black);
}

.button4.button-oultine {
  border: 1px solid var(--gray-1);
  color: var(--gray-1);
  background-color: rgba(0, 0, 0, 0);
}

.button4.button-oultine:hover {
  background-color: #e7e7e7;
  transform: none;
}

.button4.button-oultine.reversed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .25);
}

.button4.button-oultine.reversed:hover {
  color: #1a1b1f;
  background-color: #fff;
}

.button4.reversed {
  color: #1a1b1f;
  background-color: #fff;
  border-color: #fff;
}

.button4.reversed:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.button4.rounded {
  border-radius: 60px;
}

.button4.button-small {
  padding: 4px 16px;
  font-size: 14px;
}

.button4.button-large {
  padding: 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.button4.button-round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button4.button-round:hover {
  border-radius: 100%;
}

.button4.dropdown-button {
  opacity: 1;
  display: flex;
}

.button4.bg-primary-2 {
  border-color: var(--primary-2);
}

.button4.bg-primary-3 {
  border-color: var(--primary-3);
}

.button4.bg-gray-1 {
  border-color: var(--gray-1);
}

.button4.bg-gray-2 {
  border-color: var(--gray-2);
}

.button4.bg-gray-3 {
  border-color: var(--gray-3);
  color: var(--gray-1);
}

.button4.bg-gray-3:hover {
  border-color: var(--gray-3);
  background-color: var(--gray-3);
  box-shadow: none;
}

.button4.bg-gray-4 {
  border-color: var(--gray-4);
  color: var(--gray-1);
}

.button4.bg-gray-4:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.button4.bg-success {
  border-color: var(--success);
}

.button4.form-search-button {
  margin-left: 12px;
}

.button4.icon-left {
  padding-left: 12px;
}

.button4.button-to-top {
  width: 48px;
  height: 48px;
  background-color: var(--gray-1);
  border-style: none;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button4.search-submit {
  height: 100%;
  background-color: var(--black);
  border-style: none;
  border-radius: 0;
}

.button4.group {
  border: 1px solid var(--black);
  background-color: var(--bg);
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.button4.group:hover {
  background-color: var(--black);
  color: var(--white);
}

.button4.group.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button4.button-cta {
  background-image: url('../images/hero-arrow-white.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 80px;
  align-items: center;
  padding: 19px 124px 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.button4.button-cta:hover {
  background-position: 95%;
}

.button4.wide {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button4.button-property-media {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.button4.button-property-media.greyed-out {
  cursor: default;
  background-color: #c9c9c9;
}

.button4.outline {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button4.outline:hover {
  background-color: var(--white);
  color: var(--black);
}

.button4.small {
  padding: 7px 16px;
  font-size: 12px;
}

.button4.property {
  width: 100%;
  background-color: var(--black);
  color: var(--white);
}

.button4.icon {
  background-color: var(--black);
  color: var(--white);
}

.button4.download {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
}

.button-overlay-darek {
  z-index: 0;
  width: 0%;
  background-color: var(--primary-1);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: -15%;
  right: auto;
}

.button-overlay-darek.dark {
  background-color: var(--black);
}

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

.cta-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cta-section.light {
  background-color: rgba(9, 106, 208, .04);
}

.cta-section.intro {
  background-color: #4daaec;
  padding-top: 90px;
  padding-bottom: 90px;
}

.cta-section.page-header {
  background-color: var(--black);
  color: var(--white);
  padding-top: 152px;
  padding-bottom: 98px;
}

.cta-section.page-header.style-2 {
  background-color: #f4f4f4;
  padding-top: 80px;
}

.cta-section.page-header.style-3 {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-section.page-header.bigger {
  padding-bottom: 146px;
}

.cta-section.cta {
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-section.no-top-space {
  padding-top: 0;
}

.cta-section.no-top-space.more-bottom {
  padding-bottom: 120px;
}

.cta-section.footer {
  padding-bottom: 45px;
}

.cta-section.footer-main {
  padding-bottom: 20px;
}

.cta-section.footer-bottom {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta-section.style-guide-section {
  border-bottom: 1px solid var(--gray-3);
}

.cta-section.bg-gray-4 {
  background-color: var(--gray-4);
}

.cta-section.no-bottom-space {
  padding-bottom: 0;
}

.cta-section.utility-page-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.cta-section.section-hero {
  min-height: 85vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-section.section-afspraak {
  background-color: var(--black);
}

.cta-section.medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-section.medium.bg-gray-1 {
  background-color: var(--black);
  color: var(--white);
}

.cta-section.medium.no-bottom-space {
  padding-bottom: 0;
}

.cta-section.medium.test {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta-section.verkopen-container {
  border-bottom: 1px solid var(--black);
  padding-top: 0;
}

.cta-section.less-bottom {
  padding-bottom: 45px;
}

.div-block-194 {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.div-block-195, .div-block-196 {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.logo-bottom {
  max-width: 100px;
}

.cta-heading {
  color: var(--white);
  font-weight: 400;
}

.megamenu-button-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hamburger-menu {
  z-index: 9;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-desktop {
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 50px;
}

.div-block-198 {
  display: flex;
}

.link-blog {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
}

.testimonial-item {
  max-width: 720px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.testimonial-item p {
  font-size: 18px;
}

.collection-item-3 {
  justify-content: center;
  display: flex;
}

.section-search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-item-chevron {
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.hero-description {
  margin-bottom: 14px;
}

.no-margin {
  margin-bottom: 0;
}

.section-caption {
  max-width: 720px;
  margin-top: 24px;
}

.right-arrow {
  opacity: .3;
  color: #191c31;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -25px;
}

.image-105 {
  width: 20px;
}

.image-105.left {
  transform: rotate(180deg);
}

.nav-line-blog {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .3);
  margin-top: 0;
}

.div-block-199 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-arrow {
  opacity: .3;
  color: #191c31;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -25px;
}

.hero-bg {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-video {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-shortcode {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-shortcode.relative {
  position: relative;
}

.property-hero-titel-wrapper {
  z-index: 9;
  color: #fff;
  flex-direction: column;
  align-items: flex-end;
  padding: 16px 0 16px 16px;
  display: flex;
  position: absolute;
  top: 30vh;
  bottom: auto;
  left: auto;
  right: 0;
}

.div-block-200 {
  justify-content: space-between;
  display: flex;
}

.div-block-201 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-202 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
}

.property-heading {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 300;
}

.property-title-line {
  width: 80%;
  height: 2px;
  background-color: rgba(255, 255, 255, .5);
  margin-top: 10px;
  margin-bottom: 10px;
}

.property-hero-info {
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.proeprty-hero-foto-button {
  z-index: 4;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
}

.div-block-203 {
  background-color: var(--white);
  align-items: center;
  margin-right: 8px;
  padding: 6px;
  display: flex;
}

.button-show-fotos {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
}

.property-description-left {
  z-index: 2;
  background-color: var(--gray-4);
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 90px;
  position: relative;
}

.div-block-204 {
  z-index: 1;
  width: 100vw;
  background-color: var(--gray-4);
  position: absolute;
  top: 0;
  bottom: 0%;
  left: auto;
  right: 0;
}

.property-description-right {
  padding-top: 80px;
}

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

.grid-gallery-tumbs {
  z-index: 2;
  width: 100vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.section-small {
  padding-top: 35px;
  padding-bottom: 35px;
}

.section-small.no-bottom-space {
  z-index: 3;
  padding-bottom: 0;
  position: relative;
}

.gallery-overlay-link {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-image-inner {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.gallery-3-thumb {
  width: 100%;
  height: 120px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-virtual-tour {
  min-height: 500px;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.media-button {
  width: 200px;
  height: 200px;
  text-align: center;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  padding: 21px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.media-button:hover {
  transform: scale(1.1);
}

.image-106 {
  width: 35px;
}

.section-virtual-tour-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-virtual-tour-bg.fixd {
  background-attachment: fixed;
}

.gallery-lightbox-link {
  width: 12%;
  height: 100%;
  margin-right: 16px;
  position: relative;
}

.shape-1 {
  z-index: 1;
  width: 100vw;
  height: 50%;
  background-color: var(--gray-4);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
}

.div-block-206 {
  z-index: 2;
  width: 100%;
  height: 48px;
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  position: relative;
}

.div-block-207 {
  z-index: 1;
  width: 100%;
  height: 115px;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-208 {
  width: 100vw;
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0;
  right: auto;
}

.text-block-5 {
  z-index: 1;
  position: relative;
}

.section-cta-left {
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
}

.section-cta-left.contact-page {
  color: var(--black);
}

.text-block-6 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 400;
}

.div-block-210 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-211 {
  padding-left: 80px;
}

.property-card-titel {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 6px;
  margin-right: 0;
  font-size: 14px;
  display: flex;
}

.property-card-titel.no-margins {
  margin-bottom: 0;
}

.div-block-212 {
  z-index: 2;
  position: relative;
}

.link-block-2 {
  color: var(--gray-1);
  margin-top: 15px;
  font-size: 14px;
}

.link-block-2.w--current {
  color: var(--gray-1);
  font-size: 14px;
}

.div-block-214 {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 14px;
  display: grid;
}

.image-107 {
  width: 100%;
}

.bg-overlay-property {
  z-index: 1;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-overlay-property.cta {
  height: 80%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-overlay-property.less-transparent {
  background-color: rgba(0, 0, 0, .3);
}

.popupescription {
  max-width: 500px;
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 300;
}

.popupescription.no-bottom-margin {
  margin-bottom: 0;
}

.popupescription.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.popupescription.bottom-margin {
  margin-bottom: 20px;
}

.omgeving-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 0;
  display: flex;
}

.how-icon-line {
  position: absolute;
  top: 53px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-custom-gray {
  color: #636262;
}

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

.how-it-works-steps-icon_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px #cdcdcd;
  border-radius: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 2.5rem;
  display: grid;
  position: relative;
}

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

.text-size-medium.text-weight-bold {
  margin-bottom: 0;
}

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

.icon-line_1x3-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.number-icon-semi-round {
  z-index: 2;
  width: 3rem;
  height: 3rem;
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.how-icon-line-vertical {
  display: none;
  position: absolute;
  top: 22%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-subheader-padding {
  max-width: 33rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-215 {
  width: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-216 {
  display: flex;
}

.heading-style-h3 {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.facts-standard_component {
  max-width: 49.8125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.facts-standard_item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.metrics-title {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
}

.metrics-title.style-guide-label {
  opacity: .5;
  margin-top: 6px;
}

.metrics-title.form-hint-text {
  margin-top: 6px;
}

.metrics-title.testimonial-author {
  margin-top: 8px;
}

.metrics-title.caps {
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.metrics-title.mb16 {
  margin-bottom: 16px;
}

.steps-line-right {
  z-index: 1;
  width: 200vw;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 23px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.steps-line-left {
  z-index: 1;
  width: 200vw;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 23px;
  bottom: auto;
  left: auto;
  right: 0;
}

.div-block-217 {
  background-color: var(--dark-slate-grey);
}

.heading-blog {
  letter-spacing: 4px;
}

.gallery-overlay-plus {
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  font-size: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-overlay-plus.cta {
  height: 80%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-overlay-plus.less-transparent {
  background-color: rgba(0, 0, 0, .3);
}

.gallery-overlay-plus.show-md {
  display: none;
}

.choicebutton {
  height: 100%;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  align-items: center;
  margin: 0;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.choicebutton.w--current {
  background-color: var(--black);
  color: var(--white);
}

.choicebutton.button_secondary {
  border-color: var(--black);
  background-color: var(--black);
}

.choicebutton.button-oultine {
  border: 1px solid var(--gray-1);
  color: var(--gray-1);
  background-color: rgba(0, 0, 0, 0);
}

.choicebutton.button-oultine:hover {
  background-color: #e7e7e7;
  transform: none;
}

.choicebutton.button-oultine.reversed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .25);
}

.choicebutton.button-oultine.reversed:hover {
  color: #1a1b1f;
  background-color: #fff;
}

.choicebutton.reversed {
  color: #1a1b1f;
  background-color: #fff;
  border-color: #fff;
}

.choicebutton.reversed:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.choicebutton.rounded {
  border-radius: 60px;
}

.choicebutton.button-small {
  padding: 4px 16px;
  font-size: 14px;
}

.choicebutton.button-large {
  padding: 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.choicebutton.button-round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.choicebutton.button-round:hover {
  border-radius: 100%;
}

.choicebutton.dropdown-button {
  opacity: 1;
  display: flex;
}

.choicebutton.bg-primary-2 {
  border-color: var(--primary-2);
}

.choicebutton.bg-primary-3 {
  border-color: var(--primary-3);
}

.choicebutton.bg-gray-1 {
  border-color: var(--gray-1);
}

.choicebutton.bg-gray-2 {
  border-color: var(--gray-2);
}

.choicebutton.bg-gray-3 {
  border-color: var(--gray-3);
  color: var(--gray-1);
}

.choicebutton.bg-gray-3:hover {
  border-color: var(--gray-3);
  background-color: var(--gray-3);
  box-shadow: none;
}

.choicebutton.bg-gray-4 {
  border-color: var(--gray-4);
  color: var(--gray-1);
}

.choicebutton.bg-gray-4:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.choicebutton.bg-success {
  border-color: var(--success);
}

.choicebutton.form-search-button {
  margin-left: 12px;
}

.choicebutton.icon-left {
  padding-left: 12px;
}

.choicebutton.button-to-top {
  width: 48px;
  height: 48px;
  background-color: var(--gray-1);
  border-style: none;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.choicebutton.search-submit {
  height: 100%;
  background-color: var(--black);
  border-style: none;
  border-radius: 0;
}

.choicebutton.group {
  border: 1px solid var(--black);
  background-color: var(--bg);
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.choicebutton.group:hover {
  background-color: var(--black);
  color: var(--white);
}

.choicebutton.group.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.choicebutton.button-cta {
  background-image: url('../images/hero-arrow-white.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 80px;
  align-items: center;
  padding: 19px 124px 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.choicebutton.button-cta:hover {
  background-position: 95%;
}

.choicebutton.wide {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.choicebutton.button-property-media {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.choicebutton.button-property-media.greyed-out {
  cursor: default;
  background-color: #c9c9c9;
}

.choicebutton.outline {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.choicebutton.outline:hover {
  background-color: var(--white);
  color: var(--black);
}

.choicebutton.small {
  padding: 7px 16px;
  font-size: 12px;
}

.choicebutton.left {
  margin-right: -1px;
}

.choicebutton.left.w--current, .choicebutton.active {
  background-color: var(--black);
  color: var(--white);
}

.expandable-section-kenmerken {
  position: relative;
  overflow: hidden;
}

.container-medium {
  z-index: 3;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.container-medium.nav-bar {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-medium.nav-bar.left {
  justify-content: flex-start;
}

.container-medium.nav-bar.justify-left-rifht {
  justify-content: space-between;
}

.container-medium.nav-10-container {
  z-index: 10;
}

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

.container-medium.container-small {
  max-width: 864px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-medium.overlay {
  position: relative;
}

.container-medium.zindex {
  z-index: 6;
  position: relative;
}

.container-medium.full {
  max-width: 95%;
}

.container-medium.page-header {
  text-align: center;
  position: relative;
}

.container-medium.page-header.blog {
  margin-top: 33px;
}

.container-medium.verkopen {
  background-color: var(--white);
  padding: 60px;
}

.container-medium.containr-2 {
  position: relative;
}

.grid-halve-cotnent {
  padding-right: 65px;
  position: relative;
  right: -80px;
}

.grid-halve-cotnent.reverse {
  padding-left: 65px;
  padding-right: 0;
  left: -80px;
  right: 0;
}

.grid-halve-cotnent.reverse.normal {
  direction: ltr;
  padding-right: 0;
  left: 0;
}

.grid-halve-cotnent.normal {
  right: 0;
}

.show-sm {
  display: none;
}

.mask-2 {
  height: auto;
}

.service-slide {
  width: 33.33%;
  padding-left: 8px;
  padding-right: 8px;
}

.contact-form-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-forml {
  width: 100%;
  max-width: 800px;
  text-align: left;
}

.d-shape {
  z-index: 1;
  width: 500px;
  opacity: .04;
  position: absolute;
  top: auto;
  bottom: -250px;
  left: 30px;
  right: auto;
}

.d-shape.home {
  bottom: -100px;
}

.d-shape.realisaties {
  top: 600px;
  bottom: auto;
}

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

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

.fav-card {
  height: 250px;
  margin-bottom: 15px;
}

.nav-link-desktop {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-link-desktop {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-card-button-holder {
  z-index: 50;
  position: relative;
}

.text-block-7 {
  transform: translate(0, 90px);
}

.propery-filters-left {
  align-items: center;
  display: flex;
}

.propery-filters-left.left {
  justify-content: flex-start;
}

.propery-filters-left.justiy-left-right {
  justify-content: space-between;
}

.propery-filters-left.stretch {
  flex: 1;
  align-items: center;
}

.propery-filters-left.vertical {
  width: 100%;
  flex-direction: column;
}

.propery-filters-left.vertical.left {
  align-items: flex-start;
}

.propery-filters-left.vertical.xs {
  flex-direction: row;
}

.propery-filters-left.vertical.stretch {
  align-items: stretch;
}

.propery-filters-left.align-top {
  align-items: flex-start;
}

.propery-filters-left.justify-between {
  width: 100%;
  justify-content: space-around;
}

.propery-filters-left.typr {
  margin-top: 3px;
  margin-bottom: 3px;
}

.propery-filters-left.wrap {
  flex-wrap: wrap;
}

.div-block-218 {
  width: 20px;
}

.search-submit {
  margin-top: 0;
}

.blog-card {
  position: relative;
  overflow: hidden;
}

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

.shape-diensten-home {
  height: 275px;
  background-color: var(--dark-slate-grey);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-bottom.small {
  margin-bottom: 24px;
}

.shape-over-ons-home {
  width: 100%;
  height: 80px;
  background-color: var(--white);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-over-ons-wrapper {
  display: flex;
}

.home-over-ons-left {
  width: 33%;
  padding-right: 32px;
}

.video-wrapper {
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.article-checks-lists {
  width: 100%;
}

.article-checks-lists blockquote {
  background-color: var(--white);
  color: var(--primary-1);
  border: 1px #000;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.article-checks-lists ul {
  margin-bottom: 16px;
  padding-left: 0;
  list-style-type: none;
}

.article-checks-lists li {
  background-image: url('../images/5e137f91946b12e546c3b68b_5b6d46b241c6163f846c03bf_checked.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  margin-bottom: 2px;
  padding-left: 30px;
  font-size: 14px;
}

.article-checks-lists a {
  text-decoration: underline;
}

.article-checks-lists.text-justify {
  z-index: 2;
  text-align: justify;
  position: relative;
}

.article-checks-lists.text-justify h4, .article-checks-lists.text-justify h1, .article-checks-lists.text-justify h2, .article-checks-lists.text-justify h3, .article-checks-lists.text-justify h5 {
  text-align: left;
}

.project-card-actual-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-108 {
  max-width: 50px;
}

.footer2_link {
  color: var(--dark-grey);
  padding-top: 0;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer2_link.color-white {
  color: var(--white);
}

.underline {
  text-decoration: underline;
}

.contact_link {
  padding-top: 0;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.property-sticker {
  z-index: 1;
  width: 12.5rem;
  height: 6.25rem;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: flex-end;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: -2rem;
  bottom: auto;
  left: -5rem;
  right: auto;
  transform: rotate(-45deg);
}

.spacer-div {
  height: 90px;
}

.button-overlay-darek-2 {
  z-index: 0;
  width: 0%;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: -15%;
  right: auto;
}

.max-width-large {
  max-width: 768px;
}

.max-width-large.center {
  margin-left: auto;
  margin-right: auto;
}

.realisaties-grid-item {
  width: 50%;
  margin-bottom: 36px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.realisaties-grid-item.thirds {
  width: 33.3333%;
}

.card-image-head-bg-holder-blog {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.card-image-head-bg-holder-blog.blog-wide-image {
  height: 400px;
}

.shape-2 {
  z-index: 1;
  width: 100vw;
  height: 50%;
  background-color: #f8f8f8;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
}

.social-icon-3 {
  min-height: 36px;
  min-width: 36px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 21px;
  text-decoration: none;
  display: flex;
}

.social-icon-3.printer-btn {
  font-family: "Fa solid 900", sans-serif;
}

.social-icon-3.email {
  font-family: "Fa 400", sans-serif;
}

.container-4 {
  z-index: 3;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.container-4.containr-2 {
  position: relative;
}

.link-block-3 {
  color: #353e44;
  margin-top: 15px;
  font-size: 14px;
}

.link-block-3.w--current {
  color: #353e44;
  font-size: 14px;
}

.div-block-220 {
  z-index: 1;
  width: 100vw;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: auto;
  right: 0;
}

.div-block-221 {
  z-index: 2;
  position: relative;
}

.property-description-left-2 {
  z-index: 2;
  background-color: #f8f8f8;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 90px;
  position: relative;
}

.card-3 {
  width: 100%;
  text-align: left;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.text-block-8 {
  text-align: right;
}

.div-block-222 {
  flex-direction: column;
  display: flex;
}

.badge-3 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
  position: relative;
}

.badge-3.bg-gray-1 {
  color: #fff;
}

.button-overlay-2 {
  z-index: -1;
  width: 0%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: -15%;
  right: auto;
}

.listing-card-2 {
  position: relative;
  overflow: hidden;
}

.card-image-head-bg-2 {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-item-bottom-data-2 {
  z-index: 2;
  height: auto;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-4 {
  width: 100%;
  text-align: left;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.card-4.listing-4-card {
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.listing-item-overlay-2 {
  z-index: 2;
  height: auto;
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: perspective(5000px)translate(0);
}

.listing-details-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-image-head-bg-holder-2 {
  width: 100%;
  height: 550px;
  position: relative;
}

.button3-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin: 0;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.button3-2:hover {
  color: #000;
}

.button3-2.small {
  padding: 7px 16px;
  font-size: 12px;
}

.button3-2.small.mt20 {
  margin-top: 20px;
}

.menu-icon {
  height: 25px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.menu-icon-bar {
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
}

.navbar-2 {
  width: 100%;
  min-height: 96px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-3 {
  width: 500px;
  height: 100vh;
  max-width: 100%;
  background-color: #000;
  padding: 100px 55px 55px;
}

.div-block-223 {
  align-items: center;
  display: flex;
}

.div-block-224 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-popup {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  flex-flow: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  transition: all .15s;
  display: flex;
  position: relative;
}

.nav-link-popup:hover {
  opacity: 1;
}

.nav-link-popup.w--current {
  color: var(--white);
}

.nav-link-popup.w--open {
  background-color: var(--black);
}

.nav-link-popup.nav-white {
  opacity: 1;
  color: #fff;
}

.nav-link-popup.cta {
  background-color: var(--primary-1);
  opacity: 1;
  color: #fff;
}

.nav-link-popup.meer {
  width: 100%;
  flex: 0 auto;
  align-self: stretch;
}

.nav-link-popup.last {
  padding-right: 0;
}

.nav-link-popup.small {
  letter-spacing: 0;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu-inner {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-225 {
  text-align: left;
  margin-top: 40px;
}

.button5 {
  border: 1px solid var(--primary-1);
  color: var(--primary-1);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.button5:hover {
  background-color: var(--primary-1);
  color: var(--white);
}

.button5.button_secondary {
  border-color: var(--black);
  background-color: var(--black);
}

.button5.button-oultine {
  border: 1px solid var(--gray-1);
  color: var(--gray-1);
  background-color: rgba(0, 0, 0, 0);
}

.button5.button-oultine:hover {
  background-color: #e7e7e7;
  transform: none;
}

.button5.button-oultine.reversed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .25);
}

.button5.button-oultine.reversed:hover {
  color: #1a1b1f;
  background-color: #fff;
}

.button5.reversed {
  color: #1a1b1f;
  background-color: #fff;
  border-color: #fff;
}

.button5.reversed:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.button5.rounded {
  border-radius: 60px;
}

.button5.button-small {
  padding: 4px 16px;
  font-size: 14px;
}

.button5.button-large {
  padding: 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.button5.button-round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button5.button-round:hover {
  border-radius: 100%;
}

.button5.dropdown-button {
  opacity: 1;
  display: flex;
}

.button5.bg-primary-2 {
  border-color: var(--primary-2);
}

.button5.bg-primary-3 {
  border-color: var(--primary-3);
}

.button5.bg-gray-1 {
  border-color: var(--gray-1);
}

.button5.bg-gray-2 {
  border-color: var(--gray-2);
}

.button5.bg-gray-3 {
  border-color: var(--gray-3);
  color: var(--gray-1);
}

.button5.bg-gray-3:hover {
  border-color: var(--gray-3);
  background-color: var(--gray-3);
  box-shadow: none;
}

.button5.bg-gray-4 {
  border-color: var(--gray-4);
  color: var(--gray-1);
}

.button5.bg-gray-4:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
}

.button5.bg-success {
  border-color: var(--success);
}

.button5.form-search-button {
  margin-left: 12px;
}

.button5.icon-left {
  padding-left: 12px;
}

.button5.button-to-top {
  width: 48px;
  height: 48px;
  background-color: var(--gray-1);
  border-style: none;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button5.search-submit {
  height: 100%;
  background-color: var(--black);
  border-style: none;
  border-radius: 0;
}

.button5.group {
  border: 1px solid var(--black);
  background-color: var(--bg);
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.button5.group:hover {
  background-color: var(--black);
  color: var(--white);
}

.button5.group.w--current {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button5.button-cta {
  background-image: url('../images/hero-arrow-white.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 80px;
  align-items: center;
  padding: 19px 124px 19px 36px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.button5.button-cta:hover {
  background-position: 95%;
}

.button5.wide {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button5.button-property-media {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.button5.button-property-media.greyed-out {
  cursor: default;
  background-color: #c9c9c9;
}

.button5.outline {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button5.outline:hover {
  background-color: var(--white);
  color: var(--black);
}

.button5.small {
  padding: 7px 16px;
  font-size: 12px;
}

.button5.small.mt20 {
  margin-top: 20px;
}

html.w-mod-js [data-ix="slide-in-element-on-tab-2"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="slide-in-element-on-tab"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="move-left-on-load-1"] {
  opacity: 0;
  transform: translate(-50px);
}

@media screen and (min-width: 1920px) {
  .gallery-lightbox-link {
    width: 9.5%;
  }

  .shape-over-ons-home {
    height: 125px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 24px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 36px;
  }

  .row.row-justify-between.facet-row {
    width: 100%;
    flex-flow: column wrap;
  }

  .row.row-justify-between.contact-section {
    text-align: left;
    flex-direction: column;
    align-items: center;
  }

  .row.row-split-content {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .row.property-meta-card {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .row.row-property-naighb {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .col.col-m-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-m-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-m-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-m-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-m-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-m-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-m-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-m-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-m-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-m-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-m-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-m-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.page-header {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.nav-reveal-section {
    justify-content: flex-start;
    overflow: auto;
  }

  .section.nav-reveal-section.show {
    height: 100vh;
  }

  .button1.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button1.search-submit {
    width: 100%;
  }

  .button1.button-cta {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .card.card-horizontal {
    max-width: 506px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .card.card-body.facet-card, .card.card-body.property-data {
    flex-direction: column;
  }

  .navigation-overlay {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    z-index: 99999;
    width: 100%;
    border: 1px solid var(--gray-3);
    background-color: #fff;
    border-radius: 5px;
    flex-direction: column;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu.navbar-1-menu {
    margin-right: 0;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    text-align: center;
    border-style: none;
    border-radius: 0;
  }

  .dropdown-list.dd-list-nav.w--open {
    padding-top: 0;
    padding-bottom: 0;
    left: auto;
  }

  .navigation-style-1.vertical {
    flex-direction: row;
  }

  .dropdown-link {
    text-align: center;
    background-color: #f8f8f8;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link.dd-link-nav {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    padding: 5px 7px;
  }

  .logo-brand {
    width: 90px;
    margin-top: 7px;
    margin-right: 0;
    padding-left: 0;
    position: absolute;
  }

  .logo-brand.style-3 {
    width: 100px;
    height: 100px;
    padding: 14px;
  }

  .nav-link {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 0;
    display: flex;
  }

  .nav-link.dropdown {
    text-align: center;
    padding-right: 20px;
  }

  .nav-link.nav-white {
    color: var(--gray-2);
  }

  .nav-link.meer {
    justify-content: center;
  }

  .ml-auto {
    margin-left: 0;
  }

  .ml-auto.mobile-to {
    margin-left: auto;
  }

  .nav-center {
    flex: 1;
    justify-content: space-between;
  }

  .nav-top-logo {
    padding-bottom: 0;
  }

  .top-nav-link {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
  }

  .top-nav-link.first {
    padding-right: 0;
  }

  .flex.stretch {
    justify-content: center;
  }

  .flex.vertical-sm {
    flex: 1;
  }

  .flex.justify-center.omgeving {
    flex-wrap: wrap;
  }

  .nav-main-bar {
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .form-input.form-input-large {
    height: 60px;
  }

  .nav-mid-bar {
    z-index: 4;
    align-items: center;
    display: flex;
  }

  .nav-list {
    flex-direction: column;
  }

  .nav-list.footer {
    width: 100%;
  }

  .nav-list.footer._2 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-list.navlist-show-md {
    display: block;
  }

  .nav-list.nav-list-hide-md {
    display: none;
  }

  .nav-top-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 18px;
    margin-right: 20px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .menu-button.menu-button-nav-12 {
    margin-left: 0;
  }

  .nav-stretch-mobile {
    flex: 1;
  }

  .hide-md {
    display: none;
  }

  .show-md {
    display: block;
  }

  .footer-text.style-2 {
    width: 100%;
    text-align: center;
  }

  .divider {
    height: 6vw;
  }

  .divider.divider-bottom {
    margin-top: 72px;
  }

  .card-body, .card-body.more-padding {
    padding: 24px;
  }

  .card-body.more-padding.more {
    padding: 40px;
  }

  .card-body.card-main-specs {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-body.card-main-specs.more {
    padding: 40px;
  }

  .section-header {
    margin-bottom: 40px;
  }

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

  .nav-item {
    align-self: stretch;
  }

  .nav-item.footer {
    text-align: center;
  }

  .width-100.md {
    width: 100%;
  }

  .text-jumbo {
    margin-bottom: 16px;
    font-size: 54px;
    line-height: 62px;
  }

  .section-intro {
    width: 70%;
  }

  .section-footer {
    margin-top: 40px;
  }

  .text-block {
    display: none;
  }

  .container-small {
    padding-left: 30px;
    padding-right: 30px;
  }

  .f1-bottom-wrap {
    flex-direction: column;
    align-items: center;
  }

  .f1-bottom-left {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 36px;
    padding-right: 0;
  }

  .badge.bg-white {
    margin-bottom: 12px;
  }

  .avatar {
    width: 72px;
    height: 72px;
  }

  .avatar.avatar-xl {
    width: 120px;
    height: 120px;
  }

  .avatar-group-item {
    border-width: 4px;
  }

  .card-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-footer.no-border.more-padding {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link-content {
    flex: 0 auto;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-icon-nav {
    margin-right: 16px;
    position: absolute;
    top: 16px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .topnav-content-right {
    display: none;
  }

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

  .logo-brand-square {
    max-width: 70px;
    justify-content: center;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-12-mid-bar-right {
    width: 50%;
    flex: 0 auto;
  }

  .navf-12-mid-bar-left {
    width: 50%;
    display: flex;
  }

  .nav-12-bottom-search-wrapper {
    display: block;
  }

  .nav-12-bottom-menu-wrapper {
    display: none;
  }

  .nav-12-bottom-bar {
    z-index: 1;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .topnav-12-content-left {
    justify-content: center;
  }

  .nav-12-icon {
    margin-right: 0;
  }

  .footer-1-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-1-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .f-bottom-nav-item {
    margin-left: 0;
    margin-right: 20px;
  }

  .footer-1-bottom-left {
    margin-bottom: 20px;
  }

  .footer-1-nav-list-bottom.nav-2 {
    margin-left: 15px;
  }

  .footer-col {
    padding-right: 40px;
  }

  .footer-col.footer-5 {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer-1-nav-list-vertical {
    margin-bottom: 20px;
  }

  .footer-5-content {
    width: 100%;
    flex-wrap: wrap;
  }

  .grid-thirds {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.md {
    grid-template-columns: 1fr;
  }

  .grid-quarters {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-halves.reverse {
    direction: ltr;
  }

  .grid-halves.realisaties {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .content-width-medium {
    align-items: center;
  }

  .content-width-medium.contact-section-right {
    max-width: 100%;
    border-left-style: none;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 48px;
  }

  .content-width-medium.member-photo {
    height: 50vw;
    max-width: 100%;
    margin-top: 12px;
  }

  .content-width-medium.member-photo.top-md {
    background-position: 50% 0;
  }

  .icon-list {
    text-align: left;
  }

  .icon-list.icon-list-vertical {
    grid-row-gap: 36px;
  }

  .h2-bigger {
    font-size: 48px;
    line-height: 48px;
  }

  .blog-post-horizontal.list-item {
    text-align: left;
  }

  .section-halves {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section-halves.reverse-direction {
    flex-direction: column;
  }

  .block-section-half {
    width: 100%;
    min-height: 50vh;
  }

  .block-section-half.block-section-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .block-section-half.block-section-content.content-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .block-section-half.block-section-content.home-over-ons {
    padding-bottom: 70px;
  }

  .no-bottom-space {
    padding-bottom: 0;
  }

  .h1 {
    margin-bottom: 24px;
    font-size: 54px;
    line-height: 58px;
  }

  .subscribe-form {
    width: 100%;
  }

  .section-large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .listing-1-image, .listing-1-image.bg-large {
    height: 250px;
  }

  .listing-1-content {
    margin-top: 16px;
  }

  .listings-8-wrapper {
    margin-bottom: 12px;
  }

  .dropdown-menu {
    padding: 0;
  }

  .card-horizontal-grid {
    grid-template-columns: 1fr;
  }

  .card-image-head-horizontal {
    width: 100%;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }

  .card-image-head-horizontal.featured {
    height: 400px;
  }

  .card-image-head-horizontal.blog-3-image {
    height: 300px;
  }

  .content-width-small {
    text-align: center;
    align-items: center;
  }

  .sidebar-layout {
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-sidebar-articles {
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar {
    max-width: 100%;
    align-self: auto;
  }

  .content-width-large {
    text-align: center;
    align-items: stretch;
  }

  .blog-post-hoirzontal-meta {
    margin-top: 24px;
  }

  .h2 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 1.2;
  }

  .h2.propery-price {
    margin-bottom: 10px;
  }

  .h2.propery-price.vanaf {
    margin-bottom: 0;
  }

  .project-gallery-image {
    height: 125px;
  }

  .section-halves-content {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-rows.grid-rows-large.extra {
    grid-row-gap: 48px;
  }

  .grid-rows.up {
    margin-top: 0;
  }

  .coming-soon-image-b, .coming-soon-image-a {
    display: none;
  }

  .full-bleed-image.rounded-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .subscribe-form-2 {
    width: 100%;
  }

  .button1-2.navmenu-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .cta-horizontal-text {
    margin-bottom: 36px;
  }

  .cta-horizontal-container {
    text-align: center;
    flex-direction: column;
  }

  .avatar-name-container-2 {
    justify-content: center;
    align-items: center;
  }

  .card-footer-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-footer-2.no-border.more-padding {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .property-meta-col {
    width: 100%;
    justify-content: center;
  }

  .property-feature {
    width: 50%;
  }

  .property-feature.price {
    width: 100%;
    margin-bottom: 18px;
    padding-top: 0;
  }

  .grid-gallery-1 {
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .sidebar-toggle {
    color: #414141;
    text-decoration: none;
    display: block;
  }

  .nav-link-2 {
    border-bottom: 1px solid #e9eef1;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .menu-button-round {
    width: 50px;
    height: 50px;
    background-color: #f7fafc;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-link-2 {
    text-align: center;
    background-color: #f8f8f8;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-2.dd-link-nav {
    background-color: var(--black);
    text-align: left;
    padding: 15px 16px;
  }

  .dropdown-list-2.w--open {
    box-shadow: none;
    text-align: center;
    border-style: none;
    border-radius: 0;
  }

  .dropdown-list-2.dd-list-nav.w--open {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-2 {
    margin-left: 18px;
  }

  .menu-button-2:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    z-index: 99999;
    width: 100%;
    background-color: var(--black);
    flex-direction: column;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .nav-menu-2.navbar-1-menu {
    width: 60vw;
    background-color: var(--black);
    margin-top: 0;
    margin-right: 0;
    padding-left: 37px;
    padding-right: 37px;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-nav-link-2 {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
  }

  .nav-7-top-bar, .left-bar {
    display: none;
  }

  .property-description-holder {
    width: 100%;
    padding-top: 39px;
    padding-bottom: 39px;
    padding-right: 0;
    top: auto;
  }

  .property-description-background-shape {
    display: none;
  }

  .property-meta-holder {
    width: 100%;
    position: relative;
  }

  .jumbo-header-title-wrapper {
    text-align: center;
  }

  .div-block-144 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .content-gallery-3-holder {
    height: auto;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .content-gallery-1-holder, .content-gallery-2-holder {
    height: auto;
  }

  .content-gallery-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -60px;
    bottom: auto;
    left: auto;
  }

  .content-gallery-content.right {
    width: 90%;
    top: -80px;
    right: auto;
  }

  .content-gallery-content.bottom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -60px;
    bottom: auto;
    right: auto;
  }

  .content-gallery-content.bottom.shadow-large {
    position: relative;
    bottom: auto;
  }

  .div-block-149 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-150.shadow-large {
    margin-left: 0;
  }

  .div-block-151 {
    height: 350px;
    margin-left: 0;
  }

  .div-block-153 {
    min-height: 250px;
    padding: 35px;
  }

  .form-card.card-horizontal {
    max-width: 506px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .spec-holder.row-split-content {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .spec-holder.property-meta-card {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .spec-holder.omgeving {
    width: 33.3333%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-154 {
    flex-wrap: wrap;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .content-gallery-1-image {
    width: 100%;
    height: 500px;
  }

  .div-block-155 {
    width: 100%;
  }

  .page-header-holder {
    margin-top: 0;
  }

  .content-width-large-2 {
    align-items: stretch;
  }

  .content-width-large-2.contact-section-left {
    max-width: 100%;
    align-items: center;
    display: flex;
  }

  .contact-form {
    width: 100%;
  }

  .content-row-contents {
    text-align: center;
    align-items: center;
  }

  .popup {
    width: 100vw;
  }

  .div-block-157 {
    display: none;
  }

  .div-block-157._2 {
    display: block;
  }

  .project-card-image {
    height: auto;
    min-height: 65vh;
  }

  .project-card-link {
    width: 100%;
  }

  .project-card-holder {
    background-color: var(--white);
    flex-direction: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .project-card-content {
    padding: 30px 20px;
  }

  .project-card-content.reverse {
    top: -45px;
  }

  .project-card-content-inner {
    padding: 0;
  }

  .cta-content.form {
    grid-template-columns: 1fr;
  }

  .section-cta {
    flex-wrap: nowrap;
  }

  .hero-slide-content-box {
    width: 80%;
  }

  .hero-tabs-menu {
    width: 100%;
    right: 0;
  }

  .slide-tab {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 24px 32px;
  }

  .tab-tex {
    font-size: 12px;
    line-height: 18px;
  }

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

  .hero-right {
    display: none;
  }

  .div-block-170 {
    flex-direction: column;
  }

  .banner-shape {
    display: none;
  }

  .grid-thirds-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .step-card {
    padding-left: 20px;
  }

  .div-block-140 {
    height: 50px;
  }

  .div-block-175 {
    margin-left: 0;
  }

  .half-section-image {
    min-height: 50vw;
  }

  .div-block-177 {
    margin-right: 0;
  }

  .member-card {
    flex-flow: column wrap;
  }

  .image-with-content-row {
    flex-direction: column-reverse;
  }

  .div-block-178 {
    width: 100%;
    height: 50vw;
    opacity: 1;
    margin-top: 48px;
    margin-right: 0;
  }

  .image-with-content-text {
    text-align: center;
  }

  .div-block-179 {
    width: 100%;
    align-items: center;
  }

  .div-block-179.price {
    border-bottom: 1px solid #e9eef1;
    border-right-style: none;
  }

  .div-block-179.info {
    border-top: 1px solid #e9eef1;
    border-left-style: none;
  }

  .brand {
    margin-left: 2px;
  }

  .brand-2 {
    margin-left: 12px;
  }

  .brand-3 {
    margin-left: 15px;
  }

  .brand-4 {
    margin-left: 17px;
  }

  .brand-5 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav-menu-desktop {
    z-index: 99999;
    width: 100%;
    background-color: var(--black);
    flex-direction: column;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .nav-menu-desktop.navbar-1-menu {
    width: 60vw;
    background-color: var(--black);
    margin-top: 0;
    margin-right: 0;
    padding-top: 65px;
    padding-left: 55px;
  }

  .section-header-2 {
    margin-bottom: 40px;
  }

  .container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .col-offset-left.reverse {
    padding-left: 0;
    left: 0;
  }

  .div-block-181 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .masonry-item {
    width: 50%;
  }

  .tab-tex-2 {
    font-size: 12px;
    line-height: 18px;
  }

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

  .main-grid.heading.row, .main-grid.row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .div-block-183 {
    overflow: auto;
  }

  .table-row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .table-row.heading.row, .table-row.row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .reset-facets-wrapper {
    justify-content: center;
    padding-right: 0;
  }

  .intro-section {
    height: auto;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .intro-section-block {
    height: 50vh;
  }

  .intro-wrapper-desktop {
    display: none;
  }

  .div-block-186 {
    margin-bottom: 25px;
  }

  .intro-wrapper-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    background-color: var(--white);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 10px;
    display: grid;
  }

  .div-block-187 {
    background-color: var(--black);
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-188 {
    width: 350px;
    background-color: rgba(0, 0, 0, .5);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 50px;
    display: flex;
  }

  .image-102 {
    width: 200px;
    height: auto;
  }

  .nav-mega-menu {
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    top: auto;
  }

  .nav-main, .logo-container, .logo-container.w--current {
    top: 0;
  }

  .logo {
    max-width: 150px;
  }

  .nav-links-wrap {
    width: 100%;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    padding-top: 90px;
  }

  .link-wrap {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .mega-menu-inner {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .column {
    width: 100%;
  }

  .column.contact {
    text-align: center;
    align-items: center;
    margin-top: 20px;
  }

  .row-1.row-justify-between.facet-row {
    width: 100%;
    flex-flow: column wrap;
  }

  .row-1.row-justify-between.contact-section {
    text-align: left;
    flex-direction: column;
    align-items: center;
  }

  .row-1.row-split-content {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .row-1.property-meta-card {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .row-1.row-property-naighb {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .grid-cols._4-cols {
    grid-template-columns: 1fr 1fr;
  }

  .button3:hover {
    color: var(--white);
  }

  .button3.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button3.search-submit {
    width: 100%;
  }

  .button3.button-cta {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .services-list.show-sm-services {
    display: none;
  }

  .service-item {
    height: 350px;
  }

  .button2.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button2.search-submit {
    width: 100%;
  }

  .button2.button-cta {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .testimonial-slide {
    width: 50%;
  }

  .property-hero-titel {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    margin-right: 0;
  }

  .button4:hover, .button4:focus {
    color: var(--black);
  }

  .button4.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button4.search-submit {
    width: 100%;
  }

  .button4.button-cta {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-section.page-header {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hamburger-menu {
    height: 50px;
    color: var(--white);
    cursor: pointer;
    align-items: center;
    display: flex;
  }

  .nav-desktop {
    display: none;
  }

  .div-block-197 {
    flex-direction: column;
    flex: 0 auto;
    padding-top: 90px;
    display: flex;
  }

  .lottie-animation {
    width: 50px;
    position: relative;
    top: 3px;
  }

  .nav-line-blog {
    display: none;
  }

  .property-hero-titel-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-200 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-201 {
    align-items: flex-start;
  }

  .div-block-202 {
    margin-bottom: 12px;
  }

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

  .property-title-line {
    margin-left: auto;
    margin-right: auto;
  }

  .property-hero-info {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .property-description-left {
    padding-top: 45px;
    padding-bottom: 35px;
    padding-right: 45px;
  }

  .property-description-right {
    padding-top: 0;
  }

  .grid-gallery-tumbs {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-3-thumb {
    height: 100px;
  }

  .gallery-lightbox-link {
    width: auto;
    flex: 1;
  }

  .section-cta-left {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-210 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .div-block-211 {
    padding-top: 40px;
    padding-left: 0;
  }

  .how-icon-line {
    width: 7rem;
    top: 19%;
    right: 2%;
  }

  .how-it-works-steps-icon_item {
    padding: 0;
  }

  .icon-line_1x3-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .how-icon-line-vertical {
    width: 7rem;
    top: 19%;
    right: 2%;
  }

  .facts-standard_1x4-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
  }

  .steps-line-right, .steps-line-left {
    display: none;
  }

  .gallery-overlay-plus {
    justify-content: center;
    align-items: center;
  }

  .gallery-overlay-plus.show-md {
    display: flex;
  }

  .hide-sm {
    display: block;
  }

  .choicebutton.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .choicebutton.search-submit {
    width: 100%;
  }

  .choicebutton.button-cta {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .grid-halve-cotnent {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    right: 0;
  }

  .grid-halve-cotnent.reverse {
    padding-left: 0;
    left: 0;
  }

  .show-sm {
    display: none;
  }

  .service-slide {
    width: 50%;
  }

  .contact-form-content {
    grid-template-columns: 1fr;
  }

  .d-shape {
    width: 50vw;
    bottom: -30vw;
  }

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

  .nav-link-desktop, .listing-link-desktop {
    display: none;
  }

  .propery-filters-left.stretch {
    justify-content: center;
  }

  .propery-filters-left.vertical-sm {
    flex: 1;
  }

  .propery-filters-left.justify-center.omgeving {
    flex-wrap: wrap;
  }

  .search-submit {
    margin-top: 20px;
  }

  .shape-diensten-home {
    height: 250px;
  }

  .shape-over-ons-home {
    height: 250px;
    display: none;
  }

  .spacer-div {
    height: 70px;
  }

  .realisaties-grid-item, .realisaties-grid-item.thirds {
    width: 100%;
  }

  .property-description-left-2 {
    padding-top: 45px;
    padding-bottom: 35px;
    padding-right: 45px;
  }

  .button3-2:hover {
    color: #fff;
  }

  .nav-link-popup {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 0;
    display: flex;
  }

  .nav-link-popup.dropdown {
    text-align: center;
    padding-right: 20px;
  }

  .nav-link-popup.nav-white {
    color: var(--gray-2);
  }

  .nav-link-popup.meer {
    justify-content: center;
  }

  .button5:hover {
    color: var(--white);
  }

  .button5.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .button5.search-submit {
    width: 100%;
  }

  .button5.button-cta {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 3px;
    margin-bottom: 16px;
    font-size: 38px;
  }

  h2 {
    letter-spacing: 3px;
  }

  h3 {
    letter-spacing: 3px;
    font-size: 32px;
  }

  h4, h5 {
    letter-spacing: 3px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.page-header.blog {
    margin-top: 16px;
  }

  .row.row-split-content {
    grid-row-gap: 36px;
  }

  .row.listing-top-bar {
    flex-direction: column;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .section.page-header {
    padding-top: 90px;
    padding-bottom: 68px;
  }

  .section.utility-page-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.section-afspraak {
    margin-top: 144px;
    margin-bottom: -73px;
  }

  .button1 {
    width: 100%;
  }

  .button1.mr10 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button1.button-cta {
    justify-content: center;
    padding-right: 36px;
  }

  .mb20.sm {
    margin-bottom: 20px;
  }

  .navigation-style-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-brand.style-3 {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link.dropdown {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-top-bar {
    display: none;
  }

  .flex.vertical-sm, .flex.justify-center.omgeving {
    flex-direction: column;
  }

  .flex.center-sm {
    justify-content: center;
  }

  .flex.wrap {
    flex-wrap: wrap;
  }

  .form-input.with-icon {
    min-width: auto;
  }

  .form-input.subscribe {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .mb40.sm {
    margin-bottom: 40px;
  }

  .mr20.mb20sm {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .divider {
    height: 7vw;
  }

  .card-body {
    padding: 16px;
  }

  .card-body.featured-blog-post-content, .card-body.blog-post-horizontal-content {
    padding: 24px;
  }

  .card-body.card-main-specs {
    padding-left: 0;
    padding-right: 0;
  }

  .image-100 {
    width: 100%;
  }

  .section-header.flex {
    flex-direction: column;
  }

  .form-with-button {
    flex-direction: column;
    align-items: stretch;
  }

  .map-wrapper {
    margin-bottom: 40px;
  }

  .circle {
    margin-right: 0;
    padding-right: 0;
  }

  .step-content {
    text-align: left;
    flex: 1;
  }

  .expandable-title {
    padding: 16px 0;
  }

  .accordion-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-jumbo {
    font-size: 54px;
  }

  .section-intro {
    width: 100%;
  }

  .heading-jumbo-small {
    font-size: 30px;
  }

  .style-guide-row {
    margin-bottom: 24px;
  }

  .style-guide-color {
    height: 72px;
  }

  .h6-small.style-guide-subheading {
    margin-bottom: 16px;
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .avatar {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-xl {
    width: 96px;
    height: 96px;
  }

  .avatar.avatar-l {
    width: 72px;
    height: 72px;
  }

  .avatar-group-item {
    border-width: 3px;
  }

  .f-nav-item {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-1-content {
    align-items: center;
  }

  .f-bottom-nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-1-bottom-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-1-nav-list-bottom.nav-2 {
    justify-content: center;
    align-self: center;
    margin-top: 15px;
    margin-left: 0;
  }

  .footer-1-bottom-right {
    flex-direction: column;
    justify-content: center;
  }

  .social-icons-container-footer._2 {
    justify-content: center;
    align-items: center;
  }

  .icons-list-footer {
    margin-top: 20px;
  }

  .social-icon-li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-col {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 29px;
    padding-right: 0;
  }

  .footer-col.footer-5 {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .footer-col.footer-5.no-mb, .footer-1-nav-list-vertical.foot-5 {
    margin-bottom: 0;
  }

  .footer-5-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-thirds {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-thirds.no-space {
    grid-row-gap: 24px;
  }

  .grid-quarters {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-halves {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .content-width-medium {
    z-index: 2;
    position: relative;
  }

  .content-width-medium.contact-section-right {
    flex-direction: column;
    align-items: center;
  }

  .icon-list.icon-list-vertical {
    grid-row-gap: 24px;
  }

  .block-section-half {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-section-half.block-section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .buttons-container.align-center {
    margin-top: 30px;
  }

  .no-bottom-space {
    padding-bottom: 0;
  }

  .h1 {
    margin-bottom: 16px;
    font-size: 44px;
    line-height: 48px;
  }

  .susbcribe-form-wrapper {
    margin-top: 36px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .form-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .susbcribe-form-wrapper-horizontal-cta {
    margin-top: 36px;
  }

  .listing-1-image, .listing-1-image.bg-large {
    height: 300px;
  }

  .dropdown-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .card-image-head-bg-holder.blog-wide-image, .card-image-head-horizontal.featured {
    height: 300px;
  }

  .content-width-small {
    z-index: 2;
    max-width: 100%;
    position: relative;
  }

  .sidebar-layout.case-study-layout {
    grid-column-gap: 36px;
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .subscribe-form-wrapper {
    margin-top: 36px;
  }

  .content-width-large {
    z-index: 2;
    position: relative;
  }

  .h3 {
    font-size: 32px;
  }

  .project-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-rows.grid-rows-large.projects {
    flex-direction: column;
    display: flex;
  }

  .icon-large {
    width: 72px;
  }

  .centered-grid-item {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cta-horizontal-text {
    margin-bottom: 24px;
  }

  .property-feature {
    margin-bottom: 25px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .property-feature.price, .property-features-content {
    width: 100%;
  }

  .grid-gallery-1 {
    grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  }

  .menu-button-round {
    width: 50px;
    height: 50px;
    background-color: #f7fafc;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-2.navbar-1-menu {
    width: 90vw;
  }

  .nav-7-top-bar {
    display: none;
  }

  .div-block-149 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-153 {
    padding: 0;
  }

  .form-card.shadow-large {
    padding: 25px;
  }

  .spec-holder.row-split-content {
    grid-row-gap: 36px;
  }

  .spec-holder.omgeving {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 20px;
  }

  .div-block-154 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-width-large-2 {
    z-index: 2;
    position: relative;
  }

  .contact-method {
    margin-bottom: 24px;
  }

  .downloads._2 {
    width: 100%;
  }

  .downloads._2.mr20 {
    margin-right: 0;
  }

  .div-block-156 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .div-block-156._2-cols {
    grid-template-columns: 1fr;
  }

  .project-card-image.blog-wide-image {
    height: 300px;
  }

  .project-card-image.property {
    min-height: 60vw;
  }

  .cta-content.form {
    grid-template-columns: 1fr;
  }

  .hero-slide-content-box {
    width: 90%;
  }

  .hero-slide-headr {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-slider-left-arrow {
    bottom: 15px;
    left: 5px;
  }

  .hero-slider-left-arrow.right {
    left: 55px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-right {
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .card-image-head-bg, .card-image-head-bg.blog-wide-image {
    height: 300px;
  }

  .grid-thirds-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .feature-card {
    border-right-style: none;
  }

  .step-card {
    padding: 0;
  }

  .verkopen-content-main {
    padding: 25px;
  }

  .verkopen-content-main.trnsparent {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .verkopen-content-footer {
    padding: 24px;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .div-block-177 {
    padding: 50px;
  }

  .div-block-178 {
    height: 40vw;
    margin-top: 36px;
  }

  .brand-4 {
    width: 70px;
  }

  .nav-menu-desktop.navbar-1-menu {
    width: 90vw;
  }

  .masonry-item {
    width: 100%;
  }

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

  .div-block-183 {
    width: 100%;
    font-size: 14px;
    display: flex;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .table-row.heading {
    width: 25%;
    flex-direction: column;
  }

  .table-row.body {
    border-bottom-style: none;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    padding-right: 10px;
  }

  .table-row.heading {
    width: 25%;
    border: 1px #000;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 10px;
  }

  .table-body {
    width: 85%;
    justify-content: flex-start;
    display: flex;
    overflow: auto;
  }

  .specs-content {
    padding-right: 0;
  }

  .property-card-spec.right {
    width: auto;
  }

  .nav-reveal {
    height: 68px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    height: 68px;
  }

  .nav-main {
    height: 68px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-1.row-split-content {
    grid-row-gap: 36px;
  }

  .grid-cols._4-cols {
    grid-template-columns: 1fr;
  }

  .caption.hero {
    font-size: 14px;
  }

  .button3.mr10 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button3.button-cta {
    justify-content: center;
    padding-right: 36px;
  }

  .services-list.show-sm-services {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-item {
    height: 300px;
  }

  .button2.mr10 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button2.button-cta {
    justify-content: center;
    padding-right: 36px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .button4.mr10 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button4.button-cta {
    justify-content: center;
    padding-right: 36px;
  }

  .cta-section.page-header {
    padding-top: 90px;
    padding-bottom: 68px;
  }

  .cta-section.utility-page-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-section.section-afspraak {
    margin-top: 144px;
    margin-bottom: -73px;
  }

  .div-block-194 {
    flex-direction: column;
  }

  .div-block-195, .div-block-196 {
    width: 100%;
  }

  .testimonial-item {
    font-size: 16px;
    line-height: 22px;
  }

  .testimonial-item p {
    font-size: 16px;
  }

  .right-arrow {
    right: -25px;
  }

  .image-105 {
    width: 15px;
  }

  .left-arrow {
    left: -25px;
  }

  .proeprty-hero-foto-button {
    bottom: 20px;
    left: 20px;
  }

  .property-description-left {
    padding-right: 25px;
  }

  .property-description-right {
    padding-top: 0;
  }

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

  .grid-gallery-tumbs {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gallery-3-thumb {
    height: 120px;
  }

  .section-virtual-tour {
    flex-direction: column;
  }

  .media-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .gallery-lightbox-link {
    width: 100%;
    flex: none;
  }

  .section-cta-left {
    padding-right: 0;
  }

  .div-block-210 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .omgeving-wrapper {
    margin-bottom: 15px;
    padding: 0;
  }

  .how-icon-line {
    display: none;
    top: auto;
    bottom: -33%;
    left: 0%;
    right: auto;
    transform: rotate(0);
  }

  .icon-line_1x3-grid {
    max-width: 25rem;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .how-icon-line-vertical {
    width: .65rem;
    display: block;
    top: auto;
    bottom: -44%;
    left: 13%;
    right: auto;
    transform: rotate(0);
  }

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

  .facts-standard_1x4-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .gallery-overlay-plus {
    justify-content: center;
    align-items: center;
  }

  .hide-sm {
    display: none;
  }

  .hide-xs {
    display: block;
  }

  .choicebutton.mr10 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .choicebutton.button-cta {
    justify-content: center;
    padding-right: 36px;
  }

  .container-medium {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-medium.page-header.blog {
    margin-top: 16px;
  }

  .show-sm {
    display: block;
  }

  .service-slide {
    width: 100%;
  }

  .d-shape.home {
    bottom: -200px;
  }

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

  .propery-filters-left, .propery-filters-left.vertical-sm, .propery-filters-left.justify-center.omgeving {
    flex-direction: column;
  }

  .propery-filters-left.center-sm {
    justify-content: center;
  }

  .propery-filters-left.wrap {
    flex-wrap: wrap;
  }

  .div-block-218 {
    width: 0;
    height: 10px;
  }

  .heading-3 {
    font-size: 36px;
  }

  .shape-diensten-home, .shape-over-ons-home {
    height: 200px;
  }

  .card-image-head-bg-holder-blog, .card-image-head-bg-holder-blog.blog-wide-image {
    height: 300px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .property-description-left-2 {
    padding-right: 25px;
  }

  .navbar-2 {
    min-height: 68px;
  }

  .nav-link-popup.dropdown {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button5.mr10 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button5.button-cta {
    justify-content: center;
    padding-right: 36px;
  }
}

@media screen and (max-width: 479px) {
  h1, h2, h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  h4, h5 {
    font-size: 20px;
  }

  .row {
    flex-wrap: wrap;
  }

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

  .col {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .section.page-header {
    padding-top: 100px;
  }

  .section.section-afspraak {
    margin-top: 118px;
    margin-bottom: -118px;
  }

  .button1.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button1.submit-button {
    width: 100%;
  }

  .button1.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button1.button-to-top {
    width: 36px;
    height: 36px;
  }

  .button1.group {
    width: 100%;
  }

  .button1.button-cta {
    background-image: none;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-top-logo {
    padding-bottom: 0;
  }

  .flex.vertical.xs {
    flex-direction: column;
  }

  .mb10.xs {
    margin-bottom: 10px;
  }

  .form-input.form-input-large {
    height: 48px;
    font-size: 16px;
  }

  .divider {
    height: 8vw;
  }

  .divider.divider-bottom {
    margin-top: 48px;
  }

  .card-body {
    padding: 12px;
  }

  .card-body.more-padding {
    padding: 20px;
  }

  .card-body.more-padding.more {
    padding: 20px 30px;
  }

  .card-body.job-card-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-body.card-main-specs.more {
    padding: 20px 30px;
  }

  .form-with-button {
    flex-direction: column;
  }

  .circle {
    margin-right: 20px;
  }

  .tab-link-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .how-it-works-tab {
    justify-content: center;
  }

  .text-jumbo {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 48px;
  }

  .show-xs {
    display: block;
  }

  .style-guide-title {
    margin-bottom: 24px;
  }

  .avatar {
    width: 48px;
    height: 48px;
  }

  .avatar.avatar-xl {
    width: 72px;
    height: 72px;
  }

  .avatar.avatar-l {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-s {
    width: 36px;
    height: 36px;
  }

  .avatar-group {
    width: 100%;
  }

  .avatar-group-item {
    border: 5px solid var(--gray-4);
    margin-right: -16px;
  }

  .logo-brand-square {
    max-width: 45px;
  }

  .footer-1-bottom-left {
    text-align: center;
  }

  .footer-1-nav-list-bottom {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .footer-1-nav-list-bottom.nav-2 {
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer-col.footer-5 {
    width: 100%;
  }

  .footer-col.footer-5.no-mb {
    margin-bottom: 0;
  }

  .footer-1-nav-list-vertical {
    flex-wrap: wrap;
  }

  .footer-5-content {
    flex-direction: column;
  }

  .grid-quarters {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .h2-bigger {
    font-size: 32px;
    line-height: 36px;
  }

  .blog-post-horizontal.list-item {
    flex-direction: column;
  }

  .blog-post-horizontal-image {
    width: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .buttons-container {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .no-bottom-space {
    padding-bottom: 0;
  }

  .h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .susbcribe-form-wrapper {
    margin-top: 24px;
  }

  .cta-action-container {
    flex-direction: column;
  }

  .cta-action-text {
    margin-top: 16px;
    margin-left: 0;
  }

  .section-large {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .susbcribe-form-wrapper-horizontal-cta {
    margin-top: 24px;
  }

  .listing-1-image, .listing-1-image.bg-large {
    height: 200px;
  }

  .listing-1-content {
    margin-top: 12px;
  }

  .listing-4-meta {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .listing-4-meta.blog {
    grid-template-rows: auto;
  }

  .card-image-head-bg-holder.blog-wide-image {
    height: 200px;
  }

  .card-image-head-bg-holder.fixed-height {
    height: 300px;
  }

  .card-image-head-horizontal.featured {
    height: 250px;
  }

  .card-image-head-horizontal.blog-3-image {
    height: 200px;
  }

  .content-width-small {
    width: 100%;
  }

  .subscribe-form-wrapper {
    margin-top: 24px;
  }

  .tag-link {
    margin-bottom: 12px;
  }

  .h2 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  .h2.propery-price {
    font-size: 20px;
  }

  .h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  .project-gallery {
    grid-template-columns: 1fr;
  }

  .project-gallery-image {
    height: 225px;
  }

  .section-halves-content {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-rows.grid-rows-large.projects {
    flex-direction: column;
    display: flex;
  }

  .grid-rows.no-row-space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icon-large {
    width: 72px;
  }

  .subscribe-form-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .button1-2.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button1-2.submit-button {
    width: 100%;
  }

  .button1-2.navbar-button {
    display: none;
  }

  .card-2.form-input-card {
    width: auto;
  }

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

  .cta-action-container-2 {
    flex-direction: column;
  }

  .h5 {
    font-size: 20px;
  }

  .property-feature {
    width: 100%;
  }

  .grid-gallery-1 {
    grid-template-rows: minmax(100px, 100px) minmax(100px, 100px) minmax(100px, 100px);
  }

  .form-group-row {
    flex-direction: column;
  }

  .nav-menu-2.navbar-1-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .favourite {
    position: relative;
  }

  .div-block-143 {
    width: 100%;
    margin-right: 0;
  }

  .content-gallery-3-holder, .content-gallery-1-holder, .content-gallery-2-holder {
    margin-bottom: -40px;
  }

  .content-gallery-content {
    padding: 20px;
  }

  .div-block-149 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-151 {
    height: 250px;
  }

  .div-block-153 {
    padding: 20px;
  }

  .form-card.shadow-large {
    padding: 15px;
  }

  .spec-holder {
    flex-wrap: wrap;
  }

  .spec-holder.row-split-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .spec-holder.omgeving {
    width: 100%;
    flex-direction: column;
  }

  .div-block-154 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .content-gallery-1-image {
    height: 250px;
  }

  .form-row-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .project-card-image {
    min-height: 40vh;
  }

  .project-card-image.blog-wide-image {
    height: 200px;
  }

  .project-card-image.property {
    min-height: 80vw;
  }

  .cta-content {
    padding: 20px;
  }

  .section-cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .slide-tab {
    padding: 10px;
  }

  .tab-tex {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .card-image-head-bg.blog-wide-image {
    height: 200px;
  }

  .feature-card {
    padding-left: 0;
    padding-right: 0;
  }

  .verkopen-content-main {
    padding: 15px;
  }

  .verkopen-content-main.trnsparent {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .verkopen-content-footer {
    padding: 15px;
  }

  .half-section-image {
    min-height: 40vh;
  }

  .div-block-177 {
    padding: 20px;
  }

  .image-with-content-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-178 {
    margin-top: 24px;
  }

  .brand-4 {
    width: 70px;
  }

  .container-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tag-badge {
    margin-bottom: 12px;
  }

  .tab-tex-2 {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .table-row.body {
    flex: 0 auto;
  }

  .table-body {
    max-width: 85%;
    flex: 0 auto;
    position: relative;
    overflow: auto;
  }

  .div-block-187 {
    padding: 20px;
  }

  .div-block-188 {
    width: 100%;
  }

  .image-102 {
    width: 150px;
  }

  .row-1 {
    flex-wrap: wrap;
  }

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

  .caption.hero {
    font-size: 11px;
    line-height: 14px;
  }

  .button3.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button3.submit-button {
    width: 100%;
  }

  .button3.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button3.button-to-top {
    width: 36px;
    height: 36px;
  }

  .button3.group {
    width: 100%;
  }

  .button3.button-cta {
    background-image: none;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .service-item {
    height: 300px;
  }

  .button2.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button2.submit-button {
    width: 100%;
  }

  .button2.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button2.button-to-top {
    width: 36px;
    height: 36px;
  }

  .button2.group {
    width: 100%;
  }

  .button2.button-cta {
    background-image: none;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button4.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button4.submit-button {
    width: 100%;
  }

  .button4.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button4.button-to-top {
    width: 36px;
    height: 36px;
  }

  .button4.group {
    width: 100%;
  }

  .button4.button-cta {
    background-image: none;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .cta-section.page-header {
    padding-top: 100px;
  }

  .cta-section.section-afspraak {
    margin-top: 118px;
    margin-bottom: -118px;
  }

  .right-arrow {
    width: 35px;
  }

  .left-arrow {
    width: 35px;
    display: flex;
  }

  .property-heading {
    font-size: 25px;
  }

  .grid-gallery-tumbs {
    grid-template-columns: 1fr 1fr;
  }

  .omgeving-wrapper {
    padding: 0;
  }

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

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

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

  .hide-xs {
    display: none;
  }

  .choicebutton.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .choicebutton.submit-button {
    width: 100%;
  }

  .choicebutton.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .choicebutton.button-to-top {
    width: 36px;
    height: 36px;
  }

  .choicebutton.group {
    width: 100%;
  }

  .choicebutton.button-cta {
    background-image: none;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .d-shape {
    width: 80vw;
    bottom: -50vw;
  }

  .propery-filters-left.vertical.xs {
    flex-direction: column;
  }

  .div-block-219 {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .card-image-head-bg-holder-blog.blog-wide-image {
    height: 200px;
  }

  .card-image-head-bg-holder-2 {
    height: 300px;
  }

  .button5.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .button5.submit-button {
    width: 100%;
  }

  .button5.form-search-button {
    margin-top: 12px;
    margin-left: 0;
  }

  .button5.button-to-top {
    width: 36px;
    height: 36px;
  }

  .button5.group {
    width: 100%;
  }

  .button5.button-cta {
    background-image: none;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

#w-node-e03c8aff-0367-8901-7b85-edf08df5925a-b95243be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e401c5c-4736-1b44-e0f3-a79065278f28-b95243be {
  align-self: start;
}

#w-node-_30279809-95fd-5833-f010-41565b79e148-b7353b37 {
  justify-self: stretch;
}

#w-node-_4b9fece5-a936-89bd-0150-4b9bfd32988a-b9524466, #w-node-_4b9fece5-a936-89bd-0150-4b9bfd32988a-b9524467 {
  align-self: center;
  justify-self: center;
}

#w-node-cb775217-ebf5-5b27-36cf-9d6c0ad78809-b9524469 {
  align-self: start;
}

#w-node-cb775217-ebf5-5b27-36cf-9d6c0ad78819-b9524469, #w-node-cb775217-ebf5-5b27-36cf-9d6c0ad7881e-b9524469, #w-node-_3d0e9814-60dc-2e91-651a-543ff30dde1a-b9524469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be539793-fe22-2647-17b7-0e1fba9dbfb4-b952446e, #w-node-_228f88d6-371a-e12d-31c1-c325a6275645-b952446e, #w-node-_1f11063e-258d-5c30-2dd4-af8160b98ef6-b952446e, #w-node-ff3a1588-0379-4a17-36ab-79f8b52fa001-b952446e, #w-node-be539793-fe22-2647-17b7-0e1fba9dbfb4-b952446f, #w-node-_228f88d6-371a-e12d-31c1-c325a6275645-b952446f, #w-node-_1f11063e-258d-5c30-2dd4-af8160b98ef6-b952446f {
  align-self: center;
}

#w-node-d52f5318-7fc5-0e16-7178-789b935a6b09-b95244b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d52f5318-7fc5-0e16-7178-789b935a6b0d-b95244b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01408cd8-b36d-c315-107c-f0c4764ff592-b95244b3 {
  align-self: center;
}

#w-node-e77a440f-69c7-a29c-e00e-7be71b7923f9-b95244d7 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-e77a440f-69c7-a29c-e00e-7be71b7923f8-b95244d7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: stretch;
}

#w-node-_13f103ac-e987-00a6-928b-7b841b804b5d-b95244d7 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_13f103ac-e987-00a6-928b-7b841b804b5f-b95244d7 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-_683010ea-6854-9888-9021-1949668dccd2-b9524500, #w-node-_22e64d81-eb76-0439-7c1e-5561866c807f-b9524500 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_22e64d81-eb76-0439-7c1e-5561866c8087-b9524500 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_9453c6b6-403a-af46-3891-d525da05a347-b9524500, #w-node-_9453c6b6-403a-af46-3891-d525da05a34a-b9524500, #w-node-_9453c6b6-403a-af46-3891-d525da05a34d-b9524500, #w-node-_9453c6b6-403a-af46-3891-d525da05a350-b9524500, #w-node-_9453c6b6-403a-af46-3891-d525da05a353-b9524500, #w-node-_9453c6b6-403a-af46-3891-d525da05a356-b9524500, #w-node-_64bcf917-447e-6764-3db7-5468a18c4d81-b9524500, #w-node-_64bcf917-447e-6764-3db7-5468a18c4d84-b9524500, #w-node-_64bcf917-447e-6764-3db7-5468a18c4d87-b9524500, #w-node-_64bcf917-447e-6764-3db7-5468a18c4d8c-b9524500, #w-node-_64bcf917-447e-6764-3db7-5468a18c4d8f-b9524500, #w-node-_64bcf917-447e-6764-3db7-5468a18c4d92-b9524500 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a918100-47f2-2f67-f2b6-fa3b56f061cf-b9524500 {
  align-self: start;
}

#w-node-_180b7fc0-926d-02fa-d7bf-137873a1d4de-b9524500, #w-node-d9d4fce5-012f-9094-1a7e-80ac4ca8f31b-b9524500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f01c7f52-fc91-b1fe-dfcb-21633ba07414-b9524504, #w-node-_9f062941-42af-bac8-7f38-9ec651af2cb6-b9524504 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_9f062941-42af-bac8-7f38-9ec651af2cc9-b9524504 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_3a68420e-d7aa-cf2a-2aea-1dc7dc7e0bcb-b9524506 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_91c5f372-3aa4-3107-de83-444fd0fe3995-b9524506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e64d81-eb76-0439-7c1e-5561866c807f-b9524506 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_22e64d81-eb76-0439-7c1e-5561866c8087-b9524506 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_6bc27599-7522-7af7-b90e-2768c6cf9e8e-b9524506, #w-node-_6bc27599-7522-7af7-b90e-2768c6cf9ead-b9524506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5085e922-b98f-a34b-3ce5-19b5115e3dab-b952450f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5085e922-b98f-a34b-3ce5-19b5115e3daf-b952450f, #w-node-_21cc14b9-b0ce-7013-7c6c-0727311ba74d-b952450f, #w-node-_21cc14b9-b0ce-7013-7c6c-0727311ba748-b952450f, #w-node-_21cc14b9-b0ce-7013-7c6c-0727311ba752-b952450f, #w-node-c853e7f5-64c8-309c-80de-06e388af54f3-b9524539, #w-node-_780d09ef-1121-9eb5-042e-6b90e4b42258-b9524539, #w-node-_3fb9b0db-818c-2cac-a413-5165e3facd65-b9524539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f20dcd8-eaca-e535-5aae-fb8e77666f8d-b9524539 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_3f20dcd8-eaca-e535-5aae-fb8e77666f8f-b9524539 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: stretch;
}

#w-node-_3f20dcd8-eaca-e535-5aae-fb8e77666f95-b9524539 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_3f20dcd8-eaca-e535-5aae-fb8e77666f97-b9524539 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-_3f20dcd8-eaca-e535-5aae-fb8e77666f9e-b9524539 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_3f20dcd8-eaca-e535-5aae-fb8e77666fa0-b9524539 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: stretch;
}

#w-node-_55dff423-925b-01f5-940c-9e8f85b83344-b9524539 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_27cbfc51-2f9a-392d-4a24-28862f41f4af-b9524539, #w-node-_633ece4c-69e2-9569-d7b2-44354f1d700d-b9524539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95fa113c-af71-70e2-2f4c-9a889af5a84b-b9524539 {
  align-self: start;
}

#w-node-_90a4251f-df18-0513-d02e-854c0d80ab9e-2d8675c7 {
  justify-self: stretch;
}

#w-node-_774466fc-e7ed-81be-2f9e-05573277f5be-3277f5bc {
  grid-area: 1 / 1 / 3 / 9;
}

#w-node-_774466fc-e7ed-81be-2f9e-05573277f5c0-3277f5bc {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_774466fc-e7ed-81be-2f9e-05573277f5c2-3277f5bc {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_774466fc-e7ed-81be-2f9e-05573277f5c4-3277f5bc {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_774466fc-e7ed-81be-2f9e-05573277f5c6-3277f5bc {
  grid-area: 3 / 5 / 4 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-e77a440f-69c7-a29c-e00e-7be71b7923f8-b95244d7 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_683010ea-6854-9888-9021-1949668dccd2-b9524500, #w-node-_22e64d81-eb76-0439-7c1e-5561866c807f-b9524500 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_22e64d81-eb76-0439-7c1e-5561866c8087-b9524500 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-f01c7f52-fc91-b1fe-dfcb-21633ba07414-b9524504, #w-node-_9f062941-42af-bac8-7f38-9ec651af2cb6-b9524504 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_9f062941-42af-bac8-7f38-9ec651af2cc9-b9524504 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_3a68420e-d7aa-cf2a-2aea-1dc7dc7e0bcb-b9524506, #w-node-_22e64d81-eb76-0439-7c1e-5561866c807f-b9524506 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_22e64d81-eb76-0439-7c1e-5561866c8087-b9524506 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_3f20dcd8-eaca-e535-5aae-fb8e77666f8d-b9524539 {
    grid-column-end: 13;
  }

  #w-node-_3f20dcd8-eaca-e535-5aae-fb8e77666f8f-b9524539 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_3f20dcd8-eaca-e535-5aae-fb8e77666f9e-b9524539 {
    grid-column-end: 13;
  }

  #w-node-_3f20dcd8-eaca-e535-5aae-fb8e77666fa0-b9524539 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_55dff423-925b-01f5-940c-9e8f85b83344-b9524539 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_683010ea-6854-9888-9021-1949668dccd2-b9524500, #w-node-_22e64d81-eb76-0439-7c1e-5561866c807f-b9524500, #w-node-_22e64d81-eb76-0439-7c1e-5561866c8087-b9524500, #w-node-f01c7f52-fc91-b1fe-dfcb-21633ba07414-b9524504, #w-node-_9f062941-42af-bac8-7f38-9ec651af2cb6-b9524504, #w-node-_9f062941-42af-bac8-7f38-9ec651af2cc9-b9524504, #w-node-_3a68420e-d7aa-cf2a-2aea-1dc7dc7e0bcb-b9524506, #w-node-_22e64d81-eb76-0439-7c1e-5561866c807f-b9524506, #w-node-_22e64d81-eb76-0439-7c1e-5561866c8087-b9524506 {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9453c6b6-403a-af46-3891-d525da05a342-b9524500 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}