:root {
  --crimson: #e22633;
  --dark-orange: #f08f30;
  --lime-green: #73b94f;
  --dark-turquoise: #00b4c4;
  --dark-slate-blue: #5f4f97;
  --medium-violet-red: #d61881;
  --gold: #f3df20;
  --white-smoke: whitesmoke;
}

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

body {
  color: #333;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 800;
  line-height: 44px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

p {
  margin-bottom: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

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

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

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

blockquote {
  text-transform: uppercase;
  border-left: 5px solid #e2e2e2;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 30px;
  font-size: 23px;
  font-weight: 800;
  line-height: 31px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  z-index: 10;
  color: #fff;
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding: 5px 20px;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar {
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: auto;
  height: 50px;
  margin-top: 20px;
}

.hamburger-animation {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  width: 70px;
  position: relative;
  transform: scale(1.4);
}

.menu-button {
  z-index: 500;
  padding: 0;
}

.menu-button.w--open {
  z-index: 500;
  background-color: rgba(0, 0, 0, 0);
}

.main-header {
  opacity: 1;
  color: #fff;
  align-items: flex-end;
  width: 100vw;
  height: 300vh;
  min-height: 1700px;
  padding-bottom: 25vh;
  display: block;
  position: relative;
}

.main-header._404-header {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Photo-Header.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 500px;
  padding-bottom: 0;
  display: flex;
}

.main-header.password-header {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/campo.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  padding-bottom: 0;
  display: flex;
}

.container {
  text-align: left;
  flex: 1;
  position: relative;
}

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

.container.push-up {
  z-index: 10;
  margin-top: -280px;
}

.homepage-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 120px;
  font-weight: 900;
  line-height: 90px;
}

.home-intro-text {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.home-text-block {
  z-index: 20;
  max-width: 620px;
  margin-top: 40px;
  position: relative;
}

.gradient-line-wrapper {
  max-width: 790px;
  margin-top: 20px;
}

.gradient-line-wrapper.home-version {
  z-index: 10;
  max-width: 690px;
  margin-top: 30px;
  position: relative;
}

.line {
  background-color: #fff;
  background-image: linear-gradient(to right, var(--crimson), var(--dark-orange) 20%, var(--lime-green) 44%, var(--dark-turquoise) 68%, var(--dark-slate-blue));
  width: 100%;
  height: 4px;
}

.section {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section.footer-section {
  color: #999;
  background-color: #000;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 32px;
}

.section.covers-section {
  color: #000;
  background-color: #000;
  padding-top: 190px;
  padding-bottom: 190px;
  overflow: hidden;
}

.section.covers-section.white-version {
  color: #000;
  background-color: #fff;
  background-image: none;
  overflow: visible;
}

.section.categories-section {
  overflow: visible;
}

.section.about-section {
  color: #fff;
  background-color: #000;
  padding-top: 200px;
  padding-bottom: 86px;
  overflow: visible;
}

.section.home-intro {
  padding-top: 110px;
  padding-bottom: 180px;
}

.section.uitgelicht-section {
  padding-bottom: 130px;
  overflow: visible;
}

.section.post-section {
  overflow: visible;
}

.section.contact-section {
  background-color: #000;
  padding-bottom: 20px;
  overflow: visible;
}

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

.section.author-section {
  padding-top: 100px;
  overflow: visible;
}

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

.page-wrapper, .page-wrapper.overflow-none {
  overflow: hidden;
}

.page-wrapper.overflow {
  overflow: visible;
}

.section-title-wrapper {
  z-index: 10;
  margin-bottom: 80px;
  position: relative;
}

.section-title-wrapper.small {
  margin-bottom: 40px;
}

.section-title-wrapper.related {
  max-width: 440px;
}

.section-title-wrapper.recent {
  max-width: 520px;
}

.section-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 74px;
  font-weight: 900;
  line-height: 64px;
}

.section-title.white {
  color: #fff;
}

.section-title.medium {
  font-size: 52px;
  line-height: 51px;
}

.section-title.small {
  font-size: 20px;
  line-height: 20px;
}

.section-title.smaller {
  margin-bottom: 27px;
  font-size: 50px;
  line-height: 50px;
}

.section-title.post-version {
  font-size: 50px;
  line-height: 60px;
}

.section-title.contact-small {
  color: #fff;
  font-size: 62px;
  line-height: 58px;
}

.section-title.centered-small-title {
  font-size: 32px;
  line-height: 30px;
}

.section-title.onderzoeks-title {
  font-size: 52px;
  line-height: 51px;
}

.section-title.work-with-title {
  font-size: 50px;
  line-height: 50px;
}

.bottom-footer-block {
  color: #646464;
  border-top: 1px solid #2b2b2b;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.bottom-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr 1fr;
  align-items: center;
}

.bottom-footer-content-block.last {
  text-align: left;
  padding-left: 0;
}

.bottom-footer-content-block.social-version {
  padding: 20px;
}

.footer-social-grid {
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.social-button {
  background-color: #313131;
  background-image: url('../images/instagram-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23%;
  height: 50px;
  transition: filter .2s;
}

.social-button:hover {
  filter: brightness(110%);
}

.social-button.linkedin {
  background-image: url('../images/linkedin-logo-1.svg');
}

.social-button.twitter {
  background-image: url('../images/twitter-3.svg');
}

.social-button.smaller {
  height: 60px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr;
  grid-auto-flow: column;
}

.footer-info-block {
  padding-right: 25px;
}

.footer-info-block.with-links {
  text-align: left;
  padding-left: 50px;
  padding-right: 0;
}

.footer-info-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
}

.recent-projects-wrapper {
  margin-top: -30px;
  padding-left: 90px;
}

.recent-projects-grid {
  z-index: 2;
  grid-column-gap: 70px;
  grid-template-rows: auto;
  position: relative;
}

.blog-list-wrapper {
  z-index: 10;
  position: relative;
}

.blog-list-wrapper._2 {
  margin-top: -230px;
}

.blog-list-wrapper.highlight {
  margin-top: 60px;
  position: relative;
  left: -63px;
}

.blog-list-wrapper.about-intro-version {
  min-width: 130%;
  margin-top: -370px;
  margin-bottom: 70px;
}

.blog-link-block {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  width: 100%;
  height: 440px;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 21px 21px 80px -10px rgba(0, 0, 0, .3);
}

.blog-link-block:hover {
  transform: translate(0, -2px);
  box-shadow: 35px 35px 80px -10px rgba(0, 0, 0, .4);
}

.blog-link-block.large {
  min-width: 120%;
  height: 510px;
}

.blog-link-block.wide-left {
  min-width: 125%;
  height: 500px;
  margin-left: -25%;
}

.blog-link-block.wide-right {
  min-width: 125%;
  height: 500px;
}

.blog-link-block.list-version {
  height: 340px;
}

.blog-link-block.floating-version {
  height: 300px;
}

.blog-link-block.floating-version:hover {
  transform: none;
}

.blog-thumb-image {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-thumb-image.light {
  filter: brightness(120%);
}

.blog-overlay-block {
  z-index: 10;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
  padding: 90px 90px 50px 45px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-overlay-block.floating-version {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 45px;
  display: flex;
}

.blog-overlay-block.light {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(51, 51, 51, .7));
}

.blog-block-title {
  text-transform: uppercase;
  max-width: 330px;
  font-size: 31px;
  font-weight: 800;
  line-height: 34px;
}

.blog-block-title.large {
  font-size: 33px;
}

.blog-block-title.wider {
  max-width: 400px;
}

.blog-block-title.floating-title {
  font-size: 30px;
  line-height: 30px;
}

.category-tag {
  background-color: var(--dark-turquoise);
  text-transform: uppercase;
  border-radius: 70px;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px;
  line-height: 25px;
  display: inline-block;
}

.category-tag.link-version {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  top: -1px;
}

.read-circle {
  z-index: 20;
  background-image: url('../images/right-arrow-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39%;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  transition: box-shadow .2s, transform .2s, background-color .2s;
  position: absolute;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 35px;
}

.read-circle:hover {
  background-color: #fff;
  background-image: url('../images/right-arrow-4.svg');
  transform: scale(1.1);
  box-shadow: 7px 7px 40px -9px #000;
}

.read-circle.header-version {
  width: 80px;
  height: 80px;
  bottom: -15px;
  transform: rotate(90deg);
}

.read-circle.header-version:hover {
  transform: scale(1.1)rotate(90deg);
}

.read-circle.smaller {
  top: 35px;
  bottom: auto;
  left: auto;
  right: 35px;
}

.read-circle.category-version {
  bottom: 43px;
}

.blog-item {
  padding-top: 60px;
}

.blog-item.higlhight, .blog-item.top-version {
  padding-top: 0;
}

.clients-grid {
  z-index: 10;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  align-items: start;
  position: relative;
}

.section-text-block {
  max-width: 440px;
  margin-top: 40px;
}

.section-text-block.contact {
  max-width: 470px;
}

.section-text-block.cms-version {
  max-width: 560px;
}

.section-text-block.category-version {
  max-width: 100%;
}

.section-text-block.ele-version {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.intro-text {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 31px;
}

.intro-text.white {
  color: #fff;
}

.intro-text.white.extra-large {
  font-size: 32px;
  line-height: 44px;
}

.intro-text.cms-version {
  color: #fff;
  font-size: 25px;
  line-height: 34px;
}

.logos-wrapper {
  padding-left: 60px;
}

.logo-item {
  padding: 10px;
}

.logo-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
  box-shadow: 7px 7px 50px -9px rgba(0, 0, 0, .1);
}

.company-logo {
  max-width: 50%;
  max-height: 100%;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  margin-top: 20px;
  padding: 17px 40px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border .2s, color .2s, background-color .2s, box-shadow .2s, transform .2s;
}

.button:hover {
  z-index: 10;
  text-decoration: none;
  position: relative;
  transform: translate(0, -2px);
  box-shadow: 14px 14px 40px -1px rgba(0, 0, 0, .2);
}

.button.outline-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}

.button.outline-button:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 14px 14px 40px -1px rgba(0, 0, 0, .1);
}

.button.outline-button.light {
  color: #fff;
  border-color: #fff;
}

.button.outline-button.light:hover {
  color: #000;
}

.button.outline-button.password-button {
  color: #fff;
  border-color: #fff;
  margin-top: 0;
}

.button.outline-button.password-button:hover {
  background-color: #000;
  border-color: #000;
}

.button.color-button {
  background-color: var(--medium-violet-red);
}

.button.color-button.outline-button {
  border-color: var(--medium-violet-red);
  color: var(--medium-violet-red);
  background-color: rgba(0, 0, 0, 0);
}

.button.color-button.outline-button:hover {
  background-color: var(--medium-violet-red);
  color: #fff;
}

.perspective-images-wrapper {
  z-index: 2;
  perspective: 2000px;
  perspective-origin: 100% 100%;
  transform: ;
  width: 100%;
  height: 0;
  position: relative;
  top: -73px;
  left: -40px;
}

.perspective-cover {
  z-index: 4;
  object-fit: cover;
  transform-style: preserve-3d;
  width: 320px;
  height: 460px;
  position: absolute;
  top: -550px;
  bottom: auto;
  left: auto;
  right: 50px;
  transform: rotateX(46deg)rotateY(11deg)rotateZ(-40deg);
}

.perspective-cover._2 {
  z-index: 2;
  transform-style: preserve-3d;
  width: 310px;
  height: 440px;
  top: -255px;
  right: 6px;
}

.perspective-cover._3 {
  z-index: 3;
  transform-style: preserve-3d;
  width: 370px;
  height: 520px;
  top: -241px;
  right: -334px;
}

.perspective-cover._4 {
  z-index: 1;
  transform-style: preserve-3d;
  width: 320px;
  height: 450px;
  top: -537px;
  right: -381px;
}

.perspective-cover._5 {
  z-index: 1;
  width: 230px;
  height: 420px;
  top: 9px;
  right: 71px;
}

.highlight-project-grid {
  grid-column-gap: 130px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 200px;
}

.nav-menu {
  z-index: 1;
  background-color: rgba(0, 0, 0, .95);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.nav-links-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav-link {
  text-transform: uppercase;
  padding: 0;
  font-size: 64px;
  font-weight: 900;
  line-height: 90px;
  display: block;
}

.link {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link.w--current {
  line-height: 30px;
  text-decoration: none;
}

.link.large-version {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.link.large-version.w--current {
  color: var(--medium-violet-red);
}

.link.dark {
  color: #000;
}

.link-title {
  line-height: 36px;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: relative;
  top: -4px;
}

.underline.dark {
  background-color: #000;
}

.link-title-wrapper {
  display: inline-block;
}

.button-wrapper {
  z-index: 10;
  margin-top: 30px;
  position: relative;
}

.button-wrapper.push-up {
  margin-top: 20px;
}

.bg-block {
  z-index: 1;
  background-image: linear-gradient(128deg, var(--dark-orange), rgba(214, 24, 129, 0) 77%);
  width: 100%;
  height: 100%;
}

.bg-block.home-2 {
  background-image: linear-gradient(to top, var(--lime-green), rgba(0, 180, 196, 0));
}

.bg-block.home-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--dark-orange), rgba(214, 24, 129, 0) 95%);
}

.bg-block.ons-werk {
  background-image: linear-gradient(to right, var(--dark-turquoise), rgba(0, 180, 196, 0));
}

.bg-block.home-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, rgba(243, 223, 32, 0), var(--gold) 77%);
}

.bg-block.over-ons-1 {
  background-image: linear-gradient(to right, var(--dark-turquoise), rgba(0, 180, 196, 0) 77%);
}

.page-header {
  color: #fff;
  background-image: url('../images/countryside-family.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.page-header.about {
  background-image: url('../images/Photo-10.jpg');
}

.page-header.contact {
  background-image: none;
}

.page-header.cms-version {
  background-image: none;
  height: 100vh;
  min-height: 780px;
  position: relative;
}

.page-header.category-header {
  overflow: visible;
}

.page-header.changelog {
  background-image: url('../images/Photo-10.jpg');
}

.page-header.styleguide {
  background-image: url('../images/Photo-3.jpg');
}

.category-link-block {
  color: #fff;
  background-color: #000;
  width: 100%;
  height: 510px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 14px 14px 50px -10px rgba(0, 0, 0, .4);
}

.category-image {
  opacity: .9;
  object-fit: cover;
  background-color: #a0a0a0;
  width: 100%;
  height: 100%;
}

.category-item {
  padding-bottom: 60px;
}

.subpage-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 140px;
  font-weight: 800;
  line-height: 120px;
}

.subpage-title.cms-title {
  font-size: 80px;
  line-height: 79px;
}

.subpage-title.category-title {
  font-size: 90px;
  line-height: 80px;
}

.subpage-title.author-title {
  color: #000;
  font-size: 26px;
  line-height: 27px;
}

.categories-grid {
  z-index: 10;
  grid-column-gap: 70px;
  grid-template-rows: auto;
  position: relative;
}

.categories-list-wrapper.push-up {
  margin-top: -328px;
}

.large-bg-title {
  color: #000;
  text-transform: uppercase;
  width: 1040px;
  font-size: 130px;
  font-weight: 900;
  line-height: 140px;
  position: absolute;
  top: 170px;
  bottom: auto;
  left: auto;
  right: -610px;
  transform: rotate(90deg);
}

.rotated-title-wrapper {
  z-index: 2;
  position: relative;
}

.bottom-cta-block {
  color: #000;
}

.small-bottom-cta {
  max-width: 320px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.page-header-overlay {
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  width: 100%;
  height: 100%;
  padding-top: 230px;
  padding-bottom: 110px;
  position: relative;
}

.page-header-overlay.about-version {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), #000 90%);
}

.page-header-overlay.cms-version {
  z-index: 2;
  background-color: rgba(0, 0, 0, .2);
  background-image: none;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.page-header-overlay.category-overlay {
  padding-top: 180px;
  padding-bottom: 75px;
}

.page-header-overlay.contact-version {
  background-image: linear-gradient(rgba(0, 0, 0, .5) 59%, #000);
  padding-bottom: 390px;
  display: flex;
}

.about-intro-grid {
  z-index: 10;
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 20px;
  position: relative;
}

.rtb {
  line-height: 26px;
}

.rtb h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 900;
  line-height: 43px;
}

.rtb h3 {
  margin-bottom: 20px;
}

.rtb img {
  min-width: 132%;
  margin-left: -16%;
  box-shadow: 14px 14px 70px -20px rgba(0, 0, 0, .2);
}

.rtb figcaption {
  font-size: 10px;
  bottom: -14px;
}

.rtb figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

.author-image-wrapper {
  margin-bottom: 49px;
  position: relative;
}

.author-text-wrapper {
  margin-top: 29px;
}

.quote-text {
  color: #000;
  font-size: 38px;
  font-weight: 800;
  line-height: 43px;
}

.quote-name {
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
}

.large-person-image {
  object-fit: cover;
  width: 100%;
  height: 460px;
}

.quick-links-block {
  margin-top: 60px;
}

.about-grid-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.about-block-2 {
  z-index: 20;
  padding-left: 91px;
  position: relative;
}

.about-block-1 {
  z-index: 10;
  height: 390px;
  padding-right: 100px;
  position: relative;
}

.highlight-title {
  z-index: 10;
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contact-grid {
  z-index: 20;
  grid-template-rows: auto;
  position: relative;
}

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

.field-label {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 700;
}

.field {
  border: 2px solid #000;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  transition: box-shadow .2s, border .2s;
}

.field:hover {
  border-color: #8a8a8a;
}

.field:focus {
  border-color: #fff;
  box-shadow: 7px 7px 60px -10px rgba(0, 0, 0, .2);
}

.field.area {
  height: 150px;
  padding-top: 20px;
}

.field.password-field {
  text-align: center;
  margin-bottom: 10px;
}

.contact-block {
  color: #fff;
  padding-right: 47px;
}

.subpage-title-wrapper-2 {
  margin-top: 5px;
  display: inline-block;
}

.horizontal-bg-block {
  z-index: 1;
  width: 790px;
  height: 600px;
  position: absolute;
  top: -110px;
  bottom: auto;
  left: -130px;
  right: auto;
  overflow: hidden;
}

.horizontal-bg-block.bottom-left {
  height: 670px;
  top: auto;
  bottom: -70px;
  right: auto;
}

.horizontal-bg-block.over-ons {
  width: 960px;
}

.vertical-bg-block {
  z-index: 1;
  width: 700px;
  height: 780px;
  position: absolute;
  top: auto;
  bottom: -150px;
  left: auto;
  right: -90px;
  overflow: hidden;
}

.vertical-bg-block.highlight-version {
  width: 710px;
  height: 900px;
  top: 410px;
  bottom: auto;
  left: auto;
  right: -65px;
}

.vertical-bg-block.visie {
  width: 800px;
  height: 810px;
  top: -110px;
  bottom: auto;
  left: -130px;
  right: auto;
}

.vertical-bg-block.contact-version {
  height: 800px;
  top: -100px;
  bottom: auto;
  left: -120px;
  right: auto;
}

.perspective-image-1 {
  object-fit: cover;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  box-shadow: -54px 45px 50px -10px rgba(0, 0, 0, .4);
}

.perspective-image2, .perspective-image-3 {
  object-fit: cover;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  box-shadow: -49px 49px 50px -10px rgba(0, 0, 0, .4);
}

.perspective-image-4, .perspective-image-5 {
  object-fit: cover;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  box-shadow: -49px 49px 50px -10px rgba(0, 0, 0, .3);
}

.perspective-text-block {
  min-height: 430px;
}

.clients-intro-text-block {
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.cms-title-wrapper {
  max-width: 95%;
}

.header-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.post-content-block {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
}

.blog-small-info-wrapper {
  border-top: 1px solid rgba(255, 255, 255, .3);
  margin-top: 35px;
  padding-top: 30px;
  display: inline-block;
}

.blog-info-block {
  display: inline-block;
}

.blog-info-text {
  margin-right: 10px;
  display: inline-block;
}

.blog-info-text.bold {
  margin-bottom: 6px;
  font-weight: 700;
}

.share-embed-wrapper {
  border-top: 1px solid #dfdfdf;
  margin-top: 50px;
  padding-top: 30px;
}

.share-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.post-title-wrapper {
  margin-bottom: 30px;
}

.post-section-block.block {
  color: #fff;
  background-color: #000;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 60px 70px 35px;
  position: relative;
  overflow: hidden;
}

.top-gradient {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  width: 100%;
  height: 30vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blog-list-version-wrapper {
  margin-bottom: -50px;
}

.blog-list-item {
  padding-bottom: 50px;
}

.category-header-block {
  padding-top: 55px;
  padding-left: 30%;
  position: relative;
}

.category-title-wrapper {
  display: inline-block;
}

.category-title-wrapper.author-version {
  margin-bottom: 28px;
}

.category-header-image-wrapper {
  z-index: 10;
  width: 330px;
  height: 410px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -140px;
  right: auto;
}

.category-header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 14px 14px 60px -10px rgba(0, 0, 0, .4);
}

.posts-list-wrapper {
  float: right;
  width: 70%;
}

.posts-block-left {
  float: left;
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.posts-block-left.mobile-verison {
  display: none;
}

.small-title-wrapper {
  margin-bottom: 30px;
}

.nav-link-1 {
  z-index: 10;
  text-align: left;
  position: relative;
}

.nav-link-2, .nav-link-3 {
  z-index: 10;
  position: relative;
}

.nav-link-4 {
  z-index: 20;
  position: relative;
}

.nav-link-wrapper {
  z-index: 10;
  color: #fff;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
  position: relative;
}

.nav-link-wrapper:hover {
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
}

.nav-link-wrapper.w--current {
  color: rgba(255, 255, 255, .6);
}

.nav-social-grid {
  z-index: 10;
  width: 200px;
  margin-top: 50px;
  position: relative;
}

.categories-intro-title {
  text-transform: uppercase;
  max-width: 290px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 900;
  line-height: 27px;
}

.success {
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  min-height: 210px;
  padding: 0 0 30px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.contact-link-block {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.contact-link-block:hover {
  text-decoration: none;
}

.contact-info-wrapper {
  margin-top: 50px;
}

.contact-info-title {
  text-transform: uppercase;
  font-weight: 800;
}

.contact-social-wrapper {
  width: 190px;
  margin-top: 30px;
}

.nav-link-subtitle {
  opacity: .7;
  margin-bottom: 10px;
}

.final-content-wrapper {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
}

.read-more-float-wrapper {
  z-index: 200;
  border: 2px solid #fff;
  border-right-width: 0;
  width: 390px;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 0%;
  box-shadow: 7px 7px 80px -10px rgba(0, 0, 0, .5);
}

.floating-info-title {
  max-width: 190px;
  margin-bottom: 13px;
}

.uitdaging-bg-photo {
  z-index: 1;
  opacity: .15;
  filter: grayscale() brightness(96%) contrast(200%);
  object-fit: cover;
  width: 100%;
  min-width: 130%;
  height: 100%;
  min-height: 130%;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: -15%;
  right: 0%;
}

.uitdaging-text-wrapper {
  z-index: 10;
  position: relative;
}

.presentation-video-full-wrapper {
  max-width: 1250px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.presentatie-video {
  z-index: 1;
  width: 80%;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  top: 55%;
  transform: translate(0, -50%);
  box-shadow: 7px 7px 60px -10px rgba(0, 0, 0, .4);
}

.header-video-section {
  z-index: 2;
  height: 180vh;
  min-height: 730px;
  position: relative;
}

.header-text-block {
  z-index: 3;
  max-width: 1000px;
  height: 120vh;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20vh;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.header-titles-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
}

.scroll-title-block-1 {
  min-width: 890px;
  position: absolute;
  top: 90px;
  bottom: auto;
  left: 0;
  right: auto;
}

.scroll-title-block-2 {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 0%;
}

.scroll-title {
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 900;
  line-height: 90px;
}

.header-fill {
  background-color: #fff;
  width: 100%;
  height: 10vh;
}

.scrolling-titles-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.logos-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-lid-block {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding-top: 34px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.logo-lid-block.dark {
  border-color: #000;
}

.logo-lid-logo {
  max-width: 70%;
  max-height: 90%;
}

.centered-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.members-logo-wrapper {
  border-top: 1px solid rgba(145, 145, 145, .2);
  margin-top: 110px;
  padding-top: 110px;
}

.members-logo-wrapper.push-down {
  margin-top: 170px;
}

.member-label {
  background-color: var(--white-smoke);
  color: #b9b9b9;
  width: 100%;
  height: 23px;
  font-size: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.member-label.dark {
  color: #fff;
  background-color: #292525;
}

.vertical-reverse-bg-block {
  width: 100px;
  height: 620px;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: -50px;
  right: auto;
  overflow: hidden;
}

.uitgelicht-left {
  z-index: 20;
  position: relative;
}

.featured-right {
  z-index: 10;
  position: relative;
}

.mobile-gradient {
  display: none;
}

.header-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-sticky-elements-wrapper {
  height: 790px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.subpage-intro-nav-link {
  color: rgba(255, 255, 255, .6);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 70px;
  margin-right: 10px;
  padding: 4px 20px 3px;
  font-size: 14px;
  font-weight: 500;
}

.subpage-intro-nav-link:hover {
  color: #fff;
}

.subpage-intro-nav-link.w--current {
  color: #fff;
  background-color: #8a8a8a;
}

.license-links-wrapper {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 50px;
  transform: translate(0, -50%);
}

.license-link {
  margin-left: 20px;
  display: inline-block;
}

.style-block {
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding: 40px 40px 28px;
  font-size: 15px;
  line-height: 22px;
}

.style-block.last {
  margin-bottom: -20px;
  padding-bottom: 30px;
}

.license-block {
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding: 24px 350px 20px 40px;
  font-size: 15px;
  line-height: 22px;
  position: relative;
}

.license-block.full {
  padding-right: 40px;
}

.paragraph {
  margin-bottom: 0;
}

.library-links-wrapper {
  margin-top: 30px;
}

.subpage-intro-nav {
  margin-top: 40px;
  margin-bottom: -10px;
  font-size: 11px;
}

.license-block-title {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.subpage-intro-nav-link-title {
  text-transform: capitalize;
  display: inline-block;
}

.small-info-text {
  color: #9c9c9c;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 11px;
  font-style: italic;
  line-height: 22px;
}

.library-link {
  margin-top: 3px;
  display: block;
}

.font-1, .font-2 {
  margin-bottom: 0;
}

.template-color {
  background-color: var(--crimson);
  color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.template-color._3 {
  background-color: var(--gold);
  color: #fff;
}

.template-color._4 {
  background-color: var(--lime-green);
}

.template-color._2 {
  background-color: var(--dark-orange);
  color: #fff;
}

.template-color._5 {
  background-color: var(--dark-turquoise);
}

.template-color._6 {
  background-color: var(--dark-slate-blue);
}

.template-color._7 {
  background-color: var(--medium-violet-red);
}

.template-color._8 {
  background-color: #000;
}

.style-title {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 400;
}

.style-title.fonts-2 {
  text-transform: uppercase;
  font-weight: 800;
}

.style-title.style-1 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.arrow-list-item {
  background-image: url('../images/right-arrow-4.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 25px;
}

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

.bottom-footer-link-2 {
  color: #757575;
}

.bottom-footer-link-2:hover {
  color: #fff;
}

.home-header-image-block {
  z-index: 1;
  width: 100vw;
  height: 105vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-header {
  opacity: .9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-gradient {
  z-index: 10;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  width: 100%;
  height: 40%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.share-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 200px;
}

.post-author-block {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.author-title {
  font-weight: 800;
}

.author-title.subtitle {
  color: #c7c7c7;
  font-size: 13px;
  font-weight: 400;
}

.password-icon {
  filter: invert();
  height: 40px;
}

.password-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
}

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

.navbar-strip {
  background-color: #000;
  height: 115px;
}

.fixed-author-block {
  text-align: center;
}

.fixed-author-image {
  border-radius: 100%;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}

.work-with-grid {
  grid-template-rows: auto;
  align-items: center;
}

.work-with-logo {
  border: 1px solid #e7e7e7;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
}

.rich-text-block {
  line-height: 12px;
}

.rich-text-block-2 {
  font-size: 14px;
  line-height: 20px;
}

.footer-copy {
  font-size: 12px;
  line-height: 24px;
}

@media screen and (min-width: 1440px) {
  .logo {
    height: 60px;
  }

  .container {
    max-width: 1070px;
  }

  .home-intro-text {
    letter-spacing: 2px;
  }

  .section.covers-section {
    background-image: linear-gradient(56deg, #000, rgba(0, 0, 0, 0) 99%);
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-title-wrapper {
    margin-bottom: 50px;
  }

  .social-button {
    background-position: 50% 52%;
    background-size: 18%;
  }

  .blog-link-block.large {
    min-width: 114%;
  }

  .section-text-block {
    max-width: 490px;
  }

  .section-text-block.contact {
    max-width: 500px;
  }

  .intro-text {
    font-size: 21px;
    line-height: 32px;
  }

  .logo-block {
    height: 120px;
  }

  .perspective-images-wrapper {
    top: -110px;
    left: -160px;
  }

  .bg-block {
    background-image: linear-gradient(128deg, var(--dark-orange), rgba(214, 24, 129, 0) 77%);
  }

  .page-header {
    background-image: url('../images/countryside-family.png');
  }

  .page-header-overlay.cms-version {
    background-color: rgba(0, 0, 0, .3);
  }

  .page-header-overlay.category-overlay {
    padding-top: 170px;
    padding-bottom: 140px;
  }

  .author-wrapper {
    padding-left: 40px;
    padding-right: 60px;
  }

  .about-block-2 {
    padding-left: 0;
    padding-right: 130px;
  }

  .horizontal-bg-block {
    width: 900px;
  }

  .vertical-bg-block {
    width: 810px;
  }

  .vertical-bg-block.highlight-version {
    width: 790px;
    right: -55px;
  }

  .cms-title-wrapper {
    max-width: 80%;
  }

  .post-content-block {
    width: 70%;
  }

  .category-header-block {
    padding-top: 80px;
    padding-left: 32%;
  }

  .category-header-image-wrapper {
    width: 420px;
    height: 480px;
  }

  .posts-list-wrapper {
    width: 68%;
  }

  .visie-intro-text-wrapper {
    padding-right: 20px;
  }

  .final-content-wrapper {
    width: 70%;
  }

  .presentation-video-full-wrapper {
    max-width: 1700px;
    min-height: 930px;
  }

  .presentatie-video {
    width: 70%;
    height: 490px;
  }

  .scroll-title-block-1 {
    min-width: 1340px;
  }

  .scroll-title {
    font-size: 137px;
    line-height: 100px;
  }

  .logos-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logo-lid-block {
    border: 1px solid #ebebeb;
  }

  .logo-lid-block.dark {
    border-color: #000;
  }

  .centered-title-wrapper {
    margin-bottom: 50px;
  }

  .member-label.dark {
    color: #fff;
    background-color: #000;
  }

  .vertical-reverse-bg-block {
    left: -70px;
  }

  .video-sticky-elements-wrapper {
    height: 850px;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    width: 70px;
    height: 70px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .homepage-title {
    font-size: 90px;
    line-height: 70px;
  }

  .gradient-line-wrapper.home-version {
    max-width: 620px;
  }

  .section {
    padding: 90px 20px;
  }

  .section.footer-section {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.covers-section.white-version {
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .section.categories-section {
    padding-bottom: 50px;
  }

  .section.categories-section.cms-version {
    padding-top: 40px;
  }

  .section.about-section {
    padding-top: 110px;
  }

  .section.uitgelicht-section {
    padding-bottom: 40px;
  }

  .section.post-section {
    padding-top: 70px;
  }

  .section.author-section {
    padding-top: 40px;
  }

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

  .section-title-wrapper.recent {
    max-width: 400px;
  }

  .section-title {
    font-size: 60px;
    line-height: 50px;
  }

  .section-title.medium.white {
    font-size: 45px;
    line-height: 44px;
  }

  .section-title.onderzoeks-title {
    font-size: 45px;
    line-height: 45px;
  }

  .bottom-footer-block {
    margin-top: 40px;
  }

  .footer-grid {
    grid-template-columns: 2fr;
    padding-left: 20px;
    padding-right: 30px;
  }

  .footer-info-block.with-links {
    padding-left: 0;
  }

  .footer-info-title {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .recent-projects-wrapper {
    padding-left: 40px;
  }

  .recent-projects-grid {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
  }

  .blog-list-wrapper.about-intro-version {
    min-width: 100%;
    margin-top: -250px;
    margin-bottom: 40px;
  }

  .blog-link-block.large {
    min-width: 120%;
  }

  .blog-link-block.large.left {
    min-width: 110%;
    margin-left: 8%;
  }

  .blog-link-block.wide-left {
    min-width: 125%;
    margin-left: -25%;
  }

  .blog-link-block.wide-right {
    min-width: 115%;
  }

  .blog-link-block.list-version, .blog-link-block.featured-version {
    height: 300px;
  }

  .blog-overlay-block {
    padding-bottom: 40px;
    padding-left: 35px;
  }

  .blog-overlay-block.light {
    padding-left: 35px;
  }

  .blog-block-title {
    font-size: 27px;
    line-height: 30px;
  }

  .blog-block-title.large {
    font-size: 32px;
  }

  .read-circle {
    width: 45px;
    height: 45px;
    bottom: 25px;
    right: 25px;
  }

  .read-circle.category-version {
    bottom: 32px;
  }

  .blog-item {
    padding-top: 40px;
  }

  .section-text-block {
    max-width: 340px;
    margin-top: 30px;
  }

  .intro-text.white {
    font-weight: 500;
  }

  .logo-item {
    padding: 6px;
  }

  .company-logo {
    max-height: 70%;
  }

  .button.outline-button.light {
    padding-left: 30px;
    padding-right: 30px;
  }

  .perspective-cover {
    width: 260px;
    height: 370px;
    top: -570px;
    right: 22px;
  }

  .perspective-cover._2 {
    width: 260px;
    height: 390px;
    top: -329px;
    right: -22px;
  }

  .perspective-cover._3 {
    width: 290px;
    height: 430px;
    top: -346px;
    right: -264px;
  }

  .perspective-cover._4 {
    width: 270px;
    height: 390px;
    top: -588px;
    right: -308px;
  }

  .perspective-cover._5 {
    height: 360px;
    top: -85px;
    right: -61px;
  }

  .highlight-project-grid {
    grid-column-gap: 100px;
  }

  .nav-links-wrapper {
    padding-left: 60px;
    padding-right: 50px;
  }

  .nav-link {
    font-size: 55px;
    line-height: 70px;
  }

  .button-wrapper.bekijk-meer {
    min-width: 110%;
  }

  .category-link-block {
    height: 450px;
  }

  .category-item {
    padding-bottom: 30px;
  }

  .subpage-title {
    font-size: 120px;
    line-height: 110px;
  }

  .subpage-title.cms-title {
    font-size: 70px;
    line-height: 70px;
  }

  .categories-grid {
    grid-column-gap: 30px;
  }

  .rotated-title-wrapper {
    display: none;
  }

  .page-header-overlay.cms-version {
    background-color: rgba(0, 0, 0, .3);
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-header-overlay.category-overlay {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .page-header-overlay.contact-version {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .about-block-2 {
    padding-left: 0;
  }

  .about-block-1 {
    padding-right: 50px;
  }

  .contact-grid {
    padding-bottom: 50px;
  }

  .horizontal-bg-block.bottom-left {
    bottom: -86px;
  }

  .horizontal-bg-block.over-ons {
    height: 580px;
    top: -70px;
  }

  .vertical-bg-block.highlight-version {
    width: 435px;
    right: -20px;
  }

  .vertical-bg-block.visie {
    width: 750px;
  }

  .perspective-text-block {
    padding-left: 20px;
  }

  .post-section-block.block {
    padding-left: 50px;
    padding-right: 50px;
  }

  .top-gradient {
    height: 20vh;
  }

  .blog-list-version-wrapper {
    margin-bottom: -20px;
  }

  .blog-list-item {
    padding-bottom: 30px;
  }

  .category-header-block {
    padding-top: 0;
    padding-left: 0%;
  }

  .category-header-image-wrapper {
    width: 100%;
    display: none;
    position: static;
  }

  .posts-block-left {
    padding-top: 30px;
  }

  .posts-block-left.hide-on-mobile {
    top: 180px;
  }

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

  .success {
    font-size: 30px;
    line-height: 40px;
  }

  .read-more-float-wrapper {
    width: 350px;
  }

  .presentation-video-full-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .presentatie-video {
    width: 100%;
    height: 410px;
    top: 55%;
  }

  .scroll-title-block-1 {
    top: 75px;
  }

  .scroll-title-block-2 {
    bottom: -10px;
  }

  .scroll-title {
    font-size: 100px;
  }

  .header-fill {
    height: 5vh;
  }

  .logos-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-lid-logo {
    max-width: 60%;
  }

  .members-logo-wrapper {
    margin-top: 70px;
    padding-top: 70px;
  }

  .video-sticky-elements-wrapper {
    height: 710px;
  }

  .subpage-intro-nav-link {
    font-size: 12px;
  }

  .navbar-strip {
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 20px;
    line-height: 34px;
  }

  .navbar {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo {
    height: 30px;
    margin-top: 21px;
    margin-left: 20px;
  }

  .hamburger-animation {
    width: 60px;
    margin-top: 3px;
  }

  .menu-button {
    width: 90px;
  }

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

  .container.push-up {
    margin-top: 0;
  }

  .homepage-title {
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 60px;
  }

  .home-intro-text {
    font-size: 22px;
    line-height: 33px;
  }

  .section {
    padding: 0;
  }

  .section.covers-section {
    padding-top: 120px;
    padding-bottom: 10px;
  }

  .section.covers-section.white-version {
    padding-top: 90px;
    overflow: hidden;
  }

  .section.categories-section {
    padding-bottom: 10px;
  }

  .section.categories-section.cms-version {
    padding-top: 20px;
  }

  .section.about-section {
    padding-bottom: 40px;
  }

  .section.home-intro {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .section.uitgelicht-section {
    padding-top: 70px;
    padding-bottom: 10px;
  }

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

  .section.contact-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.visie-section {
    padding-top: 80px;
  }

  .section.company-section {
    padding-top: 50px;
  }

  .section-title-wrapper {
    margin-bottom: 70px;
    padding-left: 30px;
  }

  .section-title-wrapper.small {
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .section-title-wrapper.recent {
    max-width: 100%;
    margin-bottom: 30px;
    padding-left: 30px;
  }

  .bottom-footer-block {
    margin-top: 60px;
  }

  .bottom-footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .bottom-footer-content-block {
    text-align: center;
    padding-top: 20px;
  }

  .bottom-footer-content-block.last {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .bottom-footer-content-block.social-version {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .footer-social-grid {
    justify-content: stretch;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 30px;
  }

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

  .recent-projects-wrapper {
    margin-top: 0;
    padding-left: 0;
  }

  .recent-projects-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-list-wrapper._2 {
    margin-top: 0;
  }

  .blog-list-wrapper.highlight {
    margin-top: 0;
    left: auto;
  }

  .blog-list-wrapper.about-intro-version {
    margin-top: 0;
    display: none;
  }

  .blog-link-block.large {
    min-width: 100%;
    height: 500px;
  }

  .blog-link-block.large.left {
    min-width: 100%;
    height: 500px;
    margin-left: 0%;
  }

  .blog-link-block.wide-left {
    min-width: 100%;
    margin-left: 0%;
  }

  .blog-link-block.wide-right {
    min-width: 100%;
  }

  .read-circle.header-version {
    width: 60px;
    height: 60px;
    bottom: -17px;
    right: 14px;
  }

  .blog-item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .clients-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-text-block {
    max-width: 440px;
  }

  .intro-text.cms-version {
    font-size: 20px;
    line-height: 31px;
  }

  .logos-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.outline-button.light {
    padding-left: 40px;
    padding-right: 40px;
  }

  .perspective-images-wrapper {
    height: 400px;
    top: 0;
    left: auto;
  }

  .perspective-cover {
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: translate3d(0, 0, 40px)rotateX(46deg)rotateY(11deg)rotateZ(-40deg);
  }

  .perspective-cover._2 {
    z-index: 1;
    top: 150px;
    transform: translate(0)rotateX(46deg)rotateY(11deg)rotateZ(-40deg);
  }

  .perspective-cover._3 {
    z-index: 5;
    top: 231px;
    right: -525px;
    transform: translate3d(0, 0, 110px)rotateX(46deg)rotateY(11deg)rotateZ(-40deg);
  }

  .perspective-cover._4 {
    opacity: .59;
    top: 0;
    right: -393px;
    transform: translate3d(0, 0, -250px)rotateX(46deg)rotateY(11deg)rotateZ(-40deg);
  }

  .perspective-cover._5 {
    opacity: .49;
    top: 315px;
    right: 188px;
  }

  .highlight-project-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .nav-links-wrapper {
    padding-left: 30px;
    padding-right: 20px;
  }

  .nav-link {
    font-size: 40px;
    line-height: 58px;
  }

  .button-wrapper {
    text-align: center;
    margin-top: 20px;
    padding-left: 15px;
  }

  .button-wrapper.bekijk-meer {
    min-width: 100%;
    padding-left: 0;
  }

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

  .bg-block.over-ons-1 {
    background-image: linear-gradient(to bottom, var(--dark-turquoise), rgba(0, 180, 196, 0) 77%);
  }

  .page-header.cms-version {
    height: auto;
    min-height: 0;
  }

  .category-item {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .subpage-title {
    font-size: 80px;
    line-height: 90px;
  }

  .subpage-title.cms-title {
    font-size: 50px;
    line-height: 53px;
  }

  .subpage-title.category-title {
    font-size: 70px;
    line-height: 70px;
  }

  .subpage-title.mobile-large {
    font-size: 110px;
  }

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

  .categories-list-wrapper.push-up {
    margin-top: 0;
  }

  .bottom-cta-block {
    display: none;
  }

  .page-header-overlay {
    padding-top: 180px;
    padding-bottom: 50px;
  }

  .page-header-overlay.cms-version {
    padding-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .page-header-overlay.category-overlay {
    background-image: linear-gradient(#000, #000);
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-header-overlay.contact-version {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-intro-grid {
    display: block;
  }

  .rtb img {
    min-width: 120%;
    margin-left: -10%;
  }

  .author-wrapper {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .author-text-wrapper {
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-grid-1 {
    display: block;
  }

  .about-block-2 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-block-1 {
    height: auto;
    padding-left: 30px;
    padding-right: 40px;
  }

  .contact-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 40px;
  }

  .contact-block, .page-title-main-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .horizontal-bg-block.bottom-left {
    bottom: -10px;
  }

  .horizontal-bg-block.over-ons {
    width: 100%;
    height: 600px;
    left: 0;
  }

  .vertical-bg-block {
    width: 100%;
    height: 870px;
    right: auto;
  }

  .vertical-bg-block.highlight-version {
    width: 100%;
    top: 241px;
    right: auto;
  }

  .vertical-bg-block.contact-version {
    width: 90%;
    left: 0;
  }

  .perspective-text-block {
    text-align: center;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .clients-intro-text-block {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .post-content-block {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .share-embed-wrapper {
    padding-left: 20px;
  }

  .post-section-block.block {
    margin-top: 0;
  }

  .top-gradient {
    background-image: linear-gradient(rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, 0));
    height: 120px;
  }

  .blog-list-version-wrapper {
    margin-bottom: 0;
  }

  .blog-list-item {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .category-header-block {
    z-index: 40;
    margin-top: -30px;
    padding: 0 30px 40px;
  }

  .category-header-image-wrapper {
    height: 260px;
    display: block;
    position: relative;
    left: auto;
  }

  .category-header-image {
    filter: brightness(70%);
  }

  .posts-list-wrapper {
    float: none;
    width: 100%;
  }

  .posts-block-left {
    float: none;
    width: 100%;
    padding-top: 0;
    position: static;
  }

  .posts-block-left.hide-on-mobile {
    display: none;
  }

  .posts-block-left.mobile-verison {
    width: 100%;
    padding: 30px 30px 20px;
    display: block;
  }

  .nav-link-wrapper {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .nav-link-subtitle {
    font-size: 14px;
  }

  .final-content-wrapper {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .read-more-float-wrapper {
    display: none;
  }

  .presentation-video-full-wrapper {
    min-height: 860px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .presentatie-video {
    height: 280px;
    top: 54%;
  }

  .header-video-section {
    height: 200vh;
  }

  .header-text-block {
    height: 100vh;
    min-height: 600px;
    padding-bottom: 5vh;
  }

  .scroll-title-block-1 {
    top: 50px;
  }

  .scroll-title-block-2 {
    bottom: 10px;
  }

  .scroll-title {
    font-size: 80px;
    line-height: 70px;
  }

  .header-fill {
    height: 0;
  }

  .logos-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .members-logo-wrapper {
    margin-top: 50px;
    padding-top: 50px;
  }

  .members-logo-wrapper.push-down {
    margin-top: 50px;
  }

  .vertical-reverse-bg-block {
    display: none;
  }

  .mobile-gradient {
    z-index: 10;
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
    width: 100%;
    height: 40%;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .video-sticky-elements-wrapper {
    height: 530px;
  }

  .visie-column-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subpage-intro-nav-link {
    padding-bottom: 2px;
  }

  .license-links-wrapper {
    margin-top: 10px;
    position: static;
    transform: none;
  }

  .license-link {
    margin-left: 0;
    margin-right: 20px;
  }

  .style-block {
    border-width: 1px 0 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 30px 20px 0;
  }

  .style-block.first {
    padding: 40px 40px 0;
  }

  .license-block {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
  }

  .subpage-intro-nav {
    float: none;
    text-align: center;
  }

  .button-column {
    padding-top: 10px;
    padding-left: 0;
  }

  .column {
    padding: 20px 0 0;
  }

  .copyright-text {
    font-size: 11px;
  }

  .navbar-strip {
    height: 70px;
  }

  .fixed-author-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    display: flex;
  }

  .work-with-grid {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 25px;
    padding-right: 0;
    line-height: 28px;
  }

  .logo {
    height: 20px;
    margin-top: 23px;
    margin-left: 15px;
  }

  .hamburger-animation {
    width: 50px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .main-header._404-header {
    min-height: 440px;
  }

  .homepage-title {
    margin-bottom: 4px;
    font-size: 39px;
    line-height: 40px;
  }

  .home-intro-text {
    font-size: 18px;
    line-height: 27px;
  }

  .home-text-block {
    margin-top: 25px;
  }

  .gradient-line-wrapper {
    margin-top: 10px;
  }

  .section.covers-section {
    padding-top: 90px;
  }

  .section.about-section {
    padding-top: 70px;
  }

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

  .section.visie-section {
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .section.company-section {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 30px;
  }

  .section-title-wrapper.related {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 44px;
    line-height: 39px;
  }

  .section-title.medium.white {
    font-size: 30px;
    line-height: 34px;
  }

  .section-title.post-version {
    line-height: 44px;
  }

  .section-title.post-version.white {
    font-size: 25px;
    line-height: 30px;
  }

  .section-title.contact-small {
    font-size: 30px;
    line-height: 30px;
  }

  .section-title.mobile-medium {
    font-size: 40px;
  }

  .section-title.onderzoeks-title {
    font-size: 30px;
    line-height: 30px;
  }

  .section-title.work-with-title {
    font-size: 30px;
  }

  .footer-social-grid.contact-version {
    width: 170px;
  }

  .social-button.smaller {
    height: 40px;
  }

  .social-button.smaller.mobile-black {
    background-color: #000;
  }

  .footer-grid {
    grid-template-columns: 1.25fr;
  }

  .blog-list-wrapper.highlight, .blog-list {
    width: 100%;
  }

  .blog-link-block, .blog-link-block.large, .blog-link-block.large.left, .blog-link-block.wide-left, .blog-link-block.wide-right {
    height: 350px;
  }

  .blog-overlay-block, .blog-overlay-block.light {
    padding-left: 30px;
    padding-right: 70px;
  }

  .blog-block-title {
    font-size: 26px;
    line-height: 27px;
  }

  .blog-block-title.large {
    font-size: 25px;
  }

  .category-tag {
    border-radius: 2px;
    margin-bottom: 15px;
    padding-top: 1px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 10px;
    line-height: 23px;
  }

  .category-tag.link-version {
    padding-bottom: 1px;
    line-height: 20px;
    top: 0;
  }

  .read-circle {
    width: 40px;
    height: 40px;
    right: 20px;
  }

  .read-circle.header-version {
    bottom: -30px;
    right: 10px;
  }

  .blog-item.higlhight {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 4px;
  }

  .clients-grid {
    display: block;
  }

  .section-text-block {
    max-width: 320px;
  }

  .section-text-block.cms-version, .section-text-block.category-version {
    margin-top: 20px;
  }

  .section-text-block.mobile-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .intro-text {
    font-size: 18px;
    line-height: 29px;
  }

  .intro-text.white.extra-large {
    font-size: 20px;
    line-height: 30px;
  }

  .intro-text.cms-version {
    font-size: 17px;
    line-height: 27px;
  }

  .intro-text.mobile-smaller {
    font-size: 15px;
  }

  .logo-item {
    width: 50%;
    padding: 3px;
  }

  .logo-block {
    height: 70px;
  }

  .company-logo {
    max-height: 100%;
  }

  .button.outline-button {
    display: block;
  }

  .button.outline-button.light {
    width: 100%;
    display: block;
  }

  .perspective-images-wrapper {
    height: 340px;
  }

  .perspective-cover {
    width: 200px;
    height: 320px;
  }

  .perspective-cover._2 {
    width: 200px;
    height: 320px;
    top: 156px;
    right: 4px;
  }

  .perspective-cover._3 {
    width: 200px;
    height: 320px;
    top: 214px;
    right: -424px;
  }

  .perspective-cover._4 {
    width: 200px;
    height: 320px;
    top: 57px;
    right: -320px;
  }

  .perspective-cover._5 {
    width: 200px;
    height: 320px;
    top: 266px;
    right: 103px;
  }

  .highlight-project-wrapper {
    width: 100%;
  }

  .highlight-project-grid {
    width: 100%;
    display: block;
  }

  .nav-link {
    font-size: 35px;
    line-height: 50px;
  }

  .button-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-wrapper.bekijk-meer {
    padding-right: 0;
  }

  .header-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header {
    align-items: flex-end;
    height: 80vh;
    min-height: 500px;
    display: flex;
  }

  .page-header.contact, .page-header.category-header {
    height: auto;
    min-height: 0;
  }

  .category-link-block {
    height: 300px;
  }

  .subpage-title {
    font-size: 45px;
    line-height: 50px;
  }

  .subpage-title.cms-title {
    font-size: 30px;
    line-height: 30px;
  }

  .subpage-title.category-title {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .subpage-title.mobile-large {
    font-size: 60px;
    line-height: 53px;
  }

  .subpage-title.mobile-medium {
    font-size: 52px;
  }

  .page-header-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
    align-items: flex-end;
    display: flex;
  }

  .page-header-overlay.cms-version {
    background-color: rgba(0, 0, 0, .5);
    padding-bottom: 50px;
  }

  .page-header-overlay.category-overlay {
    display: block;
  }

  .page-header-overlay.contact-version {
    background-image: linear-gradient(rgba(0, 0, 0, .5) 59%, #000);
    padding-top: 180px;
    padding-bottom: 70px;
  }

  .rtb {
    font-size: 15px;
    line-height: 24px;
  }

  .rtb figcaption {
    font-size: 9px;
    line-height: 20px;
  }

  .rtb figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .author-text-wrapper {
    padding-left: 20px;
  }

  .quote-text {
    max-width: 240px;
    font-size: 30px;
    line-height: 40px;
  }

  .large-person-image {
    height: 330px;
  }

  .contact-grid {
    padding-bottom: 10px;
    display: block;
  }

  .contact-form-wrapper {
    padding-right: 30px;
  }

  .field {
    height: 50px;
  }

  .contact-block {
    max-width: 310px;
  }

  .vertical-bg-block.highlight-version {
    top: 260px;
  }

  .vertical-bg-block.contact-version {
    width: 96%;
    top: -50px;
  }

  .blog-small-info-wrapper {
    margin-top: 30px;
    padding-top: 20px;
  }

  .blog-info-block {
    display: block;
  }

  .blog-info-text {
    margin-right: 5px;
    font-size: 10px;
  }

  .share-embed-wrapper {
    margin-top: 30px;
    padding-top: 20px;
  }

  .share-title {
    font-size: 12px;
  }

  .post-title-wrapper {
    max-width: 200px;
    margin-bottom: 25px;
  }

  .post-section-block.block {
    margin-bottom: 0;
    padding: 35px 25px 15px 35px;
  }

  .top-gradient {
    z-index: 3;
  }

  .category-header-block {
    padding-bottom: 40px;
  }

  .category-header-image-wrapper {
    height: 190px;
  }

  .nav-social-grid {
    width: 140px;
    margin-top: 30px;
  }

  .categories-intro-title {
    max-width: 250px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .success {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-info-wrapper {
    margin-top: 30px;
  }

  .contact-social-wrapper {
    width: 160px;
  }

  .nav-link-subtitle {
    margin-top: -2px;
    font-size: 9px;
    line-height: 10px;
  }

  .final-content-wrapper {
    margin-bottom: 10px;
  }

  .presentation-video-full-wrapper {
    min-height: 0;
  }

  .presentatie-video {
    height: 250px;
    top: 48%;
  }

  .header-text-block {
    padding-bottom: 0;
  }

  .header-titles-wrapper {
    top: 35vh;
  }

  .scroll-title-block-1 {
    top: 35px;
  }

  .scroll-title-block-2 {
    min-width: 310px;
    bottom: 48px;
  }

  .scroll-title {
    font-size: 55px;
    line-height: 50px;
  }

  .logos-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .centered-title-wrapper {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uitgelicht-left, .featured-main-wrapper {
    width: 100%;
  }

  .video-sticky-elements-wrapper {
    height: 480px;
    top: 53%;
  }

  .subpage-intro-nav-link {
    text-align: center;
    border-right-width: 0;
    width: 160px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .style-block.first {
    padding: 25px;
  }

  .license-block {
    border-width: 1px 0 0;
    margin-top: 0;
    padding: 25px;
  }

  .license-block-title {
    line-height: 40px;
  }

  .small-info-text {
    font-size: 10px;
    line-height: 19px;
  }

  .font-1 {
    margin-bottom: 20px;
  }

  .button-column {
    padding-bottom: 10px;
  }

  .color-style-title {
    font-size: 10px;
  }

  .column {
    padding-top: 20px;
  }

  .template-color {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .style-title.style-1 {
    font-size: 19px;
  }

  .copyright-text {
    margin-right: 0;
    display: block;
  }

  .home-header-image-block {
    height: 100vh;
  }

  .fixed-author-block {
    padding-bottom: 40px;
  }

  .fixed-author-image {
    width: 130px;
    height: 130px;
  }

  .work-with-logo {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-fb5e5087-fe77-e521-36fb-6cb40dd1d062-0afb56f5 {
  align-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_0f8f57c7-221d-4467-1080-6103163092c1-163092be {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


