.theme_turquoise {
    --cc-bg: #161a1c;
    --cc-text: #d8e5ea;
    --cc-btn-primary-bg: #fff;
    --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: #667481;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #343e45;
    --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;
}

#s-bns {
    height: auto;
}

#cc--main * {
    color: #566e72;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
}

#c-ttl,
#s-bl td::before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
    color: #00314D;
    font-family: ivypresto-display, serif;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 29px;
    font-weight: 700;
}
.cc_div #c-bns {
    display: block;
}

#c-bns button:first-child,
#s-bns button:first-child {
    background-color: #65bdbd;
}

#c-bns button:first-child span,
#s-bns button:first-child span {
    color: #fff;
}

#c-bns button + button,
#s-cnt button + button {
    background-color: #F0F8FD;
}
#c-bns button:first-child:hover,
#s-bns button:first-child:hover {
    background-color: #00768a;
}