.theme_turquoise {
    --cc-bg: #161a1c;
    --cc-text: #d8e5ea;
    --cc-btn-primary-bg: #326FB7;
    --cc-btn-primary-text: #000;
    --cc-btn-primary-hover-bg: #dbdbdb;
    --cc-btn-secondary-bg: #242c31;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #1a2024;
    --cc-toggle-bg-off: #11143d;
    --cc-toggle-bg-on: #326FB7;
    --cc-toggle-bg-readonly: #b1b2bf;
    --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
    --cc-toggle-knob-icon-color: var(--cc-bg);
    --cc-cookie-category-block-bg: #1e2428;
    --cc-cookie-category-block-bg-hover: #242c31;
    --cc-section-border: #222a30;
    --cc-block-text: #bac9cf;
    --cc-cookie-table-border: #2b3035;
    --cc-overlay-bg: rgba(4, 6, 8, .85);
    --cc-webkit-scrollbar-bg: #2c343a;
    --cc-webkit-scrollbar-bg-hover: #384148;
}

.theme_turquoise .cc_div a{
    color: var(--cc-btn-primary-bg);
}

.theme_turquoise #cc_div #s-hdr{
    border-bottom: none;
}

.theme_turquoise .cc_div #c-txt{
    color: #b0b8c6!important;
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
	color: var(--cc-btn-primary-text);
}

#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover,
#s-cnt button + button:active,
#s-cnt button + button:hover {
	color: var(--cc-btn-primary-bg);
}

#s-hdr {
	padding: 0 1.6em;
}

#cc--main * {
    font-family: "General Sans",sans-serif;
}

#cc--main p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
}

#cc_div #cm {
    display: block !important;
    max-width: 800px;
    width: 100%;
}

#cc--main .cc-link,
#cc--main a {
    font-weight: 600 !important;
}

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
    opacity: 1;
    transform: scale(1);
    visibility: visible !important;
    border-radius: 24px;
}

#s-bl td::before, .cc_div .c-bn {
    font-weight: 600;
    border-radius: 24px;
    background-color: #F5F5F7;
}

#c-bns button:first-child, #s-bns button:first-child {
    background: #326FB7;
    color: #fff;
    color: var(--cc-btn-primary-text);
    border-radius: 24px;
}

#s-bl .c-bl.b-ex {
    background:  #F5F5F7;
    border: none;
    padding: 0;
    transition: none;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
    background: #326FB7;
}

.cc_div .b-tg .c-tg {
    background: #11143d;
    pointer-events: none;
    position: absolute;
    transition: background-color .25s ease,box-shadow .25s ease;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
    background: #b1b2bf;
}

.cc_div .c-bn {
    color: #12153E;
    font-family: "General Sans";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

#s-bns {
    height: auto;
}


.cc_div #c-inr-i {
    max-width: 555px;
    display: inline-block;
    vertical-align: middle;
}

.cc_div #c-bns {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    max-width: 200px;
    width: 100%;
}

#c-p-bn,
#c-s-bn {
    display: block !important;
    max-width: 100%;
    width: 100%;
    padding: 12px;
}

#c-p-bn {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .cc_div #c-inr-i{display:block ;}
    #cc_div #cm{width: 90%;}
    .cc_div #c-bns{display: block;max-width: 100%;margin: 16px 0 0;}
    .bns-t #s-bns{height: auto;}
}