[id] {
    scroll-margin-top: 100px; 
}
.site-navigation ul.navigation li {
    display: block; 
    padding-bottom: 4px; 
    position: relative;
}

.site-navigation ul.navigation li.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px; 
    width: 100%; 
    background-color: #2259F3; 
}

.site-navigation ul.navigation li:hover::after {
    /*content: '';*/
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #2259F3;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 100;
    backdrop-filter : blur(2px);
}

.pbmit-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2; 
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}