.lorentz-cookie-confirm-is-open {

    overflow: hidden;
}

.lorentz-cookie-confirm[hidden] {

    display: none;
}

.lorentz-cookie-confirm {

    position: fixed;
    inset: 0;
    z-index: 99999;
}

.lorentz-cookie-confirm__backdrop {

    position: absolute;
    inset: 0;
    background: rgba(13, 26, 38, 0.58);
}

.lorentz-cookie-confirm__panel {

    position: relative;
    z-index: 1;
    width: min(720px, calc(100vw - 32px));
    max-height: calc(100vh - 96px);
    margin: 48px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(13, 26, 38, 0.28);
    padding: 28px;
    overflow-y: auto;
}

.lorentz-cookie-confirm__title {

    margin: 0 0 12px;
    font-weight: 700;
}

.lorentz-cookie-confirm__copy {

    margin: 0;
    color: #3c434a;
}

.lorentz-cookie-confirm__services {

    display: grid;
    gap: 8px;
    margin-top: 18px;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.lorentz-cookie-confirm__services--collapsed {

    max-height: 0;
    margin-top: 0;
    opacity: 0;
}

.lorentz-cookie-confirm__services--expanded {

    max-height: min(52vh, 480px);
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 1;
}

.lorentz-cookie-confirm__group-title {

    margin-top: 6px;
    color: rgb(0, 135, 206);
    font-size: 15px;
    font-weight: 700;
    text-transform: lowercase;
}

.lorentz-cookie-confirm__service {

    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 12px;
    align-items: start;
    padding: 8px 14px;
    border: 1px solid #dcdcde;
    border-radius: 12px;
    background: #f9fafb;
}

.lorentz-cookie-confirm__service:hover {

    border-color: rgba(0, 135, 206, 0.4);
    background: #f2f8fb;
}

.lorentz-cookie-confirm__service input {

    margin-top: 3px;
}

.lorentz-cookie-confirm__service-title {

    font-weight: 600;
}

.lorentz-cookie-confirm__service-description {

    grid-column: 2;
    color: #50575e;
}

.lorentz-cookie-confirm__actions {

    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.lorentz-cookie-confirm__button,
.lorentz-cookie-confirm-reopen .button {

    text-transform: lowercase;
}

.lorentz-cookie-confirm__button--close {

    margin-left: auto;
}

.lorentz-cookie-confirm__button[disabled],
.lorentz-cookie-confirm__button[aria-disabled='true'] {

    background: #dcdcde !important;
    border-color: #dcdcde !important;
    color: #8c8f94 !important;
    box-shadow: none !important;
    cursor: not-allowed;
    opacity: 1;
}

.w-toplink,
.w-toplink.active,
.lorentz-cookie-confirm-open {

    bottom: 10px !important;
    margin: 0 !important;
}

.w-toplink {

    z-index: 9999;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.16);
    color: rgba(255, 255, 255, 0.72) !important;
    cursor: default;
}

.w-toplink.active {

    background-color: rgba(0, 0, 0, 0.3);
    color: #fff !important;
    cursor: pointer;
}

.lorentz-cookie-confirm-open {

    --lorentz-cookie-confirm-open-default-right: 77px;
    position: fixed !important;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    right: var(--lorentz-cookie-confirm-open-right, var(--lorentz-cookie-confirm-open-default-right));
    z-index: 2147483000 !important;
    height: 54px;
    padding: 0 20px;
    border: 0;
    border-radius: 27px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: lowercase;
    white-space: nowrap;
    box-shadow: none;
    cursor: pointer;
    pointer-events: auto !important;
    touch-action: manipulation;
    isolation: isolate;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, right 0.3s ease, bottom 0.3s ease, height 0.3s ease, transform 0.3s ease;
}

.lorentz-cookie-confirm-open__icon {

    display: none;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    line-height: 0;
}

.lorentz-cookie-confirm-open__icon svg {

    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.lorentz-cookie-confirm-open--toplink-active {

    z-index: 2147483000 !important;
}

.lorentz-cookie-confirm-open:hover,
.lorentz-cookie-confirm-open:focus {

    background-color: #0078b4;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 30px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.lorentz-cookie-confirm-is-open .lorentz-cookie-confirm-open {

    z-index: 99998 !important;
    pointer-events: none !important;
}

.floatton-btn.floatton-btn-12643:hover,
.floatton-btn.floatton-btn-12643:focus {

    background-color: rgb(0, 80, 130) !important;
}

.lorentz-cookie-confirm-reopen {

    margin-top: 24px;
}

.lorentz-cookie-confirm-placeholder {

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 24px;
    border-radius: 4px;
    background: linear-gradient(135deg, #f2f8fb 0%, #e5eef4 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.lorentz-cookie-confirm-placeholder::before {

    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.lorentz-cookie-confirm-placeholder--ratio {

    position: relative;
    min-height: 0;
    padding-top: 56.25%;
}

.lorentz-cookie-confirm-placeholder--ratio .lorentz-cookie-confirm-placeholder__inner {

    position: absolute;
    inset: 0;
}

.lorentz-cookie-confirm-placeholder--map-frame {

    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

.lorentz-cookie-confirm-placeholder__inner {

    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.lorentz-cookie-confirm-placeholder__label {

    margin: 0;
    color: #0a4e75;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lorentz-cookie-confirm-placeholder__copy {

    margin: 0;
    max-width: 32rem;
    color: #3c434a;
}

.lorentz-cookie-confirm-placeholder__button {

    text-transform: lowercase;
}

.lorentz-cookie-confirm-placeholder--poster {

    align-items: stretch;
    justify-content: stretch;
}

.lorentz-cookie-confirm-placeholder--poster .lorentz-cookie-confirm-placeholder__inner {

    align-items: flex-start;
    justify-content: flex-end;
    min-height: 100%;
    padding: 24px;
    text-align: left;
}

.lorentz-cookie-confirm-placeholder--poster .lorentz-cookie-confirm-placeholder__label,
.lorentz-cookie-confirm-placeholder--poster .lorentz-cookie-confirm-placeholder__copy {

    color: #fff;
    text-shadow: 0 2px 10px rgba(13, 26, 38, 0.4);
}

.lorentz-cookie-confirm-placeholder--poster .lorentz-cookie-confirm-placeholder__label {

    font-size: 12px;
    line-height: 1.4;
}

.lorentz-cookie-confirm-placeholder--poster .lorentz-cookie-confirm-placeholder__button {

    align-self: flex-end;
    margin-top: auto;
}

@media (max-width: 782px) {

    .lorentz-cookie-confirm__panel {

        width: calc(100vw - 20px);
        max-height: calc(100vh - 40px);
        margin: 20px auto;
        padding: 20px;
    }

    .lorentz-cookie-confirm__actions {

        flex-direction: column;
    }

    .lorentz-cookie-confirm__button {

        width: 100%;
        justify-content: center;
    }

    .lorentz-cookie-confirm-open {

        --lorentz-cookie-confirm-open-default-right: 77px;
        width: auto;
        max-width: calc(100vw - 20px);
        justify-content: center;
        width: 54px;
        height: 54px;
        padding: 0;
        border-radius: 27px;
    }

    .lorentz-cookie-confirm-open__label {

        display: none;
    }

    .lorentz-cookie-confirm-open__icon {

        display: inline-block;
    }
}
