@import url(theme.css);

body {
    margin: 0;
    padding: 0;
}

legal-root {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

legal-lite,
legal-lite * {
    box-sizing: border-box;
}

legal-lite a {
    color: var(--cl-special-color);
}

legal-lite {
    display: block;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    font-family: var(--cl-font-family);
    font-size: 15px;
    line-height: 20px;
    position: relative;
}

.legal-lite-backdrop {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .8;
}

.legal-lite {
    position: relative;
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    width: 100%;
    max-width: 800px;
}

.cdp-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    text-align: center;
    padding: 0 0 40px;
}

.cdp-logo-wrap {
    border-bottom: 1px solid var(--cl-border-color-base);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.cdp-logo {
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.cdp-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

.cdp-logo-wrap:has(.cdp-logo:empty),
.cdp-logo:empty {
    display: none;
}

.cdp-legal {
    border: 1px solid var(--cl-accent-color);
    border-radius: var(--cl-border-radius-base);
    overflow: hidden;
}

.cdp-legal .cdp-button {
    border-radius: 0;
    padding-top: 14px;
    padding-bottom: 14px;
}

.cdp-legal__body {
    padding: 20px 20px 25px;
}

.cdp-legal__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    gap: 10px;
}

.cdp-logo-group {display: flex; align-items: center; position: relative; flex-shrink: 0;}
.cdp-logo-group .cdp-logo-round + .cdp-logo-round {margin-left: -10px;}
.cdp-logo-round {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    box-shadow: 0 5.79px 11.58px 0 #0000001A;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cdp-logo-round img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0;
    background: #ccc;
    object-fit: cover;
}

.cdp-legal__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cdp-icon-with-text {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cdp-icon-with-text__icon {
    flex-shrink: 0;
}
.cdp-icon-with-text__text {
    font-size: 12px;
    line-height: 20px;
}
.cdp-legal__body {}
.cdp-legal__body {}
.cdp-legal__body {}


.cdp-footer {
    margin-top: auto;
}

.cdp-h2 {
    font-weight: var(--cl-headings-weight);
    font-size: 18px;
    line-height: 25px;
}

.cdp-h5 {
    font-weight: var(--cl-headings-weight);
    font-size: 15px;
    line-height: 20px;
}

.cdp-p4 {
    font-size: 10px;
    line-height: 15px;
}

.cdp-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 20px;
}
.cdp-checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.cdp-checkbox label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cdp-checkbox .cdp-label a {
    position: relative;
}
.cdp-checkbox .cdp-box {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    border: 1px solid var(--cl-border-color);
    border-radius: var(--cl-border-radius-sm);
    align-self: flex-start;
    flex-shrink: 0;
}
.cdp-checkbox .cdp-mark {
    width: 20px;
    height: 20px;
    display: none;
}
.cdp-checkbox input:checked + .cdp-box {
    background: var(--cl-accent-color);
    border-color: var(--cl-accent-color);
}
.cdp-checkbox input:checked + .cdp-box .cdp-mark {
    display: block;
}
.cdp-checkbox.cdp-error .cdp-box {
    border-color: var(--cl-error-border-color);
}
.cdp-checkbox.cdp-error .cdp-label,
.cdp-checkbox.cdp-error .cdp-label a {
    color: var(--cl-error-color);
}
.cdp-caption-dark {
    color: var(--cl-caption-dark-color);
}

.cdp-indent-bottom-sm {
    margin-bottom: 20px;
}

.cdp-indent-bottom-md {
    margin-bottom: 30px;
}

.cdp-indent-bottom-lg {
    margin-bottom: 40px;
}

.cdp-indent-bottom-xl {
    margin-bottom: 60px;
}

.cdp-font-size-md {
    font-size: 14px;
    line-height: 20px;
}

.cdp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
    border-radius: var(--cl-border-radius-base);
    font-size: 15px;
    line-height: 20px;
    font-weight: var(--cl-headings-weight);
    padding: 19px 40px;
    cursor: pointer;
}

.cdp-button.cdp-fill-primary {
    background: var(--cl-accent-color);
    border: 1px solid var(--cl-accent-color);
    color: #fff;
}

.cdp-button.cdp-disabled {
    background: #f2f2f2;
    border: 1px solid #d4d3d3;
    color: #a2a0a0;
    pointer-events: none;
}

.cdp-button.cdp-block {
    width: 100%;
}

.legal-layer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: var(--cl-font-family);
    font-size: 15px;
    line-height: 20px;
    z-index: 1050;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}

.legal-layer-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.legal-layer-back {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 5px 0 -10px;
    cursor: pointer;
}

.legal-layer-title {
    flex-grow: 1;
}

.legal-layer-content {
    padding: 0 20px 100px;
}

.legal-layer-content hr {
    margin: 40px -20px;
    border: none;
    border-top: 1px solid var(--cl-border-color);
}

.legal-layer-content p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 20px;
}

.legal-layer-content h2 {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 20px;
}

.legal-layer-footer {
    padding: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.cdp-link {
    cursor: pointer;
}

.cdp-cta-subtitle {
    font-size: 12px;
    line-height: 20px;
}

@media (min-width: 992px) {
    legal-lite {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
        overflow-y: auto;
    }

    .cdp-connect-lite {
        width: 100%;
        max-width: 660px;
        margin: auto;
        border-radius: var(--cl-border-radius-base);
        height: auto;
        overflow: hidden;
    }

    .legal-layer {
        left: auto;
        right: 0;
        width: 520px;
        display: flex;
        flex-direction: column;
    }

    .legal-layer-content {
        flex-grow: 1;
    }

    .legal-layer-footer {
        left: auto;
        right: 0;
        width: 520px;
    }

    .cdp-p4 {
        font-size: 12px;
        line-height: 20px;
    }
}

