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

#pk_flex_content .flex_layout.hero_afbeelding_normaal .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_normaal .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%);
}

#pk_flex_content .flex_layout.hero_afbeelding_normaal .flex_container.black::after {
    background: linear-gradient(247deg, rgba(0, 0, 0, 0.00) 6.4%, rgba(0, 0, 0, 0.39) 94.48%);
}

#pk_flex_content .flex_layout.hero_afbeelding_normaal .flex_container.brown::after {
    background: linear-gradient(229deg, rgba(89, 51, 42, 0.00) 32.66%, rgba(89, 51, 42, 0.67) 80.96%);
}

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

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

#pk_flex_content .flex_layout.hero_afbeelding_normaal .heading_wrapper .heading {
    line-height: 108%;
    letter-spacing: -2.32px;
    margin-bottom: 20px;
    color: #FDFBEF
}

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

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

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

    #pk_flex_content .flex_layout.hero_afbeelding_normaal .heading_wrapper .heading {
        margin-bottom: 16px;
    }

    #pk_flex_content .flex_layout.hero_afbeelding_normaal .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_normaal .flex_hero_inner {
        padding: 40px 20px 40px 20px;
    }

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

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

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