:root {
  --_basis---color-secondary: #f0e394;
  --_basis---space-3xl: 128px;
  --_basis---space-xl: 64px;
  --_basis---space-lg: 32px;
  --_basis---space-xs: 8px;
  --_basis---space-sm: 16px;
  --_basis---space-md: 24px;
  --_basis---color-bg-light: #fcfff5;
  --_basis---color-bg: #240604;
  --_basis---space-2xs: 4px;
  --_basis---font-family-narrow: obviously-narrow, sans-serif;
  --_basis---space-2xl: 96px;
  --_basis---color-primary: #f13605;
  --_basis---color-bg-dark: #0a0000;
  --_basis---font-family-condensed: obviously-condensed, sans-serif;
  --_basis---color-bg-yellow: #f2af29;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.hero-section {
  height: 200vh;
  position: relative;
}

.hero-section.schilderijen {
  background-color: var(--_basis---color-secondary);
  height: auto;
}

.sticky-frame {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-bg {
  z-index: 0;
  background-image: url('../images/header.jpg');
  background-position: 50%;
  background-size: cover;
  height: 110vh;
  position: absolute;
  inset: 0;
}

.section {
  padding: var(--_basis---space-3xl) var(--_basis---space-xl);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 70vh;
  margin-bottom: 0;
  display: flex;
}

.section.showcases {
  padding: var(--_basis---space-sm) 0px 0px;
  border-radius: var(--_basis---space-md) 0px 0px var(--_basis---space-md);
  background-color: var(--_basis---color-secondary);
  flex-flow: column;
}

.section.light-bg {
  padding-top: var(--_basis---space-3xl);
  padding-bottom: var(--_basis---space-3xl);
  background-color: var(--_basis---color-bg-light);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section.less-padding {
  padding-top: var(--_basis---space-xl);
  justify-content: center;
  align-items: center;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-bg {
  z-index: 0;
  background-color: var(--_basis---color-bg);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-title-wrap {
  z-index: 2;
  padding-bottom: var(--_basis---space-xl);
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.site-header {
  z-index: 999;
  padding: var(--_basis---space-md);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 2400px;
  height: 140px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.title-content {
  padding-left: var(--_basis---space-xl);
  grid-column-gap: var(--_basis---space-xl);
  grid-row-gap: var(--_basis---space-xl);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: obviously-condensed, sans-serif;
  font-size: clamp(7rem, 15vw, 15rem);
  font-weight: 800;
  display: flex;
  position: relative;
}

.title-content.schilderijen {
  padding-bottom: var(--_basis---space-xl);
  justify-content: flex-end;
  align-items: center;
  height: 76vh;
  padding-left: 0;
}

.section-4 {
  min-height: 500vh;
  position: relative;
}

.section-4.mobile {
  display: none;
}

.viewport-frame {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-color: #f2af29;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 2400px;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.cards-wrapper {
  z-index: 2;
  pointer-events: auto;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.card-1 {
  padding-top: var(--_basis---space-md);
  padding-right: var(--_basis---space-md);
  padding-bottom: var(--_basis---space-md);
  padding-left: var(--_basis---space-md);
  grid-column-gap: var(--_basis---space-md);
  grid-row-gap: var(--_basis---space-md);
  opacity: 1;
  background-color: #0e0e0e;
  border-radius: 8px;
  flex-flow: column;
  max-width: 15ch;
  height: auto;
  font-family: obviously-condensed, sans-serif;
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-block-2 {
  color: var(--_basis---color-bg-light);
  max-width: 80%;
  font-family: obviously, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  position: relative;
}

.intro-text {
  font-family: var(--_basis---font-family-narrow);
  color: #f44;
  font-size: clamp(1.4rem, 3.5vw, 5rem);
  font-weight: 400;
  line-height: 100%;
}

.intro-text.smaller {
  font-size: clamp(1.4rem, 2.8vw, 4.6rem);
}

.div-block-15 {
  grid-column-gap: var(--_basis---space-lg);
  grid-row-gap: var(--_basis---space-lg);
  flex-flow: column;
  max-width: 65vw;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 65vw;
  margin-left: auto;
  padding-right: 40px;
  display: flex;
}

.div-block-17 {
  padding-bottom: var(--_basis---space-xl);
  grid-column-gap: var(--_basis---space-3xl);
  grid-row-gap: var(--_basis---space-3xl);
  flex-flow: row;
  width: 100%;
  max-width: 2400px;
  display: flex;
}

.text-block-5 {
  color: #f44;
  text-transform: uppercase;
  font-family: obviously-condensed, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 90%;
}

.text-block-6 {
  color: #eaf4d3;
  font-family: obviously, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.heading-2 {
  color: #f44;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: obviously-condensed, sans-serif;
  font-size: clamp(4rem, 6vw, 6rem);
  font-weight: 700;
  line-height: 86%;
}

.heading-2.heading-footer {
  text-align: center;
  font-size: clamp(8rem, 11vw, 11rem);
}

.div-block-18 {
  box-sizing: border-box;
  aspect-ratio: auto;
  width: 100%;
  position: relative;
  overflow: visible;
}

.div-block-18.showcases-viewport {
  padding-left: var(--_basis---space-xl);
  overflow: auto;
}

.div-block-19 {
  padding-bottom: var(--_basis---space-lg);
  clear: none;
  grid-column-gap: var(--_basis---space-lg);
  grid-row-gap: var(--_basis---space-lg);
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
  transform: translate(0);
}

.div-block-20 {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.div-block-21 {
  padding-top: var(--_basis---space-xl);
  padding-bottom: var(--_basis---space-xs);
  padding-left: var(--_basis---space-2xl);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: center;
  display: flex;
}

.btn-next {
  background-color: #c2474733;
  border: 2px solid #f44;
  border-radius: 80px;
  padding: 16px;
  display: flex;
}

.image-3, .image-4 {
  width: 40px;
}

.btn-prev {
  background-color: #c2474733;
  border: 2px solid #f44;
  border-radius: 80px;
  padding: 16px;
  display: flex;
}

.image-5 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.div-block-23 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  max-height: 66vh;
  position: static;
  overflow: hidden;
}

.button {
  padding: var(--_basis---space-md);
  color: var(--_basis---color-secondary);
  -webkit-text-stroke-color: var(--_basis---color-secondary);
  background-color: #ffd0001a;
  border: 2px solid #f44;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  font-family: obviously-wide, sans-serif;
  font-size: 16px;
  line-height: 0;
  display: flex;
}

.button.form {
  line-height: 0;
  position: relative;
}

.button.dark {
  color: var(--_basis---color-primary);
}

.button.click {
  transition: background-color .2s ease-in-out;
}

.button.click:hover {
  background-color: var(--_basis---color-secondary);
  color: var(--_basis---color-bg-dark);
  -webkit-text-stroke-color: var(--_basis---color-primary);
}

.div-block-25 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  flex: none;
  padding: 24px 24px 24px 0;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-7 {
  color: #f44;
  text-transform: none;
  font-family: obviously-narrow, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 56px;
}

.text-block-9 {
  color: #f44;
}

.div-block-27 {
  grid-column-gap: 8.8rem;
  grid-row-gap: 8.8rem;
  border-radius: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 56px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 50%;
  padding-top: 0;
  display: flex;
}

.heading-7 {
  color: #f44;
  font-family: obviously, sans-serif;
  font-size: 56px;
  font-weight: 400;
}

.div-block-29 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 100%;
  max-width: 86%;
  display: grid;
}

.body {
  background-color: var(--_basis---color-bg);
  color: #fff;
}

.div-block-30 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-31 {
  aspect-ratio: 1;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.div-block-32 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 90%;
  display: grid;
}

.heading-1 {
  color: var(--_basis---color-primary);
  text-transform: uppercase;
  width: 40vw;
  font-size: clamp(6rem, 7vw, 7rem);
  line-height: 90%;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.heading-1.small-white {
  color: var(--_basis---color-primary);
  text-transform: none;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  font-family: obviously, sans-serif;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 300;
  position: relative;
  bottom: 0;
  left: 0;
}

.hero-title {
  font-family: var(--_basis---font-family-condensed);
  color: var(--_basis---color-primary);
  text-transform: uppercase;
  max-width: 15ch;
  font-size: clamp(7rem, 13vw, 20rem);
  font-weight: 800;
  line-height: 82%;
  position: relative;
}

.hero-title.full-width {
  text-align: center;
  width: 100%;
  font-size: clamp(7rem, 25vw, 20rem);
  font-weight: 800;
}

.section-container {
  padding-left: var(--_basis---space-md);
}

.text-body {
  color: var(--_basis---color-bg-light);
  text-align: left;
  max-width: 50ch;
  font-family: obviously, sans-serif;
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: 300;
  line-height: 160%;
}

.text-body.centered {
  color: var(--_basis---color-secondary);
  text-align: center;
  width: 100%;
  max-width: 40ch;
  font-size: clamp(18px, 1.4vw, 20px);
}

.text-body.centered.red {
  color: var(--_basis---color-primary);
  max-width: 36ch;
}

.text-body.light {
  color: var(--_basis---color-secondary);
}

.text-body.small {
  font-size: clamp(14px, 1vw, 14px);
}

.text-body.full {
  max-width: none;
}

.text-body.dark {
  color: var(--_basis---color-bg-dark);
}

.text-body.red {
  color: var(--_basis---color-primary);
  font-weight: 400;
}

.div-block-33 {
  grid-column-gap: var(--_basis---space-lg);
  grid-row-gap: var(--_basis---space-lg);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  border-radius: 16px;
}

.footer {
  padding: var(--_basis---space-sm);
  grid-column-gap: var(--_basis---space-lg);
  grid-row-gap: var(--_basis---space-lg);
  background-color: var(--_basis---color-bg-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer.schilderijen {
  padding: var(--_basis---space-sm);
  background-color: var(--_basis---color-bg-light);
}

.text-block-15 {
  color: var(--_basis---color-primary);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 50%;
  font-family: obviously, sans-serif;
  font-size: clamp(4rem, 5vw, 6rem);
  font-weight: 700;
  line-height: 90%;
}

.text-block-16 {
  color: var(--_basis---color-primary);
  font-family: obviously, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-34 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.head {
  color: var(--_basis---color-bg-light);
  text-transform: uppercase;
  font-family: obviously-condensed, sans-serif;
  line-height: 88%;
  font-size: inherit;
  max-width: 16ch;
  margin-top: 0;
}

.div-block-35 {
  grid-column-gap: var(--_basis---space-lg);
  grid-row-gap: var(--_basis---space-lg);
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 42%;
  height: 50%;
  display: flex;
}

.div-block-35.linksonder {
  grid-column-gap: var(--_basis---space-2xs);
  grid-row-gap: var(--_basis---space-2xs);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: 50%;
  position: relative;
  bottom: 0;
}

.div-block-35.linksonder.happyslider {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.div-block-35.linksonder.mobile {
  display: none;
}

.div-block-35.reonder {
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  padding-right: 0;
}

.div-block-35.libo {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
}

.div-block-35.rebo {
  width: 46%;
}

.div-block-36 {
  grid-column-gap: var(--_basis---space-sm);
  grid-row-gap: var(--_basis---space-sm);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.header-container {
  padding: var(--_basis---space-sm);
  background-color: var(--_basis---color-bg-light);
  border-radius: 1.6rem;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  height: 100%;
  margin: auto;
  display: flex;
  position: static;
}

.link {
  color: var(--_basis---color-bg-dark);
  text-decoration: none;
  -webkit-text-decoration-color: var(--_basis---color-bg-dark);
  text-decoration-color: var(--_basis---color-bg-dark);
  font-family: obviously, sans-serif;
  font-weight: 400;
}

.link.btn-afspreken {
  color: var(--_basis---color-secondary);
}

.link.footy-footer {
  color: var(--_basis---color-bg);
  text-transform: none;
  font-family: obviously-wide, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.div-block-37 {
  grid-column-gap: var(--_basis---space-lg);
  grid-row-gap: var(--_basis---space-lg);
  display: flex;
}

.contact-btn {
  padding: var(--_basis---space-sm);
  grid-column-gap: var(--_basis---space-xs);
  grid-row-gap: var(--_basis---space-xs);
  background-color: var(--_basis---color-primary);
  border-radius: 16px;
  text-decoration: none;
  display: flex;
}

.contact-btn.w--current {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.image-7 {
  max-height: 24px;
}

.masonry {
  padding-right: var(--_basis---space-xl);
  padding-bottom: var(--_basis---space-3xl);
  padding-left: var(--_basis---space-xl);
  grid-column-gap: var(--_basis---space-2xl);
  grid-row-gap: var(--_basis---space-2xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-39 {
  grid-column-gap: var(--_basis---space-2xl);
  grid-row-gap: var(--_basis---space-2xl);
  flex-flow: column;
  display: flex;
}

.div-block-40 {
  padding-right: var(--_basis---space-sm);
  padding-left: var(--_basis---space-sm);
  grid-column-gap: var(--_basis---space-2xs);
  grid-row-gap: var(--_basis---space-2xs);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-17 {
  color: var(--_basis---color-secondary);
  font-family: obviously-narrow, sans-serif;
  font-size: 20px;
}

.text-block-18 {
  color: var(--_basis---color-secondary);
  font-family: obviously-narrow, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-19 {
  color: var(--_basis---color-secondary);
  font-family: obviously, sans-serif;
}

.gallery {
  grid-column-gap: var(--_basis---space-md);
  grid-row-gap: var(--_basis---space-md);
  flex-flow: column;
  display: flex;
}

.text-block-20 {
  color: var(--_basis---color-primary);
  text-transform: uppercase;
  font-family: obviously-narrow, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-41 {
  padding: var(--_basis---space-2xs) var(--_basis---space-sm);
  border: 1px solid var(--_basis---color-primary);
  background-color: #ff44441a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-42 {
  grid-column-gap: var(--_basis---space-xs);
  grid-row-gap: var(--_basis---space-xs);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-8 {
  border: 8px solid #1a0f0f;
  border-radius: 2px;
}

.foot-footer {
  grid-column-gap: var(--_basis---space-xl);
  grid-row-gap: var(--_basis---space-xl);
  background-color: var(--_basis---color-bg-light);
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.div-block-43 {
  padding: var(--_basis---space-2xl);
  grid-column-gap: var(--_basis---space-lg);
  grid-row-gap: var(--_basis---space-lg);
  border-radius: var(--_basis---space-sm);
  background-color: var(--_basis---color-secondary);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-44 {
  padding-top: 96px;
  padding-bottom: var(--_basis---space-2xl);
  grid-column-gap: var(--_basis---space-lg);
  grid-row-gap: var(--_basis---space-lg);
  border-radius: var(--_basis---space-sm);
  background-color: var(--_basis---color-bg);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-45 {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.logo-wrap {
  z-index: 9;
  position: relative;
  overflow: visible;
  transform: translate(.01px);
}

.logo-wrap:hover {
  transform: translate(0);
}

.link-block {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block.w--current {
  overflow: hidden;
}

.logo-svg {
  display: block;
  position: relative;
}

.logo-svg.geenvector {
  max-height: 56px;
}

.logo-svg2 {
  display: block;
  position: absolute;
}

.logo-svg2.geenvector {
  max-height: 56px;
}

.text-block-21 {
  color: var(--_basis---color-bg-dark);
  font-family: obviously-narrow, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-46 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-22 {
  color: var(--_basis---color-secondary);
  font-family: obviously, sans-serif;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.section-5 {
  display: none;
}

.header-mobile {
  position: fixed;
}

.fullscreen-menu {
  display: block;
}

.div-block-48 {
  grid-column-gap: var(--_basis---space-3xl);
  grid-row-gap: var(--_basis---space-3xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-field {
  border: 1px solid var(--_basis---color-primary);
  border-radius: var(--_basis---space-xs);
  color: var(--_basis---color-secondary);
  background-color: #ffffff0d;
  height: 4rem;
  font-family: obviously, sans-serif;
  font-size: 18px;
}

.form-2 {
  grid-column-gap: var(--_basis---space-sm);
  grid-row-gap: var(--_basis---space-sm);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-49, .div-block-50 {
  width: 100%;
}

.text-block-26 {
  border-radius: var(--_basis---space-xs);
}

.success-message {
  border-radius: var(--_basis---space-xs);
  background-color: #dddddd0f;
  font-family: obviously, sans-serif;
}

.error-message {
  border-radius: var(--_basis---space-xs);
  line-height: 0;
}

.div-block-51 {
  grid-column-gap: var(--_basis---space-md);
  grid-row-gap: var(--_basis---space-md);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 50%;
}

.heading-8 {
  font-family: obviously, sans-serif;
}

.heading-9 {
  font-family: obviously, sans-serif;
  font-weight: 400;
}

.text-block-27 {
  color: var(--_basis---color-primary);
  font-family: obviously-wide, sans-serif;
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: 700;
}

.div-block-52 {
  grid-column-gap: var(--_basis---space-sm);
  grid-row-gap: var(--_basis---space-sm);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-53 {
  grid-column-gap: var(--_basis---space-lg);
  grid-row-gap: var(--_basis---space-lg);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-54 {
  width: 100%;
}

.image-11 {
  border-radius: 16px;
}

.div-block-55 {
  padding: var(--_basis---space-md);
  background-color: var(--_basis---color-bg-light);
  width: 100%;
  height: 100vh;
}

.div-block-55.project, .div-block-55.notoppadding {
  padding-top: 0;
}

.div-block-56 {
  padding: var(--_basis---space-lg);
  border-radius: var(--_basis---space-sm);
  background-color: var(--_basis---color-primary);
  flex-flow: wrap;
  place-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-56.project {
  padding: var(--_basis---space-lg);
  background-image: url('../images/heutink-wiebe.webp');
  background-position: 0 0;
  background-size: cover;
}

.div-block-56.dexes {
  padding: var(--_basis---space-lg);
  background-image: url('../images/Logged-out.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-56.dexes.sense {
  background-image: url('../images/Homepage.png');
}

.div-block-56.dexes.happyslider {
  background-color: #7a3de4;
  background-image: none;
}

.div-block-56.thanks {
  grid-column-gap: var(--_basis---space-lg);
  grid-row-gap: var(--_basis---space-lg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div-block-56.rijksoverheid {
  padding-top: var(--_basis---space-lg);
  padding-right: var(--_basis---space-lg);
  padding-bottom: var(--_basis---space-lg);
  padding-left: var(--_basis---space-lg);
  background-color: #f1f5f9;
}

.div-block-56.rijksoverheid.sense {
  background-image: url('../images/Homepage.png');
}

.div-block-56.rijksoverheid.happyslider {
  background-color: #7a3de4;
  background-image: none;
}

.heading-10 {
  color: var(--_basis---color-secondary);
  text-transform: uppercase;
  justify-content: center;
  margin-top: -1.2rem;
  margin-bottom: 0;
  font-family: obviously-condensed, sans-serif;
  font-size: clamp(7rem, 15vw, 22rem);
  font-weight: 800;
  line-height: 100%;
  display: flex;
}

.heading-10.thin {
  text-transform: none;
  font-family: obviously-compressed, sans-serif;
  font-size: clamp(7rem, 12vw, 18rem);
  font-style: italic;
  font-weight: 400;
}

.div-block-57 {
  grid-column-gap: var(--_basis---space-sm);
  grid-row-gap: var(--_basis---space-sm);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.button-2 {
  color: #f44;
  background-color: #c247471a;
  border: 2px solid #f44;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  padding: 24px;
  font-family: obviously-wide, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.heading-11 {
  margin-bottom: var(--_basis---space-sm);
  color: var(--_basis---color-primary);
  text-transform: uppercase;
  font-family: obviously-condensed, sans-serif;
  font-size: clamp(4rem, 8vw, 12rem);
  line-height: 100%;
}

.heading-11.dark {
  color: var(--_basis---color-bg-dark);
}

.heading-11.white {
  color: var(--_basis---color-bg-light);
}

.projectklant {
  margin-bottom: var(--_basis---space-sm);
  font-family: obviously-wide, sans-serif;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 400;
  line-height: 100%;
}

.projectklant.dark {
  color: var(--_basis---color-bg-dark);
}

.div-block-58 {
  margin-top: var(--_basis---space-lg);
  grid-column-gap: var(--_basis---space-xs);
  grid-row-gap: var(--_basis---space-xs);
  display: flex;
}

.div-block-59 {
  padding-top: var(--_basis---space-sm);
  padding-bottom: var(--_basis---space-md);
  padding-left: var(--_basis---space-md);
  background-color: var(--_basis---color-bg-light);
}

.div-block-60 {
  width: 100%;
}

.div-block-61 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.code-embed {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 400px;
  min-height: 570px;
  display: flex;
}

.image-12 {
  border: var(--_basis---space-2xs) none var(--_basis---color-bg-dark);
  border-radius: var(--_basis---space-xs);
  filter: drop-shadow(0 20px 11px #0000003d);
  max-width: 100%;
  max-height: 120%;
  transform: rotate(1deg);
}

.image-12.rotate {
  transform: rotate(0);
}

.image-12.dikkerand {
  border-width: var(--_basis---space-sm);
  transform: none;
}

.foot-footer-2 {
  grid-column-gap: var(--_basis---space-2xl);
  grid-row-gap: var(--_basis---space-2xl);
  background-color: #fcfff5;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.link-2 {
  color: #0a0000;
  font-family: obviously, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.link-2:hover {
  color: #f44;
}

.link-2.footy-footer {
  color: #241100;
  text-transform: none;
  font-family: obviously-wide, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-2.footy-footer:hover {
  color: #f44;
}

.div-block-63 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 33%;
  display: flex;
}

.div-block-63.contact {
  justify-content: flex-start;
  align-items: stretch;
}

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

.button-3 {
  color: #f44;
  background-color: #c247471a;
  border: 2px solid #f44;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  padding: 24px;
  font-family: obviously-wide, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.button-3:hover {
  color: #eaf4d3;
  background-color: #f44;
}

.button-3.centered {
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1);
}

.button-3.centered.black {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #241100;
  background-color: #fcfff5;
  border-color: #eaf4d3;
  padding-left: 16px;
  text-decoration: none;
}

.button-3.centered.black:hover {
  background-color: #eaf4d3;
}

.div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33%;
  max-width: 33%;
  display: flex;
}

.text-body-2 {
  color: var(--_basis---color-bg-light);
  text-align: left;
  max-width: 40ch;
  font-family: obviously, sans-serif;
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: 300;
  line-height: 160%;
}

.text-body-2.vet {
  color: var(--_basis---color-primary);
  font-weight: 400;
}

.text-body-2.centered {
  color: #eaf4d3;
  text-align: center;
  width: 100%;
  max-width: 56ch;
  font-size: clamp(18px, 1.4vw, 20px);
}

.text-body-2.small {
  font-size: clamp(14px, 1vw, 14px);
}

.text-block-29 {
  color: var(--_basis---color-bg-dark);
  font-family: obviously, sans-serif;
  font-size: clamp(60px, 5vw, 70px);
  font-weight: 400;
  line-height: 86%;
}

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

.div-block-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.link-3 {
  color: #0a0000;
  font-family: obviously, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.link-3:hover {
  color: #f44;
}

.link-3.footy-footer {
  color: #241100;
  text-transform: none;
  font-family: obviously-wide, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-3.footy-footer:hover {
  color: #f44;
}

.heading-2-2 {
  z-index: 2;
  color: #f44;
  text-transform: uppercase;
  max-width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  font-family: obviously-condensed, sans-serif;
  font-size: clamp(4rem, 6vw, 6rem);
  font-weight: 700;
  line-height: 86%;
  position: relative;
}

.heading-2-2.heading-footer {
  text-align: center;
  max-width: 24ch;
  font-size: clamp(8rem, 11vw, 11rem);
}

.div-block-66 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 33%;
  display: flex;
}

.div-block-66.contact {
  justify-content: flex-start;
  align-items: stretch;
}

.div-block-67 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-31 {
  font-family: obviously-narrow, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-14 {
  max-width: 60%;
}

.div-block-68 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--_basis---color-primary);
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.button-4 {
  color: #f44;
  background-color: #c247471a;
  border: 2px solid #f44;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  padding: 24px;
  font-family: obviously-wide, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.button-4:hover {
  color: #eaf4d3;
  background-color: #f44;
}

.button-4.centered {
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1);
}

.button-4.centered.black {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #241100;
  background-color: #fcfff5;
  border-color: #eaf4d3;
  padding-left: 16px;
  text-decoration: none;
}

.button-4.centered.black:hover {
  background-color: #eaf4d3;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33%;
  max-width: 33%;
  display: flex;
}

.footer-2 {
  padding-right: var(--_basis---space-md);
  padding-bottom: var(--_basis---space-md);
  padding-left: var(--_basis---space-md);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fcfff5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  color: var(--_basis---color-secondary);
}

.div-block-71 {
  width: 100%;
}

.error-message-2 {
  border-radius: 8px;
  line-height: 0;
}

.text-field-2 {
  border: 1px solid var(--_basis---color-bg-yellow);
  color: #eaf4d3;
  background-color: #ffffff14;
  border-radius: 8px;
  height: 4rem;
  font-family: obviously, sans-serif;
  font-size: 18px;
}

.button-5 {
  color: #f44;
  background-color: #c247471a;
  border: 2px solid #f44;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  padding: 24px;
  font-family: obviously-wide, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.button-5:hover {
  color: #eaf4d3;
  background-color: #f44;
}

.button-5.form {
  line-height: 0;
  position: relative;
}

.div-block-72 {
  width: 100%;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.success-message-2 {
  background-color: #dddddd0f;
  border-radius: 8px;
  font-family: obviously, sans-serif;
}

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

.div-block-73 {
  flex-flow: column;
  display: flex;
}

.code-embed-2 {
  width: 120%;
}

.code-embed-3 {
  min-width: 400px;
}

.div-block-74 {
  width: 50%;
}

.code-embed-4 {
  flex: 1;
  position: relative;
}

.div-block-75 {
  padding: var(--_basis---space-lg);
  border-radius: var(--_basis---space-sm);
  background-color: #7a3de4;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.section-8 {
  padding-right: var(--_basis---space-md);
  padding-bottom: var(--_basis---space-md);
  padding-left: var(--_basis---space-md);
  background-color: var(--_basis---color-bg-light);
  height: 100vh;
}

.code-embed-6 {
  height: 1px;
}

.div-block-76 {
  height: 100%;
}

.div-block-75-copy {
  padding: var(--_basis---space-lg);
  border-radius: var(--_basis---space-sm);
  background-color: #7a3de4;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-block-77 {
  grid-column-gap: var(--_basis---space-xs);
  grid-row-gap: var(--_basis---space-xs);
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 2400px;
  display: grid;
}

.div-block-78 {
  padding: var(--_basis---space-sm);
  border-radius: var(--_basis---space-xs);
  background-color: #f1f1f1;
}

.heading-12 {
  color: var(--_basis---color-primary);
  font-family: obviously, sans-serif;
  font-weight: 400;
}

.div-block-79 {
  padding-right: var(--_basis---space-lg);
  padding-left: var(--_basis---space-lg);
  border-radius: var(--_basis---space-xs);
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 40vh;
  display: flex;
}

.div-block-55-copy {
  padding: var(--_basis---space-md);
  background-color: var(--_basis---color-bg-light);
  width: 100%;
  height: auto;
}

.div-block-55-copy.project, .div-block-55-copy.notoppadding {
  padding-top: 0;
}

.image-15, .image-16, .image-17 {
  max-width: 80%;
}

.image-18 {
  max-width: 90%;
}

.klanten {
  max-width: 126px;
}

.div-block-82 {
  grid-column-gap: var(--_basis---space-xs);
  grid-row-gap: var(--_basis---space-xs);
  display: flex;
}

.div-block-84 {
  padding: var(--_basis---space-2xl);
  border-radius: var(--_basis---space-sm);
  background-color: #020122;
  width: 66.66%;
}

.wiebenik {
  margin-bottom: var(--_basis---space-sm);
  color: var(--_basis---color-primary);
  text-transform: uppercase;
  max-width: 20ch;
  font-family: obviously-condensed, sans-serif;
  font-size: clamp(2rem, 6vw, 6rem);
  line-height: 100%;
}

.wiebenik.dark {
  color: var(--_basis---color-bg-dark);
}

.wiebenik.white {
  color: var(--_basis---color-bg-light);
}

.div-block-85 {
  width: 33.33%;
}

.image-19 {
  border-radius: var(--_basis---space-sm);
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: var(--_basis---space-xl);
    padding-left: var(--_basis---space-lg);
    min-height: 0;
  }

  .section.light-bg {
    padding-right: var(--_basis---space-md);
    padding-left: var(--_basis---space-md);
  }

  .section.less-padding {
    padding-right: var(--_basis---space-lg);
  }

  .site-header {
    display: none;
  }

  .title-content {
    padding-left: var(--_basis---space-md);
  }

  .title-content.schilderijen {
    padding-right: var(--_basis---space-md);
    padding-left: var(--_basis---space-md);
    height: 50vh;
  }

  .card-1 {
    grid-column-gap: var(--_basis---space-2xs);
    grid-row-gap: var(--_basis---space-2xs);
  }

  .intro-text {
    font-size: clamp(1.8rem, 3.5vw, 5rem);
  }

  .intro-text.smaller {
    font-size: clamp(1.8rem, 2.8vw, 4.6rem);
  }

  .div-block-15 {
    max-width: 72vw;
  }

  .div-block-16 {
    margin-left: 0;
  }

  .div-block-17 {
    padding-bottom: var(--_basis---space-2xs);
    grid-column-gap: var(--_basis---space-xl);
    grid-row-gap: var(--_basis---space-xl);
    width: 100%;
  }

  .text-block-5 {
    font-size: 35px;
  }

  .text-block-6 {
    font-size: 17px;
  }

  .heading-2 {
    font-size: clamp(5rem, 6vw, 6rem);
  }

  .heading-2.heading-footer {
    max-width: 100%;
    font-size: clamp(7rem, 11vw, 11rem);
  }

  .div-block-18.showcases-viewport {
    padding-left: var(--_basis---space-sm);
  }

  .div-block-19 {
    grid-column-gap: var(--_basis---space-2xs);
    grid-row-gap: var(--_basis---space-2xs);
  }

  .div-block-21 {
    padding-left: var(--_basis---space-xl);
  }

  .div-block-23 {
    max-height: 42vh;
  }

  .div-block-27 {
    grid-column-gap: 5.2rem;
    grid-row-gap: 5.2rem;
  }

  .div-block-28 {
    max-width: 100%;
  }

  .div-block-29 {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    max-width: 100%;
  }

  .div-block-32 {
    flex-flow: column;
    display: flex;
  }

  .hero-title.animate-in {
    font-size: clamp(9rem, 13vw, 20rem);
  }

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

  .div-block-35 {
    width: 100%;
    height: auto;
  }

  .div-block-35.linksonder {
    width: 100%;
    height: 100%;
  }

  .div-block-35.linksonder.happyslider {
    flex-flow: column;
    order: -9999;
  }

  .div-block-35.reonder {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-35.libo {
    height: auto;
  }

  .div-block-35.rebo {
    padding-top: var(--_basis---space-2xs);
    padding-right: var(--_basis---space-xs);
    width: 100%;
  }

  .header-container {
    width: 100%;
  }

  .link.footy-footer {
    font-size: 19px;
  }

  .contact-btn {
    background-color: var(--_basis---color-bg-light);
  }

  .masonry {
    padding-right: var(--_basis---space-md);
    padding-left: var(--_basis---space-md);
    grid-column-gap: var(--_basis---space-md);
    grid-row-gap: var(--_basis---space-md);
    grid-template-columns: 1fr 1fr;
  }

  .div-block-43 {
    padding-right: var(--_basis---space-xs);
    padding-left: var(--_basis---space-xs);
  }

  .text-block-22 {
    color: var(--_basis---color-bg);
  }

  .section-5 {
    padding-top: var(--_basis---space-sm);
    display: block;
  }

  .header-mobile {
    padding-top: var(--_basis---space-sm);
    padding-right: var(--_basis---space-sm);
    padding-left: var(--_basis---space-sm);
    position: sticky;
  }

  .mobile-menu {
    padding: var(--_basis---space-sm) var(--_basis---space-md);
    background-color: var(--_basis---color-primary);
    color: var(--_basis---color-secondary);
    border-radius: 8px;
    text-decoration: none;
  }

  .text-block-23 {
    text-transform: uppercase;
    font-family: obviously-narrow, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }

  .section-7 {
    z-index: 999;
    width: 100%;
    height: 100px;
    position: fixed;
  }

  .fullscreen-menu {
    z-index: 5;
    padding-left: var(--_basis---space-2xl);
    grid-column-gap: var(--_basis---space-xl);
    grid-row-gap: var(--_basis---space-xl);
    background-color: var(--_basis---color-secondary);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }

  .fullscreen-menu-link {
    color: var(--_basis---color-primary);
    text-transform: none;
    font-family: obviously-narrow, sans-serif;
    font-size: clamp(2.8rem, 3.5vw, 5rem);
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
  }

  .image-10 {
    max-width: 80%;
  }

  .full-screen-nav, .div-block-47 {
    grid-column-gap: var(--_basis---space-lg);
    grid-row-gap: var(--_basis---space-lg);
    flex-flow: column;
    display: flex;
  }

  .div-block-48 {
    grid-column-gap: var(--_basis---space-lg);
    grid-row-gap: var(--_basis---space-lg);
  }

  .div-block-55.notoppadding {
    height: auto;
  }

  .div-block-56 {
    padding: var(--_basis---space-md);
    flex-flow: column;
  }

  .div-block-56.project {
    padding: var(--_basis---space-md);
  }

  .div-block-56.dexes.happyslider, .div-block-56.rijksoverheid.happyslider {
    height: auto;
  }

  .heading-10 {
    font-size: clamp(10rem, 15vw, 22rem);
  }

  .heading-11 {
    font-size: clamp(6rem, 9vw, 15rem);
  }

  .div-block-60 {
    order: 9999;
  }

  .div-block-61 {
    height: 100%;
    min-height: 0;
  }

  .code-embed {
    min-height: 150px;
    padding-top: 0;
    padding-right: 0;
  }

  .image-12.rotate.smaller {
    max-width: 25%;
    max-height: 90%;
  }

  .image-12.dikkerand {
    max-width: 60%;
  }

  .foot-footer-2 {
    grid-column-gap: var(--_basis---space-lg);
    grid-row-gap: var(--_basis---space-lg);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-62 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-2.footy-footer {
    font-size: 19px;
  }

  .div-block-63 {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .link-3.footy-footer {
    font-size: 19px;
  }

  .heading-2-2 {
    font-size: clamp(5rem, 6vw, 6rem);
  }

  .heading-2-2.heading-footer {
    max-width: 100%;
    font-size: clamp(7rem, 11vw, 11rem);
  }

  .div-block-67 {
    width: 100%;
  }

  .footer-2 {
    padding-right: var(--_basis---space-md);
    padding-bottom: var(--_basis---space-md);
    padding-left: var(--_basis---space-md);
  }

  .div-block-77 {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .div-block-55-copy.notoppadding {
    height: auto;
  }

  .div-block-80, .div-block-81 {
    display: none;
  }

  .div-block-82 {
    flex-flow: column;
  }

  .div-block-84 {
    width: 100%;
  }

  .wiebenik {
    font-size: clamp(6rem, 9vw, 15rem);
  }

  .div-block-85 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .text-block-15 {
    max-width: 80%;
  }

  .link.footy-footer {
    font-size: 14px;
  }

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

  .div-block-39 {
    padding-bottom: var(--_basis---space-2xl);
  }

  .header-mobile {
    padding-top: var(--_basis---space-xs);
    padding-right: var(--_basis---space-xs);
    padding-left: var(--_basis---space-xs);
  }

  .div-block-48 {
    flex-flow: column;
  }

  .link-2.footy-footer, .link-3.footy-footer {
    font-size: 14px;
  }

  .div-block-77 {
    grid-template-columns: 2fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.schilderijen {
    flex-flow: column;
    height: 40vh;
    display: flex;
  }

  .section {
    padding-right: var(--_basis---space-xs);
    padding-left: var(--_basis---space-sm);
    overflow: hidden;
  }

  .section.showcases {
    padding-left: var(--_basis---space-xs);
    flex-flow: column;
  }

  .section.light-bg {
    padding: var(--_basis---space-xl) var(--_basis---space-sm) var(--_basis---space-lg);
  }

  .section.less-padding {
    padding-right: var(--_basis---space-xs);
    padding-left: var(--_basis---space-xs);
  }

  .title-content {
    grid-column-gap: var(--_basis---space-md);
    grid-row-gap: var(--_basis---space-md);
  }

  .section-4 {
    display: none;
  }

  .section-4.mobile {
    display: block;
  }

  .viewport-frame {
    width: 100%;
    max-width: 100%;
  }

  .card-1.mobile {
    max-width: none;
    position: absolute;
    top: 32%;
    left: auto;
    transform: none;
  }

  .text-block-2 {
    max-width: 100%;
  }

  .intro-text {
    font-size: clamp(1.7rem, 3.5vw, 5rem);
  }

  .div-block-15, .div-block-16 {
    max-width: 100vw;
  }

  .heading-2 {
    font-size: clamp(3.6rem, 6vw, 6rem);
  }

  .heading-2.heading-footer {
    font-size: clamp(5rem, 11vw, 11rem);
  }

  .div-block-18.showcases-viewport {
    padding-left: var(--_basis---space-xs);
  }

  .div-block-19 {
    grid-column-gap: var(--_basis---space-sm);
    grid-row-gap: var(--_basis---space-sm);
    overflow: visible;
  }

  .div-block-20 {
    max-width: 86vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    padding-top: var(--_basis---space-lg);
    padding-left: var(--_basis---space-xs);
    overflow: hidden;
  }

  .div-block-23 {
    aspect-ratio: 1;
    max-height: 100%;
  }

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

  .button.mobile {
    padding-top: var(--_basis---space-sm);
    padding-bottom: var(--_basis---space-sm);
    font-size: 11px;
  }

  .div-block-25 {
    padding-top: var(--_basis---space-xs);
    grid-column-gap: var(--_basis---space-2xs);
    grid-row-gap: var(--_basis---space-2xs);
  }

  .div-block-26 {
    grid-column-gap: var(--_basis---space-xs);
    grid-row-gap: var(--_basis---space-xs);
    flex-flow: column;
    align-items: flex-start;
  }

  .text-block-7 {
    font-size: 28px;
  }

  .div-block-27 {
    width: 100%;
  }

  .heading-7 {
    text-align: left;
    font-size: 33px;
  }

  .div-block-29 {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    display: grid;
  }

  .div-block-32 {
    max-width: 100%;
  }

  .hero-title.full-width {
    font-size: clamp(5rem, 25vw, 20rem);
  }

  .hero-title.animate-in {
    max-width: 100%;
    font-size: clamp(5.2rem, 13vw, 20rem);
  }

  .section-container {
    padding-left: 0;
    overflow: hidden;
  }

  .text-body {
    text-align: left;
    font-size: clamp(18px, 1.4vw, 20px);
  }

  .text-body.centered {
    color: var(--_basis---color-primary);
    max-width: 100%;
  }

  .text-block-15 {
    font-size: clamp(3rem, 5vw, 6rem);
  }

  .head {
    max-width: none;
  }

  .div-block-35.linksonder {
    grid-column-gap: var(--_basis---space-2xs);
    grid-row-gap: var(--_basis---space-2xs);
    display: none;
  }

  .div-block-35.linksonder.happyslider.mobile {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-35.linksonder.mobile {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .div-block-35.reonder {
    width: 100%;
  }

  .div-block-35.reonder.hide, .div-block-35.libo.hide {
    display: none;
  }

  .div-block-35.rebo {
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-35.rebo.smaller {
    grid-column-gap: var(--_basis---space-xs);
    grid-row-gap: var(--_basis---space-xs);
    justify-content: space-between;
    align-items: flex-start;
  }

  .link.footy-footer {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .masonry {
    padding-right: var(--_basis---space-sm);
    padding-bottom: var(--_basis---space-sm);
    padding-left: var(--_basis---space-sm);
    width: 100%;
    max-width: 100%;
  }

  .div-block-39 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .div-block-40 {
    width: 100%;
    max-width: 100%;
  }

  .text-block-17 {
    font-size: 16px;
  }

  .text-block-18 {
    font-size: 42px;
  }

  .gallery {
    width: 100%;
    max-width: 100%;
  }

  .image-8 {
    width: 100%;
  }

  .div-block-44 {
    padding-right: var(--_basis---space-sm);
    padding-left: var(--_basis---space-sm);
  }

  .div-block-45 {
    grid-column-gap: var(--_basis---space-lg);
    grid-row-gap: var(--_basis---space-lg);
    flex-flow: column;
  }

  .div-block-46 {
    grid-column-gap: var(--_basis---space-xs);
    grid-row-gap: var(--_basis---space-xs);
    flex-flow: column;
  }

  .fullscreen-menu {
    padding-top: var(--_basis---space-3xl);
    padding-bottom: var(--_basis---space-2xl);
    padding-left: var(--_basis---space-sm);
    grid-column-gap: var(--_basis---space-xl);
    grid-row-gap: var(--_basis---space-xl);
    justify-content: center;
    display: none;
  }

  .full-screen-nav {
    grid-column-gap: var(--_basis---space-lg);
    grid-row-gap: var(--_basis---space-lg);
    flex-flow: column;
    display: flex;
  }

  .text-block-24, .text-block-25 {
    text-align: center;
  }

  .form-block {
    max-width: none;
  }

  .div-block-55 {
    padding: var(--_basis---space-xs);
  }

  .div-block-56 {
    grid-column-gap: var(--_basis---space-lg);
    grid-row-gap: var(--_basis---space-lg);
  }

  .div-block-56.project {
    margin-bottom: var(--_basis---space-lg);
    grid-column-gap: var(--_basis---space-lg);
    grid-row-gap: var(--_basis---space-lg);
  }

  .div-block-56.dexes {
    margin-bottom: var(--_basis---space-lg);
    padding: var(--_basis---space-md);
    grid-column-gap: var(--_basis---space-xl);
    grid-row-gap: var(--_basis---space-xl);
  }

  .div-block-56.dexes.sense {
    margin-bottom: var(--_basis---space-lg);
    padding: var(--_basis---space-md);
  }

  .div-block-56.dexes.happyslider {
    margin-bottom: var(--_basis---space-lg);
    padding: var(--_basis---space-md);
    align-items: flex-start;
  }

  .div-block-56.rijksoverheid {
    margin-bottom: var(--_basis---space-lg);
    padding: var(--_basis---space-md);
    grid-column-gap: var(--_basis---space-xl);
    grid-row-gap: var(--_basis---space-xl);
  }

  .div-block-56.rijksoverheid.sense {
    margin-bottom: var(--_basis---space-lg);
    padding: var(--_basis---space-md);
  }

  .div-block-56.rijksoverheid.happyslider {
    margin-bottom: var(--_basis---space-lg);
    padding: var(--_basis---space-md);
    align-items: flex-start;
  }

  .heading-10 {
    font-size: clamp(6rem, 15vw, 22rem);
  }

  .heading-10.thin {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-57 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .button-2.mobile {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 11px;
  }

  .heading-11 {
    margin-top: 0;
    font-size: clamp(4.8rem, 9vw, 15rem);
  }

  .heading-11.dark {
    font-size: clamp(4.6rem, 9vw, 15rem);
  }

  .div-block-58 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-59 {
    padding-left: var(--_basis---space-xs);
  }

  .div-block-60 {
    padding-right: var(--_basis---space-sm);
    padding-left: var(--_basis---space-sm);
  }

  .div-block-61, .code-embed {
    justify-content: center;
    align-items: flex-start;
  }

  .image-12.rotate.smaller {
    width: 48%;
    max-width: none;
    max-height: none;
  }

  .image-12.dikkerand {
    max-width: 100%;
  }

  .foot-footer-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .div-block-62 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .link-2.footy-footer {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .div-block-63 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-63.contact {
    width: 100%;
  }

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

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

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

  .div-block-64 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .text-body-2 {
    text-align: left;
    font-size: clamp(18px, 1.4vw, 20px);
  }

  .text-body-2.centered {
    color: #f44;
    max-width: 100%;
  }

  .text-body-2.centered.light {
    color: var(--_basis---color-bg-light);
  }

  .text-block-29 {
    font-size: clamp(42px, 5vw, 70px);
  }

  .div-block-65 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .link-3.footy-footer {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .heading-2-2 {
    max-width: 100%;
    font-size: clamp(3.6rem, 6vw, 6rem);
  }

  .heading-2-2.heading-footer {
    font-size: clamp(5rem, 11vw, 11rem);
  }

  .div-block-66 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-66.contact {
    width: 100%;
  }

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

  .image-14 {
    max-width: 100%;
  }

  .div-block-68 {
    padding: var(--_basis---space-lg) var(--_basis---space-xs);
  }

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

  .div-block-70 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .footer-2 {
    padding-top: var(--_basis---space-2xs);
    padding-right: var(--_basis---space-xs);
    padding-left: var(--_basis---space-xs);
  }

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

  .code-embed-5 {
    display: none;
  }

  .div-block-75 {
    padding: var(--_basis---space-md) var(--_basis---space-2xs);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-8 {
    padding-right: var(--_basis---space-xs);
    padding-bottom: var(--_basis---space-xs);
    padding-left: var(--_basis---space-xs);
    height: 100%;
  }

  .code-embed-6 {
    height: 100%;
  }

  .div-block-76 {
    width: 100%;
  }

  .div-block-75-copy {
    padding: 0px 0px var(--_basis---space-md);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-77 {
    grid-template-columns: 2fr;
  }

  .div-block-55-copy {
    padding: var(--_basis---space-xs);
  }

  .div-block-80, .div-block-81 {
    display: none;
  }

  .div-block-82 {
    flex-flow: column;
  }

  .div-block-84 {
    padding: var(--_basis---space-xl) var(--_basis---space-sm);
    width: 100%;
  }

  .wiebenik {
    margin-top: 0;
    font-size: clamp(4.8rem, 9vw, 15rem);
  }

  .wiebenik.dark {
    font-size: clamp(4.6rem, 9vw, 15rem);
  }

  .div-block-85 {
    width: 100%;
  }
}

#w-node-c3d6910f-0d6d-8740-53c6-83792b726aa1-2f452b5d, #w-node-_703a1c25-2bb3-a4ce-1ae1-32bae5e1df1d-2f452b5d, #w-node-_25af3c14-91b4-b5d2-c9fb-0406ac57609f-2f452b5d, #w-node-df719375-3b4d-d743-cb11-3d4267e990bf-2f452b5d, #w-node-_9c9b808e-a03b-0e60-49a0-8b4b839b1091-2f452b5d, #w-node-e162d8cb-fea4-2c68-4395-0ebc54239675-2f452b5d, #w-node-_3a96eec4-3f74-37ff-7bc3-ce572f4b2feb-2f452b5d, #w-node-dee38182-1e1d-7204-ceb6-10dd1eb30702-2f452b5d, #w-node-_6d65a81a-7fc2-5ee0-0796-5776afdb3ef7-2f452b5d, #w-node-_02dda300-2bed-48f6-173a-20a87e642bd1-2f452b5d, #w-node-_8396898a-244b-4baf-829c-dd9e2ac84d33-2f452b5d, #w-node-_670c362b-d11a-d87c-2399-ccad62d6990b-2f452b5d, #w-node-d8dc9341-3dc5-3e15-1af0-50dc82d255f6-2f452b5d, #w-node-_6890969c-e846-8994-1d1c-324f9aecb0ed-2f452b5d {
  align-self: center;
}


