html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
} body,
button,
input,
select,
optgroup,
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
min-height:100%;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul {
list-style: none;
}
ol {
list-style: decimal;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #9C9278;
}
a:visited {
color: #9C9278;
}
a:hover,
a:focus,
a:active {
color: #9C9278;
text-decoration: none;
}
a:focus {
outline: none;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #e1ddd4;
font-family: 'Montserrat', sans-serif;
line-height: 1.2;
letter-spacing: 2px;
font-size: 1rem;
}
h1 {
color: #9C9278;
font-family: 'Montserrat', sans-serif;
line-height: 1;
letter-spacing: 2px;
font-size: 2rem;	
}
h2 {
color: #9C9278;
font-family: 'Montserrat', sans-serif;
line-height: 1;
letter-spacing: 2px;
font-size: 1.5rem;	
}
h3 {
color: #9C9278;
font-family: 'Montserrat', sans-serif;
line-height: 1;
letter-spacing: 2px;
font-size: 1.3rem;	
}
h4 {
color: #9C9278;
font-family: 'Montserrat', sans-serif;
line-height: 1;
letter-spacing: 2px;
font-size: 1.3rem;		
}
h5 {
color: #9C9278;
font-family: 'Montserrat', sans-serif;
line-height: 1;
letter-spacing: 2px;
font-size: 1.3rem;		
}
h6 {
color: #9C9278;
font-family: 'Montserrat', sans-serif;
line-height: 1;
letter-spacing: 2px;
font-size: 1.3rem;	
}
.syy {
font-size: 28px;
color: #c493ca;
}
.right {
text-align: right;
}
@media (max-width: 767.98px) { 
body,
button,
input,
select,
optgroup,
textarea {
line-height: 1.2;
letter-spacing: 1.2px;
font-size: 0.9rem;
}
h1 {
line-height: 1.2;
letter-spacing: 2px;
font-size: 1.4rem;	
}
h2 {
line-height: 1.2;
letter-spacing: 2px;
font-size: 1.2rem;	
}
h3 {
line-height: 1.2;
letter-spacing: 2px;
font-size: 1.2rem;	
}
h4 {
line-height: 1.2;
letter-spacing: 2px;
font-size: 1.2rem;		
}
h5 {
line-height: 1.2;
letter-spacing: 2px;
font-size: 1.2rem;		
}
h6 {
line-height: 1.2;
letter-spacing: 2px;
font-size: 1.2rem;		
}
} input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], textarea {
border: 1px solid #000;
border-radius: 0;
padding: 10px;
width: 100%;
background-color: #dedede;
}
.wpcf7 {
width: 50%;
margin: 0 auto;
}
.textarea-label {
width: 100%;
}
.wpcf7-submit {
margin: 40px 0;
color: #707070 !important;
text-transform: uppercase;
background: #fff !important;
border: 2px solid #117A8B !important;
padding: 10px 0 !important;
border-radius: 0px !important;
width: 200px;
font-weight: 700;
}
input.wpcf7-form-control.wpcf7-submit {
display: block;
margin: 0 auto;
}
div.wpcf7 .ajax-loader {
display: none;
}
.wpcf7-submit:hover {
transition: 0.3s!important;
background: #117A8B !important;
color: #000 !important;
border: 2px solid #117A8B !important;
}
span.wpcf7-not-valid-tip {
color: rgb(255, 255, 255);
background: #117A8B ;
}
.wpcf7 form.invalid .wpcf7-response-output {
border-color: red;
background-color: white;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
border: 2px solid #117A8B;
color: rgb(255, 255, 255);
background: #117A8B;
}
select {
border: 1px solid #000000;
width: 100%;
padding: 10px;
background: white;
}
[data-class="wpcf7cf_group"]{
margin-bottom: 25px;
}
@media (max-width: 767.98px) { 
.wpcf7 {
width: 100%;
margin: 0 auto;
}
} .site-footer {
padding-top: 50px;
background-color: #191717;
}
.site-footer p{
color: #929292;
margin-bottom: 0px;
}
.site-footer a{
color: #929292;
margin-bottom: 0px;
text-decoration:none;
}
.site-footer #block-35 p {
font-size:1.5rem;
font-weight:600;
margin-bottom:10%;
}
.site-footer #block-23 img {
width: 380px;;
margin-left:auto;
margin-right:auto;
} .page {
margin-bottom: 0px;
} .page-id-2 .tekstialue {
margin-bottom: 0px;
padding-top:10%;
background:#191919;
} .page-id-678 .text-content {
margin-bottom: 10%;
}
.page-id-678 .tekstialue {
padding-top: 10%;
}
.page-id-678 .tekstialue:last-of-type {
padding-top: 0%;
}
.page-id-678 .button {
background:#19191900;
margin-bottom:10%;
}
@media (max-width: 767.98px) { 
.page-id-678 .button {
margin-bottom:25%;
}
} .page-id-680 .text-content {
margin-bottom: 0%;
}
.page-id-680 .tekstialue {
padding-top: 5%;
}
.page-id-680 .button {
padding-top:0%;
margin-top: 0%;
margin-bottom: 10%;
background:#19191900;
} .page-id-682 .image_full {
background-position: top!important;
height:35vh;
}
.page-id-682 .tekstialue {
margin-top:5%;
margin-bottom:0%;
}
.page-id-682 .button {
margin-top: 0%;
margin-bottom: 10%;
background:#19191900;
} .page-id-684 .tekstialue {
margin-top:5%;
margin-bottom:0%;
}
.page-id-684 .button {
margin-top: 0%;
margin-bottom: 10%;
background:#19191900;
} .page-id-729 .tekstialue {
margin-top:5%;
margin-bottom:0%;
}
.page-id-729 .tekstialue ul {
list-style:disc;
}
.page-id-729 .tekstialue ul li {
margin-bottom:1rem;
}
.page-id-729 .button {
margin-top: 0%;
margin-bottom: 10%;
background:#19191900;
}
@media (max-width: 767.98px) { 
.page-id-729 .tekstialue ul {
list-style:none;
padding-inline-start:1.5rem;
}
} .page-id-688 .skew a {
color:#565349;
font-weight:400;
}
.page-id-688 .skew p {
color:#565349;
font-weight:400;
font-size:1.2rem;
}
.page-id-688 .site-footer {
padding-top:10%;
}
.page-id-688 .review .wp-image-960 {
width:150px;
} .entrytxt {
padding-top:10%;
}
.blog_posts {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-column-gap: 3%;
} .post-details a {
color: lightgrey;
font-size: 12px!important;
font-weight: 400!important;
}
.blog_posts .single_post .featured_image {
overflow: hidden;
} .header-wrap {
height:200px;
position:relative;
}
.header-wrap::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.entry-header {
position:relative;
z-index:2;
}
.blog .entry-title {
width: 100%;
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
}
.single_post {
border-radius: 0.25rem;
display: flex;
flex-direction: column;
overflow: hidden;
background: #191919;
box-shadow: 0px 10px 28px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 10px 28px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 28px 0px rgba(0,0,0,0.75);
margin-bottom:10%;
}
.title {
box-sizing: border-box;
display: block;
background: #191919;
padding: 5% 5% 5% 5%;
line-height: 1;
}
.title p{
text-align: left;
}
.single_post .title h2 a{
font-size: 1.2rem;
margin-top: 20px;
margin-bottom: 10px;
color: #9C9278;
text-decoration: none;
}
.single_post p {
font-size:0.9rem;
}
.grey a{
color:#b2b8b7;
font-size: 12px!important;
font-weight: 400!important;
}
.blog .categorieslist {
padding-top:0%;
}
.category_wrapper {
text-align: center;
width: 99%;
margin-bottom: 50px;
margin-top: 50px;
}
.categorieslist li {
list-style: none;
background: #9C9278;
border: 1px solid #9C9278;
margin: 0 5px; margin-bottom: 10px;
display: inline-block;
text-align: center;
border-radius: 5px;
padding: 12px 20px;
}
.categorieslist li:hover {
background: #7d7359;
transition: 0.3s;
}
.categorieslist .current-cat {
background: #7d7359;
}
.cat-item a {
color: white;
}
@media (max-width: 767.98px) { 
.entrytxt {
padding-top:35%;
margin-left:3%;
margin-right:3%;
}
.blog .categorieslist {
padding-top:0%;
}
} .nothinghere {
background-image: url(https://kepee.fi/wp-content/uploads/2023/08/kepee_404-2.png);
height: 80vh;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.error404 .site-main {
padding-top:10%;
} .post {
padding-top:20%;
}
.entry-header {
margin-bottom:10%;
}
@media (max-width: 767.98px) {
.single .entry-header {
margin-top:20%;
}
}
.entry-title {
width: 100%;
text-align: left;
padding-top: 25px;
padding-bottom: 25px;
}
.entry-title a {
color: #9C9278;
font-size: 2.2rem;
}
.entry-meta p {
color: grey!important;
font-size: 16px;	
}
.grey_big a {
color: grey!important;
font-size: 16px;
}
.grey_big a:visited {
color: grey!important;
}
.grey_big a:hover {
color: grey!important;
}
.post-body {
margin-bottom: 50px;
}
.post-navigation {
margin-bottom: 50px;
}
.post-body img {
width: 100%;
}
.nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}
@media (max-width: 767.98px) { 
.entry-title a {
font-size: 28px;
}
} .categorieslist {
padding-top:10%;
}
@media (max-width: 767.98px) { 
.categorieslist {
padding-top:30%;
}
} .review {
margin-left: auto;
margin-right: auto;
width: 90%;
padding: 10px;
} nav{
height: 8rem;
width: 100vw;
background-color: #131418;
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
display:flex;
position: fixed;
z-index: 11;
} .logo{
padding:1vh 1vw;
text-align: center;
z-index:1;
}
.logo img {
height: 8rem;
width: auto;
} .nav-links{
display: flex;
list-style: none; 
width: 88vw;
padding: 0 0.7vw;
justify-content: space-evenly;
align-items: center;
text-transform: uppercase;
}
.nav-links li a{
text-decoration: none;
margin: 0 0.7vw;
font-size:2rem;
}
.nav-links li a:hover {
color: #9C9278;
}
.nav-links li {
position: relative;
}
.nav-links li a::before {
content: "";
display: block;
height: 3px;
width: 0%;
background-color: #9C9278;
position: absolute;
transition: all ease-in-out 250ms;
margin: 0 0 0 10%;
}
.nav-links .sub-menu li a::before {
content: "";
display: block;
height: 3px;
width: 0%;
background-color: #9C9278;
position: absolute;
transition: all ease-in-out 250ms;
margin: 0 0 0 0%;
}
.sub-menu .menu-item {
margin: 20px 0px;
position:initial!important;
}
.nav-links li a:hover::before{
width: 80%;
}
.sub-menu {
display: none;
}
.show-submenu .sub-menu {
display: block;
}
.menu-item-has-children:hover .sub-menu {
display: block;
position:absolute;
background-color: #131418;
width:400px;
} .hamburger div{
width: 30px;
height:3px;
background: #9C9278;
margin: 5px;
transition: all 0.3s ease;
}
.hamburger{
display: none;
} @media (min-width: 768px) {
.primary-menu {
display: flex!important;
list-style:none;
width: 70vw;
padding: 0 0.7vw;
justify-content: space-evenly;
align-items: flex-start;
text-transform: uppercase;
}
.nav-links li a {
font-size:1rem;
}
.sub-menu li a {
font-size:1rem;
}
.menu-item-has-children:hover .sub-menu {
padding-inline-start:0px!important;
margin-inline-start:0px!important;
}
} @media screen and (max-width: 767.98px){
.nav {
position:absolute;
display:block;
}
.sub-menu {
position: relative;
z-index: 10000;
}
.menu-menu-1-container {
width:100vw;
height:50vh;
}
.menu-item-has-children .sub-menu {
display: block;
}
.primary-menu {
position:fixed;
display: block;
background-color: #131418;
padding-inline-start:0px!important;
margin-inline-start:0px!important;
}
.hamburger{
display:block;
position: absolute;
cursor: pointer;
right: 5%;
top: 50%;
transform: translate(-5%, -50%);
z-index: 2;
transition: all 0.7s ease;
}
.nav-links{
position: fixed;
background: #131418;
height: 100vh;
width: 100%;
flex-direction: column;
clip-path: circle(50px at 90% -20%);
-webkit-clip-path: circle(50px at 90% -10%);
transition: all 1s ease-out;
pointer-events: none;
padding-inline-start:3%;
}
.nav-links.open{
clip-path: circle(1000px at 90% -10%);
-webkit-clip-path: circle(1000px at 90% -10%);
pointer-events: all;
}
.nav-links li{
opacity: 0;
}
.nav-links li a::before {
margin:0;
}
.nav-links li a:hover::before {
width: 73vw;
}
.nav-links li:nth-child(1){
transition: all 0.5s ease 0.2s;
}
.nav-links li:nth-child(2){
transition: all 0.5s ease 0.4s;
}
.nav-links li:nth-child(3){
transition: all 0.5s ease 0.6s;
}
.nav-links li:nth-child(4){
transition: all 0.5s ease 0.7s;
}
.nav-links li:nth-child(5){
transition: all 0.5s ease 0.8s;
}
.nav-links li:nth-child(6){
transition: all 0.5s ease 0.9s;
margin: 0;
}
.nav-links li:nth-child(7){
transition: all 0.5s ease 1s;
margin: 0;
}
li.fade{
opacity: 1;
}
.fade:not(.show) {
opacity: 1;
}
.menu-item {
margin-bottom:3vh;
}
.nav-links li a {
font-size:1.2rem;
}
.nav-links .sub-menu li a {
font-size:1rem;
}
} .toggle .line1{
transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
transition: all 0.7s ease;
width:0;
}
.toggle .line3{
transform: rotate(45deg) translate(-5px,-6px);
} #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
background-color: #9C9278!important;
border-color: #9C9278!important;
color: #ffffff;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
background-color: transparent;
border-color: #9C9278!important;
color: #141414;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
align-items: center;
color: #9C9278!important;
display: flex;
font-weight: 600;
text-decoration: none;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
background-color: #FFFFFF;
border-color: #9C9278!important;
color: #141414;
transition-delay: .3s;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
background-color: #9C9278!important;
border-color: #9C9278!important;
color: #FFFFFF;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
fill:#9C9278!important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
align-items: center;
color: #9C9278!important;
cursor: pointer;
display: flex;
font-weight: 600;
margin-bottom: 12px;
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
background-color: #9C9278!important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
background-color: transparent;
border: 2px solid #9C9278!important;
border-radius: 0.25em;
color: #141414;
display: block;
font-weight: 600;
padding: 1em;
text-align: center;
user-select: none;
width: 100%;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
border-bottom: 1px solid #9C9278!important;
color: #9C9278!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
color: #9C9278!important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
color: #9C9278!important;
}
#CookiebotWidget .CookiebotWidget-logo svg path {
fill: #9C9278!important;
}