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

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1f2c47;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

.card-heart {
  position: absolute;
  left: 8%;
  top: 20%;
  right: auto;
  bottom: auto;
  z-index: 3;
}

.banner {
  padding: 14px 5%;
  background-color: #f6f2ea;
}

.card-pen {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  max-width: 40%;
}

.install-detail {
  margin-right: 10px;
  color: #1f2c47;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.navigation {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(180, 52, 52, 0);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.bottom-content-wrapper {
  width: 100%;
  margin: 0px;
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-logo {
  display: block;
  width: auto;
  height: 21px;
  margin-right: 80px;
}

.company-logo.funda {
  width: 110px;
  height: 40px;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-paragraph {
  max-width: 460px;
  margin-bottom: 0px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.bloom-effect {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100%;
}

.brand {
  margin-right: 4vw;
}

.brand-span {
  color: #4d6fb2;
}

.button-navigation {
  margin-left: 0px;
  padding: 12px 20px;
  border-radius: 0px 20px 20px;
  background-color: #4e6eb1;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #f6f2ea;
  font-weight: 600;
}

.button-navigation:hover {
  background-color: #29498d;
}

.button-navigation.hide {
  display: none;
}

.install-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.install-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f0e9db;
  border-radius: 100px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.install-link:hover {
  border-color: #4e6eb1;
}

.bottom-content {
  position: static;
  top: -668px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  border: 4px solid #f8f5ef;
  border-radius: 100px;
  background-color: #dee2e3;
}

.avatar-small.avatar-stack {
  margin-left: -12px;
}

.avatar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  min-width: 200px;
  margin-right: 20px;
  padding: 16px 32px;
  border-radius: 0px 20px 20px;
  background-color: #564eaf;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #f6f2ea;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.button:hover {
  background-color: #564eaf;
}

.button.adjusted-pad {
  margin-top: 20px;
}

.button.regsiter-new-2 {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
  background-color: #386fb3;
  text-align: center;
}

.button.regsiter-new-2.green {
  background-color: green;
}

.button.register {
  width: 40%;
  background-color: #1f2c47;
  text-align: center;
}

.button.no-pad {
  width: 40px;
}

.button.no-pad.bigger {
  width: 40%;
  text-align: center;
}

.button.no-padding {
  width: 350px;
  margin-right: 0px;
}

.button.no-rounds {
  width: 80%;
  margin-right: 0px;
  border-radius: 10px;
}

.button.no-rounds.for-price {
  width: 80%;
  margin-right: 0px;
}

.button.portaal {
  min-width: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 20px;
}

.button.small-btn {
  padding: 10px;
  border-top-left-radius: 20px;
  font-size: 14px;
  line-height: 20px;
}

.button.blogs {
  margin-right: 0px;
}

.text-detail {
  display: block;
  margin-top: 20px;
  color: #1f2c47;
  line-height: 24px;
  font-weight: 700;
}

.close {
  position: absolute;
  left: auto;
  top: auto;
  right: 12px;
  bottom: auto;
}

.badge {
  margin-bottom: 20px;
  padding: 10px 16px;
  border-radius: 32px;
  background-color: #dbe2f0;
  color: #4d6fb2;
  font-weight: 600;
  text-transform: uppercase;
}

.badge.blog {
  margin-bottom: 0px;
}

.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.hero-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-button-wrapper.divided {
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hero-button-wrapper.portaal {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.highlight {
  color: #4d6fb2;
  font-weight: 700;
}

.logo-line {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #f0e9db;
}

.phone {
  position: absolute;
  z-index: 4;
}

.banner-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d6fb2;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.hero-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 700px;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #1f2c47;
  font-size: 80px;
  line-height: 96px;
  letter-spacing: -0.04em;
}

.install-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 5% 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f2ea;
}

.banner-image {
  margin-right: 20px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-text {
  color: #525f7a;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.full-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/WhatsApp-Image-2020-05-06-at-14.49.34.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/WhatsApp-Image-2020-05-06-at-14.49.34.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-header-wrapper.how-it-works {
  height: 600px;
}

.full-header-wrapper.rental-registration {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Amsterdam-houses-with-bridge.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Amsterdam-houses-with-bridge.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-header-wrapper.rental-registration.buy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/several-houses-canals-of-Amsterdam.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/several-houses-canals-of-Amsterdam.jpeg');
}

.full-header-wrapper.about-us {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/canal-house-with-red-door.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/canal-house-with-red-door.jpeg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
}

.full-header-wrapper.about-us.how-it-works {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/several-houses-canals-of-Amsterdam.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/several-houses-canals-of-Amsterdam.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-header-wrapper.relocation {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/amsterdam_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/amsterdam_1.jpg');
  background-position: 0px 0px, 50% 70%;
}

.full-header-wrapper.relocation.rent-search {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/Amsterdam-canals-with-houses.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/Amsterdam-canals-with-houses.jpeg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
}

.full-header-wrapper.relocation.buy-search {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/concrete-building-amsterdam.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/concrete-building-amsterdam.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-header-wrapper.relocation.other-services {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/berlage-brug-amsterdam.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/berlage-brug-amsterdam.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-header-wrapper.relocation.disclaimer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/entrance-doors-of-canal-houses.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/entrance-doors-of-canal-houses.jpeg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
}

.full-header-wrapper.relocation.expats {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam-houses-with-bridge.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam-houses-with-bridge.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-header-wrapper.couples {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Amsterdam.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Amsterdam.jpg');
  background-position: 0px 0px, 50% 50%;
}

.full-header-wrapper.locals {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/canal-houses-next-to-each-other.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/canal-houses-next-to-each-other.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-header-wrapper.how-2 {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/several-houses-canals-of-Amsterdam.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/several-houses-canals-of-Amsterdam.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-header-wrapper.how-2.roadmap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/roadmap.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/roadmap.jpg');
}

.full-header-wrapper.about-us-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 100%, #fff), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/canal-house-with-red-door.jpeg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 100%, #fff), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/canal-house-with-red-door.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.full-header-wrapper.rent-search-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 100%, #fff), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Amsterdam-canals-with-houses.jpeg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 100%, #fff), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Amsterdam-canals-with-houses.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 20%;
  background-size: auto, auto, cover;
}

.full-header-wrapper.buy-search-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/concrete-building-amsterdam.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/concrete-building-amsterdam.jpeg');
}

.full-header-wrapper.buy-search-2.rs {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 100%, #fff), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/concrete-building-amsterdam.jpeg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 100%, #fff), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/concrete-building-amsterdam.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.full-header-wrapper.other-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 59%, hsla(0, 0%, 100%, 0.4)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/berlage-brug-amsterdam.jpeg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 59%, hsla(0, 0%, 100%, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/berlage-brug-amsterdam.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.full-header-wrapper.relocation-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 53%, hsla(0, 0%, 100%, 0.4)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/amsterdam_1.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 53%, hsla(0, 0%, 100%, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/amsterdam_1.jpg');
}

.full-header-wrapper.expat-house-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 58%, hsla(0, 0%, 100%, 0.4)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam-houses-with-bridge.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 58%, hsla(0, 0%, 100%, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam-houses-with-bridge.jpg');
  background-position: 0px 0px, 0px 0px, 50% 70%;
}

.full-header-wrapper.couples-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Amsterdam-Housing.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Amsterdam-Housing.jpg');
}

.full-header-wrapper.couples-2.bl {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1), rgba(100, 92, 181, 0.12) 51%, hsla(0, 0%, 100%, 0.4)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Amsterdam-houses.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1), rgba(100, 92, 181, 0.12) 51%, hsla(0, 0%, 100%, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Amsterdam-houses.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.full-header-wrapper.rental-reg-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 50%, hsla(0, 0%, 100%, 0.4)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 50%, hsla(0, 0%, 100%, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
}

.full-header-wrapper.disclaimer-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 67%, hsla(0, 0%, 100%, 0.4)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/amsterdam-2.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 67%, hsla(0, 0%, 100%, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/amsterdam-2.jpg');
}

.full-header-wrapper.amsterdam {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Amsterdam-houses.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Amsterdam-houses.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
}

.full-header-wrapper.amsterdam.vgb-haarlem {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/haarlem-copy-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/haarlem-copy-2.jpg');
  background-position: 0px 0px, 50% 30%;
}

.full-header-wrapper.amsterdam.vgb-utrecht {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/utrecht-gracht.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/utrecht-gracht.jpeg');
}

.full-header-wrapper.amsterdam.vgb-leiden {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Leiden-.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Leiden-.jpeg');
  background-position: 0px 0px, 50% 80%;
}

.full-header-wrapper.amsterdam.beheer {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/several-houses-canals-of-Amsterdam.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/several-houses-canals-of-Amsterdam.jpeg');
}

.full-header-wrapper.amsterdam.beheer.portaal {
  height: 95vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Typewriter-blog.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Typewriter-blog.jpg');
}

.full-header-wrapper.amsterdam.beheer.blog {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Typewriter-blog.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Typewriter-blog.jpg');
}

.full-header-wrapper.amsterdam.beheer.t-f {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/concrete-building-amsterdam.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/concrete-building-amsterdam.jpeg');
}

.full-header-wrapper.amsterdam.beheer.over-ons {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Leiden-.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Leiden-.jpeg');
  background-position: 0px 0px, 50% 100%;
}

.full-header-wrapper.amsterdam.beheer.over-ons.faq {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/canal-houses-next-to-each-other.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/canal-houses-next-to-each-other.jpeg');
  background-position: 0px 0px, 50% 50%;
}

.full-header-wrapper.amsterdam.beheer.prijzenoverzicht {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Typewriter-blog.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Typewriter-blog.jpg');
}

.full-header-wrapper.amsterdam.beheer.contact-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Contact.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Contact.jpg');
}

.full-header-wrapper.amsterdam.beheer.overige {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Apartment.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Apartment.jpg');
  background-position: 0px 0px, 50% 50%;
}

.full-header-wrapper.amsterdam.beheer.verhuurmakelaar-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Amsterdam-Housing.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Amsterdam-Housing.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.full-header-wrapper.amsterdam.beheer.verhuurmakelaar-1.new-picture {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Makelaar-Amsterdam-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Makelaar-Amsterdam-1.jpg');
}

.full-header-wrapper.amsterdam.beheer.huurders {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/amsterdam_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/amsterdam_1.jpg');
}

.full-header-wrapper.amsterdam.beheer.offerte {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Amsterdam-houses.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Amsterdam-houses.jpg');
}

.full-header-wrapper.amsterdam.beheer.adam {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Rozengracht.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Rozengracht.jpeg');
  background-position: 0px 0px, 50% 90%;
}

.full-header-wrapper.amsterdam.beheer.makelaar-adam {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam.jpg');
  background-position: 0px 0px, 50% 50%;
}

.full-header-wrapper.amsterdam.beheer.makelaar-adam.new-pictures-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Makelaar-Amsterdam-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Makelaar-Amsterdam-1.jpg');
}

.full-header-wrapper.amsterdam.verhuur-haarlem {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/canal-house-with-red-door.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/canal-house-with-red-door.jpeg');
}

.full-header-wrapper.amsterdam.verhuur-adam {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam.jpg');
  background-position: 0px 0px, 50% 10%;
}

.full-header-wrapper.haarlem {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/haarlem-copy-2.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/haarlem-copy-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.full-header-wrapper.vgb-adam-020 {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam.jpg');
}

.full-header-wrapper.vgb-adam-020.leiden {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Leiden-.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Leiden-.jpeg');
  background-position: 0px 0px, 50% 70%;
}

.button-sign-in {
  margin-left: 10px;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #4d6fb2;
  font-weight: 600;
}

.button-sign-in:hover {
  background-color: #29498d;
  color: #fff;
}

.button-sign-in.hero {
  height: auto;
  margin-left: 0px;
  padding: 16px 32px;
  border-radius: 20px 0px 20px 20px;
  background-color: #1f2c47;
  background-image: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.button-sign-in.hero:hover {
  background-color: #1f2c47;
}

.button-sign-in.hero.bleu {
  background-color: #1f2c47;
}

.button-sign-in.hero.own-style {
  width: 70%;
  margin-top: 30px;
}

.button-sign-in.hero.big {
  width: 100%;
  margin-top: 20px;
  border-radius: 20px;
  background-color: #564eaf;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.button-sign-in.hide {
  width: 100px;
  height: auto;
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0px 20px 20px;
  background-color: #fff;
  color: #4d6fb2;
}

.banner-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8dec9;
  border-radius: 8px;
  background-image: linear-gradient(94deg, #ede5d4, #f6f2ea);
  text-align: center;
}

.nav-link {
  padding: 10px 24px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.nav-link:hover {
  color: #4d6fb2;
}

.nav-link.btn {
  border-radius: 10px;
  background-color: green;
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-cover {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-icon-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  margin-right: 20px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 8px 8px 32px 0 rgba(49, 106, 255, 0.08);
}

.card-heading {
  color: #4c6fb2;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.card-ui-graph {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
  min-height: 140px;
  padding: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f4f2ea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/amsterdam-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/amsterdam-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 58px 58px 95px -24px rgba(6, 18, 55, 0.08);
}

.grid-content-feature {
  margin-top: 32px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.feature-wrapper-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-text {
  max-width: 600px;
  margin-bottom: 0px;
  color: #67718e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.paragraph-standard {
  max-width: none;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #67718e;
  font-size: 16px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.paragraph-standard.extra-pad {
  margin-top: -5px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 11px;
}

.paragraph-standard.hide {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-standard.large {
  max-width: none;
}

.paragraph-standard.large.extra-20px.midden {
  margin-bottom: 20px;
  text-align: center;
}

.paragraph-standard.large.white {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}

.paragraph-standard.large.midden._20px {
  margin-bottom: 20px;
}

.paragraph-standard.disclaimer {
  max-width: none;
}

.paragraph-standard.white {
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

.paragraph-standard.white._2 {
  text-align: left;
}

.paragraph-standard.big-price {
  margin-top: 5px;
  line-height: 40px;
}

.paragraph-standard._100 {
  width: 100%;
  max-width: none;
}

.paragraph-standard.none {
  max-width: none;
}

.paragraph-standard.portaal-tekst {
  text-align: center;
}

.paragraph-standard.smaller-2 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.container-2 {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-2.blog {
  margin-bottom: 0px;
}

.grid-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Bitter, serif;
  color: #1f2c47;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.heading-large.feature-name {
  margin-bottom: 0px;
  font-family: Bitter, serif;
  color: #1f2c47;
  font-weight: 400;
}

.heading-large.feature-name.large {
  color: #1f2c47;
  font-size: 25px;
  line-height: 37px;
}

.heading-large.faq-title {
  margin-right: 20px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
}

.heading-large.pad-40px {
  margin-bottom: 10px;
}

.heading-large.white {
  font-family: Bitter, serif;
  color: #fff;
}

.heading-large.white._10px {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.heading-large.light {
  font-size: 20px;
  font-weight: 400;
}

.heading-large.small-title {
  font-size: 13px;
}

.heading-large.title-job {
  font-weight: 700;
}

.heading-large.midden {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-large.contact-link.new {
  font-weight: 700;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.disclaimer {
  width: 100%;
}

.content-wrapper.new {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper._100 {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper.blog {
  width: 100%;
}

.paragraph-large {
  max-width: 600px;
  margin-bottom: 0px;
  font-family: Bitter, serif;
  color: #67718e;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.paragraph-large.mid {
  text-align: center;
}

.paragraph-large.white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.paragraph-large.white.pad-60 {
  margin-bottom: 10px;
}

.paragraph-large.white.different-padding {
  width: 80%;
  max-width: none;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.paragraph-large.padding {
  margin-bottom: 20px;
}

.paragraph-large.extra {
  max-width: 650px;
}

.paragraph-large.extra.disclaimer {
  max-width: none;
  margin-bottom: 20px;
  text-align: center;
}

.paragraph-large.extra.offerte {
  width: 100%;
  max-width: none;
  text-align: center;
}

.paragraph-large.extra.white-new {
  max-width: none;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 200;
  text-align: center;
}

.paragraph-large.extra.none {
  max-width: none;
}

.paragraph-large.extra._100 {
  max-width: none;
}

.paragraph-large.large-style {
  width: 500px;
  max-width: 660px;
}

.paragraph-large.dif-style {
  max-width: none;
}

.paragraph-large.dif-style.white {
  text-align: center;
}

.paragraph-large.new-style {
  text-align: center;
}

.span-blue {
  color: #4c6fb2;
}

.h2-new {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Bitter, serif;
  color: #1f2c47;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0em;
}

.h2-new.white {
  margin-bottom: 10px;
  color: #fff;
}

.h2-new.small {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.h2-new.mid {
  display: block;
  text-align: center;
}

.h2-new.mid.no-pad {
  margin-bottom: 0px;
}

.h2-new.mid.no-pad.white {
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 200;
}

.h2-new.smaller.midden {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.content-background {
  position: absolute;
  left: -20px;
  top: -46px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 80%;
  height: 80%;
  border-radius: 20px;
  background-color: rgba(86, 78, 175, 0.11);
}

.image-block-small {
  position: relative;
  height: 590px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), url('../images/concrete-building-amsterdam.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url('../images/concrete-building-amsterdam.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-block-small.about-us {
  background-image: url('../images/LogoMockup.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-block-small.relocation {
  width: auto;
  height: 660px;
  background-image: url('../images/Rozengracht.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-block-small.relocation.small {
  height: 500px;
}

.image-block-small.relocation.small.other {
  background-image: url('../images/Housing-Service-Amsterdam.jpg');
}

.image-block-small.relocation.rent-search {
  background-image: url('../images/Amsterdam.jpg');
}

.image-block-small.relocation.buy {
  background-image: url('../images/Amsterdam.jpg');
}

.image-block-small.relocation.to-ams {
  background-image: url('../images/Amsterdam-Housing_1.jpg');
}

.image-block-small.relocation.couples {
  background-image: url('../images/Amsterdam-3.jpg');
}

.image-block-small.relocation.vgb-ams {
  background-image: url('../images/concrete-building-amsterdam.jpeg');
}

.image-block-small.relocation.vgb-ams.verhuur {
  background-image: url('../images/Amsterdam-Housing_1.jpg');
}

.image-block-small.relocation.vgb-ams.commercieel.kleine-pic {
  height: 420px;
}

.image-block-small.relocation.vgb-ams.technisch {
  background-image: url('../images/WhatsApp-Image-2020-05-06-at-14.49.34.jpeg');
}

.image-block-small.relocation.vgb-ams.contact {
  background-image: url('../images/Vastgoed--Co.-Kantoor-.jpeg');
}

.image-block-small.relocation.vgb-ams.haarlem {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Haarlem-huis-centrum.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Haarlem-huis-centrum.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-block-small.relocation.to-haalem {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/Haarlem-huis-centrum.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/Haarlem-huis-centrum.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-block-small.relocation.vgb-utrecht-building {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Utrecht-oud-grachtenpand.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Utrecht-oud-grachtenpand.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-block-small.relocation.vgb-leiden-buildig {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Leiden-old-building.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Leiden-old-building.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-block-small._2nd {
  position: absolute;
  left: 980.469px;
  top: 428.5px;
  width: 350px;
  height: 350px;
  background-image: none;
}

.image-block-small.leiden {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Leiden-old-building.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Leiden-old-building.jpg');
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 60px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.light-brown {
  background-color: #f5f2ea;
}

.section.light-brown._140 {
  background-color: rgba(245, 242, 234, 0.5);
}

.section.light-brown._140._100._60px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.light-brown._140._100._60px.hide-new {
  display: none;
}

.section.no-pad-ivm-movie {
  padding: 40px 5%;
}

.section.hide {
  display: block;
}

.section._140 {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section.new-style {
  min-width: auto;
  padding-bottom: 0px;
}

.section.new-style.buy {
  padding-bottom: 0px;
}

.section.small-no-pad {
  padding-top: 60px;
  padding-bottom: 0px;
}

.title-large {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #564eaf;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-large.mid {
  text-align: center;
}

.title-large.mid.white {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-transform: none;
}

.title-large.mid.white.n1 {
  font-weight: 400;
  text-transform: uppercase;
}

.graph-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-icon-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 15px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #564eaf;
}

.container-large {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.title-wrapper {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 92px;
  margin-left: auto;
  text-align: center;
}

.title-wrapper.hide {
  display: block;
  margin-bottom: 60px;
}

.title-large-2 {
  margin-bottom: 16px;
  color: #1355ff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.grid-feature-large {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 72px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 720px;
  padding: 80px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.large-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.content-number-wrap {
  color: grey;
  font-size: 20px;
  line-height: 24px;
}

.content-header-line {
  width: 42px;
  height: 3px;
  margin-bottom: 24px;
  border-radius: 3px;
  background-color: #4c6fb2;
}

.content-grid {
  margin-bottom: 100px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 140px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-image-wrap {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.content-section {
  overflow: hidden;
  padding: 100px 3% 140px;
  background-color: #fafafa;
}

.content-image {
  position: relative;
  float: right;
  border-radius: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.content-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-number {
  color: #4e6eb1;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
}

.content-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-paragraph {
  margin-bottom: 0px;
  color: grey;
  font-size: 18px;
  line-height: 32px;
}

.content-container {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.content-image-card {
  position: absolute;
  left: -20%;
  top: -10%;
  right: auto;
  bottom: auto;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0 4px 50px 0 rgba(51, 51, 51, 0.05);
}

.text-number {
  color: #000;
  text-align: center;
}

.grid-pricing-detail {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 3fr 1fr;
  grid-template-columns: 1fr 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 80px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f2ea;
}

.price-amount {
  margin-bottom: 16px;
  color: #1f2c47;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-pricing-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pricing-block {
  padding: 42px;
  border-radius: 10px;
  background-color: #fff;
}

.plan-type {
  color: #4c6fb2;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1d3b88;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.pricing-feature.locked {
  color: #c1c9de;
}

.toggle-price {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  max-width: 70px;
  margin-right: 32px;
  margin-left: 32px;
  padding: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #4c6fb2;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.toggle-price:hover {
  background-color: #c9ceda;
}

.toggle-round {
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background-color: #fff;
}

.pricing-header {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #1d3b88;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: -0.03em;
}

.middle-block {
  padding-right: 32px;
  padding-left: 32px;
  border-right: 1.5px solid #c2c5cd;
  border-left: 1.5px solid #c2c5cd;
}

.pricing-type {
  color: #1d3b88;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-wrapper-2 {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.pricing-button {
  padding: 10px 40px;
  border-radius: 6px;
  background-color: #4c6fb2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.pricing-button:hover {
  background-color: #305ccc;
  color: #fff;
}

.price-container {
  width: 100%;
  max-width: 1080px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-paragraph {
  color: #716fb7;
  font-size: 16px;
  line-height: 32px;
}

.blog-wrapper {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.blog-title-wrapper {
  display: block;
  width: 40%;
  max-width: none;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 140px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-thumbnail {
  overflow: hidden;
  width: 450px;
  height: 100%;
  margin-bottom: 24px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Leiden-street.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Leiden-street.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.blog-thumbnail._2 {
  background-image: url('../images/office-.jpg');
}

.grid-blog-small {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-spacer.middle {
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1355ff;
  border-radius: 8px;
  background-color: #1355ff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.button-standard:hover {
  background-color: #fff;
  color: #1355ff;
}

.badge-category {
  margin-bottom: 16px;
  padding: 0px;
  border-radius: 32px;
  background-color: #fff;
  color: #1355ff;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-horizontal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-paragraph {
  max-width: 600px;
  margin-bottom: 0px;
  color: #67718e;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.blog-heading {
  margin-bottom: 14px;
  color: #061237;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-large {
  position: relative;
  padding: 120px 5%;
}

.faq-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #160042;
  white-space: normal;
}

.faq-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-toggle:hover {
  color: #338cff;
}

.grid-one-column {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-one-column._100 {
  width: 100%;
}

.faq-icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #564eaf;
  color: #fff;
}

.paragraph-regular-bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.h3-heading-2 {
  margin-top: 0px;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.h3-heading-2.margin-bottom-16 {
  margin-bottom: 16px;
}

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

.faq-content {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}

.heading-detail-small {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-item-line {
  display: block;
  overflow: auto;
  width: 100%;
  padding: 10px 32px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.image-cover-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq-grid-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.placeholder-faq {
  overflow: hidden;
  height: 455px;
  margin-top: 40px;
  border-radius: 12px;
  background-image: url('../images/amsterdam-canals.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.placeholder-faq.small {
  background-image: url('../images/Rozengracht.jpeg');
}

.paragraph-regular {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.faq-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #160042;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.footer-link:hover {
  color: #4c6fb2;
}

.footer-social-row-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f5f2ea;
  background-image: url('../images/instagram_1instagram.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #160042;
}

.footer-social-link:hover {
  color: #4e6eb1;
}

.footer-social-link.hide {
  display: block;
  width: 48px;
}

.footer-social-link.mail {
  background-image: url('../images/email.png');
  background-position: 0px 0px;
  background-size: cover;
}

.footer-social-link.phone {
  width: 46px;
}

.footer-social-link.whatsapp {
  background-image: url('../images/whatsapp_1whatsapp.png');
}

.footer-social-link.mobile {
  background-image: url('../images/telephone.png');
}

.footer-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-line-small {
  width: 1px;
  height: 16px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #e4e6f1;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-grid {
  width: 45%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-line {
  width: 1px;
  height: 24px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #e4e6f1;
}

.container-large-2 {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.footer-logo {
  width: 100px;
  height: auto;
}

.paragraph-detail {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.section-footer {
  position: relative;
  padding: 32px 5%;
}

.link {
  color: #000;
  text-decoration: none;
}

.logo {
  width: 310px;
  max-width: 100%;
}

.s_slider {
  height: auto;
}

.slider-header {
  width: 100%;
  height: 1100px;
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0.58))), url('../images/biker.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 31%, rgba(0, 0, 0, 0.58)), url('../images/biker.jpg');
  background-position: 0% 0%, 50% -83px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-container {
  height: 100%;
}

.slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 34%;
  margin-top: 10%;
  margin-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px none #fff;
  border-bottom: 3px none #fff;
}

.slider-txt-block {
  width: 60%;
  margin-top: 2%;
  margin-bottom: 1%;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.slider-txt-block.top {
  width: auto;
  margin-top: 0%;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
}

.slider-txt-block.bottom {
  width: auto;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
}

.slider-heading1 {
  width: 45%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.6);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.6);
  font-family: Oswald, sans-serif;
  color: #fcfcfc;
  font-size: 70px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
}

.slider-heading1.big {
  width: auto;
  border-top-color: hsla(0, 0%, 100%, 0.7);
  border-bottom-color: hsla(0, 0%, 100%, 0.7);
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  mix-blend-mode: normal;
}

.slider-txt-block2 {
  width: 60%;
  margin-top: 4%;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
}

.promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0.54))), url('../images/amsterdam_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.54)), url('../images/amsterdam_1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0%;
}

.btn-block.register-new {
  width: 30%;
}

.btn-block.extra-pad {
  margin-bottom: 40px;
}

.btn-block.extra-pad.new-btn-block {
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-block.extra-pad.portaal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.divider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.divider-content.new-style {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-content.new-style.extra-pad {
  margin-bottom: 20px;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-content.new-style.extra-pad.new-style-2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.divider-content.new-style.extra-pad.buy {
  margin-bottom: 0px;
}

.divider-content.new-style.extra-pad.portaal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-content.extra-px.no-pad-here {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.divider-content.extra-px.no-pad-here.english-below {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.photo-div {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 40px;
}

.photo-div._20pad {
  width: 37%;
  padding-top: 20px;
}

.line---divider {
  width: 50%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: rgba(31, 44, 71, 0.15);
}

.line---divider.other-pad {
  margin-top: 20px;
  background-color: rgba(31, 44, 71, 0.3);
}

.line---divider.other-pad.new-pad {
  margin-top: 60px;
}

.line---divider.other-pad.portaal {
  margin-top: 10px;
  margin-bottom: 10px;
}

.line---divider.new-style {
  width: 100%;
}

.line---divider.other-style {
  margin-top: 20px;
  margin-bottom: 60px;
}

.line---divider.other-style.no-pad-for-logo {
  margin-top: 0px;
}

.line---divider.big {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.line---divider.other {
  margin-top: 20px;
}

.text-large {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.2px;
}

.text-large.blue {
  color: #1787fc;
}

.text-small {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
}

.spacer-60 {
  padding-top: 60px;
}

.centered-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

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

.main-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._5-stars-image {
  width: 90px;
}

.review {
  position: relative;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
}

.review.light-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(56, 111, 179, 0.1);
}

.review.dark-blue-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px none #000;
  background-color: #1f2c47;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 31, 71, 0.49)), to(rgba(44, 31, 71, 0.49))), url('../images/Amsterdam-houses.jpg');
  background-image: linear-gradient(180deg, rgba(44, 31, 71, 0.49), rgba(44, 31, 71, 0.49)), url('../images/Amsterdam-houses.jpg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
}

.review.dark-blue-background.beheer-main-item-list {
  padding-top: 60px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 44, 71, 0.8)), to(rgba(31, 44, 71, 0.8))), url('../images/Amsterdam-Housing.jpg');
  background-image: linear-gradient(180deg, rgba(31, 44, 71, 0.8), rgba(31, 44, 71, 0.8)), url('../images/Amsterdam-Housing.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3.pad {
  margin-bottom: 40px;
}

.testimonial-image {
  width: 70px;
  margin-top: -60px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 500px;
}

.spacer-20 {
  padding-top: 20px;
}

.blured-heart-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 60px;
}

.text-xl {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.2px;
}

.card {
  position: relative;
  padding: 40px;
  border-radius: 20px;
}

.card.white {
  background-color: #fff;
}

.card.white.shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  min-width: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  box-shadow: 0 5px 3px 0 rgba(130, 145, 172, 0.1);
}

.bottom-border-image {
  position: absolute;
  left: 0%;
  top: -2px;
  right: 0%;
  bottom: auto;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.horizontal-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-wrapper.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  color: #1f2c47;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

._3-column-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blured-star {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  width: 60px;
}

.blured-money {
  position: absolute;
  left: 0px;
  top: 100px;
  z-index: 1;
  width: 100px;
}

.h1 {
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.top-border-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  width: 100%;
  border-bottom: 0px none #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.form-field-label {
  margin-bottom: 4px;
  padding-left: 5px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.text-field {
  height: 55px;
  margin-bottom: 0px;
  border: 0px solid #000;
  border-radius: 10px;
  background-color: #fff;
  font-family: Bitter, serif;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  color: #8291ac;
  font-size: 16px;
  font-weight: 400;
}

.text-field:-ms-input-placeholder {
  color: #8291ac;
  font-size: 16px;
  font-weight: 400;
}

.text-field::-ms-input-placeholder {
  color: #8291ac;
  font-size: 16px;
  font-weight: 400;
}

.text-field::placeholder {
  color: #8291ac;
  font-size: 16px;
  font-weight: 400;
}

.text-field.big-pad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 55px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.big-plant {
  position: absolute;
  left: 100px;
  bottom: 0px;
  z-index: 0;
  width: 100px;
}

.success-message {
  border-radius: 15px;
  background-color: #1787fc;
  color: #fff;
  font-size: 16px;
}

.error-message {
  border-radius: 10px;
  text-align: center;
}

.form-button {
  width: 100%;
  padding: 20px 30px;
  border-radius: 0px 20px 20px;
  background-color: #4e6eb1;
  box-shadow: 0 10px 20px 5px rgba(30, 39, 61, 0.5);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.form-button.new {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.7);
  background-color: #564eaf;
  box-shadow: none;
  font-family: Bitter, serif;
}

.rocket {
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 1;
  width: 50px;
}

.footer {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  border: 1px none #000;
}

.text-medium {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.footer-newsletter {
  width: 100%;
  margin-bottom: 0px;
}

.footer-heading {
  color: #1787fc;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsletter-submit-button {
  position: absolute;
  right: 0%;
  z-index: 999;
  height: 45px;
  margin-right: 7px;
  border-radius: 0px 20px 20px;
  background-color: #4e6eb1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.newsletter-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #4c6fb2;
  border-radius: 20px;
  background-color: rgba(56, 111, 179, 0.1);
}

.footer-link-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1.75fr;
  grid-template-columns: 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.newsletter-field {
  position: relative;
  z-index: 1;
  height: 61px;
  margin-bottom: 0px;
  padding-right: 105px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 15px;
  background-color: #fff;
}

.newsletter-field::-webkit-input-placeholder {
  color: #8f98a8;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.newsletter-field:-ms-input-placeholder {
  color: #8f98a8;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.newsletter-field::-ms-input-placeholder {
  color: #8f98a8;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.newsletter-field::placeholder {
  color: #8f98a8;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-2 {
  display: inline-block;
  padding: 0px;
  font-family: Bitter, serif;
  color: #1f2c47;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.footer-link-2.bold {
  font-weight: 700;
}

.bold-text {
  color: #1f2c47;
}

.bold-text-2 {
  color: #1f2c47;
}

.bold-text-3 {
  color: #1f2c47;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-4 {
  color: #fff;
}

.form-block {
  width: 100%;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.hero-content.rs {
  padding: 25px;
  background-image: none;
}

.hero-content.custom {
  margin-top: 0px;
}

.navbar {
  position: static;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
  opacity: 1;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.size-of-navbar {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(0, 0, 0, 0.25);
  background-color: hsla(0, 0%, 100%, 0.93);
  mix-blend-mode: normal;
}

.nav-link-2 {
  height: 60px;
}

.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f2ea;
}

.main-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-link {
  color: #67718e;
  font-weight: 700;
  text-decoration: none;
}

.list-item {
  color: #67718e;
  font-size: 14px;
  line-height: 32px;
}

.list {
  width: 100%;
  padding-left: 40px;
}

.bold-text-5 {
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 700;
}

.wrap-for-services {
  width: 100%;
}

.divider-for-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.divider-for-wrap.hide {
  display: none;
}

.divider-for-wrap.no-pad {
  margin-bottom: 0px;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block.extra-pad {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-block.extra-pad._100 {
  width: 1050px;
  max-width: 600px;
}

.content-block.extra-pad.left-outline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-block.extra-pad.left-outline.extra-size-again {
  margin-top: 20px;
}

.content-block.extra-pad.with-list-items {
  margin-bottom: 0px;
}

.content-block.extra-pad.contact-form-new {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block.extra-pad.portaal {
  width: 80%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block.left-outline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flag {
  width: 30px;
  height: 23px;
  background-image: url('../images/Netherlands-Flag.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.flag.nl {
  height: 25px;
  background-position: 50% 50%;
}

.flag.uk {
  background-image: url('../images/UK-Flag.jpeg');
  background-position: 50% 50%;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-line.paddinh {
  margin-top: 20px;
}

.head-line.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content {
  padding-left: 0px;
}

.content._100 {
  width: 100%;
}

.image {
  width: 40px;
  height: 30px;
}

.brand-2 {
  width: 14%;
}

.image-2 {
  width: 100%;
}

.hero {
  height: 700px;
  margin-top: 0px;
  background-image: url('../images/canal-houses-next-to-each-other.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-wrap {
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-img {
  width: 120px;
  height: auto;
}

.logo-img._50-r-m {
  width: 100px;
  height: auto;
  max-width: 100%;
  margin-right: 0px;
}

.logo-img._50-r-m {
  width: 180px;
  height: auto;
  margin-right: 200px;
}

.logo-img._50-r-m.big {
  width: 120px;
  height: auto;
}

.logo-img._50-r-m.big-2 {
  width: 160px;
}

.logo-img._50-r-m.nike {
  width: 90px;
}

.logo-img._50-r-m.zoom {
  width: 110px;
  height: auto;
}

.logo-img._50-r-m.flow {
  width: 160px;
}

.logo-img._50-r-m.small {
  width: 110px;
}

.logo-img.large-logo {
  width: 170px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 15%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-steps.other {
  padding-bottom: 20px;
}

.steps__illustr {
  position: relative;
  z-index: 0;
  display: block;
}

.steps__illustr-smile {
  position: absolute;
  left: 195px;
  top: 91px;
  z-index: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.steps__list-arrow {
  display: block;
}

.section-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 100vh;
}

.section-slide.mod--3 {
  z-index: 3;
}

.steps__numb-txt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f8efe5;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.steps__list-p {
  color: rgba(27, 27, 27, 0.7);
  line-height: 1.9em;
}

.steps__list {
  width: 100%;
  max-width: 430px;
}

.steps__illustr-wrap {
  position: relative;
  display: inline-block;
}

.steps__list-arrow-wrap {
  position: absolute;
  left: auto;
  top: 10px;
  right: 0px;
  bottom: auto;
  overflow: hidden;
}

.steps__list-arrow-wrap.mod--2 {
  left: -100px;
  right: auto;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.steps__list-item {
  position: relative;
  margin-bottom: 64px;
  padding-right: 80px;
  padding-left: 74px;
}

.steps__list-item.mod--2 {
  margin-left: 100px;
  padding-right: 0px;
}

.steps__numb {
  position: absolute;
  left: 0px;
  top: -10px;
}

.steps__illustr-hand {
  position: absolute;
  left: 121px;
  top: 128px;
  z-index: 1;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.section-4 {
  position: relative;
  padding: 128px 60px;
}

.section-4.mod--steps {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #f8efe5;
}

.content-2 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
}

.steps__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps__numb-img {
  position: relative;
  z-index: 0;
}

.steps__col {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.steps__illustr-graph-dot {
  position: absolute;
  left: 2px;
  top: 44px;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #000;
}

.steps__illustr-graph-dot.mod--2 {
  left: 35px;
  top: 9px;
  -webkit-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  transform: rotate(125deg);
}

.steps__illustr-graph-dot.mod--4 {
  left: 105px;
  top: 0px;
  -webkit-transform: rotate(51deg);
  -ms-transform: rotate(51deg);
  transform: rotate(51deg);
}

.steps__illustr-graph-dot.mod--1 {
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}

.steps__illustr-graph-dot.mod--3 {
  left: 68px;
  top: 30px;
  -webkit-transform: rotate(51deg);
  -ms-transform: rotate(51deg);
  transform: rotate(51deg);
}

.steps__illustr-graph-line {
  position: absolute;
  left: 1px;
  bottom: 1px;
  z-index: -1;
  width: 1px;
  height: 50px;
  background-color: #0f86a1;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.steps__illustr-graph-line.mod--2 {
  height: 40px;
}

.steps__illustr-graph-wrap {
  position: absolute;
  top: 198px;
  right: 65px;
  z-index: 1;
  width: 110px;
  height: 50px;
}

.section_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title_wrap {
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title_wrap.other-pad {
  margin-bottom: 40px;
}

.title_wrap.other-pad.no-pad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process_details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title_text {
  color: #4e6eb1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.centre_step {
  color: #564eaf;
  font-size: 21px;
  font-weight: 600;
}

.h1-2 {
  margin-top: 10px;
  color: #1d1f45;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
}

.process_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 25px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.process_line {
  position: absolute;
  width: 2px;
  height: 80%;
  background-image: url('../images/line.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.process_card_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process_image_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-height: 300px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process_image_wrap.big {
  padding: 0px;
}

.centre_icon_wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 19px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 18px rgba(230, 203, 255, 0.14);
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.h2-2 {
  margin-top: 0px;
  color: #1d1f45;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.process_image {
  width: auto;
  height: auto;
  border-radius: 0%;
}

.centre_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  margin-right: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #4c6fb2;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-card:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.flowbase-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #4e6eb1;
  border-radius: 20px;
  background-color: #1f2c47;
}

.flowbase-exit {
  color: #fff;
}

.flowbase-title {
  margin-bottom: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowbase-icon {
  width: auto;
  height: auto;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 13px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-author {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.highlight-text {
  color: #5b3acc;
}

.call-to-action {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #fff;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-divider._2 {
  margin-bottom: 30px;
}

.form-fields {
  width: 49%;
}

.content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-in-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block {
  font-family: Bitter, serif;
  color: #1f2c47;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.image-3 {
  width: auto;
  height: auto;
  border-radius: 50%;
}

.image-3.small {
  width: 280px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.background-video {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.registration-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reg-form {
  width: 80%;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message-2 {
  padding: 0px;
  background-color: transparent;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  color: #386fb3;
  font-size: 18px;
  font-weight: 600;
}

.fields-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.form-button-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #386fb3;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-button-2:hover {
  background-color: #1f2c47;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.6);
  letter-spacing: 3px;
}

.form-button-2:active {
  border: 1px none #000;
}

.form-button-2:focus {
  border: 1px none #000;
}

.radiobutton {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transition: border-width 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
  transition: border-width 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
}

.radiobutton:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.radiobutton.w--redirected-checked {
  border-width: 9px;
  border-color: rgba(127, 88, 226, 0.5);
  background-color: rgba(127, 88, 226, 0.3);
}

.radiobutton.w--redirected-focus {
  border-color: rgba(127, 88, 226, 0.5);
  box-shadow: none;
}

.form-back {
  position: static;
  width: 48%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 13px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #386fb3;
  border-radius: 10px;
  background-color: rgba(127, 88, 226, 0.1);
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-back:hover {
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.3);
  letter-spacing: 3px;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px rgba(127, 88, 226, 0.6);
}

.radio-button-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-area-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.form-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.form-heading {
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
}

.radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fcfcfc;
  border-radius: 10px;
  background-color: #fcfcfc;
  cursor: pointer;
}

.radio-button:hover {
  background-color: rgba(127, 88, 226, 0.2);
}

.radio-button.w--redirected-checked {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(127, 88, 226, 0.5);
  background-color: rgba(127, 88, 226, 0.3);
  -webkit-transition: border-color 300ms ease, background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 300ms ease, background-color 300ms cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  -webkit-transition: border-color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: border-color 300ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender:hover {
  border-color: rgba(127, 88, 226, 0.2);
}

.radio-button.gender.w--redirected-checked {
  border-style: solid;
  border-color: #386fb3;
  background-color: rgba(56, 111, 179, 0.2);
}

.radio-button.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button.gender.male {
  background-color: rgba(56, 111, 179, 0.2);
  background-image: url('../images/genders-01.svg');
}

.radio-button.gender.male.w--redirected-focus {
  box-shadow: none;
}

.radio-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.radiobutton-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.radiobutton-field:hover {
  color: #7f58e2;
}

.area-label {
  position: absolute;
  top: 10px;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  -webkit-transition: font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  transition: font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 600;
}

.radio-button-label {
  display: none;
}

.button-2 {
  position: static;
  display: inline-block;
  min-height: 60px;
  padding: 15px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 10px;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  letter-spacing: 3px;
}

.button-2:active {
  border: 1px none #000;
}

.step-number {
  width: 100%;
  color: #386fb3;
  font-size: 16px;
  font-weight: 900;
}

.form-block-2 {
  width: 60%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 80px 70px;
  border-radius: 30px;
  background-color: rgba(76, 111, 178, 0.15);
  box-shadow: 0 20px 50px -50px rgba(32, 45, 73, 0.2);
}

.text-field-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 60px;
  margin-bottom: 10px;
  padding-right: 50px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #1f2c47;
  font-size: 16px;
  font-weight: 700;
}

.text-field-2:hover {
  display: block;
  border-color: rgba(0, 0, 0, 0.15);
}

.text-field-2:focus {
  border-color: rgba(127, 88, 226, 0.5);
}

.text-field-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 19px 2px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.text-field-wrapper.half {
  width: 48%;
}

.text-field-wrapper.third {
  width: 31%;
}

.form-slide {
  width: 100%;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-step.last-step {
  margin-bottom: 0px;
  padding-bottom: 70px;
}

.field-label {
  position: relative;
  top: 0px;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: background-color 300ms ease, font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 300ms ease, font-size 300ms ease, color 300ms ease, top 300ms cubic-bezier(.25, .46, .45, .94);
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.text-area {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  min-height: 240px;
  padding-top: 12px;
  padding-right: 50px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #7f58e2;
  font-size: 16px;
  font-weight: 700;
}

.text-area:hover {
  display: block;
  border-color: rgba(0, 0, 0, 0.15);
}

.text-area:focus {
  border-color: rgba(127, 88, 226, 0.5);
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.checkbox {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  -webkit-transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
  transition: background-color 300ms cubic-bezier(.25, .46, .45, .94), border-color 300ms ease;
}

.checkbox:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.checkbox.w--redirected-checked {
  border-color: rgba(127, 88, 226, 0.5);
  background-color: rgba(127, 88, 226, 0.3);
  background-image: url('../images/done-violet.svg');
  background-size: 16px;
}

.checkbox.w--redirected-focus {
  border-color: rgba(127, 88, 226, 0.5);
  box-shadow: none;
}

.slide-nav {
  display: none;
}

.form-next {
  position: static;
  width: 48%;
  min-height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #386fb3;
  -webkit-transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: letter-spacing 300ms ease, box-shadow 400ms cubic-bezier(.25, .46, .45, .94), background-color 300ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-next:hover {
  background-color: #1f2c47;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, 0.6);
  letter-spacing: 3px;
}

.form-next:active {
  border: 1px none #000;
}

.form-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: -40px;
  margin-bottom: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.text-field-done {
  position: relative;
  width: 1px;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #7f58e2;
  border-radius: 50%;
  background-color: rgba(127, 88, 226, 0.2);
  background-image: url('../images/done-violet.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: height 300ms cubic-bezier(.25, .46, .45, .94), width 300ms cubic-bezier(.25, .46, .45, .94);
  transition: height 300ms cubic-bezier(.25, .46, .45, .94), width 300ms cubic-bezier(.25, .46, .45, .94);
}

.text-field-done.area-done {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0%;
  bottom: auto;
  width: 10px;
  height: 10px;
}

.form-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.navbar-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-bar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 100px 0px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
}

.logo-text {
  margin-top: 10px;
  color: #20193a;
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-3 {
  color: #4f5e78;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-link-3.hvr-pop {
  color: #564eaf;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-3.hvr-pop.down:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 111, 178, 0.25)), to(rgba(76, 111, 178, 0.25)));
  background-image: linear-gradient(180deg, rgba(76, 111, 178, 0.25), rgba(76, 111, 178, 0.25));
}

.nav-link-3.hvr-pop.down._1:hover {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.nav-link-3.hvr-pop.down._4:hover {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 111, 178, 0.25)), to(rgba(76, 111, 178, 0.25)));
  background-image: linear-gradient(180deg, rgba(76, 111, 178, 0.25), rgba(76, 111, 178, 0.25));
}

.nav-btn {
  margin-left: 25px;
  border-radius: 4px;
  background-color: #564eaf;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-btn.call-us {
  height: auto;
  background-color: #1f2c47;
}

.nav-btn.call-us.english {
  width: 29px;
  height: 29px;
  margin-left: 0px;
  padding: 0px;
  border-radius: 0%;
  background-color: rgba(71, 31, 31, 0);
  background-image: url('../images/united-kingdom.png');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-btn.call-us.english.dutch.w--current {
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: url('../images/Nederlandse-vlag.jpg');
}

.nav-btn.call-us.nl-block {
  width: 30px;
  height: 19px;
  margin-left: 0px;
  padding: 0px;
  background-image: url('../images/Nederlandse-vlag.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
  background-color: rgba(76, 111, 178, 0);
}

.link-2 {
  color: #67718e;
  font-weight: 700;
  text-decoration: none;
}

.image-4 {
  max-width: 70%;
}

.image-5 {
  max-width: 70%;
}

.form-block-3 {
  width: 100%;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.radio-button-field-2 {
  margin-right: 20px;
}

.radio-button-field-3 {
  margin-right: 20px;
}

.tabs {
  width: 40%;
}

.icon-5 {
  color: #564eaf;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  border: 1px solid #386fb3;
  border-radius: 20px;
  background-color: #fff;
}

.divider-number-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-item-1 {
  color: #67718e;
  line-height: 32px;
}

.html-embed-2 {
  width: 100%;
}

.contact-form {
  padding-top: 60px;
  padding-bottom: 60px;
}

.divider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-field {
  width: 49%;
}

.input-field.with-pad {
  width: 48%;
  margin-right: 20px;
}

.input-field.text-100 {
  width: 100%;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-label {
  border-radius: 10px;
  color: #67718e;
  font-weight: 400;
}

.text-field-4 {
  border-radius: 10px;
}

.text-field-5 {
  border-radius: 10px;
}

.select-field {
  border-radius: 10px;
  background-color: #fff;
  font-weight: 300;
}

.checkbox-field-2 {
  margin-bottom: 20px;
}

.submit-button {
  width: 40%;
}

.white-text {
  font-family: Exo, sans-serif;
  color: #67718e;
  font-weight: 400;
}

.succes {
  padding: 34px;
  border-radius: 10px;
  background-color: rgba(31, 44, 71, 0.7);
  color: #fff;
  font-weight: 600;
}

.success-message-3 {
  padding: 30px;
  border-radius: 10px;
  background-color: #4c6fb2;
}

.contact-form-general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  color: #fff;
  font-weight: 600;
}

.tab-pane-tab-1 {
  padding: 25px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu.size-80 {
  width: 90%;
}

.tab-link {
  width: 30%;
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #4c6fb2;
  border-radius: 10px;
  background-color: hsla(0, 0%, 86.7%, 0);
  text-align: center;
}

.tab-link.w--current {
  width: 100%;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #4c6fb2;
  border-radius: 10px;
  background-color: rgba(31, 44, 71, 0);
  color: #4c6fb2;
  text-align: center;
}

.tab-link.w--current:hover {
  background-color: rgba(31, 44, 71, 0);
  color: #fff;
}

.tab-link.extra-pad {
  width: 100%;
}

.tab-link.extra-pad.w--current {
  background-color: rgba(0, 128, 0, 0.3);
  color: #000;
}

.tab-link-tab-2 {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #4c6fb2;
  border-radius: 10px;
  background-color: hsla(0, 0%, 86.7%, 0);
  text-align: center;
}

.tab-link-tab-2.w--current {
  background-color: rgba(0, 128, 0, 0.3);
  color: #fff;
}

.text-block-3 {
  color: #fff;
  font-weight: 600;
}

.text-block-3.blue {
  color: #67718e;
}

.text-block-3.blue.white {
  color: #000;
}

.text-block-4 {
  color: #67718e;
  font-weight: 600;
}

.text-block-4.bleu {
  color: #4c6fb2;
}

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

.text-block-4.white.blue {
  color: #000;
}

.tab-pane-tab-2 {
  width: 100%;
  padding: 25px 0px;
}

.bold-text-6 {
  font-size: 16px;
  font-weight: 700;
}

.image-8 {
  width: 30px;
  height: 30px;
}

.image-9 {
  width: 30px;
  height: 30px;
}

.image-10 {
  width: 30px;
  height: 30px;
}

.slide-2 {
  background-image: url('../images/Facebook-Small-Logo_1Facebook Small Logo.png');
  background-position: 0% 50%;
  background-size: contain;
}

.slider {
  width: 20%;
}

.image-11 {
  width: 50px;
  height: 50px;
}

.slide-3 {
  background-image: url('../images/Facebook-Small-Logo_1Facebook Small Logo.png');
  background-position: 50% 50%;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/Linkedin-Small-logo_1Linkedin Small logo.png');
  background-position: 0px 0px;
  background-size: auto;
}

.content-of-the-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.08)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
}

.image-12 {
  width: 100%;
  height: auto;
}

.bold-text-7 {
  font-size: 16px;
  font-weight: 700;
}

.dropdown {
  width: auto;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.heading {
  font-size: 50px;
  line-height: 50px;
}

.heading-2 {
  color: #fff;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 60%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #807f8a;
}

.div-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-divider.blur {
  width: 40%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.text-block-5 {
  font-family: 'Indie Flower', sans-serif;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.bold-text-12 {
  font-weight: 400;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-area-contact {
  width: 100%;
  font-family: Exo, sans-serif;
}

.div-block-9 {
  width: 70px;
  height: 70px;
  margin-top: -60px;
  border-radius: 50%;
  background-image: url('../images/Favicon-Housing--Co.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  width: 90%;
}

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

.textblock {
  font-family: Bitter, serif;
  color: #1f2c47;
  font-size: 16px;
}

.textblock.footer-tekst {
  margin-bottom: 4px;
}

.textblock.small-footer-tekst {
  font-size: 14px;
}

.contact-link-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.contact-link-2:hover {
  color: #564eaf;
}

.language {
  width: 23px;
  height: 20px;
}

.flag-box {
  height: 33px;
  padding-right: 40px;
  padding-left: 40px;
}

.image-38 {
  width: 25px;
}

.div-block-13 {
  height: auto;
}

.global-contact-bar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.14);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #fff;
}

.contact-box-3 {
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-left: 1px solid rgba(86, 78, 175, 0.14);
  font-size: 12px;
  font-weight: 400;
}

.contact-box-3:hover {
  color: #564eaf;
}

.contact-box-3.hide {
  display: none;
}

.bekend-van {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-bekend-van {
  width: 110px;
  height: 17px;
  margin-top: -8px;
  margin-right: 20px;
  background-image: url('../images/het-parool-logo.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.logo-bekend-van.fd-llogo {
  height: 30px;
  margin-top: -3px;
}

.logo-bekend-van.fd-logo {
  width: 55px;
  height: 35px;
  background-image: url('../images/Financieel-Dagblad-logo.png');
}

.image-39 {
  width: 120px;
  height: 20px;
}

.image-39.own-style {
  width: auto;
  height: 30px;
}

.services-div---divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.list-2.white {
  color: #fff;
  text-align: left;
}

.text-block-89 {
  width: 430px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.text-span-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 20px;
}

.text-info {
  margin-top: 0px;
  line-height: 20px;
}

.text-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #564eaf;
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
}

.prijsinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.pricing-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #564eaf;
  border-radius: 4px;
  background-color: rgba(56, 152, 236, 0);
  color: #564eaf;
  font-size: 14px;
  font-weight: 300;
}

.pricing-button-2.w--current {
  background-color: #fff;
  color: #564eaf;
  font-size: 13px;
  font-weight: 500;
}

.info-block-pricing-tab {
  width: 80%;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.italic-text {
  color: #564eaf;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.dividers-of-pricing-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meerder-objecten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.divider-for-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-pricing-block {
  height: auto;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.title-pricing-block.auto {
  width: auto;
  height: auto;
}

.pricing-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 320px;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(86, 78, 175, 0.4);
  border-radius: 6px;
  background-color: #fff;
}

.pricing-label.different-padding {
  width: 40%;
  height: auto;
  min-height: 320px;
  margin-right: 20px;
  margin-left: 0px;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: rgba(86, 78, 175, 0.4);
  background-color: #fff;
  box-shadow: none;
}

.pricing-label.different-padding.pad-left {
  width: 35%;
}

.pricing-label.different-padding.pad-left.new {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-label.different-padding.pad {
  width: 50%;
}

.labels {
  position: relative;
  left: 104px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.labels.prijs {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 60px;
  margin-top: -4px;
  margin-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 10px;
  line-height: 10px;
  font-weight: 300;
}

.text-block-56.other-size {
  width: auto;
  height: auto;
  margin-top: 10px;
  font-size: 14px;
  line-height: 15px;
}

.text-block-56.other-size {
  width: auto;
  height: auto;
  margin-top: 10px;
  font-size: 14px;
  line-height: 15px;
}

.bold-text-13 {
  color: #fff;
}

.bold-text-13.purple {
  color: #564eaf;
}

.services-of-beheer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
}

.pricelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  margin-right: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.pricelist.no-side-path {
  margin-right: 0px;
}

.italic-text-2 {
  color: #564eaf;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.text-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #564eaf;
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
}

.divider-for-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-for-prices {
  margin-top: 20px;
}

.contact-form-more-info {
  width: 70%;
}

.link-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-span-13 {
  color: #1f2c47;
  font-size: 50px;
  line-height: 50px;
}

.text-span-14 {
  color: #1f2c47;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}

.divider-openingstijden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.openingstijden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.openingstijden._2 {
  margin-right: 0px;
}

.dagem {
  margin-right: 30px;
}

.link-5 {
  color: #1f2c47;
  font-weight: 400;
  text-decoration: none;
}

.link-6 {
  color: #1f2c47;
  text-decoration: none;
}

.div-kantoren {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-link {
  color: #1f2c47;
  text-decoration: none;
}

.contact-link.new {
  font-weight: 800;
}

.contact-divider-form {
  width: 50%;
  margin-right: 20px;
}

.contact-divider-form._2 {
  margin-right: 0px;
}

.contact-divider-form._100 {
  width: 100%;
  margin-right: 0px;
}

.contact-divider-form.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  margin-right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.label-form {
  font-family: Exo, sans-serif;
  color: #67718e;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.02px;
}

.form-divider-double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-6 {
  height: auto;
}

.input-field-form {
  height: 56px;
  margin-bottom: 0px;
  border-radius: 10px;
  font-family: Exo, sans-serif;
  color: #67718e;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.02px;
}

.input-field-form.text-vox {
  height: 56px;
}

.btn-block-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-blocks-together {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-block {
  width: 65%;
}

.price-block._10 {
  width: 100%;
}

.upgrade-text {
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  color: #000;
  font-size: 16px;
}

.upgrade-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.upgrade-row.midden {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.upgrade-accent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 10px;
  background-color: #28d893;
}

.upgrade-button {
  padding: 15px 22px;
  border-radius: 5px;
  background-color: #254054;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, 0.36);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px rgba(24, 16, 99, 0.36);
}

.upgrade-button.full-upgrade-button {
  display: block;
  background-color: #564eaf;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  background-color: #1f2c47;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, 0.18);
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  background-color: #1f2c47;
  box-shadow: 0 10px 10px -5px rgba(24, 16, 99, 0.18);
}

.upgrade-button.full-upgrade-button.primary-upgrade-button.other {
  margin-bottom: 10px;
}

.upgrade-button.full-upgrade-button.green {
  background-color: rgba(40, 216, 147, 0.1);
  color: #1f2c47;
}

.upgrade-button.full-upgrade-button {
  display: block;
}

.upgrade-button.full-upgrade-button.new-style {
  width: 70%;
  margin-top: 20px;
  border-radius: 10px;
}

.upgrade-button.full-upgrade-button {
  display: block;
  background-color: #564eaf;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #1f2c47;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, 0.18);
  font-size: 14px;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  background-color: #1f2c47;
  box-shadow: 0 10px 10px -5px rgba(24, 16, 99, 0.18);
}

.upgrade-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 60px 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 300;
  text-align: center;
}

.pricing-column-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pricing-column-contain.top-price-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 0px;
  padding-top: 17px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(86, 78, 175, 0.1);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.pricing-column-contain.top-price-contain.green-price-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(86, 78, 175, 0.1);
  color: #1ab478;
}

.pricing-column-contain.top-price-contain.green {
  background-color: rgba(40, 216, 147, 0.1);
}

.pricing-column-contain.top-price-contain.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(31, 44, 71, 0.1);
}

.pricing-column-contain.top-price-contain.vertical {
  margin-top: 0px;
}

.pricing-column-contain.team {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-text {
  display: inline-block;
  padding-left: 15px;
  font-family: Exo, sans-serif;
  color: #67718e;
  font-size: 16px;
}

.feature-wrapper {
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9dadc;
  font-size: 15px;
  line-height: 32px;
}

.hide-me-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8888;
  display: block;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}

.close-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  opacity: 0.25;
  cursor: pointer;
}

.upgrade-header {
  margin-bottom: 30px;
  font-family: Bitter, serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}

.discount-label {
  margin-left: 10px;
  padding-top: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #28d893;
  color: #fff;
  font-size: 12px;
}

.discount-label.heading-large {
  background-color: #1f2c47;
  font-family: Exo, sans-serif;
}

.price-text {
  margin-bottom: 15px;
  padding-left: 6px;
  color: #919496;
  font-size: 12px;
}

.price {
  padding-left: 6px;
  font-family: Bitter, serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.feature-item.not-available {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.modal-scroll {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
}

.pricing-box {
  overflow: hidden;
  width: 30%;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease-out;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out, box-shadow 200ms ease;
  transition: transform 200ms ease-out, box-shadow 200ms ease, -webkit-transform 200ms ease-out;
}

.pricing-box._30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-box.team {
  width: 30%;
}

.price-duration {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

.success-message-4 {
  padding: 52px;
  border-radius: 20px;
  background-color: #1f2c47;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.prijs-pop-up {
  display: block;
}

.pricing-box-2 {
  overflow: hidden;
  width: 48%;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease-out;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out, box-shadow 200ms ease;
  transition: transform 200ms ease-out, box-shadow 200ms ease, -webkit-transform 200ms ease-out;
}

.upgrade-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.upgrade-row-2.extra-20 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hide-me-overlay-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8888;
  display: block;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}

.close-overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: block;
  opacity: 0.25;
  cursor: pointer;
}

.price-text-2 {
  margin-bottom: 15px;
  padding-left: 6px;
  font-family: Exo, sans-serif;
  color: #919496;
  font-size: 12px;
}

.feature-text-2 {
  display: inline-block;
  padding-left: 15px;
  font-family: Exo, sans-serif;
  color: #67718e;
  font-size: 15px;
  font-weight: 400;
}

.upgrade-accent-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 10px;
  background-color: #564eaf;
}

.beheer-service-overzicht {
  width: 100%;
}

.contact-block {
  width: 100%;
}

.contact-block._10-px {
  margin-right: 10px;
}

.form-contact {
  width: 75%;
}

.beheer-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-beheer-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.beheer-list-item {
  margin-bottom: 3px;
  color: #fff;
}

.over-het-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.picture-of-team {
  width: 200px;
  height: 200px;
}

.image-40 {
  border-radius: 50%;
}

.body-portaal {
  height: auto;
}

.video-information {
  width: 92%;
  margin-top: 20px;
}

.video-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subject-per-video {
  width: 45%;
}

.blog-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.blog-into-picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-text {
  width: 60%;
}

.blog-picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-image {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 20px;
}

.collection-item {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-shadow: 1px 1px 6px -4px #000;
}

.collection-wrap-blog {
  display: block;
  max-width: 940px;
  min-width: 960px;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-wrap-blog.other-paddings {
  margin-bottom: 20px;
}

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

.collection-blog {
  max-width: none;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(86, 78, 175, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

.blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 270px;
  padding: 5px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.datum {
  width: 100%;
  text-align: right;
}

.tb-datum {
  color: #737888;
  font-size: 12px;
}

.heading-for-blog-card {
  height: 60px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.text-block-blog-card {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.image-block-card {
  width: 100%;
  height: 220px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

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

.btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 40px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #564eaf;
}

.btn-div-text {
  color: #f6f2ea;
  font-size: 14px;
  font-weight: 600;
}

.bold-text-16 {
  font-weight: 400;
}

.date {
  font-family: Exo, sans-serif;
  color: #67718e;
  font-size: 13px;
}

.date-block {
  width: 100%;
  text-align: right;
}

.bold-text-17 {
  font-weight: 400;
}

.bold-text-18 {
  font-weight: 400;
}

.text-span-15 {
  font-size: 16px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-niet-bekend {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/LogoMockup_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/LogoMockup_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.white {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.text-block-91.exo {
  font-family: Exo, sans-serif;
  color: #fff;
}

.together {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message-5 {
  border-radius: 20px;
  background-color: #564eaf;
}

.white-lettertype {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
}

.line-with-contact {
  width: auto;
  height: 20px;
}

.language-flag {
  width: 50px;
  height: 100%;
  background-image: url('../images/united-kingdom.png');
  background-position: 0px 0px;
  background-size: cover;
}

.language-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
}

.switch-to-nl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.address {
  font-family: Bitter, serif;
  color: #1f2c47;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
}

@media screen and (min-width: 1920px) {
  .button {
    text-decoration: none;
  }

  .button.no-pad.bigger.no-pading {
    width: 40%;
    margin-right: 0px;
  }

  .button.no-rounds {
    width: 80%;
    margin-right: 0px;
    border-radius: 10px;
  }

  .button.no-rounds.for-price {
    width: 80%;
    margin-right: 0px;
  }

  .button.portaal {
    width: 70%;
    min-width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 20px;
    font-size: 14px;
  }

  .button.portaal.no-pad {
    margin-right: 0px;
  }

  .button.small-btn {
    margin-right: 0px;
    padding: 10px;
    border-top-left-radius: 20px;
  }

  .button.blogs {
    margin-right: 0px;
  }

  .hero-button-wrapper.portaal {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-button-wrapper.portaal.no-pad {
    margin-bottom: 0px;
  }

  .full-header-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/WhatsApp-Image-2020-05-06-at-14.49.34.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/WhatsApp-Image-2020-05-06-at-14.49.34.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.how-2 {
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.amsterdam {
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Amsterdam-houses.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Amsterdam-houses.jpg');
  }

  .full-header-wrapper.amsterdam.vgb-haarlem {
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/haarlem-copy-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/haarlem-copy-2.jpg');
    background-position: 0px 0px, 50% 40%;
  }

  .full-header-wrapper.amsterdam.vgb-utrecht {
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/utrecht-gracht.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/utrecht-gracht.jpeg');
  }

  .full-header-wrapper.amsterdam.vgb-leiden {
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Leiden-.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Leiden-.jpeg');
    background-position: 0px 0px, 50% 70%;
  }

  .full-header-wrapper.amsterdam.beheer {
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-position: 0px 0px, 50% 50%;
  }

  .full-header-wrapper.amsterdam.beheer.portaal {
    height: 95vh;
  }

  .full-header-wrapper.amsterdam.beheer.blog {
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Typewriter-blog.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Typewriter-blog.jpg');
  }

  .full-header-wrapper.amsterdam.beheer.t-f {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/concrete-building-amsterdam.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/concrete-building-amsterdam.jpeg');
    background-position: 0px 0px, 50% 90%;
  }

  .full-header-wrapper.amsterdam.beheer.over-ons.faq {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/canal-houses-next-to-each-other.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/canal-houses-next-to-each-other.jpeg');
    background-position: 0px 0px, 50% 50%;
  }

  .full-header-wrapper.amsterdam.beheer.prijzenoverzicht {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Typewriter-blog.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Typewriter-blog.jpg');
  }

  .full-header-wrapper.amsterdam.beheer.contact-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Contact.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Contact.jpg');
    background-position: 0px 0px, 50% 60%;
  }

  .full-header-wrapper.amsterdam.beheer.verhuurmakelaar-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam.jpg');
    background-size: auto, cover;
  }

  .full-header-wrapper.amsterdam.beheer.verhuurmakelaar-1.new-picture {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Makelaar-Amsterdam-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Makelaar-Amsterdam-1.jpg');
  }

  .full-header-wrapper.amsterdam.beheer.huurders {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/amsterdam_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/amsterdam_1.jpg');
  }

  .full-header-wrapper.amsterdam.beheer.offerte {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Amsterdam-houses.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Amsterdam-houses.jpg');
  }

  .full-header-wrapper.amsterdam.beheer.adam {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Rozengracht.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Rozengracht.jpeg');
    background-position: 0px 0px, 50% 100%;
  }

  .full-header-wrapper.amsterdam.beheer.makelaar-adam {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Amsterdam.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Amsterdam.jpg');
  }

  .full-header-wrapper.amsterdam.beheer.makelaar-adam.new-pictures-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Makelaar-Amsterdam-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Makelaar-Amsterdam-1.jpg');
  }

  .full-header-wrapper.amsterdam.verhuur-adam {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam.jpg');
    background-position: 0px 0px, 50% 10%;
  }

  .full-header-wrapper.haarlem {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/haarlem-copy-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/haarlem-copy-2.jpg');
  }

  .full-header-wrapper.vgb-adam-020 {
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Amsterdam.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Amsterdam.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .button-sign-in.hero {
    text-decoration: none;
  }

  .button-sign-in.hero.big {
    height: auto;
    border-top-left-radius: 0px;
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .button-sign-in.hero.portaal {
    margin-right: 20px;
  }

  .button-sign-in.hero.purple {
    background-color: #564eaf;
  }

  .paragraph-standard {
    max-width: none;
  }

  .paragraph-standard.extra-pad {
    margin-top: 6px;
    margin-right: 20px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 11px;
    font-weight: 300;
  }

  .paragraph-standard.hide.temp {
    display: none;
  }

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

  .paragraph-standard.large.extra-20px {
    width: 70%;
    margin-bottom: 20px;
  }

  .paragraph-standard.large.extra-20px.midden {
    text-align: center;
  }

  .paragraph-standard.large.white {
    margin-bottom: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
  }

  .paragraph-standard.large.midden {
    margin-bottom: 20px;
    text-align: center;
  }

  .paragraph-standard.white {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
  }

  .paragraph-standard.white._2 {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .paragraph-standard.big-price {
    line-height: 40px;
  }

  .paragraph-standard.portaal-tekst.more-padding {
    margin-bottom: 10px;
  }

  .paragraph-standard.smaller-2 {
    min-height: 110px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .container-2.blog {
    margin-bottom: 0px;
  }

  .heading-large {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    text-align: center;
  }

  .heading-large.bekend-van {
    margin-right: 20px;
    font-family: Exo, sans-serif;
    font-size: 14px;
  }

  .heading-large.pad-40px {
    margin-bottom: 20px;
    font-weight: 400;
  }

  .heading-large.white {
    color: #fff;
  }

  .heading-large.white._10px {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-large.small-title {
    font-size: 12px;
    font-weight: 400;
  }

  .heading-large.title-job {
    font-weight: 700;
  }

  .heading-large.midden {
    text-align: center;
  }

  .heading-large.contact-link.new {
    font-weight: 700;
  }

  .content-wrapper._100 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper.blog {
    width: 100%;
  }

  .paragraph-large.extra.offerte {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .paragraph-large.extra.white-new {
    font-weight: 300;
  }

  .paragraph-large.extra.blog {
    width: 100%;
    max-width: none;
    font-size: 18px;
  }

  .paragraph-large.extra._100 {
    max-width: none;
  }

  .h2-new.mid {
    margin-bottom: 0px;
    font-family: Bitter, serif;
    font-weight: 400;
  }

  .h2-new.mid.no-pad {
    color: #fff;
  }

  .h2-new.mid.no-pad.white {
    font-family: Bitter, serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
  }

  .h2-new.smaller {
    font-size: 22px;
    line-height: 42px;
    font-weight: 400;
  }

  .h2-new.smaller.midden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .content-background {
    top: -45px;
  }

  .image-block-small {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/concrete-building-amsterdam.jpeg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/concrete-building-amsterdam.jpeg');
  }

  .image-block-small.relocation.vgb-ams.verhuur {
    background-image: url('../images/Amsterdam-Housing_1.jpg');
  }

  .image-block-small.relocation.vgb-ams.commercieel {
    background-image: url('../images/amsterdam_1.jpg');
  }

  .image-block-small.relocation.vgb-ams.commercieel.kleine-pic {
    height: 410px;
  }

  .image-block-small.relocation.vgb-ams.technisch {
    background-image: url('../images/WhatsApp-Image-2020-05-06-at-14.49.34.jpeg');
  }

  .image-block-small.relocation.vgb-ams.technisch.small-pic {
    height: 520px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Nieuwzijds-Voorburgwal-23.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Nieuwzijds-Voorburgwal-23.jpeg');
    background-position: 0px 0px, 50% 30%;
    background-size: auto, cover;
  }

  .image-block-small.relocation.vgb-ams.technisch.small-verhuur {
    height: 560px;
  }

  .image-block-small.relocation.vgb-ams.technisch.new-style-2 {
    height: 100%;
    background-image: url('../images/Vastgoed--Co.-Kantoor-.jpeg');
    background-position: 100% 39%;
  }

  .image-block-small.relocation.vgb-ams.contact {
    background-image: url('../images/Vastgoed--Co.-Kantoor-.jpeg');
    background-position: 100% 50%;
  }

  .image-block-small.relocation.to-haalem {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Haarlem-huis-centrum.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Haarlem-huis-centrum.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .image-block-small.relocation.vgb-utrecht-building {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Utrecht-oud-grachtenpand.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Utrecht-oud-grachtenpand.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .image-block-small.relocation.vgb-leiden-buildig {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/Leiden-old-building.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Leiden-old-building.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .image-block-small.leiden {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Leiden-old-building.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Leiden-old-building.jpg');
  }

  .section.new-style {
    padding-bottom: 40px;
  }

  .title-large {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .title-large.mid {
    color: #564eaf;
  }

  .title-large.mid.white {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-transform: none;
  }

  .title-wrapper.hide {
    margin-bottom: 40px;
  }

  .blog-thumbnail {
    width: 440px;
    background-image: url('../images/Leiden-street.jpg');
    background-size: cover;
  }

  .placeholder-faq.small {
    background-image: url('../images/Rozengracht.jpeg');
  }

  .slider-txt-block.top {
    font-size: 20px;
  }

  .slider-txt-block.bottom {
    width: auto;
    font-size: 20px;
    font-weight: 300;
  }

  .slider-heading1.big {
    font-weight: 400;
  }

  .btn-block.extra-pad {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn-block.extra-pad.portaal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-block.extra-pad.extra {
    margin-bottom: 40px;
  }

  .divider-content.new-style.extra-pad {
    padding-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divider-content.new-style.extra-pad.below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divider-content.new-style.extra-pad.portaal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divider-content.new-style.extra-pad.blog {
    padding-top: 0px;
  }

  .divider-content.extra-px {
    margin-bottom: 20px;
  }

  .divider-content.extra-px.no-pad-here {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divider-content.extra-px.no-pad-here.english-below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photo-div._20pad.new-style-2 {
    width: 100%;
    height: 350px;
    margin-left: 0px;
  }

  .line---divider.other-pad.new-pad.small {
    margin-top: 20px;
  }

  .line---divider.other-pad.portaal {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-large.blue {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .review.light-blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(56, 111, 179, 0.1);
  }

  .review.dark-blue-background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 31, 71, 0.49)), to(rgba(44, 31, 71, 0.49))), url('../images/Amsterdam-houses.jpg');
    background-image: linear-gradient(180deg, rgba(44, 31, 71, 0.49), rgba(44, 31, 71, 0.49)), url('../images/Amsterdam-houses.jpg');
  }

  .review.dark-blue-background.beheer-main-item-list {
    padding-bottom: 120px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 44, 71, 0.85)), to(rgba(31, 44, 71, 0.85))), url('../images/Amsterdam.jpg');
    background-image: linear-gradient(180deg, rgba(31, 44, 71, 0.85), rgba(31, 44, 71, 0.85)), url('../images/Amsterdam.jpg');
    background-position: 0px 0px, 50% 60%;
  }

  .top-border-bottom {
    border-bottom-style: none;
    border-bottom-width: 4px;
  }

  .footer-link-2.with-space-bottom {
    margin-right: 20px;
  }

  .bold-text-3 {
    font-size: 15px;
    font-weight: 400;
  }

  .form-block {
    width: 100%;
  }

  .divider-for-wrap.hide {
    display: block;
  }

  .content-block.extra-pad {
    width: 100%;
    margin-bottom: 20px;
  }

  .content-block.extra-pad.left-outline.extra-size-again {
    margin-top: 10px;
  }

  .content-block.extra-pad.leiden-hide {
    display: block;
  }

  .content-block.extra-pad.portaal {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-block.left-outline.bijg-pad {
    margin-top: 10px;
  }

  .head-line.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content.portaal {
    width: 60%;
    text-align: center;
  }

  .logo-img._50-r-m {
    width: 150px;
  }

  .logo-img._50-r-m.small {
    width: 110px;
  }

  .logo-img.large-logo {
    width: 170px;
  }

  .main-steps {
    padding-bottom: 0px;
  }

  .title_wrap.other-pad.no-pad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title_wrap.other-pad.no-pad.contact-2 {
    width: 90%;
    margin-bottom: 10px;
  }

  .title_wrap.other-pad.portaal {
    margin-bottom: 20px;
  }

  .form-block-in-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-1 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-bar-wrap {
    padding-right: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-btn.call-us.english {
    width: 29px;
    height: 29px;
    border-radius: 4px;
  }

  .nav-btn.call-us.nl-block {
    width: 30px;
    height: 19px;
    background-image: url('../images/Flag-the-Netherlands.png');
    background-position: 50% 50%;
  }

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

  .global-contact-bar-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bekend-van {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-bekend-van {
    width: 110px;
    height: 17px;
    margin-top: 0px;
    margin-right: 20px;
    background-image: url('../images/het-parool-logo.svg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .logo-bekend-van.fd-logo {
    width: 65px;
    height: 35px;
    background-image: url('../images/Financieel-Dagblad-logo.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .image-39 {
    width: auto;
    height: 22px;
  }

  .image-39.own-style {
    width: auto;
    height: 40px;
    margin-top: -8px;
  }

  .header-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .services-div---divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    margin-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-content {
    margin-right: 40px;
  }

  .services-content.no-pad {
    margin-right: 0px;
  }

  .list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
  }

  .list-item-2 {
    margin-bottom: 3px;
  }

  .pricing-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-55 {
    margin-left: 3px;
    color: #1f2c47;
  }

  .pricing-button-2 {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
  }

  .info-block-pricing-tab {
    color: #1f2c47;
    font-size: 14px;
  }

  .italic-text {
    color: #1f2c47;
  }

  .dividers-of-pricing-labels {
    width: 35%;
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title-pricing-block {
    height: 30px;
    font-family: Exo, sans-serif;
    color: #1f2c47;
    font-size: 20px;
    font-weight: 400;
  }

  .title-pricing-block.auto {
    height: 30px;
    font-family: Bitter, serif;
    color: #1f2c47;
    font-weight: 400;
  }

  .pricing-label.different-padding {
    height: auto;
    min-height: 320px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing-label.different-padding.pad-left.new {
    height: auto;
    min-height: 320px;
    background-color: hsla(0, 0%, 100%, 0.6);
  }

  .pricing-label.different-padding.pad {
    background-color: hsla(0, 0%, 100%, 0.48);
  }

  .labels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .labels.prijs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-56 {
    margin-left: -1px;
  }

  .text-block-56.other-size {
    color: #1f2c47;
  }

  .bold-text-13 {
    color: #564eaf;
  }

  .bold-text-13.purple {
    color: #1f2c47;
  }

  .services-of-beheer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  }

  .pricelist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 370px;
    max-height: 390px;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
  }

  .pricelist.no-side-path {
    margin-right: 0px;
  }

  .italic-text-2 {
    color: #1f2c47;
  }

  .text-block-90 {
    margin-left: 3px;
    color: #1f2c47;
  }

  .divider-for-prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-for-prices {
    margin-top: 20px;
  }

  .bold-text-14 {
    color: red;
  }

  .bold-text-15 {
    color: red;
  }

  .contact-form-more-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-span-14 {
    color: #1f2c47;
    font-size: 40px;
    line-height: 40px;
  }

  .link-3 {
    color: #1f2c47;
    text-decoration: none;
  }

  .link-4 {
    color: #1f2c47;
    text-decoration: none;
  }

  .contact-divider-form {
    width: 50%;
  }

  .contact-divider-form._2 {
    margin-right: 20px;
  }

  .contact-divider-form._2.no-20 {
    margin-right: 0px;
  }

  .contact-divider-form._100 {
    width: 100%;
    margin-right: 0px;
    padding-right: 20px;
  }

  .contact-divider-form._100.no-20 {
    padding-right: 0px;
  }

  .form-4 {
    width: 90%;
  }

  .input-field-form {
    margin-right: 0px;
  }

  .btn-block-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .price-blocks-together {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .price-block {
    width: 60%;
  }

  .copy-me {
    display: none;
  }

  .upgrade-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .upgrade-row.extra-20 {
    margin-bottom: 20px;
  }

  .upgrade-row.midden {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .upgrade-button.full-upgrade-button {
    background-color: #564eaf;
  }

  .upgrade-button.full-upgrade-button.primary-upgrade-button {
    background-color: #1f2c47;
  }

  .upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
    background-color: #1f2c47;
  }

  .upgrade-button.full-upgrade-button.primary-upgrade-button.other {
    margin-bottom: 10px;
  }

  .upgrade-button.full-upgrade-button.primary-upgrade-button.other-2 {
    background-color: #564eaf;
  }

  .upgrade-button.full-upgrade-button.new-style {
    width: 70%;
    margin-top: 0px;
  }

  .upgrade-button.full-upgrade-button {
    background-color: #564eaf;
  }

  .upgrade-button.full-upgrade-button.primary-upgrade-button {
    background-color: #1f2c47;
  }

  .upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
    background-color: #1f2c47;
  }

  .upgrade-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-column-contain {
    min-height: auto;
  }

  .pricing-column-contain.top-price-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(86, 78, 175, 0.1);
  }

  .pricing-column-contain.top-price-contain.green-price-contain {
    background-color: rgba(86, 78, 175, 0.1);
  }

  .pricing-column-contain.top-price-contain.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-column-contain.top-price-contain.vertical {
    background-color: rgba(86, 78, 175, 0.1);
  }

  .feature-wrapper.from-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hide-me-overlay {
    display: block;
  }

  .close-overlay {
    display: block;
  }

  .upgrade-header {
    margin-bottom: 30px;
    font-family: Bitter, serif;
    color: #1f2c47;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
  }

  .discount-label.heading-large {
    background-color: #1f2c47;
  }

  .price {
    font-size: 32px;
    line-height: 40px;
  }

  .pricing-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    min-height: 540px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-color: rgba(0, 0, 0, 0.2);
  }

  .pricing-box._30 {
    height: auto;
    min-height: 540px;
    min-width: auto;
  }

  .pricing-box.team {
    box-shadow: 1px 1px 12px -3px #000;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .prijs-pop-up {
    display: block;
  }

  .pricing-box-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .upgrade-row-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .upgrade-row-2.extra-20 {
    margin-bottom: 20px;
  }

  .hide-me-overlay-2 {
    display: block;
  }

  .upgrade-accent-2 {
    background-color: #564eaf;
  }

  .form-contact {
    width: 80%;
  }

  .divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .line-with-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .over-het-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .picture-of-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-40 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }

  .google-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .video-information {
    width: 70%;
  }

  .video-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .video-line.single {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subject-per-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-column {
    min-height: 350px;
    min-width: auto;
  }

  .blog-article-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-into-picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .blog-text {
    width: 60%;
  }

  .blog-picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    margin-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-41 {
    width: 1px;
  }

  .blog-image {
    width: auto;
    height: auto;
    margin-left: 0px;
    padding-left: 0px;
    border-radius: 20px;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }

  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .collection-list-wrapper {
    display: block;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .collection-grid {
    width: 100%;
  }

  .blog-card {
    height: 270px;
    padding: 10px 20px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bold-text-17 {
    font-weight: 400;
  }

  .bold-text-18 {
    font-weight: 400;
  }

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

  ._404-niet-bekend {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/LogoMockup_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/LogoMockup_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .white {
    font-family: Exo, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-91 {
    font-family: Exo, sans-serif;
    color: #fff;
  }

  .language-block {
    margin-left: 20px;
  }

  .image-42 {
    width: 37px;
    height: auto;
    max-width: none;
  }

  .line-with-contact {
    width: 100px;
    height: 20px;
  }

  .language-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    padding-right: 3%;
    padding-left: 3%;
    background-color: rgba(3, 3, 3, 0);
  }

  .menu-button {
    margin-left: 14px;
    padding: 12px;
    border-radius: 8px;
    background-color: #4e6eb1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
  }

  .menu-button:hover {
    background-color: #29498d;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #29498d;
    color: #fff;
  }

  .nav-menu {
    position: absolute;
    top: 80px;
    height: auto;
    background-color: #fff;
  }

  .navigation-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .company-logo {
    margin: 15px;
  }

  .container-navigation {
    position: relative;
  }

  .navigation-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bloom-effect {
    height: 70%;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .bottom-content {
    margin-top: 40px;
  }

  .button.no-rounds {
    width: 90%;
    margin-right: 0px;
  }

  .button.no-rounds.for-price {
    margin-right: 0px;
  }

  .button.portaal {
    min-width: 300px;
  }

  .button.portaal.no-pad {
    min-width: 300px;
  }

  .hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-link {
    display: none;
  }

  .banner-image {
    margin-right: 10px;
  }

  .logo-wrapper {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .full-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/WhatsApp-Image-2020-05-06-at-14.49.34.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/WhatsApp-Image-2020-05-06-at-14.49.34.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.about-us {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/canal-house-with-red-door.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/canal-house-with-red-door.jpeg');
    background-position: 0px 0px, 50% 50%;
  }

  .full-header-wrapper.about-us.how-it-works {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-position: 0px 0px, 50% 100%;
  }

  .full-header-wrapper.couples {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Amsterdam.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Amsterdam.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }

  .full-header-wrapper.about-us-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/canal-house-with-red-door.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/canal-house-with-red-door.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.buy-search-2.rs {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 100%, #fff), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/concrete-building-amsterdam.jpeg');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1) 100%, #fff), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/concrete-building-amsterdam.jpeg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }

  .full-header-wrapper.relocation-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/amsterdam_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/amsterdam_1.jpg');
    background-size: auto, cover;
  }

  .full-header-wrapper.couples-2.bl {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1), rgba(100, 92, 181, 0.12) 51%, hsla(0, 0%, 100%, 0.4)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam-houses.jpg');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(86, 78, 175, 0.1), rgba(100, 92, 181, 0.12) 51%, hsla(0, 0%, 100%, 0.4)), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam-houses.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }

  .full-header-wrapper.rental-reg-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .full-header-wrapper.disclaimer-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/amsterdam-2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/amsterdam-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.amsterdam {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam-houses.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam-houses.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .full-header-wrapper.amsterdam.vgb-haarlem {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/haarlem-canal.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/haarlem-canal.jpeg');
    background-position: 0px 0px, 50% 0%;
  }

  .full-header-wrapper.amsterdam.beheer.portaal {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/Typewriter-blog.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/Typewriter-blog.jpg');
    background-position: 0px 0px, 100% 50%;
  }

  .full-header-wrapper.amsterdam.beheer.blog {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Typewriter-blog.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Typewriter-blog.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.amsterdam.beheer.offerte {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Amsterdam-houses.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Amsterdam-houses.jpg');
    background-position: 0px 0px, 50% 100%;
  }

  .button-sign-in.hide {
    display: none;
  }

  .nav-link {
    width: 100%;
    color: #262626;
  }

  .card-ui-graph {
    right: 5%;
  }

  .paragraph-standard {
    max-width: none;
  }

  .paragraph-standard.large.white {
    font-size: 14px;
  }

  .paragraph-standard.left {
    text-align: center;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-2.blog {
    padding-bottom: 40px;
  }

  .grid-content {
    grid-row-gap: 72px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-large.white {
    font-weight: 700;
    letter-spacing: 0.03em;
  }

  .heading-large.white._10px {
    font-size: 19px;
  }

  .content-wrapper {
    width: 100%;
    min-width: auto;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .content-wrapper.new {
    width: 100%;
  }

  .content-wrapper.main {
    margin-bottom: 20px;
  }

  .content-wrapper.blog {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-large {
    max-width: none;
    font-family: Exo, sans-serif;
    text-align: left;
  }

  .paragraph-large.padding {
    margin-bottom: 0px;
  }

  .paragraph-large.extra {
    text-align: left;
  }

  .paragraph-large.extra.white-new {
    text-align: center;
  }

  .paragraph-large.large-style {
    width: 100%;
    text-align: center;
  }

  .paragraph-large.new-style {
    width: 90%;
    max-width: none;
  }

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

  .h2-new.small {
    text-align: left;
  }

  .h2-new.small.other-p {
    margin-bottom: 10px;
  }

  .h2-new.mid {
    font-size: 40px;
  }

  .h2-new.mid.no-pad.white {
    font-size: 40px;
    font-weight: 200;
  }

  .h2-new.mid.no-pad.white.n2 {
    line-height: 45px;
  }

  .content-background {
    top: -53px;
    display: block;
    height: 70%;
    margin-top: 34px;
  }

  .content-background.hide-en {
    display: none;
  }

  .content-background.hide-new {
    display: none;
  }

  .image-block-small {
    top: 0px;
    width: 100%;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/concrete-building-amsterdam.jpeg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/concrete-building-amsterdam.jpeg');
    background-position: 0px 0px, 50% 30%;
    background-size: auto, cover;
  }

  .image-block-small.about-us {
    height: 340px;
    background-size: cover;
  }

  .image-block-small.relocation {
    height: 280px;
    background-position: 50% 90%;
    background-size: cover;
  }

  .image-block-small.relocation.rent-search {
    background-position: 50% 20%;
    background-size: cover;
  }

  .image-block-small.relocation.buy {
    height: 280px;
    background-position: 50% 10%;
  }

  .image-block-small.relocation.to-ams {
    background-position: 50% 65%;
  }

  .image-block-small.relocation.vgb-ams {
    width: 100%;
    height: 450px;
    background-image: url('../images/concrete-building-amsterdam.jpeg');
    background-position: 50% 50%;
  }

  .image-block-small.relocation.to-haalem {
    height: 450px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Haarlem-huis-centrum.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Haarlem-huis-centrum.jpeg');
    background-position: 0px 0px, 50% 10%;
    background-size: auto, cover;
  }

  .image-block-small.relocation.vgb-utrecht-building {
    height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Utrecht-oud-grachtenpand.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Utrecht-oud-grachtenpand.jpg');
    background-position: 0px 0px, 50% 10%;
  }

  .image-block-small.relocation.vgb-leiden-buildig {
    height: 450px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Leiden-old-building.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Leiden-old-building.jpg');
    background-position: 0px 0px, 50% 90%;
  }

  .image-block-small.leiden {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Leiden-old-building.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Leiden-old-building.jpg');
    background-position: 0px 0px, 50% 90%;
  }

  .section {
    width: 100%;
    padding-bottom: 20px;
  }

  .section.no-pad-ivm-movie {
    padding-bottom: 0px;
  }

  .section.no-pad-ivm-movie._2 {
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .section._140 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

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

  .grid-feature-large {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-features {
    padding-bottom: 140px;
  }

  .large-feature-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0%;
  }

  .large-feature-wrapper.no-pad {
    margin-bottom: 0px;
  }

  .content-number-wrap {
    margin-right: 30px;
  }

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

  .content-wrapper-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-number {
    font-size: 55px;
    line-height: 65px;
  }

  .content-numbers {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-image-card {
    left: auto;
    top: -50px;
    right: -20%;
    bottom: auto;
  }

  .pricing-feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-section {
    background-position: 0px 0px, 50% 0%;
    background-size: auto, auto;
  }

  .pricing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .middle-block {
    border-right-style: none;
    border-left-style: none;
  }

  .blog-wrapper {
    width: 600px;
  }

  .blog-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 340px;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-thumbnail {
    width: 90%;
    height: 90%;
    margin-bottom: 40px;
    background-image: url('../images/Leiden-street.jpg');
    background-position: 50% 75%;
    background-size: cover;
  }

  .button-spacer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-spacer.middle {
    width: 90%;
  }

  .blog-horizontal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq-content {
    width: 100%;
  }

  .faq-grid-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .placeholder-faq {
    height: 400px;
  }

  .placeholder-faq.small {
    width: 100%;
    height: 290px;
    margin-top: 0px;
    background-position: 50% 100%;
    background-size: cover;
  }

  .footer-social-row-large {
    margin-left: 0px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-social-link.mail {
    margin-right: 20px;
  }

  .footer-social-link.insta {
    margin-right: 20px;
  }

  .footer-social-link.whatsapp {
    margin-right: 20px;
  }

  .footer-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-social-grid {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .logo {
    width: 50%;
  }

  .s_slider {
    height: 750px;
  }

  .slider-header {
    height: 840px;
  }

  .slider-container {
    height: 100%;
  }

  .slider-content {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .slider-txt-block.top {
    width: 90%;
    font-size: 17px;
  }

  .slider-txt-block.bottom {
    font-size: 17px;
  }

  .slider-heading1 {
    width: 80%;
  }

  .slider-heading1.big {
    width: 90%;
    font-size: 60px;
    line-height: 60px;
  }

  .slider-heading1.small {
    width: 100%;
    max-width: 100%;
    font-size: 60px;
  }

  .promo {
    padding-top: 20%;
    padding-bottom: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn-block.extra-pad {
    margin-top: 20px;
  }

  .btn-block.extra-pad.new-btn-block {
    width: 100%;
  }

  .btn-block.extra-pad.portaal {
    margin-top: 0px;
  }

  .divider-content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divider-content.new-style.extra-pad {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .divider-content.new-style.extra-pad.new-style-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divider-content.new-style.extra-pad.portaal {
    margin-top: 20px;
  }

  .divider-content.extra-px.no-pad-here {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photo-div {
    width: 90%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .photo-div._20pad {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .line---divider {
    background-color: rgba(31, 44, 71, 0.2);
  }

  .line---divider.big {
    margin-bottom: 20px;
  }

  .main-grid {
    grid-row-gap: 60px;
  }

  .review.dark-blue-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 31, 71, 0.49)), to(rgba(44, 31, 71, 0.49))), url('../images/Amsterdam-houses.jpg');
    background-image: linear-gradient(180deg, rgba(44, 31, 71, 0.49), rgba(44, 31, 71, 0.49)), url('../images/Amsterdam-houses.jpg');
    background-position: 0px 0px, 50% 45%;
    background-size: auto, cover;
  }

  .card.white.shadow {
    min-height: auto;
  }

  .social-items {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._3-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .text-field.big-pad {
    text-align: left;
  }

  .big-plant {
    left: 50px;
    width: 70px;
  }

  .rocket {
    right: 50px;
  }

  .footer-column._20px {
    margin-bottom: 20px;
  }

  .social {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-block {
    width: 100%;
  }

  .hero-content {
    width: 100%;
    margin-top: 40px;
  }

  .hero-content.rs {
    margin-top: 0px;
  }

  .size-of-navbar {
    padding-right: 40px;
  }

  .logo-list {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .icon-3 {
    color: #000;
  }

  .divider-for-wrap {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .divider-for-wrap.no-pad {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-block.extra-pad {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-block.extra-pad.left-outline {
    width: 100%;
  }

  .content-block.extra-pad.portaal {
    width: 100%;
  }

  .content-block.left-outline {
    width: 100%;
  }

  .section-2 {
    width: 95%;
  }

  .logo-img._50-r-m {
    margin-right: 20px;
  }

  .logo-img._50-r-m.big-2 {
    margin-right: 20px;
  }

  .logo-img._50-r-m.hide {
    display: none;
  }

  .logo-img._50-r-m.small {
    width: 120px;
  }

  .logo-img.hide {
    display: none;
  }

  .logo-img.large-logo {
    width: 140px;
  }

  .slide-wrap-2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .steps__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .title_wrap.other-pad {
    margin-bottom: 20px;
  }

  .process_details {
    padding: 10px;
  }

  .process_image_wrap {
    padding: 15px;
  }

  .centre_block {
    width: 150px;
  }

  .flowbase-title {
    font-size: 17px;
  }

  .call-to-action {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
    background-color: rgba(233, 33, 33, 0);
  }

  .form-divider {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .form-divider._2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .form-fields {
    margin-right: 10px;
  }

  .form-fields.no-pad {
    margin-right: 0px;
  }

  .form-block-in-div {
    width: 100%;
  }

  .footer-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block-2 {
    width: 100%;
  }

  .navbar-1 {
    padding-right: 40px;
  }

  .nav-bar-wrap {
    height: auto;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-4 {
    width: 290px;
  }

  .nav-menu-3 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #2d2d38;
    text-align: left;
  }

  .nav-link-3.hvr-pop {
    width: 100%;
    color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-link-3.hvr-pop.down {
    color: #2d2d38;
  }

  .nav-link-3.hvr-pop.down._1 {
    color: #2d2d38;
  }

  .nav-link-3.hvr-pop.down._1:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .nav-link-3.hvr-pop.down._4:hover {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .nav-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    text-align: center;
  }

  .nav-btn.call-us {
    background-color: green;
    color: #fff;
    font-weight: 600;
  }

  .logo-block {
    width: 60%;
    padding-left: 20px;
  }

  .icon-4 {
    color: #000;
  }

  .menu-button-2 {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .div-block-3 {
    width: 90%;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5 {
    width: 90%;
  }

  .icon-5 {
    color: #fff;
  }

  .dropdown-service {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dropdown-list.w--open {
    width: 100%;
    border-radius: 0px;
  }

  .form-3 {
    width: 100%;
  }

  .tabs-menu {
    width: 100%;
  }

  .dropdown {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header {
    width: 100%;
  }

  .div-block-8 {
    width: 90%;
    height: 80%;
    background-color: rgba(128, 127, 138, 0);
  }

  .div-divider.blur {
    width: 100%;
  }

  .flag-box.w--current {
    display: none;
  }

  .global-contact-bar-2 {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bekend-van {
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-39 {
    width: 110px;
  }

  .services-div---divider {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-55 {
    height: 70px;
    font-size: 80px;
  }

  .pricing-button-2 {
    width: 180px;
  }

  .info-block-pricing-tab {
    width: 100%;
  }

  .dividers-of-pricing-labels {
    width: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-label {
    width: 240px;
    height: 330px;
    margin-bottom: 0px;
  }

  .pricing-label.different-padding {
    width: 40%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .pricing-label.different-padding.pad-left.new {
    max-height: 360px;
    min-height: 360px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-label.different-padding.pad {
    max-height: 360px;
    min-height: 360px;
  }

  .labels {
    position: relative;
    left: 86px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .labels.prijs {
    width: 100%;
  }

  .services-of-beheer {
    width: 90%;
  }

  .pricelist {
    width: 44%;
  }

  .pricelist.no-side-path {
    width: 44%;
  }

  .text-block-90 {
    height: 70px;
    font-size: 80px;
  }

  .divider-for-prices {
    width: 100%;
  }

  .contact-form-more-info {
    width: 100%;
  }

  .link-partners {
    margin-top: 40px;
    padding-bottom: 100px;
  }

  .divider-openingstijden {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .openingstijden {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .openingstijden._2 {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-kantoren {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-divider-form {
    width: 50%;
  }

  .btn-block-review {
    width: 80%;
  }

  .price-blocks-together {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .price-block {
    width: 90%;
  }

  .price-block._10 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .upgrade-row.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .upgrade-row.extra-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .upgrade-button.full-upgrade-button.green {
    font-size: 12px;
  }

  .pricing-column-contain.top-price-contain {
    height: auto;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .pricing-box {
    width: 60%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .pricing-box._30 {
    width: 60%;
  }

  .pricing-box.team {
    width: 50%;
  }

  .prijs-pop-up {
    display: block;
  }

  .form-contact {
    width: 100%;
  }

  .beheer-services {
    width: 90%;
  }

  .div-beheer-services {
    width: 100%;
  }

  .beheer-items {
    padding-left: 15px;
  }

  .over-het-team {
    width: 90%;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-information {
    width: 100%;
  }

  .blog-overview {
    width: 90%;
  }

  .blog-into-picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-text {
    width: 100%;
  }

  .blog-picture {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog-image {
    width: auto;
    max-height: 310px;
    max-width: 90%;
  }

  .collection-wrap-blog {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .collection-grid {
    width: auto;
    max-width: none;
    min-width: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-blog {
    width: 100%;
    min-width: auto;
  }

  .blog-card {
    min-height: 250px;
  }

  .heading-for-blog-card {
    font-size: 23px;
  }

  .text-block-blog-card {
    font-size: 14px;
  }

  .btn-div {
    height: 45px;
  }

  .text-span-15 {
    font-size: 14px;
  }

  .together {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .language-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .switch-to-nl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .company-logo {
    margin-right: 15px;
    margin-left: 15px;
  }

  .company-logo.hide-mob {
    display: none;
  }

  .button-navigation {
    display: block;
  }

  .button {
    display: block;
  }

  .button.no-pad.bigger.no-pading {
    width: 60%;
  }

  .button.no-rounds {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button.portaal {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .button.portaal.no-pad {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .close {
    display: none;
  }

  .hero-button-wrapper.portaal {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-image {
    display: none;
  }

  .full-header-wrapper {
    height: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam-Housing_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam-Housing_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.relocation.rent-search {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Amsterdam-canals-with-houses.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/Amsterdam-canals-with-houses.jpeg');
    background-position: 0px 0px, 50% 50%;
  }

  .full-header-wrapper.how-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.rental-reg-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.amsterdam.vgb-haarlem {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Haarlem-huis-centrum.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Haarlem-huis-centrum.jpeg');
    background-position: 0px 0px, 50% 50%;
  }

  .full-header-wrapper.amsterdam.beheer.over-ons {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Leiden-.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Leiden-.jpeg');
    background-position: 0px 0px, 50% 60%;
    background-size: auto, cover;
  }

  .full-header-wrapper.amsterdam.verhuur-adam {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Amsterdam.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Amsterdam.jpg');
    background-position: 0px 0px, 50% 10%;
    background-size: auto, cover;
  }

  .button-sign-in {
    display: none;
  }

  .button-sign-in.hero {
    display: block;
  }

  .banner-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-standard {
    font-size: 15px;
  }

  .paragraph-standard.large.white {
    font-size: 15px;
  }

  .container-2 {
    width: 90%;
  }

  .container-2.blog {
    padding-bottom: 60px;
  }

  .heading-large.feature-name.large {
    font-size: 22px;
  }

  .heading-large.pad-40px {
    text-align: center;
  }

  .heading-large.white._10px {
    font-size: 20px;
    font-weight: 700;
  }

  .content-wrapper {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-wrapper._100 {
    margin-bottom: 0px;
  }

  .paragraph-large {
    font-size: 15px;
  }

  .paragraph-large.extra {
    font-size: 18px;
    text-align: left;
  }

  .paragraph-large.extra.white-new.n3 {
    line-height: 25px;
  }

  .paragraph-large.extra.blog {
    font-size: 16px;
  }

  .paragraph-large.new-style {
    width: 90%;
    max-width: none;
  }

  .h2-new {
    font-size: 25px;
    line-height: 30px;
  }

  .h2-new.mid {
    font-size: 35px;
    line-height: 40px;
  }

  .h2-new.mid.no-pad.white.n2 {
    font-size: 30px;
    line-height: 35px;
  }

  .content-background {
    left: -15px;
    top: -54px;
  }

  .image-block-small {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/concrete-building-amsterdam.jpeg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/concrete-building-amsterdam.jpeg');
    background-position: 0px 0px, 50% 50%;
  }

  .image-block-small.about-us {
    top: 0px;
    width: auto;
  }

  .image-block-small.relocation {
    margin-bottom: 20px;
  }

  .image-block-small.relocation.rent-search {
    top: 0px;
    height: 250px;
    background-position: 50% 10%;
  }

  .image-block-small.relocation.vgb-ams {
    background-position: 60% 64%;
    background-size: cover;
  }

  .image-block-small.relocation.vgb-leiden-buildig {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Leiden-old-building.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Leiden-old-building.jpg');
    background-position: 0px 0px, 50% 90%;
  }

  .section {
    overflow: visible;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.light-brown._140._100._60px {
    padding-bottom: 60px;
  }

  .section._140 {
    padding-bottom: 60px;
  }

  .section.new-style {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.new-style.buy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-wrapper {
    margin-bottom: 60px;
  }

  .grid-feature-large {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .large-feature-wrapper {
    padding-left: 10px;
  }

  .content-number-wrap {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .content-grid {
    margin-bottom: 60px;
    grid-row-gap: 60px;
  }

  .content-image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-number {
    font-size: 44px;
    line-height: 55px;
  }

  .content-numbers {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-image-card {
    right: -10%;
  }

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

  .pricing-feature-grid {
    justify-items: center;
  }

  .grid-pricing-detail {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pricing-grid {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-pricing-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .middle-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-wrapper {
    margin-bottom: 20px;
  }

  .blog-title-wrapper {
    width: 100%;
  }

  .blog-thumbnail {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Leiden-street.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Leiden-street.jpg');
    background-position: 0px 0px, 50% 70%;
    background-size: auto, cover;
  }

  .grid-blog-small {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .placeholder-faq {
    display: none;
  }

  .placeholder-faq.small {
    display: block;
  }

  .slider-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .slider-txt-block {
    width: 100%;
    font-size: 20px;
  }

  .slider-heading1 {
    width: 90%;
    font-size: 60px;
    line-height: 62px;
  }

  .slider-heading1.big {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 45px;
    line-height: 50px;
  }

  .slider-heading1.small {
    font-size: 46px;
  }

  .divider-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divider-content.new-style.extra-pad {
    width: 100%;
  }

  .divider-content.new-style.extra-pad.blog {
    padding-top: 0px;
  }

  .photo-div {
    width: 100%;
    margin-bottom: 0px;
  }

  .photo-div._20pad {
    width: 100%;
  }

  .photo-div._20pad.hide {
    display: none;
  }

  .review.light-blue {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .review.dark-blue-background {
    padding-bottom: 60px;
  }

  .blured-heart-image {
    top: -10%;
  }

  .social-items {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blured-star {
    right: 0%;
    bottom: -15%;
  }

  .blured-money {
    top: 40px;
    width: 70px;
  }

  .big-plant {
    width: 60px;
  }

  .rocket {
    bottom: 5%;
    width: 40px;
  }

  .footer-link-grid {
    margin-bottom: 20px;
    grid-row-gap: 10px;
  }

  .footer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-block {
    width: 100%;
  }

  .hero-content {
    width: 100%;
    margin-top: 0px;
  }

  .divider-for-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .divider-for-wrap.below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-block {
    width: 100%;
  }

  .content-block.extra-pad {
    width: 100%;
  }

  .content-block.extra-pad.left-outline {
    width: 100%;
  }

  .content-block.left-outline {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-2 {
    width: 100%;
  }

  .logo-img {
    width: 100px;
  }

  .logo-img._50-r-m {
    width: 160px;
  }

  .logo-img._50-r-m.zoom {
    width: 120px;
  }

  .logo-img._50-r-m.small {
    width: 110px;
  }

  .logo-img.large-logo {
    width: 140px;
  }

  .slide-wrap-2 {
    width: 100%;
  }

  .main-steps {
    padding-bottom: 40px;
  }

  .title_wrap.other-pad {
    margin-bottom: 10px;
  }

  .process_details {
    width: 90%;
    min-height: auto;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h1-2 {
    font-size: 38px;
    line-height: 38px;
  }

  .process_section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .process_line {
    left: 25px;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: none;
  }

  .process_card_02 {
    margin-bottom: 35px;
  }

  .process_image_wrap {
    display: block;
    padding: 0px;
  }

  .centre_icon_wrap {
    width: 30px;
    height: 30px;
  }

  .centre_block {
    width: 55px;
  }

  .process_card {
    margin-bottom: 35px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .flowbase-product-wrap {
    display: block;
    width: auto;
  }

  .flowbase-title {
    margin-bottom: 10px;
    text-align: center;
  }

  .call-to-action {
    display: block;
    width: 70%;
    min-width: auto;
    margin-left: 15px;
  }

  .form-fields._100 {
    width: 100%;
  }

  .footer-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block {
    line-height: 27px;
  }

  .registration-form {
    padding-top: 40px;
  }

  .form-label {
    font-weight: 800;
  }

  .form-back {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .form-heading {
    font-size: 24px;
  }

  .radio-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radio-buttons.genders {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .button-2 {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .form-block-2 {
    padding: 40px 40px 50px;
    background-color: rgba(76, 111, 178, 0.15);
  }

  .text-field-2 {
    background-color: #fff;
  }

  .form-slide {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-step {
    height: 100%;
  }

  .form-next {
    min-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .navbar-1 {
    padding-right: 20px;
  }

  .brand-4 {
    padding-left: 0px;
  }

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

  .nav-btn {
    width: 100%;
  }

  .logo-block {
    width: 70%;
    padding-left: 0px;
  }

  .menu-button-2 {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .divider-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .divider-block.below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input-field._100 {
    width: 100%;
  }

  .form-3 {
    width: 90%;
  }

  .tabs-menu {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link.extra-pad {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .tab-link.extra-pad.w--current {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .div-block-8 {
    width: 100%;
  }

  .contact-link-2:hover {
    color: #564eaf;
  }

  .flag-box {
    display: none;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .global-contact-bar-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-39 {
    width: 100px;
  }

  .pricing-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-89 {
    width: auto;
    font-size: 14px;
  }

  .text-block-55 {
    height: 50px;
    font-size: 50px;
  }

  .pricing-button-2 {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
  }

  .info-block-pricing-tab {
    font-size: 12px;
  }

  .dividers-of-pricing-labels {
    width: 90%;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .meerder-objecten {
    width: 80%;
  }

  .title-pricing-block {
    height: auto;
    font-size: 13px;
    line-height: 20px;
  }

  .pricing-label {
    width: 30%;
    height: 330px;
    margin-bottom: 0px;
    padding: 20px 10px;
  }

  .pricing-label.different-padding {
    width: 45%;
    height: 300px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px 10px;
  }

  .pricing-label.different-padding.pad-left.new {
    width: 45%;
  }

  .pricing-label.different-padding.pad {
    margin-right: 0px;
  }

  .labels {
    left: 32px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .labels.prijs {
    width: 100%;
  }

  .text-block-56.other-size {
    margin-top: 0px;
  }

  .text-block-56.other-size {
    margin-top: 0px;
  }

  .bold-text-13 {
    font-size: 13px;
    font-weight: 500;
  }

  .services-of-beheer {
    width: 90%;
  }

  .pricelist {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricelist.no-side-path {
    width: 50%;
  }

  .text-block-90 {
    height: 50px;
    font-size: 50px;
  }

  .link-partners {
    margin-top: 0px;
  }

  .text-span-14 {
    font-size: 60px;
    line-height: 60px;
  }

  .div-kantoren {
    width: 100%;
  }

  .contact-divider-form {
    width: 100%;
  }

  .contact-divider-form.new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-divider-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-block {
    width: 100%;
  }

  .upgrade-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .upgrade-row {
    width: 100%;
  }

  .upgrade-row.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .upgrade-row.extra-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .upgrade-row.midden {
    margin-top: 0px;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-top: 50px;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-column-contain.top-price-contain {
    padding: 12px 5% 11px;
    font-size: 13px;
  }

  .upgrade-header {
    font-size: 30px;
  }

  .price-text {
    font-size: 11px;
    line-height: 1.5em;
  }

  .price {
    font-size: 26px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .pricing-box {
    width: 70%;
    margin-bottom: 20px;
  }

  .pricing-box._30 {
    width: 70%;
    margin-bottom: 20px;
  }

  .pricing-box.team {
    width: 80%;
  }

  .prijs-pop-up {
    display: block;
  }

  .pricing-box-2 {
    width: 80%;
    margin-bottom: 20px;
    border-color: rgba(0, 0, 0, 0.2);
  }

  .upgrade-row-2 {
    width: 100%;
  }

  .upgrade-row-2.extra-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .price-text-2 {
    font-size: 11px;
    line-height: 1.5em;
  }

  .contact-block._10-px {
    margin-bottom: 10px;
  }

  .div-beheer-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-picture {
    margin-top: 20px;
  }

  .blog-image {
    width: 100%;
  }

  .collection-wrap-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    max-width: none;
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-wrap-blog.other-paddings {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .collection-grid {
    width: 80%;
    min-width: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-for-blog-card {
    font-size: 20px;
  }

  .text-block-blog-card {
    font-size: 15px;
  }

  .btn-div {
    height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    display: none;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-left: 0px;
    padding-top: 13px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .company-logo {
    width: auto;
    height: auto;
    max-width: 40%;
    margin: 10px 5px;
  }

  .company-logo.hide-mob {
    display: none;
  }

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

  .button-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 16px 32px;
    font-size: 13px;
    text-align: center;
  }

  .button.adjusted-pad {
    text-align: center;
  }

  .button.register {
    width: 100%;
  }

  .button.no-pad {
    margin-bottom: 0px;
  }

  .button.no-pad.bigger {
    width: 100%;
  }

  .button.no-pad.bigger.no-pading {
    width: 80%;
  }

  .button.no-padding {
    width: 100%;
    min-width: auto;
  }

  .button.no-rounds {
    min-width: auto;
    padding: 10px 5px;
    font-size: 11px;
  }

  .button.portaal {
    min-width: 250px;
  }

  .button.portaal.no-pad {
    width: 100%;
    min-width: 200px;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 55px;
    text-align: center;
  }

  .full-header-wrapper {
    height: 550px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Amsterdam-Housing_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Amsterdam-Housing_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    opacity: 1;
  }

  .full-header-wrapper.rental-registration {
    height: 100%;
  }

  .full-header-wrapper.about-us {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/canal-house-with-red-door.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/canal-house-with-red-door.jpeg');
    background-position: 0px 0px, 80% 50%;
  }

  .full-header-wrapper.about-us.how-it-works {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-position: 0px 0px, 12% 50%;
  }

  .full-header-wrapper.relocation {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Amsterdam-Housing_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Amsterdam-Housing_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.relocation.rent-search {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Amsterdam-canals-with-houses.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Amsterdam-canals-with-houses.jpeg');
    background-position: 0px 0px, 50% 50%;
  }

  .full-header-wrapper.relocation.buy-search {
    height: 100%;
  }

  .full-header-wrapper.relocation.other-services {
    height: 100%;
  }

  .full-header-wrapper.relocation.disclaimer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/entrance-doors-of-canal-houses.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/entrance-doors-of-canal-houses.jpeg');
    background-position: 0px 0px, 50% 50%;
  }

  .full-header-wrapper.couples {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Amsterdam.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Amsterdam.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .full-header-wrapper.locals {
    height: 100%;
  }

  .full-header-wrapper.how-2 {
    height: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/several-houses-canals-of-Amsterdam.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.about-us-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/canal-house-with-red-door.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/canal-house-with-red-door.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.rent-search-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Amsterdam-canals-with-houses.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Amsterdam-canals-with-houses.jpeg');
    background-position: 0px 0px, 50% 20%;
    background-size: auto, cover;
  }

  .full-header-wrapper.relocation-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/amsterdam_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/amsterdam_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.couples-2.bl {
    height: 500px;
  }

  .full-header-wrapper.amsterdam {
    height: 550px;
  }

  .full-header-wrapper.amsterdam.vgb-haarlem {
    height: 550px;
  }

  .full-header-wrapper.amsterdam.vgb-utrecht {
    height: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/utrecht-gracht.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/utrecht-gracht.jpeg');
    background-position: 0px 0px, 70% 50%;
  }

  .full-header-wrapper.amsterdam.vgb-leiden {
    height: 550px;
  }

  .full-header-wrapper.amsterdam.beheer {
    height: 550px;
  }

  .full-header-wrapper.amsterdam.beheer.portaal {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Typewriter-blog.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Typewriter-blog.jpg');
    background-position: 0px 0px, 72% 50%;
  }

  .full-header-wrapper.amsterdam.beheer.blog {
    height: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/Typewriter-blog.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/Typewriter-blog.jpg');
    background-position: 0px 0px, 63% 50%;
  }

  .full-header-wrapper.amsterdam.beheer.prijzenoverzicht {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Typewriter-blog.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Typewriter-blog.jpg');
    background-position: 0px 0px, 60% 50%;
  }

  .full-header-wrapper.amsterdam.beheer.huurders {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/amsterdam_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/amsterdam_1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.amsterdam.beheer.makelaar-adam {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/Amsterdam.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Amsterdam.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .full-header-wrapper.amsterdam.verhuur-haarlem {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/canal-house-with-red-door.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/canal-house-with-red-door.jpeg');
    background-position: 0px 0px, 90% 50%;
  }

  .button-sign-in.hero {
    width: 100%;
    padding: 16px 32px;
    font-size: 13px;
    text-align: center;
  }

  .feature-icon-circle {
    margin-right: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .feature-wrapper-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-standard {
    padding-left: 0px;
    font-size: 15px;
    text-align: left;
  }

  .paragraph-standard.extra-pad {
    height: 20px;
    margin-top: 0px;
    margin-bottom: -3px;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-standard.hide {
    text-align: left;
  }

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

  .paragraph-standard.large.extra-20px.midden {
    height: auto;
    font-size: 15px;
    line-height: 17px;
  }

  .paragraph-standard.large.white {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
  }

  .paragraph-standard.large.midden._20px {
    text-align: center;
  }

  .container-2 {
    width: 90%;
    margin-bottom: 0px;
  }

  .container-2.blog {
    width: 100%;
    padding-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-large {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .heading-large.pad-40px {
    height: 60px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-large.white._10px {
    font-size: 20px;
  }

  .heading-large.mid.text {
    text-align: center;
  }

  .content-wrapper {
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-wrapper.new {
    margin-bottom: 0px;
  }

  .content-wrapper.blog {
    width: 90%;
  }

  .paragraph-large {
    font-family: Exo, sans-serif;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }

  .paragraph-large.white {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .paragraph-large.white.pad-60 {
    margin-bottom: 0px;
  }

  .paragraph-large.white.different-padding {
    width: 100%;
    font-size: 15px;
  }

  .paragraph-large.extra {
    font-size: 16px;
    text-align: left;
  }

  .paragraph-large.extra.disclaimer {
    text-align: left;
  }

  .paragraph-large.extra.white-new.n3 {
    line-height: 22px;
  }

  .paragraph-large.large-style {
    text-align: left;
  }

  .paragraph-large.new-style {
    width: 90%;
    max-width: none;
  }

  .h2-new {
    font-size: 25px;
  }

  .h2-new.small {
    text-align: left;
  }

  .h2-new.small.other-p {
    margin-bottom: 5px;
  }

  .h2-new.mid {
    font-size: 25px;
    line-height: 35px;
  }

  .h2-new.mid.no-pad.white {
    font-weight: 200;
  }

  .h2-new.mid.no-pad.white.n2 {
    font-size: 25px;
    line-height: 30px;
  }

  .h2-new.h1-new.left {
    text-align: left;
  }

  .content-background {
    left: -12px;
    top: -32px;
    width: 80%;
    height: 100%;
  }

  .image-block-small {
    width: 100%;
    height: 220px;
  }

  .image-block-small.about-us {
    height: 300px;
    margin-bottom: 40px;
  }

  .image-block-small.relocation {
    display: none;
    height: 210px;
  }

  .image-block-small.relocation.small.other {
    display: none;
    height: 270px;
  }

  .image-block-small.relocation.rent-search {
    margin-bottom: 0px;
  }

  .section {
    padding-top: 40px;
  }

  .section.light-brown._140 {
    width: 10%;
    padding-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.light-brown._140._100 {
    width: 100%;
  }

  .section.light-brown._140._100._60px {
    padding-bottom: 70px;
  }

  .section.no-pad-ivm-movie {
    padding-bottom: 0px;
  }

  .section.no-pad-ivm-movie._2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section._140 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section._140.no-pad {
    padding-top: 0px;
  }

  .section.new-style {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }

  .section.small-no-pad {
    padding-top: 40px;
  }

  .feature-icon-blue {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    margin-right: 10px;
    margin-bottom: 24px;
  }

  .container-large {
    width: 100%;
  }

  .large-feature-wrapper {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-number-wrap {
    margin-right: 0px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
  }

  .content-image {
    max-width: 90%;
  }

  .content-numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-paragraph {
    font-size: 18px;
  }

  .content-image-card {
    left: auto;
    top: auto;
    right: 4%;
    bottom: -12%;
    max-width: 60%;
  }

  .pricing-feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .toggle-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-block {
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .toggle-price {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .blog-title-wrapper {
    height: 250px;
    margin-bottom: 30px;
  }

  .blog-title-wrapper.leiden {
    margin-bottom: 0px;
  }

  .button-spacer {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-spacer.middle {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .blog-horizontal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .blog-heading {
    width: 100%;
  }

  .faq-item-line {
    padding: 15px 15px 15px 10px;
    border-color: #d9d9d9;
  }

  .placeholder-faq {
    display: block;
  }

  .placeholder-faq.small {
    display: block;
    height: 250px;
  }

  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-line-small {
    display: none;
  }

  .logo {
    width: 30%;
  }

  .slider-content {
    height: 60%;
    margin-top: 35%;
    margin-bottom: 15%;
  }

  .slider-txt-block {
    font-size: 18px;
    line-height: 30px;
  }

  .slider-txt-block.top {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .slider-txt-block.bottom {
    margin: 10px 0% 0% 1%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
  }

  .slider-heading1 {
    width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-color: hsla(0, 0%, 100%, 0.75);
    border-bottom-color: hsla(0, 0%, 100%, 0.75);
    font-size: 35px;
    line-height: 42px;
  }

  .slider-heading1.big {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
  }

  .slider-heading1.big.large-2 {
    font-size: 26px;
    line-height: 35px;
  }

  .slider-heading1.small {
    font-size: 25px;
  }

  .slider-txt-block2 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .promo {
    padding-top: 5%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/Amsterdam-Housing.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/Amsterdam-Housing.jpg');
  }

  .btn-block {
    width: 90%;
    margin: 50px 5% 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-block.extra-pad {
    width: auto;
    margin-top: 0px;
  }

  .icon-2 {
    padding-top: 0px;
  }

  .divider-content.new-style.extra-pad {
    width: 100%;
    padding-top: 0px;
  }

  .divider-content.new-style.extra-pad.blog {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .photo-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .photo-div._20pad {
    width: 90%;
    margin-left: 0px;
  }

  .line---divider.other-pad.new-pad {
    margin-top: 10px;
  }

  .main-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .review.light-blue {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .review.dark-blue-background {
    height: auto;
    margin-top: 0px;
    padding: 30px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Amsterdam-houses.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Amsterdam-houses.jpg');
    background-position: 0px 0px, 50% 45%;
    background-size: auto, cover;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-3.pad {
    padding-right: 10px;
    padding-left: 10px;
  }

  .author {
    height: 110px;
  }

  .card.white.shadow {
    height: auto;
    min-height: auto;
    padding: 10px 10px 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bottom-border-image {
    top: -3px;
  }

  .horizontal-wrapper.space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-items {
    width: 90%;
  }

  ._3-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blured-star {
    bottom: -10%;
  }

  .blured-money {
    top: 50px;
    width: 70px;
  }

  .h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .top-border-bottom {
    bottom: -5px;
  }

  .text-field {
    width: 100%;
  }

  .form-button.new {
    font-size: 17px;
  }

  .footer {
    width: 100%;
  }

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

  .newsletter-submit-button {
    position: relative;
    width: 100%;
    margin-right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .footer-link-grid {
    margin-bottom: 0px;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .footer-column {
    margin-bottom: 0px;
  }

  .footer-column._20px {
    margin-bottom: 20px;
  }

  .footer-column.extra-pax {
    margin-bottom: 20px;
  }

  .newsletter-field {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 14px;
    text-align: left;
  }

  .footer-link-2 {
    display: block;
    width: 100%;
  }

  .social {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block {
    width: 100%;
  }

  .hero-content {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-content.rs {
    height: 100%;
  }

  .size-of-navbar {
    height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
  }

  .partners {
    height: 40px;
  }

  .main-hero {
    height: 550px;
  }

  .main-hero.large-size {
    height: 580px;
  }

  .logo-list {
    padding-right: 1%;
    padding-left: 1%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .divider-for-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-block.extra-pad {
    margin-bottom: 30px;
  }

  .nav-menu-2 {
    left: 0px;
  }

  .head-line {
    height: auto;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .head-line.paddinh {
    margin-top: 20px;
  }

  .content {
    width: 100%;
    padding-left: 0px;
  }

  .brand-2 {
    width: 220px;
  }

  .image-2 {
    width: 160px;
  }

  .logo-img {
    width: 70px;
  }

  .logo-img._50-r-m {
    width: 90px;
  }

  .logo-img._50-r-m.big {
    width: 90px;
  }

  .logo-img._50-r-m.big-2 {
    width: 90px;
  }

  .logo-img._50-r-m.zoom {
    width: 80px;
    margin-right: 10px;
  }

  .logo-img._50-r-m.small {
    width: 80px;
    margin-right: 10px;
  }

  .logo-img.large-logo {
    width: 120px;
  }

  .slide-wrap-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-steps {
    padding-bottom: 0px;
  }

  .main-steps.blog {
    padding-bottom: 0px;
  }

  .title_wrap {
    margin-bottom: 20px;
  }

  .title_wrap.other-pad {
    margin-bottom: 10px;
  }

  .title_wrap.other-pad.no-pad {
    width: 100%;
  }

  .process_details {
    width: 100%;
    padding: 15px 0px;
  }

  .process_section {
    padding-top: 40px;
  }

  .process_card_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .process_image_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 230px;
    min-height: 260px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .process_image_wrap.big._5 {
    min-height: 220px;
  }

  .process_image_wrap._2 {
    height: 190px;
    min-height: 210px;
  }

  .process_image_wrap._3 {
    min-height: 230px;
  }

  .process_image_wrap._4 {
    min-height: 220px;
  }

  .centre_icon_wrap {
    width: 40px;
    height: 40px;
  }

  .h2-2 {
    font-size: 27px;
  }

  .process_image {
    height: 200px;
  }

  .centre_block {
    height: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .process_card {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flowbase-home-link {
    display: block;
  }

  .flowbase-product-wrap {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }

  .flowbase-author {
    display: none;
  }

  .call-to-action {
    left: 12px;
    display: block;
    width: 90%;
    max-width: none;
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flowbase-icon-wrap {
    display: none;
    min-width: 60px;
  }

  .form-divider {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-divider._2 {
    margin-bottom: 20px;
  }

  .form-fields {
    width: 100%;
    margin-bottom: 5px;
  }

  .image-3.small {
    width: auto;
    height: 240px;
    min-height: 220px;
  }

  .registration-form {
    width: 100%;
    margin-top: 0px;
    padding-top: 60px;
  }

  .reg-form {
    width: 90%;
  }

  .fields-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-back {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-block-2 {
    width: 100%;
    padding: 20px 10px 10px;
    border-radius: 10px;
  }

  .text-field-2 {
    width: 100%;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .text-field-wrapper.third {
    width: 100%;
  }

  .form-next {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-mask {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .navbar-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-bar-wrap {
    height: 70px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .brand-4 {
    width: 75%;
    height: 100%;
  }

  .nav-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    background-color: #2d2d38;
  }

  .nav-link-3.hvr-pop {
    margin-bottom: 10px;
  }

  .nav-btn {
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight: 600;
  }

  .nav-btn.green {
    background-color: green;
    color: #fff;
    font-weight: 600;
  }

  .logo-block {
    width: 89%;
    height: auto;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-4 {
    color: #000;
  }

  .menu-button-2 {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .body {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6 {
    width: 95%;
  }

  .image-6 {
    height: 225px;
    min-height: auto;
  }

  .image-7 {
    height: 180px;
  }

  .divider-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    width: 90%;
  }

  .bold-text-6 {
    font-size: 14px;
  }

  .bold-text-7 {
    font-size: 14px;
  }

  .bold-text-8 {
    font-size: 14px;
  }

  .bold-text-9 {
    font-size: 14px;
  }

  .bold-text-10 {
    font-size: 14px;
  }

  .bold-text-11 {
    font-size: 14px;
  }

  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-8 {
    height: 100%;
  }

  .div-divider.blur {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-5 {
    font-size: 30px;
  }

  .image-13 {
    width: 100%;
  }

  .textblock {
    font-size: 14px;
  }

  .contact-link-2 {
    font-size: 10px;
  }

  .flag-box {
    display: none;
  }

  .image-38 {
    width: 22px;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(86, 78, 175, 0.5);
  }

  .global-contact-bar-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .contact-box-3 {
    display: block;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
  }

  .bekend-van {
    width: 94%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-bekend-van {
    width: 70px;
    height: 11px;
    margin-top: 0px;
    background-image: url('../images/het-parool-logo.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .logo-bekend-van.fd-llogo {
    width: auto;
    height: auto;
  }

  .logo-bekend-van.fd-logo {
    width: 30px;
    height: 20px;
    margin-top: 0px;
    margin-right: 0px;
  }

  .image-39 {
    width: auto;
    height: auto;
    margin-top: 0px;
  }

  .image-39.own-style {
    width: auto;
    height: auto;
  }

  .text-block-89 {
    width: 100%;
    font-size: 13px;
  }

  .text-block-55 {
    height: 50px;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .pricing-button-2 {
    width: 90%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .info-block-pricing-tab {
    height: 40px;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .dividers-of-pricing-labels {
    width: auto;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divider-for-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-pricing-block {
    font-size: 17px;
    line-height: 20px;
  }

  .title-pricing-block.auto {
    font-size: 17px;
  }

  .pricing-label {
    width: 30%;
    height: 340px;
    margin-bottom: 0px;
    padding: 10px 5px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-label.different-padding {
    width: 45%;
    height: 290px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px 5px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-label.different-padding.pad-left {
    width: 46%;
    height: 290px;
    margin-right: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-label.different-padding.pad-left.new {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .pricing-label.different-padding.pad {
    width: 80%;
    height: auto;
    min-height: 360px;
  }

  .labels {
    left: 0px;
    padding-top: 40px;
  }

  .labels.prijs {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-56.other-size {
    display: block;
    margin-top: 0px;
  }

  .text-block-56.other-size {
    display: block;
    margin-top: 0px;
    text-align: center;
  }

  .bold-text-13 {
    font-weight: 500;
  }

  .services-of-beheer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .pricelist {
    width: 50%;
    min-height: 270px;
    margin-right: 10px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pricelist.no-side-path {
    width: 50%;
    min-height: 270px;
  }

  .text-block-90 {
    height: 50px;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .divider-for-prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text-14 {
    width: 100%;
  }

  .link-partners {
    margin-top: 0px;
  }

  .link-partners---text-link {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .text-span-14 {
    font-size: 40px;
  }

  .form-4 {
    width: 100%;
  }

  .btn-block-review {
    width: 100%;
  }

  .html-embed-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .price-blocks-together.no-40-px {
    margin-top: 0px;
  }

  .upgrade-text {
    margin-bottom: 25px;
  }

  .upgrade-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .upgrade-button.full-upgrade-button.primary-upgrade-button {
    font-size: 12px;
  }

  .upgrade-button.full-upgrade-button.new-style {
    width: 90%;
    margin-top: 10px;
    font-size: 12px;
  }

  .upgrade-button.full-upgrade-button.primary-upgrade-button {
    font-size: 12px;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-right: 5%;
    padding-bottom: 30px;
    padding-left: 5%;
  }

  .feature-wrapper {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .price {
    line-height: 30px;
  }

  .pricing-box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-box._30 {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-box.team {
    width: 100%;
  }

  .prijs-pop-up {
    display: block;
  }

  .pricing-box-2 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .upgrade-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-text-2 {
    padding-left: 7px;
  }

  .beheer-services {
    width: 100%;
  }

  .div-beheer {
    margin-bottom: 10px;
  }

  .video-line {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subject-per-video {
    width: 100%;
    margin-bottom: 10px;
  }

  .blog-picture {
    height: auto;
  }

  .blog-image {
    max-height: 350px;
    max-width: 100%;
  }

  .collection-item {
    width: 100%;
  }

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

  .collection-grid {
    width: 100%;
  }

  .blog-card {
    height: auto;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .heading-for-blog-card {
    height: 56px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 200;
  }

  .image-block-card {
    height: 180px;
  }

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

  .btn-div {
    width: 80%;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .btn-div-text {
    font-size: 13px;
  }
}

#w-node-_0e865930-f833-539f-68fe-6cb9ce401148-681d230c {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 6;
  grid-column-end: 10;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dcb49c4b-6cc8-1a4f-6aea-60e7fdea778e-fdea778b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dcb49c4b-6cc8-1a4f-6aea-60e7fdea779a-fdea778b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_46b04166-2c3c-bd95-3cd9-d2b0a4a39ea4-fdea778b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a108598-f9bb-ebb7-bfb4-50d36d6f318a-6d6f3187 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a108598-f9bb-ebb7-bfb4-50d36d6f3193-6d6f3187 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0e865930-f833-539f-68fe-6cb9ce401148-681d230c {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 8;
    grid-column-end: 11;
  }

  #w-node-dcb49c4b-6cc8-1a4f-6aea-60e7fdea778e-fdea778b {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-dcb49c4b-6cc8-1a4f-6aea-60e7fdea779a-fdea778b {
    -ms-grid-column-span: 3;
    grid-column-end: 11;
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7a108598-f9bb-ebb7-bfb4-50d36d6f318a-6d6f3187 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0e865930-f833-539f-68fe-6cb9ce401148-681d230c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
  }

  #w-node-dcb49c4b-6cc8-1a4f-6aea-60e7fdea778e-fdea778b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-dcb49c4b-6cc8-1a4f-6aea-60e7fdea779a-fdea778b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dcb49c4b-6cc8-1a4f-6aea-60e7fdea7792-fdea778b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_20fbdc66-60bc-15d9-a641-fa09a071158e-fdea778b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dc4e0014-cb30-4812-fb01-196aa152a5cf-fdea778b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dcb49c4b-6cc8-1a4f-6aea-60e7fdea77a8-fdea778b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

