/*section.semci-block .container-fluid {*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*}*/

/*.small-banner + section.semci-block .container-fluid {*/
/*    padding-top: 80px;*/
/*}*/



/*section.meet-the-team-block .meet-the-team-block__members a .meet-the-team-block__members__col__bg {*/
/*    overflow: hidden;*/
/*}*/

/*section.meet-the-team-block .meet-the-team-block__members a .meet-the-team-block__members__col__bg:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    opacity: 0;*/
/*    background: #e4e4e4;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    transition: all 0.4s;*/
/*}*/

/*section.meet-the-team-block .meet-the-team-block__members a .meet-the-team-block__members__col__bg:hover {*/
/*    -webkit-filter: blur(0) grayscale(0);*/
/*    filter: blur(0) grayscale(0);*/
/*}*/

/*section.meet-the-team-block .meet-the-team-block__members a .meet-the-team-block__members__col__bg:hover:after {*/
/*    opacity: 0.5;*/
/*}*/

/*section.text-image.white .container-fluid {*/
/*    padding-top: 60px;*/
/*    padding-bottom: 60px;*/
/*}*/
/*section.text-image.orange + .orange .container-fluid {*/
/*    padding-top: 0;*/
/*}*/

/*.masthead .masthead__top__right__socialicons {*/
/*    width: auto;*/
/*}*/

/*.post-styles__col__txt h4 {*/
/*    width: 115px;*/
/*    max-width: 100%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/


/*section.wide-image-text .contact-popup nf-field:last-child {*/
/*    grid-column: span 2;*/
/*    justify-self: center;*/
/*}*/

/*section.wide-image-text .contact-popup nf-field:last-child input[type="button"] {*/
/*    display: block;*/
/*    margin-left: auto!important;*/
/*    margin-right: auto!important;*/
/*}*/

/*section.meet-the-team-block.grey-blue + section.hero-block .hero-block__blocks {*/
/*    margin-top: 0;*/
/*}*/


/*.simple-sitemap-container ul {*/
/*    color: #e83e8c;*/
/*}*/

.meet-the-team-block__members__col {
        margin-bottom: 30px;
    }
    
    .hero-block {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    
    aside#moove_gdpr_cookie_info_bar.gdpr_lightbox-hidden {
    display: none;
}
aside#moove_gdpr_cookie_info_bar,
.gdpr_lightbox.gdpr_lightbox-opened.gdpr_lightbox-inline.moove_gdpr_cookie_modal_open {
    bottom: 0 !important;
    margin: 0;
    width: 100% !important;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    padding: 0;
    max-height: 100vh !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,.4) !important;
    border-top: 1px solid #2a363e !important;
    z-index: 999999999;
}

.moove-gdpr-info-bar-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px !important;
    background-color: white;
    border-radius: 25px;
}

.moove-gdpr-cookie-notice {
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.moove-gdpr-cookie-notice p {
    color: black !important;
    margin-bottom: 0.6em;
}

.moove-gdpr-button-holder {
    padding: 0 !important;
    justify-content: center;
}