#home-page {row-gap: var(--size_l);}

.home_p-block-container {
    width: 100%;
    padding: 1.25rem;
    row-gap: var(--size_s);
    z-index: 5;
}
#home-page .home_p-block:first-of-type .home_p-block-container {padding-top: 3.5rem;}
@media only screen and (min-width: 768px) {
    .home_p-block-container {row-gap: var(--size);}
}




.home_p-block-anchor {top: -4rem;}
@media only screen and (min-width: 768px) {
    .home_p-block-anchor {top: -6rem;}
}




/* 
HOME BLOCK FULL 
*/
.home_p-block.--full {
    min-height: calc(100dvh + 16rem);
    max-height: calc(100dvh + 16rem);
    background: var(--c-black);
}

.home_p-bg--full {opacity: .8;}

.home_p-block-gradient {
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 16rem;
    max-height: 16rem;
    z-index: 3;
}

.home_p-block.--full .home_p-block-container {
    max-height: 100dvh;
    max-height: 100dvh;
    justify-content: flex-end;
}

.home_p-block.--full .block-c_button {background: var(--c-white);}


@media only screen and (min-width: 1096px) {
    .home_p-bg--full {opacity: 1;}

    .home_p-block-grad_blob {
        bottom: 1rem;
        left: 50vw;
        transform: translateX(-50%);
        width: 32rem;
        height: 16rem;
        opacity: .8;
        filter: blur(2rem);
        border-radius: 100%;
        /* backdrop-filter: blur(20px); */
    }
}


/* 
HOME BLOCK FIT 
*/
.home_p-block.--fit {flex-direction: column;}

.home_p-block .home_p-bg--fit:nth-of-type(1) {
    top: 50%;
    left: 0;
    width: var(--size_l);
    height: auto;
    transform: translateY(-50%);
}

.home_p-block .home_p-bg--fit:nth-of-type(2) {
    top: 50%;
    right: 0;
    width: var(--size_l);
    height: auto;
    transform: translateY(-50%);
}

.home_p-block .home_p-bg--fit.--mobile {
    top: unset !important;
    left: unset !important;
    right: unset !important;
    width: 100% !important;
    transform: unset !important;
    padding: var(--size_m);
}

.home_p-block-container .b-links:last-child {padding-bottom: 2rem;}

@media only screen and (min-width: 768px) {
    .home_p-block.--fit .home_p-block-container {padding: 0 10rem;}
    
    .home_p-block .home_p-bg--fit:nth-of-type(1),
    .home_p-block .home_p-bg--fit:nth-of-type(2) {width: 10rem;}

    .home_p-block-container .b-links:last-child {padding-bottom: 0;}
}

@media only screen and (min-width: 1096px) {
    .home_p-block .home_p-bg--fit:nth-of-type(1),
    .home_p-block .home_p-bg--fit:nth-of-type(2) {
        width: calc(calc(100vw - 40rem) / 2);
        max-width: 20rem;
    }
}



#home_p-video-dabiz--container {
    bottom: 5.5rem;
    right: 0;
    left: 0;
}

#home_p-video-dabiz {width: 48rem;}

#home_p-dabiz-munoz .b-headline:last-of-type {
    margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
    #home_p-video-dabiz--container {
        bottom: 3rem;
    }
}
@media only screen and (min-width: 1096px) {
    #home_p-video-dabiz--container {
        bottom: 3.5rem;
    }
}

.video-volume-toggle {
    bottom: 1.25rem;
    right: var(--size);
    column-gap: var(--size_s);
    z-index: 100;
}
#home_p-hero .video-volume-toggle {bottom: calc(1.25rem + 16rem);}

.video-volume-toggle img {
    width: auto;
    height: .85rem;
}

.video-volume-toggle[data-volume="mute"] img:nth-of-type(1),
.video-volume-toggle[data-volume="mute"] span:nth-of-type(1),
.video-volume-toggle[data-volume="unmute"] img:nth-of-type(2),
.video-volume-toggle[data-volume="unmute"] span:nth-of-type(2) {display: none;}


#home_p-video-replay {
    position: absolute;
    bottom: calc(1.25rem + 16rem);
    left: var(--size);
    column-gap: var(--size_s);
    z-index: 100;
}

@media only screen and (min-width: 768px) {
    #home_p-video-replay {
        left: var(--size_m);
    }
    .video-volume-toggle {
        right: var(--size_m);
    }
}

#home_p-video-replay .--icon {
    width: auto;
    height: .65rem;
}

#home_p-video-replay[data-color="grey"] .--icon path {fill: var(--c-grey);}
#home_p-video-replay[data-color="grey"] span {color: var(--c-grey);}
#home_p-video-replay[data-color="white"] .--icon path {fill: var(--c-white);}
#home_p-video-replay[data-color="white"] span {color: var(--c-white);}