.ctnContentCookiesAlert {
    background-color: #003366;
    text-align: center;
    position: fixed;
    font-size: 14px;
    padding: 10px 0;
    z-index: 20;
    width: 100%;
}

.ctnContentCookiesAlert *,
.ctnContentCookiesAlert a:hover {
    color: #fff;
}

.ctnContentCookiesAlert a {
    text-decoration: underline;
}

.ctnContentCookiesAlert .ctnContentCookiesAlertInfo {
    margin-bottom: 30px;
}

.ctnContentCookiesAlert .btnCookiesAcceptSelected,
.ctnContentCookiesAlert .btnCookiesAcceptAll {
    display: inline-block;
    cursor: pointer;
    padding: 10px 0;
    width: 250px;
}

.ctnContentCookiesAlert .btnCookiesAcceptSelected {
    background-color: #0f4d89;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ctnContentCookiesAlert .btnCookiesAcceptAll {
    background-color: #e1266b;
    margin-right: 10px;
}

.ctnContentCookiesAlert .btnCookiesChoices {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ctnContentCookiesAlert .btnCookiesChoices > div {
    display: inline-block;
}

.ctnContentCookiesAlert .btnCookiesChoices > div:not(:last-child) {
    margin-right: 15px;
}

.ctnContentCookiesAlert .btnCookiesChoices input {
    display: inline-block !important;
    margin-right: 5px;
}

.ctnContentCookiesAlert .btnCookiesChoices label {
    position: relative;
    top: -1px;
}

iframe[src="https://consentcdn.cookiebot.com/sdk/bc.min.html"],
iframe[name="__uspapiLocator"] {
    position: fixed !important;
}
