html,
body {
    overflow-x: hidden !important;
    font-family: sans-serif !important;

}

body {
    position: relative
}

.nav-warning {
    position: relative;
    z-index: 999;
    width: 100%;
    background: red;
    color: white;
    padding-bottom: 6px;
    text-align: center;
    padding-top: 6px;
}

a.nav-link.active {
    color: #fff;
    text-decoration: none;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff;
    text-decoration: none;
}

.navbar>ul>li>a:before {
    content: none !important;
}

.navbar>ul>li>a:after {
    content: none !important;
}

.navbar>ul>li>a:before {
    background-color: #fff;
}

button#prebannerBtn {
    color: #191ca9 !important;
    background-color: white !important;
}

button#acceptCookies {
    background: #191ca9 !important;
}

.process-section {
    padding: 0px 0;
}

section {
    padding: 0px 0;
}

.btn-apply {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    color: white;
    display: block;
    margin: 40px auto 0;
}
button.ecn-navbar-toggler.navbar-toggler{
    border: none !important;
}

ul {
    padding: 0 !important;
}