html:has(.report_hero) {
    scroll-behavior: auto;
}
.relative {
    position: relative;
}
.custom_parallax {
   position: relative; 
   overflow: hidden;
}
.custom_parallax__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 350px);
    background-size: cover;
    background-position: center center;
}
.custom_parallax__bg img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.conservation {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0;
    align-items: stretch;
    overflow: hidden;
}
.conservation__content_bg {
    background-color: #fff;
    position: absolute;
    inset: 0;
}
.conservation__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    position: relative;
}
.conservation__media {
    display: flex;
    align-items: center;
}
.page-id-13120 #site-content {
    overflow: visible;
}
.full-video video {
    width: 100% !important;
}
.bg-video {
    overflow: visible !important;
    padding: 0 !important;
}
.bg-video .container {
    padding-block: 5rem;
    position: sticky;
    top: calc(var(--windowHeight) / 2);
}

@media(max-width: 767px) {
    .conservation {
        grid-template-columns: 1fr;
    }
}