.ch2 {
    padding: 0 !important;
}
.ch2-container,
.ch2-icon {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    text-align: left;
}
.ch2-container *,
.ch2-icon * {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    -webkit-box-sizing: initial !important;
    box-sizing: initial !important;
}
.ch2-container p,
.ch2-icon p {
    padding: 0;
}
.ch2-btn,
.ch2-container a,
.ch2-icon a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ch2-btn {
    border: 0;
    border-radius: 5px;
    font-size: 15px;
    line-height: 0 !important;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0 !important;
    min-height: auto !important;
    overflow: hidden;
    height: 13px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}
.ch2-btn:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
.ch2-btn-primary,
.ch2-btn-secondary,
.ch2-btn-text {
    padding: 15px 8px;
}
@media (max-width: 600px) {
    .ch2-btn-text {
        padding: 7px 8px;
    }
}
.ch2-btn-transparent {
    padding: 14px 8px;
}
.ch2-theme-default .ch2-btn-text {
    padding: 15px 8px;
}
.ch2-collapse {
    border-bottom: 1px solid #444;
    margin-bottom: 20px !important;
}
.ch2-collapse > div.ch2-settings-option,
.ch2-collapse > div > div.ch2-settings-option {
    display: block;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    position: inherit;
    margin-bottom: 0;
}
.ch2-collapse > div.ch2-settings-option .ch2-collapse,
.ch2-collapse > div > div.ch2-settings-option .ch2-collapse {
    margin-top: 20px;
}
.ch2-collapse > div.ch2-settings-option .ch2-collapse > div,
.ch2-collapse > div > div.ch2-settings-option .ch2-collapse > div {
    border: 0 !important;
    background: hsla(0, 0%, 100%, 0.02);
}
.ch2-collapse-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0 !important;
}
.ch2-collapse-toggler > div {
    padding: 10px 15px;
}
.ch2-collapse-toggler > a,
.ch2-collapse-toggler > span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 0 !important;
    text-decoration: none;
    padding: 10px 15px 10px 5px;
}
.ch2-collapse-toggler > a:before {
    content: '+';
    float: right;
}
.ch2-collapse-toggler > a[aria-expanded='true']:before {
    content: '-';
}
.ch2-collapse-content {
    padding: 5px 15px 20px !important;
}
.ch2-collapse-content ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}
.ch2-collapse-content ul li {
    display: inline-block;
    padding-right: 15px;
}
.ch2-collapse-content ul li a {
    text-decoration: none;
}
.ch2-block {
    background: hsla(0, 0%, 100%, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483647;
}
.ch2-block.ch2-style-dark {
    background: rgba(0, 0, 0, 0.5);
}
@media (max-height: 600px) {
    .ch2-container {
        overflow-y: auto;
    }
}
.ch2 .ch2-scale {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}
.ch2-dialog {
    display: none;
    outline: none;
    z-index: 700001;
    -webkit-box-sizing: unset !important;
    box-sizing: unset !important;
    max-height: 90vh;
    max-height: 90dvh;
}
.ch2-dialog-close a {
    float: right;
    display: block;
    width: 31px;
    height: 32px;
    position: absolute;
    right: 38px;
    margin-top: -8px;
}
.ch2-dialog-close a:after,
.ch2-dialog-close a:before {
    content: '\20';
    display: block;
    width: 24px;
    border-bottom: 2px solid rgba(51, 51, 51, 0.6);
    position: relative;
    left: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ch2-dialog-close a:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
}
.ch2-dialog-close a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}
.ch2-dialog-close a:hover:after,
.ch2-dialog-close a:hover:before {
    border-bottom: 2px solid #333;
}
.ch2-dialog #ch2-dialog-title {
    padding-right: 40px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
.ch2-dialog-content {
    overflow-y: auto;
    max-height: 70vh;
    max-height: 70dvh;
}
@media (max-width: 600px) {
    .ch2-dialog-content {
        overflow-y: auto;
        max-height: 465px;
        width: 100%;
    }
}
.ch2-dialog-content p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 4px;
}
.ch2-dialog-content p strong {
    font-weight: 700;
}
.ch2-dialog-content p:first-child {
    margin-top: 0;
    margin-bottom: 8px;
}
.ch2-dialog-content a {
    cursor: pointer;
}
.ch2-dialog-content a:hover {
    text-decoration: underline;
}
.ch2-dialog-actions button {
    white-space: nowrap;
    height: 13px;
}
.ch2-dialog-branding {
    padding: 24px 0 0;
    text-align: center;
    color: #555;
    font-size: 11px;
}
.ch2-dialog-branding a {
    color: #333;
    text-decoration: none;
    font-size: 11px;
}
.ch2-dialog-branding a:hover {
    text-decoration: underline;
}
.ch2-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    z-index: 600000;
}
.ch2-icon.ch2-visible {
    display: block;
}
@media (max-width: 800px) {
    .ch2-icon {
        left: 20px;
        bottom: 20px;
    }
}
.ch2-icon a {
    display: block;
    overflow: hidden;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-decoration: none !important;
    font-size: 13.5px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}
.ch2-icon a span {
    white-space: nowrap;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
}
.ch2-icon a svg {
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    padding: 7px;
    margin-right: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ch2-icon a:hover {
    width: auto;
}
.ch2-icon a:hover span {
    opacity: 1;
    margin-right: 20px;
}
.ch2-icon-right {
    left: auto;
    right: 20px;
}
@media (max-width: 800px) {
    .ch2-icon-right {
        right: 20px;
    }
}
.ch2-icon-right a span {
    margin: 0 0 0 20px;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    -webkit-transition: initial;
    transition: initial;
}
.ch2-icon-right a svg {
    margin-right: 0;
    margin-left: 12px;
    float: right;
}
.ch2-icon-right a:hover span {
    margin-right: 0;
}
.ch2-icon-compact {
    bottom: 22px;
    left: 20px;
}
.ch2-icon-compact a {
    border-radius: 14px !important;
    height: 28px;
    line-height: 27px;
    text-transform: none;
    font-size: 11px;
}
.ch2-icon-compact a svg {
    width: 14px;
    height: 14px;
    padding: 5px;
    margin-right: 10px;
}
.ch2-icon-compact.ch2-icon-right {
    left: auto !important;
}
.ch2-icon-compact.ch2-icon-right a svg {
    margin-right: 0;
    margin-left: 10px;
}
.ch2-icon-classic {
    left: 0;
    bottom: 0;
}
.ch2-icon-classic a {
    border-radius: 0 !important;
    background: inherit !important;
    height: auto;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    width: 50px;
}
.ch2-icon-classic a svg {
    border: 0 !important;
    border-radius: 0 !important;
    width: 14px !important;
    height: auto !important;
    padding: 28px 28px 8px 8px !important;
}
.ch2-icon-classic a:hover {
    width: 50px !important;
}
.ch2-icon-classic.ch2-icon-right {
    right: 0 !important;
    left: auto !important;
}
.ch2-icon-classic.ch2-icon-right a {
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.ch2-icon-classic.ch2-icon-right a svg {
    padding: 28px 8px 8px 28px !important;
}
.ch2-icon-classic.ch2-icon-right a:hover {
    width: 50px !important;
}
.ch2-icon-classic span {
    display: none;
}
.ch2-icon-default {
    bottom: 22px;
    left: 20px;
}
.ch2-icon-default a {
    height: 48px;
    width: 48px;
    line-height: 46px;
    text-transform: none;
    font-size: 11px;
    -webkit-box-shadow: 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    border-radius: 28px !important;
    border: 1.2px solid #f1f3f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ch2-icon-default a svg {
    height: 28px;
    width: 28px;
    padding: 10px;
    margin-right: 0;
    border-radius: 0;
}
.ch2-icon-default.ch2-icon-right {
    left: auto !important;
}
.ch2-icon-default.ch2-icon-right a svg {
    margin-right: 0;
    margin-left: 0;
}
.ch2-settings {
    display: none;
    outline: none;
    z-index: 700001;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border: 1px solid #eee;
    width: 705px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-height: 600px) {
    .ch2-settings {
        position: absolute;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        top: 0;
    }
}
@media (max-width: 800px) {
    .ch2-settings {
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: 0;
        box-shadow: 0;
        -webkit-transform: inherit;
        transform: inherit;
    }
}
.ch2-settings.ch2-visible {
    display: block;
}
@media (min-width: 801px) {
    .ch2-settings.ch2-visible {
        -webkit-animation: ch2-settings-in 0.2s ease-out;
        animation: ch2-settings-in 0.2s ease-out;
    }
}
.ch2-settings-header {
    border-bottom: 1px solid hsla(0, 0%, 43.9%, 0.1);
    height: 70px !important;
    line-height: 70px;
    padding: 0 35px;
}
.ch2-settings-header p {
    margin: 0;
    padding-top: 2px;
    height: 70px;
    line-height: 70px !important;
    overflow: hidden;
    white-space: nowrap;
    display: inherit;
    width: auto;
    outline: 0;
}
.ch2-settings-header p strong {
    font-size: 22px;
    font-weight: 700;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    text-size-adjust: auto;
}
@media (max-width: 800px) {
    .ch2-settings-header p strong {
        font-size: 3.1vw;
    }
}
@media (max-width: 450px) {
    .ch2-settings-header p strong {
        font-size: 4.2vw;
    }
}
.ch2-settings-header h2 {
    margin: 0;
    padding-top: 2px;
    height: 70px;
    line-height: 70px !important;
    overflow: hidden;
    white-space: nowrap;
    display: inherit;
    width: auto;
    outline: 0;
    font-size: 22px;
    font-weight: 700;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    text-size-adjust: auto;
}
@media (max-width: 800px) {
    .ch2-settings-header h2 {
        font-size: 3.1vw;
    }
}
@media (max-width: 450px) {
    .ch2-settings-header h2 {
        font-size: 4.2vw;
    }
}
.ch2-settings-header button {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 21px 0 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.ch2-settings-header button:after,
.ch2-settings-header button:before {
    content: '\20';
    display: block;
    width: 25px;
    border-bottom: 2px solid rgba(51, 51, 51, 0.6);
    position: relative;
    top: 0;
    left: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ch2-settings-header button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 2px;
}
.ch2-settings-header button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}
.ch2-settings-header button:hover:after,
.ch2-settings-header button:hover:before {
    border-bottom: 2px solid #333;
}
.ch2-settings-content {
    padding: 20px 35px;
    max-height: 500px;
    overflow-y: auto;
}
@media (max-height: 700px) {
    .ch2-settings-content {
        max-height: 350px;
    }
}
@media (max-height: 600px) {
    .ch2-settings-content {
        max-height: none;
        overflow-y: hidden;
    }
}
@media (max-width: 800px) {
    .ch2-settings-content {
        overflow-y: auto;
        height: calc(100vh - 216px);
        max-height: inherit;
    }
}
.ch2-settings-content p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 4px;
}
.ch2-settings-content p strong {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
.ch2-settings-content p a {
    text-decoration: none !important;
}
.ch2-settings-content h3 {
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 4px;
}
@media (max-width: 800px) {
    .ch2-settings-content .ch2-settings-tab-container {
        padding-bottom: 40px;
    }
}
.ch2-settings-content .ch2-settings-tab-container > p:last-child {
    color: #999;
    font-size: 11px;
    margin: 0;
}
@media (min-width: 801px) {
    .ch2-settings-content .ch2-settings-tab-container > p:last-child {
        display: none;
    }
}
.ch2-settings-content .ch2-settings-tab-container > p:last-child a {
    color: #666;
    font-weight: 700;
}
.ch2-settings-content .ch2-settings-tab-container > button {
    margin-top: 20px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 800px) {
    .ch2-settings-content .ch2-settings-tab-container > button {
        width: calc(100% - 40px);
        display: block;
    }
    .ch2-settings-content
        .ch2-settings-tab-container
        > button.ch2-deny-all-btn {
        margin-top: 10px;
    }
}
.ch2-settings-options {
    margin: 40px 0 0;
}
.ch2-settings-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    position: relative;
}
.ch2-settings-option > :first-child {
    padding-top: 3px;
}
.ch2-settings-option > :last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}
@media (max-width: 800px) {
    .ch2-settings-option > :last-child {
        padding-left: 15px;
    }
}
.ch2-settings-option p strong {
    font-size: 17px;
}
.ch2-settings-actions {
    padding: 22px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: #fff;
}
@media (max-width: 800px) {
    .ch2-settings-actions {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
.ch2-settings-actions button {
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 800px) {
    .ch2-settings-actions button {
        display: block;
        width: calc(100% - 40px);
    }
}
.ch2-settings-actions p {
    color: #999;
    font-size: 11px;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 4px;
    text-align: right;
}
@media (max-width: 800px) {
    .ch2-settings-actions p {
        display: none;
    }
}
.ch2-settings-actions p a {
    color: #555;
    text-decoration: none;
}
.ch2-settings-actions p a:hover {
    text-decoration: underline;
}
@media (max-width: 800px) {
    .ch2-settings-scan .ch2-settings-content {
        height: calc(100vh - 251px);
    }
}
.ch2-settings-scan .ch2-settings-header {
    border-bottom: 0;
}
.ch2-settings-scan .ch2-settings-tabs {
    max-height: 100px;
    position: relative;
    overflow: hidden;
    z-index: -10;
    margin: 0 1px;
    width: 100%;
}
.ch2-settings-scan .ch2-settings-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0 35px;
    min-width: calc(100% - 70px);
    white-space: nowrap;
}
@media (max-width: 800px) {
    .ch2-settings-scan .ch2-settings-tabs ul {
        padding: 0 15px;
        min-width: calc(100% - 30px);
    }
}
.ch2-settings-scan .ch2-settings-tabs ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    margin-bottom: 0 !important;
    padding: unset;
}
.ch2-settings-scan .ch2-settings-tabs ul li:before {
    display: none;
}
.ch2-settings-scan .ch2-settings-tabs ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.ch2-settings-scan .ch2-settings-tabs ul li button {
    display: block;
    padding: 9px 20px;
    top: 1px;
    margin: 0;
    background: none;
    border: none;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.ch2-settings-scan .ch2-settings-tabs ul li button:active {
    outline: none !important;
}
.ch2-settings-scan .ch2-settings-tabs .ch2-settings-scroller {
    cursor: pointer;
    line-height: 20px;
    font-weight: 400;
    font-size: 20px;
    z-index: 10;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ch2-settings-scan .ch2-settings-tabs .ch2-scroller-left {
    float: left;
    padding: 6px 25px 6px 15px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff),
        color-stop(70%, #fff),
        to(hsla(0, 0%, 100%, 0))
    );
    background: linear-gradient(90deg, #fff, #fff 70%, hsla(0, 0%, 100%, 0));
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ch2-settings-scan .ch2-settings-tabs .ch2-scroller-right {
    float: right;
    padding: 6px 15px 6px 25px;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#fff),
        color-stop(70%, #fff),
        to(hsla(0, 0%, 100%, 0))
    );
    background: linear-gradient(270deg, #fff, #fff 70%, hsla(0, 0%, 100%, 0));
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ch2-settings-scan .ch2-settings-tabs .ch2-settings-tablist-wrap {
    width: 100%;
    overflow: hidden;
    margin: 0 1px;
}
.ch2-settings-scan .ch2-settings-tabs .ch2-settings-tablist {
    position: relative;
}
.ch2-settings .ch2-legitimate-interest li,
.ch2-settings .ch2-vendor-list li {
    padding: 0;
}
.ch2-settings .ch2-legitimate-interest li a,
.ch2-settings .ch2-vendor-list li a {
    display: block;
    background: #eee;
    border-radius: 5px;
    border-bottom: 0;
    padding: 8px 10px;
    margin: 0 5px 5px 0;
}
.ch2-settings .ch2-legitimate-interest li a:hover,
.ch2-settings .ch2-vendor-list li a:hover {
    border: 0;
    text-decoration: underline;
}
.ch2-settings .ch2-vendor-info {
    padding: 24px 0 12px 22px;
}
@media (max-width: 600px) {
    .ch2-settings .ch2-vendor-info {
        padding: 18px 0 14px;
    }
}
.ch2-settings .ch2-vendor-info strong {
    font-size: 14px;
}
.ch2-settings-so {
    margin: 6px 0 0 !important;
}
.ch2-settings-so .ch2-settings-option2 {
    border: 0;
}
.ch2-settings-so .ch2-settings-option2 .ch2-collapse-toggler > a {
    margin-left: 21px;
    padding: 7px 15px 7px 5px;
}
.ch2-settings-so-vendor {
    padding: 0 16px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ch2-settings-so-vendor ul {
    padding: 4px 0 6px;
}
.ch2-settings-so-vendor li {
    -ms-flex-item-align: center;
    align-self: center;
}
.ch2-settings-so-vendor a {
    text-decoration: none;
}
.ch2-settings-so-cookies ul {
    list-style: none;
    padding: 0 16px;
    margin: 12px 0 0;
}
.ch2-settings-so-cookies li {
    background: #eee;
    padding: 8px 12px;
    margin: 0 8px 8px 0;
}
.ch2-switch label {
    display: block;
    width: 34px;
    height: 17px;
    border-radius: 17px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.ch2-switch label:before {
    content: '\20' !important;
    display: block !important;
    width: 13px !important;
    height: 13px !important;
    border-radius: 100% !important;
    position: relative !important;
    top: 2px !important;
    left: 2px;
    border: 0 !important;
    padding: 0 !important;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}
.ch2-switch label:after {
    display: none;
}
.ch2-switch input {
    opacity: 0;
    position: absolute;
    display: block !important;
}
.ch2-switch input + label {
    overflow: hidden;
    white-space: nowrap;
    line-height: 25px;
    display: block !important;
    min-height: auto !important;
    padding: 0 !important;
}
.ch2-switch input:disabled + label:before {
    background: #ccc !important;
}
.ch2-switch input:focus + label {
    outline-style: solid;
    outline-color: #666;
    outline-offset: 4px;
    outline-width: thin;
}
.ch2-switch input:checked + label {
    padding: 0 !important;
}
.ch2-switch input:checked + label:before {
    left: 19px;
}
.ch2-switch input:checked[data-partial='true'] + label:before {
    left: 11px;
}
@-webkit-keyframes ch2-settings-in {
    0% {
        top: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
    to {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.ch2-settings-declaration p {
    font-size: 15px;
    margin: 0 0 5px;
}
.ch2-settings-declaration p:first-child {
    margin-bottom: 4px;
}
.ch2-settings-declaration p strong {
    font-size: 17px;
}
.ch2-settings-declaration p.ch2-header {
    margin-bottom: 5px;
    margin-top: 30px;
}
.ch2-settings-declaration .ch2-declaration-choice {
    margin-top: 30px;
}
.ch2-settings-declaration dl {
    margin: 0 0 5px;
}
.ch2-settings-declaration dl dd,
.ch2-settings-declaration dl dt {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}
.ch2-settings-declaration dl dt {
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 6px;
}
.ch2-settings-declaration table {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0 0 40px;
    border-spacing: 0;
}
@media (max-width: 800px) {
    .ch2-settings-declaration table thead {
        display: none;
    }
}
.ch2-settings-declaration table caption {
    display: none;
}
.ch2-settings-declaration table td,
.ch2-settings-declaration table th {
    text-align: left;
    padding: 15px 15px 10px;
}
.ch2-settings-declaration table td:last-child,
.ch2-settings-declaration table th:last-child {
    text-align: right;
}
.ch2-settings-declaration table tbody tr td a,
.ch2-settings-declaration table tbody tr td a:hover {
    border-bottom: 0 !important;
}
.ch2-settings-declaration table tbody tr td[colspan] {
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: left;
}
@media (min-width: 801px) {
    .ch2-settings-declaration table tbody tr td:not([colspan]):first-child,
    .ch2-settings-declaration table tbody tr td:not([colspan]):nth-child(2),
    .ch2-settings-declaration table tbody tr td:not([colspan]):nth-child(3) {
        vertical-align: top;
        line-break: anywhere;
    }
    .ch2-settings-declaration table tbody tr td:not([colspan]):first-child {
        max-width: 140px;
    }
    .ch2-settings-declaration table tbody tr td:not([colspan]):nth-child(2) {
        max-width: 120px;
    }
    .ch2-settings-declaration table tbody tr td:not([colspan]):nth-child(3) {
        max-width: 140px;
    }
}
.ch2-settings-declaration table tbody tr td p {
    margin: 0;
    padding: 10px 15px;
}
.ch2-settings-declaration table tbody tr td span {
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
}
@media (max-width: 800px) {
    .ch2-settings-declaration table tbody tr td[colspan] {
        padding: 8px 15px 20px;
    }
    .ch2-settings-declaration table tbody tr td:not([colspan]) {
        display: block;
        text-align: left;
        padding: 8px 20px;
    }
    .ch2-settings-declaration
        table
        tbody
        tr
        td:not([colspan]):first-child:before {
        content: 'Name: ';
        font-weight: 700;
    }
    .ch2-settings-declaration
        table
        tbody
        tr
        td:not([colspan]):nth-child(2):before {
        content: 'Hostname: ';
        font-weight: 700;
    }
    .ch2-settings-declaration
        table
        tbody
        tr
        td:not([colspan]):nth-child(3):before {
        content: 'Path: ';
        font-weight: 700;
    }
    .ch2-settings-declaration
        table
        tbody
        tr
        td:not([colspan]):nth-child(4):before {
        content: 'Expiry: ';
        font-weight: 700;
    }
    .ch2-settings-declaration table tbody tr td:not([colspan]):nth-child(5) {
        display: none;
    }
    .ch2-settings-declaration table tbody tr:first-child td {
        padding-top: 15px;
    }
}
@media (min-width: 801px) {
    .ch2-settings-declaration
        table.cutoff
        tbody
        tr
        td:not([colspan]):first-child,
    .ch2-settings-declaration
        table.cutoff
        tbody
        tr
        td:not([colspan]):nth-child(2),
    .ch2-settings-declaration
        table.cutoff
        tbody
        tr
        td:not([colspan]):nth-child(3) {
        line-break: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.ch2-settings-options2 {
    border: 0 !important;
}
.ch2-settings-option2 {
    border-bottom: 1px solid #d9dbdc;
}
.ch2-settings-option2:last-child {
    border: 0;
}
.ch2-settings-option2 .ch2-settings-option2 {
    border-bottom: 1px solid #d9dbdc;
}
.ch2-settings-option2 .ch2-settings-option2:last-child {
    border: 0;
}
.ch2-settings-option2 .ch2-collapse-content {
    padding: 0 0 10px !important;
}
.ch2-settings-option2 .ch2-collapse {
    margin-bottom: 0 !important;
    border: 0 !important;
}
.ch2-settings-option2 .ch2-collapse > div.ch2-settings-option,
.ch2-settings-option2 .ch2-collapse > div > div.ch2-settings-option {
    display: block;
    position: inherit;
    margin-bottom: 0;
}
.ch2-settings-option2 .ch2-collapse > div.ch2-settings-option .ch2-collapse,
.ch2-settings-option2
    .ch2-collapse
    > div
    > div.ch2-settings-option
    .ch2-collapse {
    margin-top: 20px;
}
.ch2-settings-option2
    .ch2-collapse
    > div.ch2-settings-option
    .ch2-collapse
    > div,
.ch2-settings-option2
    .ch2-collapse
    > div
    > div.ch2-settings-option
    .ch2-collapse
    > div {
    border: 0 !important;
    background: #f2f4f5;
}
.ch2-settings-option2 .ch2-collapse-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0 !important;
}
.ch2-settings-option2 .ch2-collapse-toggler > div {
    padding: 12px 15px;
}
.ch2-settings-option2 .ch2-collapse-toggler > a,
.ch2-settings-option2 .ch2-collapse-toggler > span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 0 !important;
    text-decoration: none;
    font-size: 16px;
    padding: 13px 15px 13px 5px;
    line-height: 1.5em;
}
.ch2-settings-option2 .ch2-collapse-toggler > span {
    padding-left: 36px !important;
}
.ch2-settings-option2 .ch2-collapse-toggler > a {
    margin-left: 34px;
}
.ch2-settings-option2 .ch2-collapse-toggler > a:before {
    content: '';
    border-width: 0 2px 2px 0;
    display: inline;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding: 3px;
    margin-left: -25px;
    margin-right: 16px;
    margin-top: 8px;
    float: left;
}
.ch2-settings-option2 .ch2-collapse-toggler > a[aria-expanded='true']:before {
    content: '';
    border-width: 0 2px 2px 0;
    display: inline;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 3px;
    margin-left: -23px;
    margin-right: 14px;
    margin-top: 6px;
    float: left;
}
.ch2-settings-option2 .ch2-collapse-content {
    padding: 10px 0 !important;
}
.ch2-settings-option2 .ch2-collapse-content ul.ch2-collapse-links {
    list-style: none;
    margin: 0;
    padding: 0 0 5px 15px;
}
.ch2-settings-option2 .ch2-collapse-content ul.ch2-collapse-links li {
    display: inline-block;
    padding-right: 15px;
}
.ch2-settings-option2 .ch2-collapse-content ul.ch2-collapse-links li a {
    text-decoration: none;
    line-height: 40px;
}
.ch2-settings-option2 .ch2-collapse-content p {
    padding: 0 16px;
    color: #303030;
}
.ch2-settings-option2 .ch2-collapse-content > .ch2-collapse .ch2-tag-list,
.ch2-settings-option2
    .ch2-collapse-content
    > .ch2-collapse
    .ch2-tcf-vendors-compact,
.ch2-settings-option2 .ch2-collapse-content > .ch2-collapse p {
    padding: 0 40px;
}
@media (max-width: 600px) {
    .ch2-settings-option2 .ch2-collapse-content > .ch2-collapse .ch2-tag-list,
    .ch2-settings-option2
        .ch2-collapse-content
        > .ch2-collapse
        .ch2-tcf-vendors-compact,
    .ch2-settings-option2 .ch2-collapse-content > .ch2-collapse p {
        padding: 0 20px;
    }
}
.ch2-settings-option2 .ch2-collapse-content .ch2-collapse-content {
    border: 0;
}
.ch2-settings-vendors .ch2-settings-option2 .ch2-settings-option-details {
    padding: 0 0 4px !important;
}
.ch2-settings-options2 {
    margin: 20px 0 0;
}
.ch2-settings-options2 .ch2-settings-options2 {
    margin: 0;
}
.ch2-settings-options2 .ch2-settings-options2 .ch2-settings-option2 {
    padding-left: 24px;
}
@media (max-width: 600px) {
    .ch2-settings-options2 .ch2-settings-options2 .ch2-settings-option2 {
        padding-left: 7px;
    }
}
.ch2-settings-options2 > p strong {
    display: block;
    padding-top: 24px;
    font-size: 16px;
}
.ch2-settings-option2 .ch2-settings {
    display: none;
    z-index: 700001;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    width: 705px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-height: 600px) {
    .ch2-settings-option2 .ch2-settings {
        position: absolute;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        top: 0;
    }
}
@media (max-width: 800px) {
    .ch2-settings-option2 .ch2-settings {
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-transform: inherit;
        transform: inherit;
    }
}
.ch2-settings-option2 .ch2-settings.ch2-visible {
    display: block;
}
@media (min-width: 801px) {
    .ch2-settings-option2 .ch2-settings.ch2-visible {
        -webkit-animation: ch2-settings-in 0.2s ease-out;
        animation: ch2-settings-in 0.2s ease-out;
    }
}
.ch2-settings-option2 .ch2-settings-header {
    border-bottom: 1px solid hsla(0, 0%, 43.9%, 0.1);
    height: 70px !important;
    line-height: 70px;
    padding: 0 35px;
}
.ch2-settings-option2 .ch2-settings-header p {
    margin: 0;
    padding-top: 2px;
    height: 70px;
    line-height: 70px !important;
    overflow: hidden;
    white-space: nowrap;
    display: inherit;
    width: auto;
    outline: 0;
}
.ch2-settings-option2 .ch2-settings-header p strong {
    font-size: 22px;
    font-weight: 700;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    text-size-adjust: auto;
}
@media (max-width: 800px) {
    .ch2-settings-option2 .ch2-settings-header p strong {
        font-size: 3.1vw;
    }
}
@media (max-width: 450px) {
    .ch2-settings-option2 .ch2-settings-header p strong {
        font-size: 4.2vw;
    }
}
.ch2-settings-option2 .ch2-settings-header a {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 21px;
}
.ch2-settings-option2 .ch2-settings-header a:after,
.ch2-settings-option2 .ch2-settings-header a:before {
    content: '\20';
    display: block;
    width: 25px;
    border-bottom: 2px solid rgba(51, 51, 51, 0.6);
    position: relative;
    top: 17px;
    left: 9px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ch2-settings-option2 .ch2-settings-header a:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
}
.ch2-settings-option2 .ch2-settings-header a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
}
.ch2-settings-option2 .ch2-settings-header a:hover:after,
.ch2-settings-option2 .ch2-settings-header a:hover:before {
    border-bottom: 2px solid #333;
}
.ch2-settings-option2 .ch2-settings-content {
    padding: 20px 35px;
    max-height: 500px;
    overflow-y: auto;
}
@media (max-height: 700px) {
    .ch2-settings-option2 .ch2-settings-content {
        max-height: 350px;
    }
}
@media (max-height: 600px) {
    .ch2-settings-option2 .ch2-settings-content {
        max-height: none;
        overflow-y: hidden;
    }
}
@media (max-width: 800px) {
    .ch2-settings-option2 .ch2-settings-content {
        overflow-y: auto;
        height: calc(100vh - 216px);
        max-height: inherit;
    }
}
.ch2-settings-option2 .ch2-settings-content p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 4px;
    padding: 0 16px;
}
.ch2-settings-option2 .ch2-settings-content p strong {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
.ch2-settings-option2 .ch2-settings-content p a {
    text-decoration: none !important;
}
.ch2-settings-option2
    .ch2-settings-content
    .ch2-settings-tab-container
    > p:last-child {
    color: #999;
    font-size: 11px;
    margin: 0;
}
@media (min-width: 801px) {
    .ch2-settings-option2
        .ch2-settings-content
        .ch2-settings-tab-container
        > p:last-child {
        display: none;
    }
}
.ch2-settings-option2
    .ch2-settings-content
    .ch2-settings-tab-container
    > p:last-child
    a {
    color: #666;
    font-weight: 700;
}
.ch2-settings-option2
    .ch2-settings-content
    .ch2-settings-tab-container
    > button {
    margin-top: 20px;
    margin-right: 10px;
}
@media (max-width: 800px) {
    .ch2-settings-option2
        .ch2-settings-content
        .ch2-settings-tab-container
        > button {
        width: calc(100% - 40px);
        display: block;
    }
    .ch2-settings-option2
        .ch2-settings-content
        .ch2-settings-tab-container
        > button.ch2-deny-all-btn {
        margin-top: 10px;
    }
}
.ch2-settings-option2 .ch2-settings-options {
    margin: 0;
}
.ch2-settings-option2 .ch2-settings-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    position: relative;
}
.ch2-settings-option2 .ch2-settings-option > :first-child {
    padding-top: 3px;
}
.ch2-settings-option2 .ch2-settings-option > :last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}
@media (max-width: 800px) {
    .ch2-settings-option2 .ch2-settings-option > :last-child {
        padding-left: 15px;
    }
}
.ch2-settings-option2 .ch2-settings-option p {
    font-size: 14px;
    margin: 0 !important;
    padding: 0 15px;
}
.ch2-settings-option2 .ch2-settings-option p strong {
    font-size: 16px;
}
.ch2-settings-option2 .ch2-settings-actions {
    border-top: 1px solid hsla(0, 0%, 43.9%, 0.1);
    padding: 22px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 800px) {
    .ch2-settings-option2 .ch2-settings-actions {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@media (max-width: 800px) {
    .ch2-settings-option2 .ch2-settings-actions button {
        display: block;
        width: calc(100% - 40px);
    }
}
.ch2-settings-option2 .ch2-settings-actions p {
    color: #999;
    font-size: 11px;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 4px;
    text-align: right;
}
@media (max-width: 800px) {
    .ch2-settings-option2 .ch2-settings-actions p {
        display: none;
    }
}
.ch2-settings-option2 .ch2-settings-actions p a {
    color: #666;
    text-decoration: none;
}
.ch2-settings-option2 .ch2-settings-actions p a:hover {
    text-decoration: underline;
}
@media (max-width: 800px) {
    .ch2-settings-option2 .ch2-settings-scan .ch2-settings-content {
        height: calc(100vh - 251px);
    }
}
.ch2-settings-option2 .ch2-settings-scan .ch2-settings-header {
    border-bottom: 0;
}
.ch2-settings-option2 .ch2-settings-scan .ch2-settings-tabs {
    height: 37px;
    position: relative;
    overflow: hidden;
    z-index: -10;
    margin: 0 1px;
}
.ch2-settings-option2 .ch2-settings-scan .ch2-settings-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0 35px;
    position: absolute;
    min-width: calc(100% - 70px);
    white-space: nowrap;
}
@media (max-width: 800px) {
    .ch2-settings-option2 .ch2-settings-scan .ch2-settings-tabs ul {
        padding: 0 15px;
        min-width: calc(100% - 30px);
    }
}
.ch2-settings-option2 .ch2-settings-scan .ch2-settings-tabs ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    margin-bottom: 0 !important;
}
.ch2-settings-option2 .ch2-settings-scan .ch2-settings-tabs ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
    top: 1px;
}
.ch2-settings-option2 .ch2-settings-scan .ch2-settings-tabs ul li a:active {
    outline: none !important;
}
.ch2-settings-option2
    .ch2-settings-scan
    .ch2-settings-tabs
    .ch2-settings-scroller {
    cursor: pointer;
    line-height: 20px;
    font-weight: 600;
    font-size: 24px;
    z-index: 10;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ch2-settings-option2 .ch2-settings-scan .ch2-settings-tabs .ch2-scroller-left {
    float: left;
    padding: 8px 25px 8px 15px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fff),
        color-stop(70%, #fff),
        to(hsla(0, 0%, 100%, 0))
    );
    background: linear-gradient(90deg, #fff, #fff 70%, hsla(0, 0%, 100%, 0));
}
.ch2-settings-option2
    .ch2-settings-scan
    .ch2-settings-tabs
    .ch2-scroller-right {
    float: right;
    padding: 8px 15px 8px 25px;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#fff),
        color-stop(70%, #fff),
        to(hsla(0, 0%, 100%, 0))
    );
    background: linear-gradient(270deg, #fff, #fff 70%, hsla(0, 0%, 100%, 0));
}
.ch2-settings-option2
    .ch2-settings-scan
    .ch2-settings-tabs
    .ch2-settings-tablist-wrap {
    position: absolute;
    width: 100%;
    height: 64px;
    overflow: hidden;
    margin: 0 1px;
}
.ch2-settings-option2 .ch2-settings .ch2-legitimate-interest li,
.ch2-settings-option2 .ch2-settings .ch2-vendor-list li {
    padding: 0;
}
.ch2-settings-option2 .ch2-settings .ch2-legitimate-interest li a,
.ch2-settings-option2 .ch2-settings .ch2-vendor-list li a {
    display: block;
    background: #eee;
    border-radius: 5px;
    border-bottom: 0;
    padding: 8px 10px;
    margin: 0 5px 5px 0;
}
.ch2-settings-option2 .ch2-settings .ch2-legitimate-interest li a:hover,
.ch2-settings-option2 .ch2-settings .ch2-vendor-list li a:hover {
    border: 0;
    text-decoration: underline;
}
.ch2-settings-option2 .ch2-switch label {
    display: block;
    width: 46px;
    height: 24px;
    border-radius: 17px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.ch2-settings-option2 .ch2-switch label:before {
    content: '\20' !important;
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 100% !important;
    position: relative !important;
    top: 2px !important;
    left: 2px;
    border: 0 !important;
    padding: 0 !important;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}
.ch2-settings-option2 .ch2-switch label:after {
    display: none;
}
.ch2-settings-option2 .ch2-switch input {
    opacity: 0;
    position: absolute;
    display: block !important;
}
.ch2-settings-option2 .ch2-switch input + label {
    overflow: hidden;
    white-space: nowrap;
    line-height: 25px;
    display: block !important;
    min-height: auto !important;
    padding: 0 !important;
}
.ch2-settings-option2 .ch2-switch input:disabled + label:before {
    background: #ccc !important;
}
.ch2-settings-option2 .ch2-switch input:focus + label {
    outline-style: solid;
    outline-color: #666;
    outline-offset: 4px;
    outline-width: thin;
}
.ch2-settings-option2 .ch2-switch input:checked + label {
    padding: 0 !important;
}
.ch2-settings-option2 .ch2-switch input:checked + label:before {
    left: 24px;
}
.ch2-settings-option2
    .ch2-switch
    input:checked[data-partial='true']
    + label:before {
    left: 13px;
}
@keyframes ch2-settings-in {
    0% {
        top: 50%;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    }
    to {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.ch2-settings-option2-ill p {
    font-size: 13px;
    line-height: 17px;
    font-style: italic;
}
.ch2-tag-list {
    padding: 0 10px;
}
.ch2-tag-list p {
    font-weight: 700;
    padding: 0 !important;
    margin: 10px 0;
}
.ch2-tag-list ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.ch2-tag-list ul li {
    display: inline-block;
    padding: 12px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
}
.ch2-tag-list ul li a {
    display: block;
    background: #eee;
}
.ch2-tcf-vendor-type {
    float: right;
    background: #eee;
    padding: 0 6px;
    font-size: 12px;
}
.ch2-tcf-storage ul {
    display: block;
    height: 21px;
    margin-top: 11px;
    padding: 0 16px;
}
.ch2-tcf-datacategories {
    margin-top: 20px;
}
.ch2-tcf-datacategories ul {
    padding: 0 16px;
}
.ch2-tcf-datacategories ul li {
    display: block;
    line-height: 20px;
    cursor: help;
}
.ch2-tcf-retention {
    margin-top: 20px;
}
.ch2-tcf-vendors-collapse,
.ch2-tcf-vendors-expand {
    margin-top: 16px;
}
@media (max-width: 600px) {
    .ch2-tcf-vendors-collapse,
    .ch2-tcf-vendors-expand {
        padding-bottom: 50px;
    }
}
.ch2-tcf-vendors-collapse button,
.ch2-tcf-vendors-expand button {
    background: transparent;
    border: 0;
    padding: 4px 0;
    cursor: pointer;
}
.ch2-tcf-vendors-compact {
    margin-top: 20px;
}
.ch2-tcf-vendors-compact > div {
    padding: 12px 14px;
    border-bottom: 1px solid #d9dbdc;
}
.ch2-tcf-vendors-compact > div ul {
    float: right;
    margin: 0;
    padding: 0;
}
.ch2-tcf-vendors-compact > div:nth-child(2) {
    border-top: 1px solid #d9dbdc;
}
.ch2-tcf-vendors-compact .ch2-tcf-vendors-header {
    border: 0;
}
.ch2-tcf-vendors-compact .ch2-tcf-vendors-collapse,
.ch2-tcf-vendors-compact .ch2-tcf-vendors-expand {
    border: 0;
    margin-top: 5px;
}
.ch2 .ch2-vendor-info .ch2-tcf-vendor-type {
    display: none;
}
@media (max-width: 600px) {
    .ch2 .ch2-settings a > .ch2-tcf-vendor-type {
        display: none;
    }
    .ch2 .ch2-vendor-info .ch2-tcf-vendor-type {
        display: inline-block;
        float: none;
        background: #fff;
        padding: 5px 8px;
        margin: 0 0 18px 13px;
    }
}
.ch2-theme-bar .ch2-dialog,
.ch2-theme-default .ch2-dialog,
.ch2-theme-overlay .ch2-dialog {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    width: 600px;
    position: fixed;
    padding: 32px 38px;
    border-radius: 8px;
    border: 1px solid #eee;
}
@media (max-width: 600px) {
    .ch2-theme-bar .ch2-dialog,
    .ch2-theme-default .ch2-dialog,
    .ch2-theme-overlay .ch2-dialog {
        width: 100%;
        border-radius: 0;
        border: 0;
        border-top: 1px solid #eee;
    }
}
.ch2-theme-bar .ch2-dialog.ch2-visible,
.ch2-theme-default .ch2-dialog.ch2-visible,
.ch2-theme-overlay .ch2-dialog.ch2-visible {
    display: block;
    -webkit-animation: ch2-bubble-left-in 0.4s ease-in;
    animation: ch2-bubble-left-in 0.4s ease-in;
}
.ch2-theme-bar .ch2-dialog h2,
.ch2-theme-bar .ch2-dialog p,
.ch2-theme-default .ch2-dialog h2,
.ch2-theme-default .ch2-dialog p,
.ch2-theme-overlay .ch2-dialog h2,
.ch2-theme-overlay .ch2-dialog p {
    margin: 0 0 4px;
}
.ch2-theme-bar .ch2-dialog h2:first-child,
.ch2-theme-bar .ch2-dialog p:first-child,
.ch2-theme-default .ch2-dialog h2:first-child,
.ch2-theme-default .ch2-dialog p:first-child,
.ch2-theme-overlay .ch2-dialog h2:first-child,
.ch2-theme-overlay .ch2-dialog p:first-child {
    margin-bottom: 18px;
}
.ch2-theme-bar .ch2-dialog h2:last-child,
.ch2-theme-bar .ch2-dialog p:last-child,
.ch2-theme-default .ch2-dialog h2:last-child,
.ch2-theme-default .ch2-dialog p:last-child,
.ch2-theme-overlay .ch2-dialog h2:last-child,
.ch2-theme-overlay .ch2-dialog p:last-child {
    margin-bottom: 24px;
}
.ch2-theme-bar .ch2-dialog-actions,
.ch2-theme-default .ch2-dialog-actions,
.ch2-theme-overlay .ch2-dialog-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 14px;
    gap: 14px;
}
@media (max-width: 600px) {
    .ch2-theme-bar .ch2-dialog-actions,
    .ch2-theme-default .ch2-dialog-actions,
    .ch2-theme-overlay .ch2-dialog-actions {
        grid-row-gap: 12px;
        row-gap: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.ch2-theme-bar .ch2-dialog-actions button,
.ch2-theme-default .ch2-dialog-actions button,
.ch2-theme-overlay .ch2-dialog-actions button {
    height: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.ch2-theme-bar .ch2-dialog-actions button.ch2-btn-text-sm,
.ch2-theme-default .ch2-dialog-actions button.ch2-btn-text-sm,
.ch2-theme-overlay .ch2-dialog-actions button.ch2-btn-text-sm {
    font-size: 11px;
}
.ch2-theme-bar .ch2-dialog-actions button.ch2-btn-text-xs,
.ch2-theme-default .ch2-dialog-actions button.ch2-btn-text-xs,
.ch2-theme-overlay .ch2-dialog-actions button.ch2-btn-text-xs {
    font-size: 10px;
}
.ch2-theme-bar .ch2-dialog-actions button.ch2-btn-text-xxs,
.ch2-theme-default .ch2-dialog-actions button.ch2-btn-text-xxs,
.ch2-theme-overlay .ch2-dialog-actions button.ch2-btn-text-xxs {
    font-size: 9px;
}
@media (max-width: 600px) {
    .ch2-theme-bar .ch2-dialog-actions button,
    .ch2-theme-default .ch2-dialog-actions button,
    .ch2-theme-overlay .ch2-dialog-actions button {
        display: block;
        float: inherit !important;
        width: calc(100% - 40px);
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    }
}
.ch2-theme-bar .ch2-dialog-actions-vertical div:first-child,
.ch2-theme-default .ch2-dialog-actions-vertical div:first-child,
.ch2-theme-overlay .ch2-dialog-actions-vertical div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 30px;
    gap: 30px;
}
.ch2-theme-bar .ch2-dialog-actions-vertical div:first-child button,
.ch2-theme-default .ch2-dialog-actions-vertical div:first-child button,
.ch2-theme-overlay .ch2-dialog-actions-vertical div:first-child button {
    width: 100%;
}
@media (max-width: 599px) {
    .ch2-theme-bar .ch2-dialog-actions-vertical div:first-child,
    .ch2-theme-default .ch2-dialog-actions-vertical div:first-child,
    .ch2-theme-overlay .ch2-dialog-actions-vertical div:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 0;
        gap: 0;
    }
    .ch2-theme-bar .ch2-dialog-actions-vertical div:first-child button,
    .ch2-theme-default .ch2-dialog-actions-vertical div:first-child button,
    .ch2-theme-overlay .ch2-dialog-actions-vertical div:first-child button {
        width: auto;
    }
}
@media (min-width: 600px) {
    .ch2-theme-bar .ch2-dialog-actions-vertical div:last-child,
    .ch2-theme-default .ch2-dialog-actions-vertical div:last-child,
    .ch2-theme-overlay .ch2-dialog-actions-vertical div:last-child {
        text-align: center;
    }
    .ch2-theme-bar .ch2-dialog-actions-vertical div:last-child button,
    .ch2-theme-default .ch2-dialog-actions-vertical div:last-child button,
    .ch2-theme-overlay .ch2-dialog-actions-vertical div:last-child button {
        padding: 15px 18px;
        margin-top: 20px;
        float: none;
    }
}
@media (max-width: 599px) {
    .ch2-theme-bar .ch2-dialog-actions-vertical div:last-child button,
    .ch2-theme-default .ch2-dialog-actions-vertical div:last-child button,
    .ch2-theme-overlay .ch2-dialog-actions-vertical div:last-child button {
        padding: 14px 19px;
    }
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-center,
.ch2-theme-default .ch2-dialog.ch2-dialog-center,
.ch2-theme-overlay .ch2-dialog.ch2-dialog-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-topleft,
.ch2-theme-default .ch2-dialog.ch2-dialog-topleft,
.ch2-theme-overlay .ch2-dialog.ch2-dialog-topleft {
    top: 40px;
    left: 40px;
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-topright,
.ch2-theme-default .ch2-dialog.ch2-dialog-topright,
.ch2-theme-overlay .ch2-dialog.ch2-dialog-topright {
    top: 40px;
    right: 40px;
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-topcenter,
.ch2-theme-default .ch2-dialog.ch2-dialog-topcenter,
.ch2-theme-overlay .ch2-dialog.ch2-dialog-topcenter {
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-bottomleft,
.ch2-theme-default .ch2-dialog.ch2-dialog-bottomleft,
.ch2-theme-overlay .ch2-dialog.ch2-dialog-bottomleft {
    bottom: 40px;
    left: 40px;
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-bottomright,
.ch2-theme-default .ch2-dialog.ch2-dialog-bottomright,
.ch2-theme-overlay .ch2-dialog.ch2-dialog-bottomright {
    bottom: 40px;
    right: 40px;
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-bottomcenter,
.ch2-theme-default .ch2-dialog.ch2-dialog-bottomcenter,
.ch2-theme-overlay .ch2-dialog.ch2-dialog-bottomcenter {
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 600px) {
    .ch2-theme-bar .ch2-dialog.ch2-dialog-bottomcenter,
    .ch2-theme-bar .ch2-dialog.ch2-dialog-bottomleft,
    .ch2-theme-bar .ch2-dialog.ch2-dialog-bottomright,
    .ch2-theme-bar .ch2-dialog.ch2-dialog-center,
    .ch2-theme-bar .ch2-dialog.ch2-dialog-topcenter,
    .ch2-theme-bar .ch2-dialog.ch2-dialog-topleft,
    .ch2-theme-bar .ch2-dialog.ch2-dialog-topright,
    .ch2-theme-default .ch2-dialog.ch2-dialog-bottomcenter,
    .ch2-theme-default .ch2-dialog.ch2-dialog-bottomleft,
    .ch2-theme-default .ch2-dialog.ch2-dialog-bottomright,
    .ch2-theme-default .ch2-dialog.ch2-dialog-center,
    .ch2-theme-default .ch2-dialog.ch2-dialog-topcenter,
    .ch2-theme-default .ch2-dialog.ch2-dialog-topleft,
    .ch2-theme-default .ch2-dialog.ch2-dialog-topright,
    .ch2-theme-overlay .ch2-dialog.ch2-dialog-bottomcenter,
    .ch2-theme-overlay .ch2-dialog.ch2-dialog-bottomleft,
    .ch2-theme-overlay .ch2-dialog.ch2-dialog-bottomright,
    .ch2-theme-overlay .ch2-dialog.ch2-dialog-center,
    .ch2-theme-overlay .ch2-dialog.ch2-dialog-topcenter,
    .ch2-theme-overlay .ch2-dialog.ch2-dialog-topleft,
    .ch2-theme-overlay .ch2-dialog.ch2-dialog-topright {
        width: calc(100% - 76px);
        right: 0;
        left: 0;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        bottom: 0;
        padding-bottom: 25px;
    }
}
.ch2-theme-bar.ch2-style-compact .ch2-dialog,
.ch2-theme-default.ch2-style-compact .ch2-dialog,
.ch2-theme-overlay.ch2-style-compact .ch2-dialog {
    padding: 28px;
}
@media (max-width: 600px) {
    .ch2-theme-bar.ch2-style-compact .ch2-dialog.ch2-dialog-bottomcenter,
    .ch2-theme-bar.ch2-style-compact .ch2-dialog.ch2-dialog-bottomleft,
    .ch2-theme-bar.ch2-style-compact .ch2-dialog.ch2-dialog-bottomright,
    .ch2-theme-bar.ch2-style-compact .ch2-dialog.ch2-dialog-center,
    .ch2-theme-bar.ch2-style-compact .ch2-dialog.ch2-dialog-topcenter,
    .ch2-theme-bar.ch2-style-compact .ch2-dialog.ch2-dialog-topleft,
    .ch2-theme-bar.ch2-style-compact .ch2-dialog.ch2-dialog-topright,
    .ch2-theme-default.ch2-style-compact .ch2-dialog.ch2-dialog-bottomcenter,
    .ch2-theme-default.ch2-style-compact .ch2-dialog.ch2-dialog-bottomleft,
    .ch2-theme-default.ch2-style-compact .ch2-dialog.ch2-dialog-bottomright,
    .ch2-theme-default.ch2-style-compact .ch2-dialog.ch2-dialog-center,
    .ch2-theme-default.ch2-style-compact .ch2-dialog.ch2-dialog-topcenter,
    .ch2-theme-default.ch2-style-compact .ch2-dialog.ch2-dialog-topleft,
    .ch2-theme-default.ch2-style-compact .ch2-dialog.ch2-dialog-topright,
    .ch2-theme-overlay.ch2-style-compact .ch2-dialog.ch2-dialog-bottomcenter,
    .ch2-theme-overlay.ch2-style-compact .ch2-dialog.ch2-dialog-bottomleft,
    .ch2-theme-overlay.ch2-style-compact .ch2-dialog.ch2-dialog-bottomright,
    .ch2-theme-overlay.ch2-style-compact .ch2-dialog.ch2-dialog-center,
    .ch2-theme-overlay.ch2-style-compact .ch2-dialog.ch2-dialog-topcenter,
    .ch2-theme-overlay.ch2-style-compact .ch2-dialog.ch2-dialog-topleft,
    .ch2-theme-overlay.ch2-style-compact .ch2-dialog.ch2-dialog-topright {
        width: calc(100% - 56px);
    }
}
.ch2-theme-bar.ch2-style-dark .ch2-dialog,
.ch2-theme-default.ch2-style-dark .ch2-dialog,
.ch2-theme-overlay.ch2-style-dark .ch2-dialog {
    border: 0;
}
.ch2-theme-default .ch2-dialog-actions button,
.ch2-theme-overlay .ch2-dialog-actions button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ch2-theme-overlay .ch2-dialog {
    width: 430px;
}
.ch2-theme-overlay .ch2-dialog-actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 14px;
    row-gap: 14px;
    grid-column-gap: 14px;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}
.ch2-theme-overlay .ch2-dialog-actions button {
    width: calc(50% - 26px);
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
}
@media (max-width: 600px) {
    .ch2-theme-overlay .ch2-dialog-actions button {
        width: calc(100% - 40px);
    }
}
.ch2-theme-bar .ch2-dialog {
    width: auto;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    border-radius: 0;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 25px 30px;
}
@media (max-width: 1200px) {
    .ch2-theme-bar .ch2-dialog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
.ch2-theme-bar .ch2-dialog.ch2-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 980px) {
    .ch2-theme-bar .ch2-dialog.ch2-visible {
        display: block;
    }
}
.ch2-theme-bar .ch2-dialog-content {
    width: calc(100% - 740px);
}
.ch2-theme-bar .ch2-dialog-content #ch2-dialog-description,
.ch2-theme-bar .ch2-dialog-content p:last-child {
    display: inline;
}
@media (max-width: 1200px) {
    .ch2-theme-bar .ch2-dialog-content #ch2-dialog-description,
    .ch2-theme-bar .ch2-dialog-content p:last-child {
        display: inherit;
    }
}
.ch2-theme-bar .ch2-dialog-content p:last-child {
    margin-left: 8px;
}
@media (max-width: 1200px) {
    .ch2-theme-bar .ch2-dialog-content p:last-child {
        margin-left: 0;
    }
}
.ch2-theme-bar .ch2-dialog-content p:first-child {
    margin-bottom: 8px;
}
@media (max-width: 1200px) {
    .ch2-theme-bar .ch2-dialog-content p:first-child {
        margin-bottom: 12px;
    }
}
@media (max-width: 1200px) {
    .ch2-theme-bar .ch2-dialog-content {
        width: 100%;
    }
}
.ch2-theme-bar .ch2-dialog-close {
    -ms-flex-item-align: start;
    align-self: start;
}
.ch2-theme-bar .ch2-dialog-close a {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 100%;
    margin-top: -42px;
    margin-right: -22px;
}
.ch2-theme-bar .ch2-dialog-close a:after,
.ch2-theme-bar .ch2-dialog-close a:before {
    width: 18px;
    left: 7px;
}
.ch2-theme-bar .ch2-dialog-close a:after {
    top: 13px;
}
.ch2-theme-bar .ch2-dialog-close a:before {
    top: 15px;
}
.ch2-theme-bar .ch2-dialog-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-gap: 8px;
    gap: 8px;
    width: 700px;
    margin-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.ch2-theme-bar .ch2-dialog-actions button {
    height: 13px;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    overflow: visible;
}
@media (max-width: 600px) {
    .ch2-theme-bar .ch2-dialog-actions button {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }
    .ch2-theme-bar .ch2-dialog-actions button.ch2-btn-text {
        wrap: initial;
        line-height: 21px !important;
        height: auto !important;
    }
}
@media (max-width: 600px) {
    .ch2-theme-bar .ch2-dialog-actions {
        width: auto;
        grid-row-gap: 12px;
        row-gap: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
    }
}
@media (max-width: 1200px) {
    .ch2-theme-bar .ch2-dialog-actions {
        margin-left: 0;
    }
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-top {
    top: -200px;
    -webkit-animation: ch2-bar-top-in 0.3s ease;
    animation: ch2-bar-top-in 0.3s ease;
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-top.ch2-visible {
    top: 0;
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-top .ch2-dialog-close a {
    margin-top: auto;
    bottom: 0;
    margin-bottom: -16px;
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-bottom {
    bottom: -200px;
    -webkit-animation: ch2-bar-bottom-in 0.3s ease;
    animation: ch2-bar-bottom-in 0.3s ease;
}
.ch2-theme-bar .ch2-dialog.ch2-dialog-bottom.ch2-visible {
    bottom: 0;
}
@media (max-width: 600px) {
    .ch2-theme-bar .ch2-dialog.ch2-dialog-bottom.ch2-btn-transparent {
        width: calc(100% - 42px);
    }
}
.ch2-theme-bar .ch2-dialog-branding {
    display: none;
}
.ch2-theme-bar.ch2-style-compact .ch2-dialog p:first-child {
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .ch2-theme-bar.ch2-style-compact .ch2-dialog-content {
        width: calc(100% - 640px);
    }
    .ch2-theme-bar.ch2-style-compact .ch2-dialog-actions {
        width: 600px;
    }
}
.ch2-theme-bar.ch2-style-compact .ch2-dialog-close a {
    right: 36px;
}
.ch2-theme-bar.ch2-style-dark .ch2-dialog-close a {
    background: #333;
    border: 1px solid #444;
}
@-webkit-keyframes ch2-bar-top-in {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes ch2-bar-top-in {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes ch2-bar-bottom-in {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes ch2-bar-bottom-in {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.ch2-style-dark .ch2-dialog {
    background: #333;
}
.ch2-style-dark .ch2-dialog-content p {
    color: #eee;
}
.ch2-style-dark .ch2-dialog-content h2,
.ch2-style-dark .ch2-dialog-content p strong {
    color: #fff;
}
.ch2-style-dark .ch2-dialog-content a {
    color: #eee;
    text-decoration: underline;
}
.ch2-style-dark .ch2-dialog-content a:hover {
    color: #fff;
}
.ch2-style-dark .ch2-dialog-close a:after,
.ch2-style-dark .ch2-dialog-close a:before {
    border-bottom: 2px solid hsla(0, 0%, 93.3%, 0.6);
}
.ch2-style-dark .ch2-dialog-close a:hover:after,
.ch2-style-dark .ch2-dialog-close a:hover:before {
    border-bottom: 2px solid #fff;
}
.ch2-style-dark .ch2-settings {
    background: #333;
    border: 0;
}
.ch2-style-dark .ch2-settings .ch2-legitimate-interest li a,
.ch2-style-dark .ch2-settings .ch2-vendor-list li a {
    background: #222;
}
.ch2-style-dark .ch2-settings-so-cookies li {
    background: #333;
    color: #fff;
}
.ch2-style-dark .ch2-settings-header {
    color: #fff;
}
.ch2-style-dark .ch2-settings-header button:after,
.ch2-style-dark .ch2-settings-header button:before {
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.6);
}
.ch2-style-dark .ch2-settings-header button:hover:after,
.ch2-style-dark .ch2-settings-header button:hover:before {
    border-bottom: 2px solid #fff;
}
.ch2-style-dark .ch2-settings-header p {
    color: #fff;
}
.ch2-style-dark .ch2-settings-content a {
    color: #eee;
    border-bottom: 1px solid #999;
}
.ch2-style-dark .ch2-settings-content a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.ch2-style-dark .ch2-settings-content h3 {
    color: #ddd;
}
.ch2-style-dark
    .ch2-settings-content
    .ch2-settings-tab-container
    > p:last-child {
    color: #999;
}
.ch2-style-dark
    .ch2-settings-content
    .ch2-settings-tab-container
    > p:last-child
    a {
    color: #ccc;
}
.ch2-style-dark .ch2-settings-actions {
    background: #333;
}
.ch2-style-dark .ch2-settings-actions p {
    color: #999;
}
.ch2-style-dark .ch2-settings-actions p a {
    color: #ccc;
}
.ch2-style-dark .ch2-settings-option strong {
    color: #fff;
}
.ch2-style-dark .ch2-settings-option label {
    color: #000;
}
.ch2-style-dark .ch2-settings-scan .ch2-settings-tabs ul {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.ch2-style-dark .ch2-settings-scan .ch2-settings-tabs ul li a,
.ch2-style-dark .ch2-settings-scan .ch2-settings-tabs ul li button {
    color: #eee;
    border-bottom: 3px solid transparent;
}
.ch2-style-dark .ch2-settings-scan .ch2-settings-tabs ul li a:hover,
.ch2-style-dark .ch2-settings-scan .ch2-settings-tabs ul li button:hover {
    color: #fff;
}
.ch2-style-dark .ch2-settings-scan .ch2-settings-tabs ul li a.active,
.ch2-style-dark .ch2-settings-scan .ch2-settings-tabs ul li button.active {
    color: #fff;
    border-bottom: 3px solid var(--cookiehub-primary-color);
}
.ch2-style-dark .ch2-settings-scan .ch2-settings-tabs .ch2-settings-scroller {
    color: #fff;
}
.ch2-style-dark .ch2-settings-scan .ch2-settings-tabs .ch2-scroller-left {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#333),
        color-stop(70%, #333),
        to(rgba(51, 51, 51, 0))
    );
    background: linear-gradient(90deg, #333, #333 70%, rgba(51, 51, 51, 0));
}
.ch2-style-dark .ch2-settings-scan .ch2-settings-tabs .ch2-scroller-right {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#333),
        color-stop(70%, #333),
        to(rgba(51, 51, 51, 0))
    );
    background: linear-gradient(270deg, #333, #333 70%, rgba(51, 51, 51, 0));
}
.ch2-style-dark .ch2-settings-declaration table {
    color: #ddd;
}
.ch2-style-dark .ch2-settings-declaration table tbody tr td {
    background: hsla(0, 0%, 93.3%, 0.1);
    border: 0 !important;
    color: #eee !important;
}
.ch2-style-dark .ch2-settings-declaration table tbody tr td p {
    background: #333;
}
.ch2-style-dark .ch2-settings-declaration table tbody tr td span {
    background: #333;
    color: #fff;
}
.ch2-style-dark .ch2-switch label {
    background: #999;
}
.ch2-style-dark .ch2-switch label:before {
    background: #fff !important;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.ch2-style-dark .ch2-switch input:checked + label {
    background: #184382;
}
.ch2-style-dark .ch2-switch input:focus + label {
    outline-style: solid;
    outline-color: #ccc;
    outline-offset: 4px;
    outline-width: thin;
}
.ch2-style-dark .ch2-switch input:disabled + label:before {
    background: #ccc !important;
}
.ch2-style-dark .ch2-btn-primary {
    background: #184382;
    color: #fff;
}
.ch2-style-dark .ch2-btn-primary:hover {
    background: #14386c;
    -webkit-box-shadow: 0 0 20px 0 rgba(24, 67, 130, 0.4);
    box-shadow: 0 0 20px 0 rgba(24, 67, 130, 0.4);
}
.ch2-style-dark .ch2-btn-secondary {
    background: #fff;
    color: #333;
}
.ch2-style-dark .ch2-btn-secondary:hover {
    background: #e6e6e6;
}
.ch2-style-dark .ch2-btn-transparent {
    background: #333;
    color: #ddd;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border: 1px solid #999;
}
.ch2-style-dark .ch2-btn-transparent:hover {
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.ch2-style-dark .ch2-btn-text {
    background: #333;
    color: #ddd;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border: 0;
    text-transform: none;
    text-decoration: underline;
    min-width: auto;
}
.ch2-style-dark .ch2-btn-text:hover {
    color: #aaa;
}
.ch2-style-dark.ch2-icon a {
    color: #fff;
    border-radius: 21px;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}
.ch2-style-dark.ch2-icon a svg {
    border: 2px solid #333;
    background: #333;
    fill: #fff;
}
.ch2-style-dark.ch2-icon a:hover {
    background: #333;
}
.ch2-style-dark.ch2-icon a:hover svg {
    border: 2px solid #000;
    background: #000;
}
.ch2-style-dark.ch2-icon-default a svg {
    border: none;
    background: #121212;
}
.ch2-style-dark.ch2-icon-default a svg path {
    fill: #fff;
}
.ch2-style-dark.ch2-icon-default a:hover {
    background: #121212;
}
.ch2-style-dark.ch2-icon-default a:hover svg {
    background: #121212 !important;
    border: none !important;
    fill: none !important;
}
.ch2-style-dark.ch2-ea .ch2-settings-actions p,
.ch2-style-dark.ch2-ea
    .ch2-settings-content
    .ch2-settings-tab-container
    > p:last-child {
    color: #eee;
    font-size: 12px;
}
.ch2-style-dark.ch2-ea .ch2-settings-actions p a,
.ch2-style-dark.ch2-ea
    .ch2-settings-content
    .ch2-settings-tab-container
    > p:last-child
    a {
    text-decoration: underline;
}
.ch2-style-light .ch2-dialog {
    background: #fff;
}
.ch2-style-light .ch2-dialog-content p {
    color: #555;
}
.ch2-style-light .ch2-dialog-content h2,
.ch2-style-light .ch2-dialog-content p a,
.ch2-style-light .ch2-dialog-content p strong {
    color: #333;
}
.ch2-style-light .ch2-dialog-content a {
    color: #333;
    text-decoration: underline;
}
.ch2-style-light .ch2-dialog-content a:hover {
    color: #000;
}
.ch2-style-light .ch2-settings {
    background: #fff;
}
.ch2-style-light .ch2-settings-header {
    color: #333;
}
.ch2-style-light .ch2-settings-header a:after,
.ch2-style-light .ch2-settings-header a:before {
    border-bottom: 2px solid rgba(51, 51, 51, 0.6);
}
.ch2-style-light .ch2-settings-header a:hover:after,
.ch2-style-light .ch2-settings-header a:hover:before {
    border-bottom: 2px solid #333;
}
.ch2-style-light .ch2-settings-header p {
    color: #333;
}
.ch2-style-light .ch2-settings-content dd,
.ch2-style-light .ch2-settings-content dt,
.ch2-style-light .ch2-settings-content p {
    color: #555;
}
.ch2-style-light .ch2-settings-content a {
    color: #333;
    border-bottom: 1px solid #999;
}
.ch2-style-light .ch2-settings-content a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
.ch2-style-light .ch2-settings-content h3 {
    color: #303030;
}
.ch2-style-light .ch2-settings-option label {
    color: #000;
}
.ch2-style-light .ch2-settings-scan .ch2-settings-tabs ul {
    border-bottom: 1px solid hsla(0, 0%, 43.9%, 0.1);
}
.ch2-style-light .ch2-settings-scan .ch2-settings-tabs ul li a,
.ch2-style-light .ch2-settings-scan .ch2-settings-tabs ul li button {
    color: #333;
    border-bottom: 3px solid transparent;
}
.ch2-style-light .ch2-settings-scan .ch2-settings-tabs ul li a:hover,
.ch2-style-light .ch2-settings-scan .ch2-settings-tabs ul li button:hover {
    color: var(--cookiehub-primary-color);
}
.ch2-style-light .ch2-settings-scan .ch2-settings-tabs ul li a.active,
.ch2-style-light .ch2-settings-scan .ch2-settings-tabs ul li button.active {
    color: var(--cookiehub-primary-color);
    border-bottom: 3px solid var(--cookiehub-primary-color);
}
.ch2-style-light .ch2-settings-scan .ch2-settings-tabs .ch2-settings-scroller {
    color: #707070;
}
.ch2-style-light .ch2-settings-declaration table tbody tr td {
    background: #eee;
    color: #333;
}
.ch2-style-light .ch2-settings-declaration table tbody tr td p {
    background: #fff;
}
.ch2-style-light .ch2-settings-declaration table tbody tr td span {
    background: #999;
    color: #fff;
}
.ch2-style-light .ch2-switch label {
    background: #ccc;
}
.ch2-style-light .ch2-switch label:before {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.ch2-style-light .ch2-switch input:checked + label {
    background: #184382;
}
.ch2-style-light .ch2-btn-primary {
    background: #184382;
    color: #fff;
}
.ch2-style-light .ch2-btn-primary:hover {
    background: #14386c;
    -webkit-box-shadow: 0 0 20px 0 rgba(24, 67, 130, 0.4);
    box-shadow: 0 0 20px 0 rgba(24, 67, 130, 0.4);
}
.ch2-style-light .ch2-btn-secondary {
    background: #333;
    color: #fff;
}
.ch2-style-light .ch2-btn-secondary:hover {
    background: #1a1a1a;
}
.ch2-style-light .ch2-btn-transparent {
    background: #fff;
    color: #444;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border: 1px solid #eee;
}
.ch2-style-light .ch2-btn-transparent:hover {
    color: #333;
    border: 1px solid #333;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.ch2-style-light .ch2-btn-text {
    background: #fff;
    color: #333;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border: 0;
    text-transform: none;
    text-decoration: underline;
    min-width: auto;
}
.ch2-style-light .ch2-btn-text:hover {
    color: #000;
}
.ch2-style-light.ch2-icon a {
    color: #333;
    border-radius: 21px;
    -webkit-transition: width 0s;
    transition: width 0s;
}
.ch2-style-light.ch2-icon a svg {
    border: 2px solid #666;
    background: #fff;
}
.ch2-style-light.ch2-icon a svg path {
    fill: #333;
}
.ch2-style-light.ch2-icon a:hover {
    background: #fff;
}
.ch2-style-light.ch2-icon a:hover svg {
    background: var(--cookiehub-primary-color);
    border: 2px solid var(--cookiehub-primary-color);
}
.ch2-style-light.ch2-icon a:hover svg path {
    fill: #fff;
}
.ch2-style-light.ch2-icon-default a svg {
    border: none;
    fill: none;
}
.ch2-style-light.ch2-icon-default a:hover svg {
    border: none !important;
    fill: none !important;
}
.ch2-style-light.ch2-ea .ch2-settings-actions p,
.ch2-style-light.ch2-ea
    .ch2-settings-content
    .ch2-settings-tab-container
    > p:last-child {
    color: #333;
    font-size: 12px;
}
.ch2-style-light.ch2-ea .ch2-settings-declaration table tbody tr td span {
    background: #333;
}
.ch2-style-light .ch2-collapse {
    border-bottom: 1px solid #eee;
}
.ch2-style-light .ch2-collapse > div.ch2-settings-option,
.ch2-style-light .ch2-collapse > div > div.ch2-settings-option {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.ch2-style-light .ch2-collapse > div.ch2-settings-option .ch2-collapse > div,
.ch2-style-light
    .ch2-collapse
    > div
    > div.ch2-settings-option
    .ch2-collapse
    > div {
    background: rgba(0, 0, 0, 0.02);
}
.ch2-style-compact .ch2-btn {
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0.2px;
}
.ch2-style-compact .ch2-btn-primary,
.ch2-style-compact .ch2-btn-secondary {
    padding: 13px 8px;
}
@media (max-width: 600px) {
    .ch2-style-compact .ch2-btn-text {
        padding: 7px 20px;
    }
}
.ch2-style-compact .ch2-btn-transparent {
    padding: 12px 17px;
}
.ch2-style-compact .ch2-dialog #ch2-dialog-title strong {
    font-size: 18px;
}
.ch2-style-compact .ch2-dialog-content p {
    font-size: 14px;
    line-height: 22px;
}
.ch2-style-compact .ch2-dialog-close a {
    right: 24px;
}
.ch2-style-compact .ch2-settings-header {
    height: 60px !important;
    line-height: 60px;
}
.ch2-style-compact .ch2-settings-header p {
    height: 60px;
    line-height: 60px !important;
}
.ch2-style-compact .ch2-settings-header p strong {
    font-size: 18px;
}
.ch2-style-compact .ch2-settings-header button {
    margin: 11px 0 0;
}
.ch2-style-compact .ch2-settings-content {
    padding: 20px 35px;
}
.ch2-style-compact .ch2-settings-content p {
    font-size: 14px;
    line-height: 22px;
}
.ch2-style-compact .ch2-settings-content p strong {
    font-size: 16px;
}
.ch2-style-compact .ch2-settings-options {
    margin: 40px 0 0;
}
.ch2-style-compact .ch2-settings-option > :last-child {
    padding-top: 3px;
}
.ch2-style-compact .ch2-settings-option p strong {
    font-size: 15px;
}
.ch2-style-compact .ch2-settings-declaration table td,
.ch2-style-compact .ch2-settings-declaration table th {
    font-size: 13px;
}
.ch2-style-compact
    .ch2-settings-so
    .ch2-settings-option2
    .ch2-collapse-toggler
    > a {
    margin-left: 21px;
    padding: 7px 15px 7px 5px;
}
.ch2-style-dark .ch2-tcf-vendor-type {
    background: #000 !important;
    color: #ddd;
}
.ch2-style-dark .ch2-settings-content dd,
.ch2-style-dark .ch2-settings-content dt,
.ch2-style-dark .ch2-settings-content p,
.ch2-style-dark .ch2-settings-content span {
    color: #eee;
}
.ch2-style-dark .ch2-settings-option2,
.ch2-style-dark .ch2-settings-option2 .ch2-settings-option2 {
    border-color: #444;
}
.ch2-style-dark .ch2-settings-option2 .ch2-settings-option-details {
    background-color: #2a2a2a;
    border-color: #222;
}
.ch2-style-dark .ch2-settings-option2 .ch2-settings-option-details a,
.ch2-style-dark .ch2-settings-option2 .ch2-settings-option-details button,
.ch2-style-dark .ch2-settings-option2 .ch2-settings-option-details div,
.ch2-style-dark .ch2-settings-option2 .ch2-settings-option-details p {
    color: #ddd;
}
.ch2-style-dark .ch2-settings-option2 a:before,
.ch2-style-dark .ch2-settings-option2 a[aria-expanded='true']:before {
    border: 1px solid #ddd;
    border-width: 0 2px 2px 0;
}
.ch2-style-dark .ch2-tag-list ul a,
.ch2-style-dark .ch2-tag-list ul li {
    background: #222;
    color: #ddd;
}
.ch2-style-light .ch2-settings-content dd,
.ch2-style-light .ch2-settings-content dt,
.ch2-style-light .ch2-settings-content p {
    color: #303030;
}
.ch2-style-light .ch2-settings-content span {
    color: #333;
}
.ch2-style-light .ch2-settings-option2,
.ch2-style-light .ch2-settings-option2 .ch2-settings-option2 {
    border-color: #d9dbdc;
}
.ch2-style-light .ch2-settings-option2 .ch2-settings-option-details {
    background-color: #f2f4f5;
    border-color: #d9dbdc;
}
.ch2-style-light .ch2-settings-option2 a:before,
.ch2-style-light .ch2-settings-option2 a[aria-expanded='true']:before {
    border: 1px solid #333;
    border-width: 0 2px 2px 0;
}
.ch2-style-compact .ch2-settings-option2 .ch2-collapse-toggler > a,
.ch2-style-compact .ch2-settings-option2 .ch2-collapse-toggler > span {
    font-size: 14px !important;
    padding: 13px 15px 13px 5px;
}
.ch2-style-compact .ch2-settings-option2 .ch2-switch label {
    width: 34px;
    height: 17px;
}
.ch2-style-compact .ch2-settings-option2 .ch2-switch label:before {
    width: 13px !important;
    height: 13px !important;
}
.ch2-style-compact .ch2-settings-option2 .ch2-switch input:checked + label {
    padding: 0 !important;
}
.ch2-style-compact
    .ch2-settings-option2
    .ch2-switch
    input:checked
    + label:before {
    left: 19px;
}
.ch2-style-compact
    .ch2-settings-option2
    .ch2-switch
    input:checked[data-partial='true']
    + label:before {
    left: 11px;
}
.cookiehub-declaration table > caption {
    display: none;
}
