#cookie-notice-consent,
.cookie-notice-consent__embed {
    --cnc-color-accent: #0054ff
}
.no-js img.lazyload {
    display: none;
}

figure.wp-block-image img.lazyloading {
    min-width: 150px;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

#cookie-notice-consent {
    display: none;
}
.logo-box a img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
header {
    padding-top: 20px !important;
}
.fixed-header .logo-box img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.post-title:hover {
    color: #bf942d;
}
.about-clubs-content .video-block {
    padding-top: 0px;
}
.register-content-block {
    margin: 0px auto 25px;;
}
.contact-form .register-content-block input {
    padding-bottom: 11px;
    border-radius: 0rem;
    text-align: center;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}
.contact-form textarea {
    background-color: transparent;
    border-radius: none;
    color: #ffffff;
}
header.row.no-margin.justify-content-between.align-items-center {
    padding: 0px !important;
}
.fixed-header {
    padding: 0px;
}
.home-announcements-item:hover .post-title {
    color: #bf942d;
}