.flex_layout.cta_big .cta_big_wrapper{
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: flex-end;
}

.flex_layout.cta_big .cta_big_wrapper .subtitel{
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}


.flex_layout.cta_big .cta_big_wrapper .content_container{
    position: absolute;
    background-color: var(--circuit-blue);
    border-radius: 16px;
    padding: 60px 50px;
    max-width: 550px;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    color: white;
    
    background-image: url(/wp-content/themes/bb-theme-child/assets/images/cta_lines.svg);
    background-position: center center;
    background-size: cover;
}

.flex_layout.cta_big .cta_big_wrapper .content_wrapper{
    max-width: 400px;
}

.flex_layout.cta_big .cta_big_wrapper .content_container .heading{
    color: white;
}

.flex_layout.cta_big .cta_big_wrapper .content_container .button_wrapper{
    display: flex;
    gap: 20px 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 35px;
}

/* .flex_layout.cta_big .cta_big_wrapper .content_container .button_wrapper a{
    flex: 1;
    min-width: calc(50% - 25px);
    max-width: calc(50% - 25px);
    
}

.flex_layout.cta_big .cta_big_wrapper .content_container .button_wrapper a span{
    width: 100%;
    justify-content: space-between;
}

.flex_layout.cta_big .cta_big_wrapper .content_container .button_wrapper a span:after{
    flex-shrink: 0;
}
*/

.flex_layout.cta_big .cta_big_wrapper > div.image_container > div.image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex_layout.cta_big .cta_big_wrapper .image_container{
    position: relative;
}

.flex_layout.cta_big .cta_big_wrapper > div.image_container{
    aspect-ratio: 975/800;
    position: relative;
}

.flex_layout.cta_big .cta_big_wrapper > div.image_container .image_wrapper,
.flex_layout.cta_big .cta_big_wrapper > div.image_container .image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#pk_flex_content .flex_layout.cta_big .discover_button{
    position: absolute;
    bottom: 3rem;
    right: 3rem;

    padding: 1.5rem;
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;   
    align-items: flex-start;
    gap: 15px;

    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12.5px);
    border-radius: 8px;
    color: white;
    max-width: 280px;
    text-align: left;
}

.flex_layout.cta_big .discover_button svg{
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.3s;
}

#pk_flex_content .flex_layout.cta_big .discover_button:hover svg{
    transform: rotate(45deg);
}

.flex_layout.cta_big .discover_button img{
    width: auto;
    max-width: 60px;
    height: auto;
    margin: -0.5rem;
}

.flex_layout.cta_big .discover_button span{
    font-size: 28px;
    font-weight: 500;
    color: white;
}

/* #pk_flex_content .key_fact_text{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
} */


@media screen and (max-width: 992px){
    .flex_layout.cta_big .cta_big_wrapper{
        gap: 0px;
    }
    
    .flex_layout.cta_big .cta_big_wrapper .content_container{
        position: absolute;
        background-color: var(--blue-dark);
        border-radius: 16px;
        padding: 50px 40px;
        max-width: 550px;
        width: 100%;
        left: 0px;
        top: 20%;
        transform: translate(0, -50%);
        z-index: 1;
        color: white;
    }
}


@media screen and (min-width: 768px){
    .flex_layout.cta_big .cta_big_wrapper > div.image_container{
        width: 80%;
        height: 100%;
    }
    
    .flex_layout.cta_big .cta_big_wrapper > div.image_container > div.image_wrapper{
        height: 100%;
    }
}
@media screen and (max-width: 767px){
    #pk_flex_content .flex_layout.cta_big{
        padding-inline: 0px;
        padding-top: 0px;
    }
    
    .flex_layout.cta_big .cta_big_wrapper{
        flex-direction: column;
        gap: 0px;
    }
    
    .flex_layout.cta_big .cta_big_wrapper .content_container{
        position: relative;
        padding: 30px 20px;
        margin-inline: 20px;
        max-width: calc(100vw - 40px);
        width: 100%;
        left: 0px;
        top: unset;
        margin-bottom: -100px;
        transform: unset;
    }
    
    #pk_flex_content .flex_layout.cta_big .discover_button{
        bottom: 20px;
        right: 20px;
    }
    
    .flex_layout.cta_big .cta_big_wrapper > div.image_container{
        aspect-ratio: 1/1;
        width: 100%;
    }
}