.dawap-cookie-modal-open {
    overflow: hidden;
}

.dawap-cookie-consent {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 38px 20px;
    color: #24364d;
    color-scheme: light;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    isolation: isolate;
    -webkit-text-fill-color: currentColor;
}

.dawap-cookie-consent[hidden] {
    display: none !important;
}

.dawap-cookie-consent,
.dawap-cookie-consent *,
.dawap-cookie-consent *::before,
.dawap-cookie-consent *::after {
    box-sizing: border-box;
    -webkit-text-fill-color: currentColor;
}

.dawap-cookie-consent__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 13, 18, .62);
    backdrop-filter: saturate(85%);
}

.dawap-cookie-consent--notice {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 20px 20px;
    pointer-events: none;
}

.dawap-cookie-consent--notice .dawap-cookie-consent__backdrop {
    display: none;
}

.dawap-cookie-consent--notice .dawap-cookie-consent__dialog {
    width: min(100%, 540px);
    max-height: none;
    pointer-events: auto;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .24);
}

.dawap-cookie-consent--notice .dawap-cookie-consent__view {
    max-height: none;
}

.dawap-cookie-consent--notice .dawap-cookie-consent__header {
    gap: 14px;
    padding: 16px 18px 8px;
    border-bottom: 0;
}

.dawap-cookie-consent--notice .dawap-cookie-consent__title {
    font-size: 16px;
    line-height: 1.3;
}

.dawap-cookie-consent--notice .dawap-cookie-consent__close {
    width: 28px;
    height: 28px;
    font-size: 26px;
}

.dawap-cookie-consent--notice .dawap-cookie-consent__body {
    padding: 0 18px 12px;
}

.dawap-cookie-consent--notice .dawap-cookie-consent__intro {
    font-size: 12px;
    line-height: 1.45;
}

.dawap-cookie-consent--notice .dawap-cookie-consent__links {
    display: none;
}

.dawap-cookie-consent--notice .dawap-cookie-consent__footer {
    justify-content: flex-start;
    gap: 8px;
    padding: 0 18px 16px;
    border-top: 0;
    background: #fff;
}

.dawap-cookie-consent--notice .dawap-cookie-button {
    min-height: 34px;
    padding: 8px 11px;
    font-size: 12px;
}

.dawap-cookie-consent--notice .dawap-cookie-button--ghost {
    margin-left: auto;
}

.dawap-cookie-consent__dialog {
    position: relative;
    width: min(100%, 760px);
    max-height: calc(100vh - 76px);
    overflow: hidden;
    border: 1px solid rgba(15, 31, 54, .12);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .34);
}

.dawap-cookie-consent__dialog--preferences {
    width: min(100%, 920px);
}

.dawap-cookie-consent__view {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 76px);
}

.dawap-cookie-consent__view[hidden] {
    display: none !important;
}

.dawap-cookie-consent__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 34px 20px;
    border-bottom: 1px solid #d7dee8;
}

.dawap-cookie-consent__title {
    margin: 0;
    color: #17283f !important;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.dawap-cookie-consent__close {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #425873;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.dawap-cookie-consent__close:hover,
.dawap-cookie-consent__close:focus {
    background: #eef4ff;
    color: #006ff2;
    outline: none;
}

.dawap-cookie-consent__body {
    overflow: auto;
    padding: 26px 34px;
}

.dawap-cookie-consent__intro {
    margin: 0;
    color: #31445d !important;
    font-size: 14px;
    line-height: 1.7;
}

.dawap-cookie-consent__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 22px;
    font-size: 13px;
    font-weight: 700;
}

.dawap-cookie-consent__links a,
.dawap-cookie-link {
    color: #006ff2 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dawap-cookie-consent__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 34px 24px;
    border-top: 1px solid #d7dee8;
    background: #fbfcfe;
}

.dawap-cookie-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.dawap-cookie-button--primary {
    border: 1px solid #006ff2;
    background: #006ff2;
    color: #fff;
}

.dawap-cookie-button--primary:hover,
.dawap-cookie-button--primary:focus {
    border-color: #004fb4;
    background: #004fb4;
    color: #fff;
    outline: none;
}

.dawap-cookie-button--secondary {
    border: 1px solid #9babbd;
    background: #fff;
    color: #0b4f9f;
}

.dawap-cookie-button--secondary:hover,
.dawap-cookie-button--secondary:focus {
    border-color: #006ff2;
    background: #eef4ff;
    color: #004fb4;
    outline: none;
}

.dawap-cookie-button--ghost {
    border: 1px solid transparent;
    background: transparent;
    color: #0b4f9f;
}

.dawap-cookie-button--ghost:hover,
.dawap-cookie-button--ghost:focus {
    background: #eef4ff;
    color: #004fb4;
    outline: none;
}

.dawap-cookie-preferences {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .92fr);
    gap: 28px;
}

.dawap-cookie-category-list {
    position: relative;
    display: grid;
    gap: 16px;
    padding-left: 34px;
}

.dawap-cookie-category-list::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 13px;
    width: 2px;
    background: #d7dee8;
}

.dawap-cookie-category {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 0 0 16px;
    border-bottom: 1px solid #e8edf3;
}

.dawap-cookie-category:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.dawap-cookie-category::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -26px;
    width: 14px;
    height: 14px;
    border: 1px solid #b6c0cc;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px #fff;
}

.dawap-cookie-category--required::before {
    border-color: #00a985;
    background: #00d0a2;
}

.dawap-cookie-category__title {
    margin: 0;
    color: #23364e !important;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0;
}

.dawap-cookie-category__text {
    margin: 6px 0 0;
    color: #52677f !important;
    font-size: 13px;
    line-height: 1.45;
}

.dawap-cookie-category__state {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid #c6d3df;
    border-radius: 4px;
    padding: 5px 9px;
    background: #f7f9fc;
    color: #52677f;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.dawap-cookie-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 54px;
    height: 30px;
}

.dawap-cookie-switch input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.dawap-cookie-switch__track {
    width: 54px;
    height: 30px;
    border: 1px solid #aebccc;
    border-radius: 999px;
    background: #edf2f7;
    pointer-events: none;
    transition: background-color .18s ease, border-color .18s ease;
}

.dawap-cookie-switch__thumb {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 7px rgba(15, 31, 54, .26);
    pointer-events: none;
    transition: transform .18s ease;
}

.dawap-cookie-switch input:checked + .dawap-cookie-switch__track {
    border-color: #006ff2;
    background: #006ff2;
}

.dawap-cookie-switch input:checked ~ .dawap-cookie-switch__thumb {
    transform: translateX(24px);
}

.dawap-cookie-switch input:focus + .dawap-cookie-switch__track {
    box-shadow: 0 0 0 3px rgba(0, 111, 242, .2);
}

.dawap-cookie-switch input:disabled {
    cursor: not-allowed;
}

.dawap-cookie-summary {
    border-left: 1px solid #d7dee8;
    background: transparent !important;
    color: #24364d;
    padding-left: 28px;
}

.dawap-cookie-summary__group + .dawap-cookie-summary__group {
    margin-top: 22px;
}

.dawap-cookie-summary__title {
    margin: 0 0 10px;
    color: #23364e !important;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0;
}

.dawap-cookie-summary ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dawap-cookie-summary li {
    position: relative;
    padding-left: 14px;
    color: #52677f !important;
    font-size: 13px;
    line-height: 1.45;
}

.dawap-cookie-summary li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #8395aa;
}

.dawap-cookie-consent .dawap-cookie-consent__title {
    color: #17283f !important;
}

.dawap-cookie-consent .dawap-cookie-consent__intro {
    color: #31445d !important;
}

.dawap-cookie-consent .dawap-cookie-category__title,
.dawap-cookie-consent .dawap-cookie-summary__title {
    color: #23364e !important;
}

.dawap-cookie-consent .dawap-cookie-category__text,
.dawap-cookie-consent .dawap-cookie-summary li {
    color: #52677f !important;
}

.site-subfooter__cookie-link {
    border: 0;
    padding: 0;
    background: transparent;
    color: rgba(255, 255, 255, .72);
    font: inherit;
    cursor: pointer;
}

.site-subfooter__cookie-link:hover,
.site-subfooter__cookie-link:focus {
    color: #fff;
    outline: none;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 767.98px) {
    .dawap-cookie-consent {
        padding: 14px;
    }

    .dawap-cookie-consent__dialog,
    .dawap-cookie-consent__dialog--preferences {
        width: 100%;
        max-height: calc(100vh - 28px);
    }

    .dawap-cookie-consent__view {
        max-height: calc(100vh - 28px);
    }

    .dawap-cookie-consent__header,
    .dawap-cookie-consent__body,
    .dawap-cookie-consent__footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .dawap-cookie-consent__title {
        font-size: 19px;
    }

    .dawap-cookie-consent__footer {
        justify-content: stretch;
    }

    .dawap-cookie-button {
        width: 100%;
    }

    .dawap-cookie-preferences {
        grid-template-columns: 1fr;
    }

    .dawap-cookie-summary {
        border-left: 0;
        border-top: 1px solid #d7dee8;
        padding: 22px 0 0;
    }

    .dawap-cookie-category {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dawap-cookie-category__state,
    .dawap-cookie-switch {
        justify-self: start;
    }

    .dawap-cookie-consent--notice {
        padding: 0 10px 10px;
    }

    .dawap-cookie-consent--notice .dawap-cookie-consent__dialog {
        max-height: none;
    }

    .dawap-cookie-consent--notice .dawap-cookie-consent__header,
    .dawap-cookie-consent--notice .dawap-cookie-consent__body,
    .dawap-cookie-consent--notice .dawap-cookie-consent__footer {
        padding-left: 14px;
        padding-right: 14px;
    }

    .dawap-cookie-consent--notice .dawap-cookie-consent__footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .dawap-cookie-consent--notice .dawap-cookie-button {
        width: 100%;
    }

    .dawap-cookie-consent--notice .dawap-cookie-button--ghost {
        grid-column: 1 / -1;
        margin-left: 0;
    }
}
