#pk_flex_content .flex_layout.hero_afbeelding {
  max-width: unset;
  padding: 0px;
  overflow: hidden;
}

#pk_flex_content .flex_layout.hero_afbeelding .flex_container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: calc(100vh - 130px);
  display: flex;
  align-items: flex-end;
}

#pk_flex_content .flex_layout.hero_afbeelding .flex_container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: linear-gradient(247deg, rgba(0, 0, 0, 0.00) 6.4%, rgba(0, 0, 0, 0.39) 94.48%);
}

.fl-page-content.home #pk_flex_content .flex_layout.hero_afbeelding .flex_container::after {
  background: linear-gradient(180deg, rgba(89, 51, 42, 0.00) 50.42%, rgba(89, 51, 42, 0.50) 100%);
}

.flex_layout.hero_afbeelding .video_wrapper {
  position: absolute;
  inset: 0;
}

.flex_layout.hero_afbeelding .video_wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#pk_flex_content .flex_layout.hero_afbeelding .flex_hero_inner {
  max-width: 100%;
  width: 100%;
  padding: 120px 40px 40px 40px;
  position: relative;
}

#pk_flex_content .flex_layout.hero_afbeelding .flex_hero_inner .flex_container_inner {
  max-width: 680px;
  width: fit-content;
}

#pk_flex_content .flex_layout.hero_afbeelding .heading_wrapper .heading {
  font-size: 66px;
  line-height: 98%;
  letter-spacing: -2.64px;
  margin-bottom: 20px;
  color: #FDFBEF
}

#pk_flex_content .flex_layout.hero_afbeelding .heading_wrapper .heading span {
  font-size: clamp(22px, 22px + (40 - 22) * ((100vw - 350px) / (1510 - 350)), 40px);
  line-height: 98%;
  letter-spacing: -1.6px;
}

#pk_flex_content .flex_layout.hero_afbeelding .content_wrapper p {
  font-weight: 500;
  line-height: 140%;
  color: #FDFBEF;
  font-size: 20px;
  margin-bottom: 0;
}


#scroll_down {
  position: absolute;
  right: 57px;
  bottom: 105px;
}

#equiface-page .whatsapp_cta {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

@media screen and (max-width: 1200px) {
  #pk_flex_content .flex_layout.hero_afbeelding .flex_container {
    height: calc(100vh - 112px);
  }
}

@media screen and (max-width: 992px) {
  #pk_flex_content .flex_layout.hero_afbeelding .flex_container {
    height: calc(100vh - 102px);
  }

  #pk_flex_content .flex_layout.hero_afbeelding .flex_container::after {
    background: linear-gradient(180deg, rgba(89, 51, 42, 0.00) 0%, rgba(89, 51, 42, 0.74) 100%);
  }

  #pk_flex_content .flex_layout.hero_afbeelding .heading_wrapper .heading {
    margin-bottom: 16px;
    font-size: clamp(30px, 30px + (58 - 30) * ((100vw - 350px) / (1510 - 350)), 58px);
  }

  #pk_flex_content .flex_layout.hero_afbeelding .content_wrapper p {
    font-size: 16px;
  }

}

@media screen and (max-width: 800px) {
  #scroll_down {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #pk_flex_content .flex_layout.hero_afbeelding .flex_hero_inner {
    padding: 40px 20px 40px 20px;
  }

  #pk_flex_content .flex_layout.hero_afbeelding .flex_container {
    height: calc(100dvh - 63px);
  }

  #equiface-page .whatsapp_cta {
    right: 24px;
    bottom: 18px;
  }

  #pk_flex_content .flex_layout.hero_afbeelding .content_wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.64px;
  }
}