.blur-mask {
    backdrop-filter: blur(6px) opacity(1);
}
.blur-mask {
    -webkit-backdrop-filter: blur(6px) opacity(1);
}
@media(max-width: 991px) {
    .menu-blur-mask {
    backdrop-filter: blur(6px) opacity(1);
    }
    .menu-blur-mask {
    -webkit-backdrop-filter: blur(6px) opacity(1);
    }
}
@media print {
    .nav-menu {
    display: none;
    }
    .header {
    position: absolute;
    }
}
.w-slider-dot {
    width: 5px;
    height: 10px;
    margin: 0 10px .3em;
}
.home-banner-slider {
    pointer-events: none;
}
.home-banner-slide-nav {
    pointer-events: auto;
}

.works-txt-mask {
    display: -webkit-box;
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    text-overflow: ellipsis;
    white-space: break-spaces;
}

.w-slider-dot {
    width: 10px;
    height: 5px;
    margin: 0 10px .3em;
}

.home-inspiration-txt > p {
    margin-bottom: 0px;
}

.about-team-expand {
    height: 0px;
}

.img-title {
    margin-right: 50px;
}

.works-img {
    height: 100%;
    object-fit: cover;
}

.works-img-b .w-slide {
    background: #000000;
}

.thumbnail-video-container {
    background: black;
    align-items: center;
    height: 100%;
}

.thumbnail-video {
    display: block;
    height: 100%;
}

.about-team-img:hover {
    cursor: pointer;
}

.home-happenings-btn-txt {
    white-space: nowrap;
}

.desktop-address {
    display: block;
}

.mobile-address {
    display: none;
}

.home-inspiration-txt {
    background-image: inherit;
}

.about-content p {
    margin-bottom: 20px;
}

.about-content-more p {
    margin-bottom: 20px;
}

.link-txt.current {
    text-decoration: underline;
}

.happenings-container {
    width: 300px;
    height: 100%;
    display: block;
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
}

.happenings-btn-close {
    z-index: 1001;
    display: none;
    position: absolute;
    top: 95px;
    opacity: 0;
}

.home-happenings-expand-content {
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .desktop-address {
        display: none;
    }

    .mobile-address {
        display: block;
    }

    .happenings-btn-close {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .about-team-link {
        display: none !important;
    }

    .about-team-link-on {
        display: none !important;
    }
}
