:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-bottom: 40px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/keuken-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding: 0 80px;
  display: flex;
}

.section.cc-cta.amsterdam {
  background-image: linear-gradient(#0006, #0006), url('../images/Amsterdam-overlook.jpg');
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  padding-top: 0;
  padding-bottom: 40px;
}

.section.cc-store-home-wrap.hero {
  padding-bottom: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-light.white {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #062562;
  border-radius: 0;
  width: 30%;
  padding: 12px 25px;
  font-family: Bitter, serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-jumbo-button.bw {
  color: #000;
  background-color: #fff;
}

.primary-button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.hide-menu {
  width: 15%;
}

.primary-button.hide-menu.w--current, .primary-button.hide-menu.hero {
  width: 20%;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: #062562;
  font-family: Bitter, serif;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  color: #000;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  direction: ltr;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.paragraph-light.white {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-light.blog-article {
  margin-bottom: 30px;
  display: block;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Bitter, serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Amsterdam-makelaar-huis.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 590px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-header.blogs {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Blog.jpg');
}

.intro-header.seo {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Linkbuilding-blog.jpg');
}

.intro-header.expath {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Amsterdam-overlook.jpg');
}

.intro-header.verkopen {
  background-image: linear-gradient(#00000073, #00000073), url('../images/Verkopen.jpg');
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 100%;
  margin: 40px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". . Area";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 10px;
  margin-right: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: left;
  border: 1px solid #00000040;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

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

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  background-image: linear-gradient(#00000059, #00000059), url('../images/Amsterdam-overlook.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  width: 70%;
  margin-bottom: 30px;
  padding-right: 80px;
  display: flex;
}

.home-section-wrap.inside-path {
  padding-left: 80px;
  padding-right: 0;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr .5fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 24px;
  grid-template-columns: .5fr 1fr;
  grid-template-areas: ". .";
  padding-top: 40px;
}

.about-grid.cc-about-2.other {
  grid-template-columns: .5fr .25fr;
  grid-auto-flow: row dense;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 10px;
  padding: 12px 25px;
  font-family: Bitter, serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.picture-div {
  background-image: url('../images/Canal-house.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
}

.picture-div.who-we-are {
  background-image: url('../images/Amsterdam-De-amstel.jpg');
  background-position: 50% 38%;
  border-radius: 20px;
  width: 30%;
  height: 450px;
}

.picture-div.adam-2 {
  width: 30%;
}

.h2-heading {
  font-family: Bitter, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.h2-heading.white {
  color: #fff;
  font-family: Bitter, serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 55px;
}

.h2-heading.bold-big {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.h2-heading.blog {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}

.h2-heading.large-pad {
  margin-bottom: 20px;
}

.services-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.services-div.in-path {
  padding-right: 40px;
}

.container-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  display: flex;
}

.divider-title-icn {
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  display: flex;
}

.link {
  text-decoration: none;
}

.paragraph {
  text-align: left;
}

.menu-title {
  color: #000;
  letter-spacing: -.5px;
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 700;
}

.body {
  padding-bottom: 40px;
}

.text-block, .heading {
  font-family: Bitter, serif;
}

.bliog-content-items {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: block;
}

.paragraph-small-blog-item {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.item {
  background-color: #06256233;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px;
  display: flex;
}

.item-name {
  font-size: 12px;
  line-height: 20px;
}

.blog-artikelen {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-button {
  background-color: #d87979;
  border-radius: 10px;
}

.blog-button:hover {
  color: #fff;
}

.homemade-btn {
  background-color: #062562;
  background-image: linear-gradient(#062562, #062562);
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
}

.homemade-btn:hover {
  color: #fff;
}

.btn-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.blog-item-link {
  width: 30%;
  text-decoration: none;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.picture-div-blog {
  background-image: url('../images/SEO.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 60%;
  height: 350px;
  margin-bottom: 20px;
}

.picture-div-blog.expat-housing {
  background-image: url('../images/Amstedam-tulp.jpg');
}

.picture-div-blog.sale {
  background-image: url('../images/Bedrijf-verkopen.jpg');
}

.link-2 {
  text-decoration: none;
}

.paragraph-2 {
  display: inline;
}

.rich-text-block {
  display: block;
}

.link-3 {
  display: inline-block;
}

.blog-paragraph {
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.heading-blog {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.contact-link-blog {
  color: #2741ac;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.contact-link-blog:hover {
  color: #020820;
}

.contact-link {
  color: #062562;
  width: auto;
  font-weight: 700;
  text-decoration: none;
  display: inline;
  overflow: visible;
}

.cta-paragraph {
  color: #fff;
  margin-bottom: 40px;
}

.text-block-2, .text-block-3 {
  font-family: Bitter, serif;
  font-size: 13px;
}

.hero-paragraph {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.secondary-button-copy {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 10px;
  padding: 12px 25px;
  font-family: Bitter, serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button-copy.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.hero-head {
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 25px;
  font-weight: 400;
}

.empower_tab-menu {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer_image-wrapper {
  width: 100%;
  padding-bottom: 2rem;
  line-height: .75;
  overflow: hidden;
}

.hero_img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0%;
}

.navbar_logo {
  font-size: 1.5rem;
}

.stats_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

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

.button_content {
  color: #fff;
  background-color: #062562;
  background-image: url('../images/noise-light.png');
  background-position: 50%;
  background-size: cover;
  border-radius: .8em;
  padding: 1em 2em;
  transition: all .2s;
}

.button_content:hover {
  background-color: #11002d;
}

.button_content.sml-btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 10px 15px;
  display: block;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.nav-dropdown-title-tag {
  opacity: 1;
  color: #062562;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1em;
  display: inline-block;
}

.footer_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.svg-3 {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible !important;
}

.svg-3.sml-svg {
  width: 50%;
  height: 50%;
}

.navlink {
  color: #062562;
  font-size: 17px;
  font-weight: 400;
}

.path {
  color: #fff;
}

.vision_image-wrapper {
  border-radius: 16px;
  flex: none;
  position: relative;
  overflow: hidden;
}

.vision_image-wrapper.is-image-large {
  border-radius: 16px;
  width: 36vw;
  height: 80vh;
}

.vision_image-wrapper.is-image-small {
  width: 20vw;
}

.vision_small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 18vw;
  display: grid;
  position: relative;
}

.vision_content-bottom {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.featured-nav-image {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero_visuals {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.marquee_marquee {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.service_block_verkoop-aankoop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.service_block_verkoop-aankoop.below {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.text-overlay-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8rem;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  color: #ff7c4d;
  text-align: center;
  background-color: #fcfbfa;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-link {
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.nav-brand {
  width: 30%;
}

.section_team {
  position: relative;
}

.stats_texture {
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stats_texture.is-darken-40 {
  opacity: .4;
  mix-blend-mode: darken;
}

.stats_texture.is-overlay-40 {
  opacity: .4;
  mix-blend-mode: overlay;
}

.stats_texture.is-darken-20 {
  opacity: .2;
  mix-blend-mode: darken;
}

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

.stats_number {
  font-size: clamp(1rem, 8vw, 158.72px);
  font-weight: 700;
  line-height: 1.3;
}

.hero_content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

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

.cta_background-wrapper {
  z-index: 0;
  color: #ff7c4d;
  background-color: #fcfbfa;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.stats_item {
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.vision_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.hand-icon-path {
  transform-origin: 50% 0;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.heading-6 {
  font-weight: 500;
}

.heading-6.h62 {
  color: #062562;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

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

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

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

.footer_legal-link {
  color: #153a43;
  font-size: .875rem;
  text-decoration: underline;
}

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

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

.service-2 {
  width: 40%;
}

.service-2._100 {
  width: 100%;
}

.vision_image3 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.nav-container {
  -webkit-text-fill-color: inherit;
  background-color: #4b556300;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

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

.hide {
  display: none;
}

.dark_gradient {
  z-index: 1;
  background-image: linear-gradient(#00000059, #00000059), url('../images/makelaar_frederik_team_kb.jpg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.vision_image6 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.featured-blog-post-nav {
  transition: opacity .2s, color .2s;
}

.featured-blog-post-nav:hover {
  opacity: .8;
}

.vision_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.hand-icon {
  object-fit: contain;
  width: 4em;
  height: 100%;
}

.nav-side-tems {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vision_image5 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

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

.dropdown-item {
  color: #303037;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 32px;
  margin-top: 4px;
  margin-bottom: 8px;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: flex;
  position: relative;
}

.dropdown-item:hover {
  opacity: .7;
  color: #17191f;
}

.dropdown-item:active {
  opacity: .8;
}

.dropdown-item.w--current {
  text-transform: none;
}

.dropdown-item.w--current:hover {
  opacity: .8;
  color: #0b0b0c;
}

.dropdown-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.section_nav {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.stats_item-content {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}

.btn {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  color: #153a43;
  text-align: center;
  letter-spacing: 0;
  background-color: #ff7c4d;
  border: 1px solid #0000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: box-shadow .35s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  opacity: .96;
  box-shadow: 2px 2px 14px 2px #0003;
}

.btn:focus-visible, .btn[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #ff7c4d;
}

.btn.full-blue-4 {
  color: #fcfbfa;
  background-color: #153a43;
  transition-duration: .45s, .3s;
  transition-timing-function: ease-in-out, cubic-bezier(.165, .84, .44, 1);
}

.form_input {
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder {
  color: #153a43;
}

.btn-icon {
  justify-content: center;
  align-items: center;
  max-width: 1.2em;
  line-height: 1;
  display: inline-flex;
}

.empower_link-block {
  color: #153a43;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.empower_link-block.w--current {
  background-color: #fff0;
}

.button_layout {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button_layout.sml {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.vision_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.heading-style-h2 {
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 1.25;
}

._2col_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  display: grid;
  position: relative;
}

._2col_grid.z-index-2 {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
}

.footer_logo-link {
  color: #153a43;
  margin-bottom: .5rem;
  padding-left: 0;
  font-size: 1.25rem;
  font-weight: 900;
}

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

.cta_component {
  border-radius: 16px;
  overflow: clip;
  transform: translate(0);
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 900;
}

.vision_overlay-text {
  z-index: 2;
  color: #fff;
  text-align: right;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 60px;
  position: relative;
}

.marquee_component {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #293072;
  border-radius: 6px;
  height: 48px;
  padding: 12px 24px;
  font-weight: 700;
  transition: all .4s;
}

.button-4:hover {
  transform: scale(1.05);
}

.button-4.inverted {
  color: #293072;
  background-color: #fff;
}

.button-4.inverted.app-store {
  color: #062562;
  font-weight: 600;
}

.button-4.inverted.app-store.small-txt {
  height: auto;
  padding: 5px 10px;
  font-size: .9rem;
}

.button-4.inverted.play-store {
  color: #062562;
  font-weight: 600;
}

.button-4.inverted.play-store.small-txt {
  height: auto;
  padding: 5px 10px;
  font-size: .9rem;
}

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

.marquee_image-wrapper {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.marquee_heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.footer_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #153a43;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.vision_image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 32% 36% 32%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: grid;
}

.icon {
  width: 1em;
  font-size: 1em;
  font-style: normal;
  display: inline-flex;
}

.nav-dropdown-icon {
  margin-top: 15px;
  margin-right: 4px;
  font-size: 12px;
}

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

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

.stats_image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.h3-2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
}

.h3-2.small {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 400;
}

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

.container-large.is--100 {
  height: 100%;
}

.footer_right-wrapper {
  flex-direction: column;
  display: flex;
}

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

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

.footer_component {
  background-color: #ecf8fc;
  border-top-left-radius: 8px;
  border-top-right-radius: 16px;
  padding-top: 2rem;
}

.footer_component.background-color-gradient2 {
  background-image: linear-gradient(#0e1429, #8fb0d6);
  position: relative;
}

.download-text-container {
  text-align: right;
  flex-flow: column;
  display: flex;
}

.marquee_inner-wrapper {
  color: #ff7c4d;
  will-change: transform;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Merriweather, serif;
  font-size: .4rem;
  font-weight: 300;
}

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

.nav-title_drop {
  color: #062562b3;
  font-weight: 400;
}

.form_message-success {
  color: #47c2e1;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.footer_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-dropdown-list.w--open {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  width: 460px;
  margin-top: -2px;
  padding: 14px 20px;
  display: flex;
  top: 43px;
  left: -141px;
  box-shadow: 0 6px 12px #0000000d;
}

.nav-dropdown-list.large {
  flex-direction: row;
  width: 510px;
}

.section_vision.background-color-gradient1 {
  position: relative;
}

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

.pointer-events-none {
  pointer-events: none;
  font-size: 1.7rem;
  font-weight: 400;
}

.nav-dropdown-column-featured {
  border-left: 1px solid #e0dbd4;
  flex-flow: column;
  padding-bottom: 4px;
  padding-left: 20px;
  display: flex;
}

.nav-logo {
  opacity: .95;
  color: #fff;
  width: 60%;
  display: block;
}

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

.cta_card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_slot {
  width: 100%;
  height: 100%;
  padding: 0;
}

.button_slot.medium-4.mid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.empower_tab_timer {
  transform-origin: 0%;
  background-color: #153a4380;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.empower_tab_timer.red {
  background-color: #153a43;
}

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

.text-size-medium.text-weight-semibold {
  font-size: 20px;
}

.empower_tab-component {
  display: flex;
}

.nav-dropdown-trigger {
  color: #303037;
  text-transform: none;
  cursor: pointer;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 20px 10px 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-dropdown-trigger:hover {
  opacity: .7;
  color: #17191f;
}

.nav-dropdown-trigger:active {
  opacity: .8;
}

.nav-dropdown-trigger.w--current {
  color: #535d66;
  letter-spacing: .4px;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}

.nav-dropdown-trigger.w--current:hover {
  opacity: .8;
  color: #0b0b0c;
}

.nav-dropdown-trigger.w--current:active {
  opacity: .7;
  color: #32343a;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.nav-dropdown-column.resource {
  flex: none;
  width: 120px;
}

.nav-dropdown-column.services {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 190px;
}

.vision_component {
  height: auto;
  position: relative;
}

.cta_form-button {
  background-color: #153a43;
  border-radius: 100vw;
  padding-left: 2em;
  padding-right: 2em;
}

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

.icon-color {
  color: inherit;
  display: inline-flex;
}

.empower_component {
  background-color: #f5f3ee;
  background-image: linear-gradient(218deg, #ffdfe01a 48%, #efd9e399);
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: visible;
}

.footer_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-style-nowrap {
  white-space: nowrap;
}

.banner-list-text {
  color: #333;
  letter-spacing: -.011em;
  flex: 0 auto;
  max-width: 515px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.banner-list-text.nav {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 18px;
}

.vision_image-group-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.button_text {
  font-size: 1.1rem;
  font-weight: 600;
}

.button_text.small-txt-btn {
  font-size: 16px;
}

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

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

.form_message-error {
  color: #ff4401;
  background-color: #fcfbfa;
  margin-top: .75rem;
  padding: .75rem;
}

.empower_link-text-small {
  white-space: nowrap;
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.nav-social-items {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.nav-bar {
  z-index: 200;
  background-color: #fff0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.download {
  border-radius: 6px;
  transition: all .2s;
}

.download:hover {
  transform: translate(0, -5px);
  box-shadow: -4px 4px 10px #0000001a;
}

.download.apple {
  color: #fff;
  background-color: #a8a8a8;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Amsterdam-noord.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-radius: .8em;
  justify-content: space-between;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.download.apple.other {
  padding-top: 20px;
  padding-bottom: 20px;
}

.download.apple.other.style {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
}

.download.android {
  color: #fff;
  background-color: #5271ad;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Hihg_res_apartment.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.download.android._100.other {
  flex-flow: column;
  padding: 20px 10px;
}

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

.grain {
  z-index: 0;
  opacity: .04;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: url('../images/grain4.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.peach-gradient {
  z-index: 1;
  opacity: .45;
  pointer-events: none;
  background-image: linear-gradient(186deg, #153a4300, #fac9cdcc);
  position: absolute;
  inset: 0%;
}

.footer_logo {
  width: 100%;
}

.button_icon {
  aspect-ratio: 1;
  width: .9rem;
  padding: 0;
}

.team_heading-span {
  transform-origin: 50%;
  object-fit: cover;
  background-image: url('../images/vorunteer.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 2em;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 1em;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -.25em;
}

.team_heading-span._3 {
  background-image: url('../images/voollunteer_1voollunteer.avif');
}

.team_heading-span._2 {
  background-image: url('../images/women.avif');
  background-position: 50% 20%;
}

.section_hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: calc(80vh - 6rem);
  display: flex;
  position: relative;
}

.vision_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

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

.text-box-2 {
  max-width: 600px;
}

.text-box-2._500px {
  max-width: 500px;
}

.divider-horizontal {
  background-color: #153a43;
  width: 100%;
  height: 1px;
}

.vision_image7 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.nav-social-link {
  opacity: 1;
  transition: opacity .2s, color .2s;
}

.nav-social-link:hover {
  opacity: .7;
}

.noise {
  opacity: .25;
  pointer-events: none;
  mix-blend-mode: difference;
  background-image: url('../images/noise-light.png');
  background-position: 50%;
  background-size: 220px 220px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.noise.is-hero {
  opacity: .5;
}

.hero-title {
  color: #ddd;
  white-space: nowrap;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.hero-title-2 {
  color: #fff;
  white-space: nowrap;
  font-size: clamp(2rem, 10vw, 277.76px);
  font-weight: 900;
  line-height: .75;
}

.btn_block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  display: block;
}

.para_text {
  text-transform: none;
  overflow-wrap: normal;
  flex-flow: column;
  display: block;
  position: static;
}

.para_text.with-pad {
  margin-bottom: 30px;
}

.main-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  display: flex;
}

.content_div {
  width: auto;
}

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

.h2_main_blog {
  font-size: 35px;
  line-height: 40px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-button {
    justify-content: center;
    width: 60%;
    margin-left: 20px;
    margin-right: 40px;
    display: block;
  }

  .primary-button.cc-contact-us, .primary-button.hide-menu {
    display: none;
  }

  .heading-jumbo {
    font-size: 45px;
    line-height: 59px;
  }

  .heading-jumbo-small {
    font-size: 20px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
    padding-right: 0;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/Amsterdam-makelaar-huis.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .intro-content.cc-homepage {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    display: flex;
  }

  .about-story-wrap {
    width: 100%;
    margin-top: 40px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    height: auto;
    min-height: 390px;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    margin-top: 40px;
  }

  .home-section-wrap {
    width: 100%;
    padding-right: 0;
  }

  .home-section-wrap.inside-path {
    padding-left: 0;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    margin-bottom: 40px;
    padding-top: 10px;
  }

  .intro-text {
    width: 100%;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .picture-div.who-we-are, .picture-div.adam-2 {
    width: 100%;
    height: 300px;
  }

  .h2-heading {
    font-size: 21px;
  }

  .hero-paragraph {
    font-size: 17px;
  }

  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button_content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button_content.sml-btn {
    margin-right: 0;
  }

  .footer_form-block {
    min-width: auto;
  }

  .vision_image-wrapper.is-image-small {
    width: 25vw;
  }

  .service_block_verkoop-aankoop {
    width: 100%;
  }

  .nav-brand {
    width: 50%;
  }

  .stats_number {
    font-size: 4.5rem;
  }

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

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

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

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

  .service-2 {
    width: 50%;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .dropdown-item {
    opacity: .8;
    text-align: left;
    background-color: #0000;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .dropdown-item:hover {
    opacity: 1;
    background-color: #0000;
  }

  .dropdown-item:active {
    background-color: #0000;
  }

  .footer_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .empower_link-block {
    padding-left: 0;
  }

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

  ._2col_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  ._2col_grid.z-index-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .button-4.inverted.app-store, .button-4.inverted.play-store {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stats_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .vision_image-list {
    height: 70vh;
  }

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

  .h3-2 {
    text-align: right;
    font-size: 1.4rem;
  }

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

  .empower_tab-component {
    flex-flow: column;
  }

  .nav-dropdown-trigger {
    opacity: .8;
    text-align: left;
    background-color: #0000;
    margin-left: 4px;
    margin-right: 4px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .nav-dropdown-trigger:hover {
    opacity: 1;
    background-color: #0000;
  }

  .nav-dropdown-trigger:active {
    background-color: #0000;
  }

  .banner-list-text {
    max-width: none;
    font-size: 17px;
  }

  .button_text {
    font-size: .9rem;
  }

  .button_text.small-txt-btn {
    font-size: 14px;
  }

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

  .nav-social-items {
    grid-column-gap: 10px;
  }

  .nav-social-items.hide {
    display: none;
  }

  .nav-bar {
    padding-left: 0;
    padding-right: 30px;
  }

  .stats_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .team_heading-span {
    padding-right: 7.5rem;
  }

  .nav-items {
    background-color: #0000;
  }

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

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inhoud {
    flex-flow: column;
  }

  .inhoud.switch {
    flex-flow: column-reverse;
  }

  .h2_main_blog {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0;
  }

  .container {
    text-align: center;
    max-width: 1140px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .primary-button {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .label.cc-light {
    text-align: left;
  }

  .label.cc-light.mid {
    text-align: center;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    text-align: left;
    width: 100%;
  }

  .heading-jumbo {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-jumbo-small {
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .intro-content {
    width: 80%;
  }

  .motto-wrap {
    width: 100%;
  }

  .about-story-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 70%;
    max-width: 470px;
    min-height: auto;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    margin-top: 20px;
  }

  .home-section-wrap {
    padding-right: 0;
  }

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

  .about-grid.cc-about-2 {
    padding-top: 0;
  }

  .secondary-button {
    text-align: center;
    width: 60%;
  }

  .picture-div, .picture-div.who-we-are {
    height: 350px;
  }

  .services-div {
    width: 100%;
    padding-left: 20px;
  }

  .container-2 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .blog-artikelen {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .picture-div-blog, .picture-div-blog.expat-housing, .picture-div-blog.sale {
    width: 100%;
    height: 250px;
  }

  .blog-paragraph, .heading-blog {
    text-align: left;
  }

  .hero-paragraph {
    text-align: left;
    font-weight: 400;
  }

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

  .stats_image {
    border-radius: 8px;
  }

  .button_content {
    min-width: 190px;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .nav-dropdown-title-tag {
    display: none;
  }

  .navlink {
    padding-left: 0;
    font-weight: 500;
  }

  .vision_image-wrapper.is-image-large {
    width: 50vw;
    height: 60vh;
  }

  .vision_image-wrapper.is-image-small {
    display: none;
  }

  .vision_small-image-group {
    width: 40vw;
  }

  .service_block_verkoop-aankoop {
    flex-flow: column;
  }

  .nav-brand {
    width: 60%;
    margin-bottom: -2px;
    padding-left: 0;
  }

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

  .stats_item {
    border-radius: 8px;
  }

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

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

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

  .service-2 {
    width: 100%;
  }

  .nav-container {
    height: 60px;
    padding: 8px 0;
  }

  .nav-side-tems {
    z-index: 4;
    background-color: #f9f6f1;
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    width: 100%;
    padding: 12px 30px 32px;
    box-shadow: 0 16px 24px 8px #2324250d;
  }

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

  .dropdown-item {
    opacity: 1;
    object-fit: fill;
    flex: 0 auto;
    margin: 7px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    position: relative;
  }

  .dropdown-item:hover {
    color: #303037;
  }

  .footer_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .empower_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-dropdown {
    width: 100%;
  }

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

  .heading-style-h1, .vision_overlay-text {
    font-size: 2.5rem;
  }

  .marquee_image-wrapper {
    height: 4rem;
  }

  .stats_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .vision_image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

  .nav-dropdown-icon {
    margin-top: 24px;
    margin-right: 0;
  }

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

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

  .h3-2 {
    font-size: 1.8rem;
  }

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

  .footer_bottom-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .nav-dropdown-list.w--open {
    width: 100%;
    box-shadow: none;
    background-color: #f9f6f1;
    border-style: none;
    padding: 12px 16px;
    position: relative;
    top: 0;
    left: 0;
  }

  .nav-dropdown-column-featured {
    display: none;
  }

  .cta_card {
    padding: 6rem 2rem;
  }

  .empower_tab-component {
    flex-flow: column;
  }

  .nav-dropdown-trigger {
    opacity: 1;
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
    margin: 5px 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 40px;
    display: block;
    position: relative;
  }

  .nav-dropdown-trigger:hover {
    color: #303037;
  }

  .nav-dropdown-trigger.w--current:hover {
    color: #fff;
  }

  .nav-dropdown-trigger.mobile-line {
    border-bottom: 1px solid #303037;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-dropdown-trigger.mobile-line.w--open {
    border-bottom-color: #30303700;
  }

  .footer_legal-list {
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: start;
  }

  .nav-dropdown-column.resource, .nav-dropdown-column.services {
    width: 100%;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .banner-list-text {
    max-width: none;
    font-size: 17px;
  }

  .button_text.small-txt-btn {
    font-size: 17px;
  }

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

  .empower_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .nav-social-items {
    display: none;
  }

  .nav-bar {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .team_heading-span {
    border-radius: 4px;
    padding-right: 5.75rem;
  }

  .section_hero {
    height: calc(100dvh - 4rem);
  }

  .nav-items {
    background-color: #0000;
  }

  .btn_block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .main-content {
    width: 90%;
  }

  .h2_main_blog {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    padding-top: 40px;
  }

  .section.cc-cta {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/keuken-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    height: 550px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-store-home-wrap {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-store-home-wrap.hero {
    width: 95%;
  }

  .container, .container.no-pad {
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-button {
    width: 70%;
  }

  .primary-button.hide-menu {
    display: none;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    width: 100%;
  }

  .heading-jumbo {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }

  .heading-jumbo-small {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-text {
    flex-flow: column;
    width: 90%;
    display: flex;
  }

  .cta-wrap {
    width: 100%;
    padding: 60px 0 0;
  }

  .intro-header {
    justify-content: center;
    align-items: flex-end;
    height: 650px;
    padding: 60px 20px 20px;
  }

  .intro-header.blogs {
    background-image: linear-gradient(#00000073, #00000073), url('../images/Blog.jpg');
    background-position: 0 0, 0%;
  }

  .intro-content.cc-homepage {
    width: 95%;
    margin-bottom: 0;
  }

  .motto-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-story-wrap {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section-heading-wrap {
    margin-bottom: 40px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .secondary-button {
    border-radius: 10px;
    width: 90%;
  }

  .h2-heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .h2-heading.white {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
  }

  .h2-heading.bold-big {
    text-align: left;
    line-height: 35px;
  }

  .services-div {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-title {
    font-weight: 700;
    line-height: 20px;
  }

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

  .contact-link {
    color: #062562;
  }

  .cta-paragraph {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 20px;
  }

  .hero-paragraph {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .hero-head {
    text-align: left;
    padding-left: 10px;
  }

  .button_content {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .vision_image-wrapper {
    width: 40vw;
  }

  .nav-brand {
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    margin-bottom: 0;
    display: flex;
  }

  .stats_number {
    font-size: 3.5rem;
  }

  .heading-6 {
    line-height: 42px;
  }

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

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

  .padding-section-large.padding-tablet-small {
    padding-bottom: 1rem;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-side-tems {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .button-4.inverted.app-store {
    color: #062562;
    height: auto;
    font-size: .9rem;
  }

  .button-4.inverted.play-store {
    height: auto;
    font-size: .9rem;
  }

  .stats_content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .h3-2 {
    margin-bottom: .7rem;
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
  }

  .download-text-container {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

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

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

  .nav-dropdown-list.w--open {
    flex-direction: column;
  }

  .nav-logo {
    width: 100%;
  }

  .empower_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banner-list-text {
    font-size: 17px;
  }

  .team_heading-wrapper {
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .button_text {
    font-size: 1rem;
  }

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

  .nav-bar {
    padding-left: 20px;
    padding-right: 40px;
  }

  .download.apple {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .download.android {
    flex-flow: row;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .team_heading-span {
    padding-right: 4rem;
  }

  .nav-items {
    background-color: #0000;
    justify-content: space-between;
  }

  .para_text {
    text-align: left;
  }

  .h2_main_blog {
    font-size: 22px;
    line-height: 28px;
  }
}

#w-node-c3702629-ced7-3729-5fa9-f6196aaa5972-bbc19e0c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c3702629-ced7-3729-5fa9-f6196aaa596c-bbc19e0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_582732f4-f3ae-087d-743a-f8a1f1fd73d0-bbc19e0c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_582732f4-f3ae-087d-743a-f8a1f1fd73d7-bbc19e0c {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-c3702629-ced7-3729-5fa9-f6196aaa5972-bbc19e0c, #w-node-_582732f4-f3ae-087d-743a-f8a1f1fd73d0-bbc19e0c {
    grid-area: 2 / 1 / 3 / 2;
  }
}


