<style>
    .hero {
        position: relative;
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
    }

    .hero video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .hero-content {
        z-index: 1;
    }

.custom-shape-divider-bottom-1719392823 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1719392823 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 93px;
}

.custom-shape-divider-bottom-1719392823 .shape-fill {
    fill: #FFFFFF;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Change this to the color and opacity you need */
    pointer-events: none; /* Ensures the video controls are not blocked by the overlay */
}

.index-block {
  z-index: 1; 
} 

.column-width-22 {
   width: calc(100% / 2 );
}

</style>


