.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//www.canvas.africa/wp-content/themes/site_theme/assets/fonts/inter-latin-400-normal.woff2) format("woff2");
}
@font-face {
font-family: "Inter";
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(//www.canvas.africa/wp-content/themes/site_theme/assets/fonts/inter-latin-400-italic.woff2) format("woff2");
}
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(//www.canvas.africa/wp-content/themes/site_theme/assets/fonts/inter-latin-600-normal.woff2) format("woff2");
}
@font-face {
font-family: "Inter";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(//www.canvas.africa/wp-content/themes/site_theme/assets/fonts/inter-latin-700-normal.woff2) format("woff2");
}
:root { --ink: #182235; --ink-2: #2e3748; --ink-soft: #465062;
--gold: #d0af64; --gold-deep: #a8873c; --gold-tint: #f4ecda;
--paper: #faf9f5; --surface: #ffffff;
--line: #e4e1d7;
--line-ink: #2c384e; --muted: #5d6675;
--white: #ffffff;  --font-inter-stack: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--font-display: var(--font-inter-stack);
--font-body: var(--font-inter-stack);
--font-mono: var(--font-inter-stack); --fs-hero: clamp(2.1rem, 4.2vw, 3.35rem);
--fs-h2: clamp(1.55rem, 2.6vw, 2.2rem);
--fs-h3: 1.25rem;
--fs-body: 1.0625rem;
--fs-small: 0.9rem;
--fs-label: 0.78rem; --s-1: 0.5rem;
--s-2: 1rem;
--s-3: 1.5rem;
--s-4: 2.5rem;
--s-5: 4rem;
--s-6: 6.5rem; --radius: 2px; --nav-chevron: 1.25rem; --measure: 62ch;
--maxw: 1120px;
} * { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
font-family: var(--font-body);
font-size: var(--fs-body);
line-height: 1.65;
color: var(--ink);
background: var(--paper);
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 550; line-height: 1.14; letter-spacing: -0.01em; }
h1 { font-size: var(--fs-hero); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.3; }
p  { max-width: var(--measure); }
strong { font-weight: 600; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--s-3); } .eyebrow {
font-family: var(--font-mono);
font-size: var(--fs-label);
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--gold-deep);
display: block;
margin-bottom: var(--s-2);
}
.eyebrow::before { content: ""; display: none; width: 14px; height: 2px; background: var(--gold); margin-right: 0.5em; vertical-align: middle; } .site-header {
background: var(--ink);
color: var(--white);
position: sticky; top: 0; z-index: 50;
border-bottom: 1px solid var(--line-ink);
}
.nav-bar { display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); padding: 0.9rem var(--s-3); max-width: var(--maxw); margin: 0 auto; }
.brand { font-family: var(--font-display); font-size: 1.18rem; letter-spacing: 0.02em; text-decoration: none; white-space: nowrap; }
.brand .dot { color: var(--gold); }
.brand small { display: block; font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); opacity: 0.9; } .ca-site-identity { display: flex; align-items: center; gap: var(--s-2); color: var(--white); }
.ca-site-identity__logo img { display: block; max-height: 44px; width: auto; }
.ca-site-identity__text { display: flex; flex-direction: column; line-height: 1.2; text-decoration: none; color: inherit; }
.ca-site-identity__title { font-family: var(--font-display); font-size: 1.18rem; font-weight: 700; letter-spacing: 0.02em; white-space: nowrap; color: var(--white); }
.ca-site-identity__title .brand-name { white-space: nowrap; }
.ca-site-identity__tagline { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); opacity: 0.9; }
.ca-site-identity--logo-above-title-below { flex-direction: column; align-items: flex-start; gap: var(--s-1); }
.ca-site-identity--logo-only .ca-site-identity__logo img { max-height: 52px; }
.ca-site-identity--title-only .ca-site-identity__title { font-size: 1.3rem; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; list-style: none; }
.nav-links a { text-decoration: none; font-size: var(--fs-small); color: #cfd4de; padding: 0.3rem 0; border-bottom: 2px solid transparent; }
.nav-links a:hover { color: var(--white); }
.nav-links a[aria-current="page"] { color: var(--white); border-bottom-color: var(--gold); }
.nav-cta { margin-left: 0.5rem; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-ink); color: var(--white); font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.1em; padding: 0.45rem 0.8rem; border-radius: var(--radius); cursor: pointer; } .has-menu { position: relative; }
.has-menu > a::after { content: " ▾"; font-size: 0.7em; color: var(--gold); }
.submenu {
position: absolute; top: 100%; left: -0.75rem; min-width: 21rem;
background: var(--surface); color: var(--ink);
border: 1px solid var(--line); border-top: 3px solid var(--gold);
list-style: none; padding: 0.5rem 0; display: none;
box-shadow: 0 14px 34px rgba(24, 34, 53, 0.18);
}
.has-menu:hover .submenu, .has-menu:focus-within .submenu { display: block; }
.submenu a { display: block; padding: 0.55rem 1rem; color: var(--ink) !important; border-bottom: none !important; }
.submenu a:hover { background: var(--gold-tint); }
.submenu .sub-note { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); display: block; } .btn {
display: inline-block; text-decoration: none; cursor: pointer;
font-family: var(--font-body); font-weight: 600; font-size: var(--fs-small);
padding: 0.85rem 1.6rem; border-radius: var(--radius);
border: 1.5px solid transparent; transition: all 0.15s ease;
} .btn-decision { background: var(--ink); color: var(--white); border-color: var(--ink); box-shadow: inset 0 -3px 0 var(--gold); }
.btn-decision:hover { background: var(--ink-2); }
.on-dark .btn-decision, .site-header .btn-decision { background: var(--gold); color: var(--ink); border-color: var(--gold); box-shadow: none; }
.on-dark .btn-decision:hover, .site-header .btn-decision:hover { background: #ddc078; } .btn-consideration { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-consideration:hover { background: var(--ink); color: var(--white); }
.on-dark .btn-consideration { color: var(--white); border-color: var(--white); }
.on-dark .btn-consideration:hover { background: var(--white); color: var(--ink); } .btn-awareness { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-awareness:hover { background: #ddc078; }
.btn-block { display: block; width: 100%; text-align: center; }
.btn-note { display: block; font-family: var(--font-mono); font-size: 0.72rem; color: var(--muted); margin-top: 0.6rem; letter-spacing: 0.02em; }
.on-dark .btn-note { color: #aeb6c4; } .text-link { font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 1px; }
.text-link:hover { color: var(--gold-deep); } .section { padding: var(--s-6) 0; }
.section-tight { padding: var(--s-5) 0; }
.section + .section, .section + .section-tight, .section-tight + .section { border-top: 1px solid var(--line); }
.section-dark { background: var(--ink); color: var(--white); border-top: none !important; }
.section-dark p { color: #d4d9e2; }
.section-dark .eyebrow { color: var(--gold); }
.section-tint { background: var(--gold-tint); }
.section-head { margin-bottom: var(--s-4); max-width: 46rem; }
.section-head p { margin-top: var(--s-2); color: var(--muted); }
.section-dark .section-head p { color: #c2c8d3; } .hero { background: var(--ink); color: var(--white); padding: var(--s-6) 0; }
.hero h1 { max-width: 17em; }
.hero .lede { margin-top: var(--s-3); font-size: 1.15rem; color: #ccd2dd; max-width: 44rem; }
.hero .cta-row { margin-top: var(--s-4); }
.hero-meta { font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: var(--s-3); }
.tagline { font-family: var(--font-display); font-style: italic; color: var(--gold); font-size: 1.05rem; } .ca-aieo-summary {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} .ca-breadcrumbs { padding: var(--s-2) 0 0; font-size: var(--fs-label); }
.ca-breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0; margin: 0; padding: 0 var(--s-3); max-width: var(--maxw); margin-inline: auto; }
.ca-breadcrumbs li { color: var(--muted); }
.ca-breadcrumbs li:not(:last-child)::after { content: '/'; margin: 0 0.4em; opacity: 0.5; }
.ca-breadcrumbs a { color: var(--muted); text-decoration: underline; }
.ca-breadcrumbs a:hover { color: var(--ink); } .num-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-4) var(--s-4); margin-top: var(--s-4); }
.num-item .num { font-family: var(--font-mono); font-size: var(--fs-label); color: var(--gold-deep); letter-spacing: 0.12em; display: block; border-top: 2px solid var(--gold); padding-top: var(--s-2); margin-bottom: var(--s-1); }
.on-dark .num-item .num, .section-dark .num-item .num { color: var(--gold); border-top-color: var(--gold); }
.num-item h3 { margin-bottom: 0.6rem; }
.num-item p { font-size: var(--fs-small); color: var(--muted); }
.section-dark .num-item p { color: #c2c8d3; } .card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-3); margin-top: var(--s-4); }
.svc-card {
background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
padding: var(--s-4) var(--s-3) var(--s-3); display: flex; flex-direction: column; gap: 0.8rem;
text-decoration: none; position: relative;
transition: border-color 0.15s ease, transform 0.15s ease;
}
.svc-card::before { content: attr(data-num); position: absolute; top: var(--s-2); right: var(--s-3); font-family: var(--font-mono); font-size: var(--fs-label); color: var(--gold-deep); }
.svc-card:hover { border-color: var(--gold-deep); transform: translateY(-2px); }
.svc-card .q { font-family: var(--font-display); font-style: italic; font-size: 1.02rem; color: var(--ink); }
.svc-card p { font-size: var(--fs-small); color: var(--muted); }
.svc-card .go { margin-top: auto; font-weight: 600; font-size: var(--fs-small); color: var(--gold-deep); }
.svc-card .go::after { content: " →"; } .case {
background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--gold);
border-radius: var(--radius); padding: var(--s-4) var(--s-4) var(--s-3); margin-top: var(--s-3);
}
.case-meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.06em; color: var(--muted); text-transform: uppercase; margin-bottom: var(--s-2); }
.case-meta .client { color: var(--ink); font-weight: 600; }
.case h3 { margin-bottom: var(--s-2); }
.case dl { display: grid; grid-template-columns: 9.5rem 1fr; gap: var(--s-2) var(--s-3); margin-top: var(--s-2); }
.case dt { font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); padding-top: 0.2rem; }
.case dd p, .case dd { font-size: var(--fs-small); color: var(--ink-soft); max-width: var(--measure); }
.case .case-cta { margin-top: var(--s-3); padding-top: var(--s-2); border-top: 1px dashed var(--line); font-size: var(--fs-small); }
.case .case-cta em { color: var(--muted); margin-right: 0.6rem; } .proof-strip { border-left: 4px solid var(--gold); padding-left: var(--s-3); font-size: 1.05rem; max-width: 50rem; color: #d4d9e2; }
.proof-strip ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--s-2); }
.proof-strip li { padding-left: var(--s-2); border-left: 1px solid rgba(212, 217, 226, 0.3); } .ca-calendar-invite { margin-top: var(--s-4); padding-top: var(--s-3); border-top: 1px dashed var(--line); }
.ca-calendar-invite h3 { font-family: var(--font-display); font-size: 1.3rem; color: var(--ink); }
.ca-calendar-invite .lede { margin-top: var(--s-1); color: var(--muted); }
.ca-calendar-invite__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); margin-top: var(--s-3); }
.ca-calendar-invite__card { border: 1px solid var(--line); border-radius: var(--radius); padding: var(--s-2); }
.ca-calendar-invite__card .num { display: block; font-family: var(--font-mono); font-size: var(--fs-label); color: var(--gold-deep); margin-bottom: 0.4rem; }
.ca-calendar-invite__card h4 { font-size: 1rem; color: var(--ink); margin-bottom: 0.3rem; }
.ca-calendar-invite__card p { font-size: var(--fs-small); color: var(--muted); }
.ca-calendar-invite__resources { margin-top: var(--s-3); padding-top: var(--s-2); border-top: 1px solid var(--line); }
.ca-calendar-invite__resources h4 { font-size: var(--fs-small); text-transform: uppercase; letter-spacing: 0.04em; color: var(--muted); }
.ca-calendar-invite__resources ul { list-style: none; margin: var(--s-1) 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.4rem; font-size: var(--fs-small); }
@media (max-width: 720px) { .ca-calendar-invite__cards { grid-template-columns: 1fr; } } .objection { border-top: 1px solid var(--line); padding: var(--s-3) 0; }
.objection h3 { font-family: var(--font-body); font-weight: 700; font-size: 1rem; color: var(--ink); margin-bottom: 0.5rem; }
.objection h3::before { content: "Q: "; font-family: var(--font-mono); color: var(--gold-deep); font-weight: 400; }
.objection p { color: var(--ink-soft); font-size: var(--fs-small); } .included { display: grid; gap: var(--s-3); margin-top: var(--s-4); }
.included-item { border-left: 3px solid var(--gold); padding-left: var(--s-3); }
.included-item h3 { margin-bottom: 0.4rem; }
.included-item p { color: var(--ink-soft); font-size: var(--fs-small); } .filter-row { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: var(--s-3); }
.filter-btn { font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.08em; text-transform: uppercase; background: transparent; border: 1px solid var(--line); color: var(--muted); padding: 0.5rem 1rem; border-radius: var(--radius); cursor: pointer; }
.filter-btn:hover { border-color: var(--gold-deep); color: var(--ink); }
.filter-btn.active { background: var(--ink); color: var(--white); border-color: var(--ink); } .ca-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); margin-top: var(--s-4); }
@media (max-width: 960px) { .ca-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .ca-grid { grid-template-columns: 1fr; } }
.ca-article-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.ca-article-card__thumb { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.ca-article-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.ca-article-card__body { padding: var(--s-3); display: flex; flex-direction: column; gap: 0.5rem; }
.ca-article-card__badge { font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); }
.ca-article-card__body h3 { font-size: var(--fs-h3); }
.ca-article-card__body h3 a { color: var(--ink); text-decoration: none; }
.ca-article-card__body h3 a:hover { text-decoration: underline; }
.ca-article-card__body p { font-size: var(--fs-small); color: var(--muted); }
.ca-article-card__meta { font-size: var(--fs-label); color: var(--muted); }
.ca-article-card__link { font-weight: 600; font-size: var(--fs-small); color: var(--gold-deep); margin-top: auto; }
.ca-pagination { margin-top: var(--s-4); display: flex; gap: var(--s-2); justify-content: center; }
.ca-pagination .page-numbers { font-family: var(--font-mono); font-size: var(--fs-small); padding: 0.4rem 0.8rem; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink-soft); text-decoration: none; }
.ca-pagination .page-numbers.current { background: var(--ink); color: var(--white); border-color: var(--ink); }
.ca-article__meta { margin-top: var(--s-2); font-family: var(--font-mono); font-size: var(--fs-label); color: #ccd2dd; }
.ca-article__layout { display: grid; grid-template-columns: 1fr 16rem; gap: var(--s-4); align-items: start; }
@media (max-width: 900px) { .ca-article__layout { grid-template-columns: 1fr; } }
.ca-article__sidebar { position: sticky; top: var(--s-3); }
.ca-toc { border: 1px solid var(--line); border-radius: var(--radius); padding: var(--s-3); }
.ca-toc__title { font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: var(--s-2); }
.ca-toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.ca-toc a { font-size: var(--fs-small); color: var(--ink-soft); text-decoration: none; }
.ca-toc a:hover { color: var(--gold-deep); text-decoration: underline; }
.ca-download-cta { margin-top: var(--s-4); padding: var(--s-3); border: 1px solid var(--gold); background: var(--gold-tint); border-radius: var(--radius); }
.ca-download-cta__label { font-weight: 600; margin-bottom: var(--s-2); }
.ca-share-links { margin-top: var(--s-3); display: flex; gap: var(--s-2); }
.ca-share-links a { font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.4rem 0.8rem; text-decoration: none; }
.ca-share-links a:hover { border-color: var(--gold-deep); color: var(--ink); }
.ca-related-articles { margin-top: var(--s-5); border-top: 1px solid var(--line); padding-top: var(--s-4); } .form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--s-3); max-width: 40rem; }
.form-field { margin-bottom: var(--s-3); }
.form-field label { display: block; font-weight: 600; font-size: var(--fs-small); margin-bottom: 0.45rem; }
.form-field label .req { color: var(--gold-deep); }
.form-field .hint { font-family: var(--font-mono); font-size: 0.72rem; color: var(--muted); margin-top: 0.4rem; }
.form-field input, .form-field select, .form-field textarea {
width: 100%; font-family: var(--font-body); font-size: var(--fs-small); color: var(--ink);
background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
padding: 0.75rem 0.9rem;
}
.form-field textarea { min-height: 7.5rem; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold-deep); }
.form-confirm { display: none; background: var(--gold-tint); border: 1px solid var(--gold); border-radius: var(--radius); padding: var(--s-4); max-width: 40rem; }
.form-confirm h3 { margin-bottom: var(--s-2); } .form-consent { margin-bottom: var(--s-3); }
.consent-check { display: flex; align-items: flex-start; gap: 0.6rem; font-size: var(--fs-small); color: var(--muted); font-weight: 400; margin-bottom: 0.6rem; cursor: pointer; }
.consent-check input[type="checkbox"] { flex: none; width: 1.1rem; height: 1.1rem; margin-top: 0.15rem; accent-color: var(--gold-deep); }
.consent-check .req { color: var(--gold-deep); }
.consent-check a { color: var(--ink); text-decoration: underline; } .ca-form-field label a,
.ca-consent-label a,
.ca-form-field .ca-consent-text a,
.ca-consent-text a {
display: inline;
vertical-align: baseline;
line-height: inherit;
font-size: inherit;
font-weight: inherit;
padding: 0;
margin: 0;
border: none;
background: none;
text-decoration: underline;
text-underline-offset: 2px;
color: var(--gold-deep);
} .steps { list-style: none; counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); margin-top: var(--s-3); }
.steps li { counter-increment: step; border-top: 2px solid var(--gold); padding-top: var(--s-2); font-size: var(--fs-small); color: var(--ink-soft); }
.steps li::before { content: "0" counter(step); font-family: var(--font-mono); color: var(--gold-deep); display: block; margin-bottom: 0.4rem; letter-spacing: 0.1em; }
.steps li strong { display: block; color: var(--ink); margin-bottom: 0.25rem; } .fact-table { width: 100%; border-collapse: collapse; margin-top: var(--s-3); max-width: 46rem; }
.fact-table td { border-top: 1px solid var(--line); padding: 0.8rem 1rem 0.8rem 0; vertical-align: top; font-size: var(--fs-small); }
.fact-table td:first-child { font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); width: 14rem; } .ca-fact-list { display: flex; flex-direction: column; margin-top: var(--s-3); max-width: 46rem; }
.ca-fact-row { display: grid; grid-template-columns: 14rem 1fr; gap: var(--s-3); border-top: 1px solid var(--line); padding: 0.8rem 0; }
.ca-fact-row__label { font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.ca-fact-row__value { font-size: var(--fs-small); } .cta-banner { background: var(--ink); color: var(--white); padding: var(--s-5) 0; }
.cta-banner h2 { max-width: 24em; }
.cta-banner p { margin-top: var(--s-2); color: #ccd2dd; }
.cta-banner .cta-row { margin-top: var(--s-3); } .site-footer { background: var(--ink); color: #aeb6c4; border-top: 1px solid var(--line-ink); padding: var(--s-4) 0; font-size: var(--fs-small); }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s-3); align-items: flex-start; }
.site-footer .brand { color: var(--white); }
.footer-nav { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 2.5rem; }
.footer-nav a { color: #aeb6c4; text-decoration: none; }
.footer-nav a:hover { color: var(--white); }
.footer-legal { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.04em; margin-top: var(--s-3); border-top: 1px solid var(--line-ink); padding-top: var(--s-2); line-height: 2; }
.footer-legal .tagline { display: block; }
.footer-cookie-settings { display: inline-block; margin-top: var(--s-1); color: #aeb6c4; text-decoration: underline; cursor: pointer; }
.footer-cookie-settings:hover { color: var(--white); } .legal-body table, .ca-prose table { width: 100%; border-collapse: collapse; margin: var(--s-2) 0 var(--s-3); font-size: var(--fs-small); }
.legal-body th, .legal-body td, .ca-prose th, .ca-prose td { text-align: left; padding: 0.6rem var(--s-2); border-bottom: 1px solid var(--line); vertical-align: top; }
.legal-body th, .ca-prose th { font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); border-bottom: 2px solid var(--line-ink); } .on-dark { color: var(--white); }
.mt-1 { margin-top: var(--s-2); } .mt-2 { margin-top: var(--s-3); } .mt-3 { margin-top: var(--s-4); }
.muted { color: var(--muted); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); align-items: start; } @media (max-width: 860px) {
.num-grid, .steps { grid-template-columns: 1fr; }
.card-grid, .two-col { grid-template-columns: 1fr; }
.case dl { grid-template-columns: 1fr; gap: 0.3rem; }
.case dt { padding-top: var(--s-2); }
.nav-toggle { display: block; }
.nav-links {
display: none; position: absolute; top: 100%; left: 0; right: 0;
flex-direction: column; align-items: stretch; gap: 0;
background: var(--ink); border-bottom: 1px solid var(--line-ink); padding: 0.5rem var(--s-3) var(--s-3);
}
.nav-links.open { display: flex; }
.nav-links li { border-top: 1px solid var(--line-ink); }
.nav-links a { display: block; padding: 0.85rem 0; }
.submenu { position: static; display: block; border: none; box-shadow: none; background: transparent; padding: 0 0 0 1rem; min-width: 0; }
.submenu a { color: #cfd4de !important; padding: 0.5rem 0; }
.submenu a:hover { background: transparent; color: var(--white) !important; }
.submenu .sub-note { display: none; }
.nav-cta { margin: 0.9rem 0 0; }
.fact-table td:first-child { width: 9rem; }
.ca-fact-row { grid-template-columns: 1fr; gap: 0.3rem; }
}  .nav-links li { list-style: none; }
.nav-links .menu-item-has-children { position: relative; } .nav-links .menu-item-has-children > a { display: inline-flex; align-items: center; gap: 0.3rem; }
.nav-chevron { width: var(--nav-chevron); height: var(--nav-chevron); color: var(--gold); flex: none; }
.nav-links .sub-menu {
position: absolute; top: 100%; left: -0.75rem; min-width: 21rem;
background: var(--surface); color: var(--ink);
border: 1px solid var(--line); border-top: 3px solid var(--gold);
list-style: none; padding: 0.5rem 0; display: none;
box-shadow: 0 14px 34px rgba(24, 34, 53, 0.18);
}
.nav-links .menu-item-has-children:hover .sub-menu,
.nav-links .menu-item-has-children:focus-within .sub-menu { display: block; }
.nav-links .sub-menu a { display: block; padding: 0.55rem 1rem; color: var(--ink) !important; border-bottom: none !important; }
.nav-links .sub-menu a:hover { background: var(--gold-tint); } .nav-links .sub-menu .sub-note { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); display: block; }
.nav-links .current-menu-item > a,
.nav-links .current-menu-ancestor > a { color: var(--white); border-bottom-color: var(--gold); }
.nav-links .sub-menu .current-menu-item > a { color: var(--ink) !important; } .footer-nav li { list-style: none; }
.footer-nav .current-menu-item > a { color: var(--white); } .brand img.custom-logo { max-height: 44px; width: auto; } .page-content > * { margin-bottom: var(--s-2); }
.page-content h2, .page-content h3 { margin-top: var(--s-3); }
@media (max-width: 860px) {
.nav-links .sub-menu { position: static; display: block; border: none; box-shadow: none; background: transparent; padding: 0 0 0 1rem; min-width: 0; }
.nav-links .sub-menu a { color: #cfd4de !important; padding: 0.5rem 0; }
.nav-links .sub-menu a:hover { background: transparent; color: var(--white) !important; }
.nav-links .sub-menu .sub-note { display: none; }
.nav-links .menu-item-has-children > a { display: flex; } } .brand-name { white-space: nowrap; } .footer-offices { display: flex; flex-wrap: wrap; gap: var(--s-3) var(--s-5); margin-top: var(--s-3); }
.footer-offices address { font-style: normal; font-size: var(--fs-small); line-height: 1.7; color: #aeb6c4; }
.footer-offices .office-city { display: block; font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.3rem; } .offices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); max-width: 40rem; margin-top: var(--s-3); }
.offices-grid address { font-style: normal; font-size: var(--fs-small); line-height: 1.7; color: var(--ink-soft); background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: var(--radius); padding: var(--s-3); }
.offices-grid .office-city { display: block; font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.4rem; }
@media (max-width: 860px) { .offices-grid { grid-template-columns: 1fr; } } .footer-social { list-style: none; display: flex; flex-wrap: wrap; gap: var(--s-2); padding: 0; margin-top: var(--s-3); }
.footer-social li { list-style: none; }
.footer-social a {
display: inline-flex; align-items: center; justify-content: center;
width: 2.25rem; height: 2.25rem;
color: #aeb6c4; border: 1px solid var(--line-ink); border-radius: var(--radius);
transition: color 0.15s ease, border-color 0.15s ease;
}
.footer-social a:hover, .footer-social a:focus { color: var(--gold); border-color: var(--gold); }
.footer-social svg { width: 1.1rem; height: 1.1rem; display: block; } .footer-contact-details { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-top: var(--s-3); }
.footer-contact-details a { display: inline-flex; align-items: center; gap: 0.5rem; color: #aeb6c4; font-size: var(--fs-small); transition: color 0.15s ease; }
.footer-contact-details a:hover, .footer-contact-details a:focus { color: var(--gold); }
.contact-icon { width: 1.1rem; height: 1.1rem; flex: none; color: inherit; }
.offices-grid + .footer-contact-details, .section-tight .footer-contact-details { margin-top: var(--s-2); }
.section-tight .footer-contact-details a { color: var(--ink); }
.section-tight .footer-contact-details a:hover, .section-tight .footer-contact-details a:focus { color: var(--gold-deep); }
.footer-contact-noscript { font-size: var(--fs-small); color: #aeb6c4; margin-top: var(--s-2); }
.section-tight .footer-contact-noscript { color: var(--ink); } .screen-reader-text {
position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
} .legal-body h2 { margin-top: var(--s-4); margin-bottom: var(--s-2); }
.legal-body h3 { margin-top: var(--s-3); margin-bottom: var(--s-1); }
.legal-body p, .legal-body li { max-width: var(--measure); color: var(--ink-soft); font-size: var(--fs-small); margin-bottom: var(--s-2); }
.legal-body ul { padding-left: 1.4rem; margin-bottom: var(--s-2); }
.legal-body li { margin-bottom: 0.5rem; }
.legal-updated { font-family: var(--font-mono); font-size: var(--fs-label); letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.legal-draft-notice { background: var(--gold-tint); border: 1px solid var(--gold); border-radius: var(--radius); padding: var(--s-2) var(--s-3); font-size: var(--fs-small); margin-bottom: var(--s-4); } .ca-page-content { max-width: var(--measure); }
.ca-prose { line-height: 1.7; color: var(--ink-soft); font-size: var(--fs-small); }
.ca-prose h2 { font-family: var(--font-display); color: var(--ink); font-size: 1.35rem; line-height: 1.25; margin-top: var(--s-4); margin-bottom: var(--s-2); }
.ca-prose h3 { font-family: var(--font-display); color: var(--ink); font-size: 1.1rem; line-height: 1.3; margin-top: var(--s-3); margin-bottom: var(--s-1); }
.ca-prose h4 { color: var(--ink); font-size: 1rem; margin-top: var(--s-3); margin-bottom: var(--s-1); }
.ca-prose p { margin-bottom: var(--s-2); }
.ca-prose ul, .ca-prose ol { padding-left: 1.4rem; margin-bottom: var(--s-2); }
.ca-prose li { margin-bottom: 0.5rem; }
.ca-prose strong { color: var(--ink); }
.ca-prose a { color: var(--ink); text-decoration: underline; }
.ca-prose a:hover, .ca-prose a:focus { color: var(--gold-deep); }
.ca-prose > *:first-child { margin-top: 0; } :root {
--inner-content-max: 720px;
--inner-container-max: 1100px;
--surface-bright: var(--white); --accent-light: rgba(208, 175, 100, 0.20); --surface-alt: #f8f8f8;
} .ca-layout--landing .hero { display: flex; align-items: center; } .ca-layout--inner .ca-page-content,
.ca-layout--inner .ca-prose,
.ca-layout--inner body { line-height: 1.75; }
.ca-layout--inner .section,
.ca-layout--inner .section-tight {
padding-top: max(var(--s-5), 80px);
padding-bottom: max(var(--s-5), 80px);
}
.ca-layout--inner .container { max-width: var(--inner-container-max); } .ca-layout--inner:not(.ca-layout--inner-service) .hero {
min-height: auto;
padding: var(--s-5) 0;
background: var(--white);
background-image: none;
color: var(--ink);
border-bottom: 1px solid var(--line);
}
.ca-layout--inner:not(.ca-layout--inner-service) .hero h1 { color: var(--ink); }
.ca-layout--inner:not(.ca-layout--inner-service) .hero .lede { color: var(--ink-soft); }
.ca-layout--inner:not(.ca-layout--inner-service) .hero .hero-meta { color: var(--gold-deep); }
.ca-layout--inner:not(.ca-layout--inner-service) .hero.on-dark .btn-decision { background: var(--ink); color: var(--white); border-color: var(--ink); box-shadow: inset 0 -3px 0 var(--gold); }
.ca-layout--inner:not(.ca-layout--inner-service) .hero.on-dark .btn-decision:hover { background: var(--ink-2); }
.ca-layout--inner:not(.ca-layout--inner-service) .hero.on-dark .btn-consideration { color: var(--ink); border-color: var(--ink); }
.ca-layout--inner:not(.ca-layout--inner-service) .hero.on-dark .btn-consideration:hover { background: var(--ink); color: var(--white); }
.ca-layout--inner:not(.ca-layout--inner-service) .hero .btn-note { color: var(--muted); } .ca-layout--inner-service .ca-page-content,
.ca-layout--inner-service .ca-prose { max-width: var(--inner-content-max); }  .hero--split {
background: var(--white);
background-image: none;
}
.hero--split .hero--split__grid {
display: block;
}
.hero--split__form { margin-top: var(--s-4); } .hero--split .hero-meta { color: var(--gold-deep); }
.hero--split h1 { color: var(--ink); }
.hero--split .lede { color: var(--ink-soft); }
@media (min-width: 1024px) {
.hero--split .hero--split__grid {
display: grid;
grid-template-columns: 1fr 420px;
gap: var(--s-4);
align-items: start;
}
.hero--split__form {
margin-top: 0;
transform: translateY(20px);
} .ca-layout--inner-service .hero--split + .section,
.ca-layout--inner-service .hero--split + .section-tight {
padding-top: calc(max(var(--s-5), 80px) + 20px);
}
} .ca-service-form-card {
position: relative;
z-index: 10;
background: var(--white);
border: 2px solid var(--gold);
border-radius: var(--radius);
padding: var(--s-3);
box-shadow:
inset 0 1px 0 var(--accent-light),
0 4px 8px rgba(0, 0, 0, 0.06),
0 12px 24px rgba(0, 0, 0, 0.08),
0 24px 48px rgba(0, 0, 0, 0.06);
}
.ca-service-form-card .form-field { margin-bottom: var(--s-2); }
.ca-service-form-card .form-field label { display: block; font-size: var(--fs-small); font-weight: 600; margin-bottom: 0.3rem; color: var(--ink); }
.ca-service-form-card .form-field input,
.ca-service-form-card .form-field select,
.ca-service-form-card .form-field textarea {
width: 100%; font-family: var(--font-body); font-size: var(--fs-small);
padding: 0.55rem 0.7rem; border: 1px solid var(--line); border-radius: var(--radius);
background: var(--surface-alt); color: var(--ink);
}
.ca-service-form-card .form-field input:focus,
.ca-service-form-card .form-field select:focus {
border-color: var(--gold);
outline: 2px solid var(--accent-light);
outline-offset: 0;
}
.ca-service-form-card .req { color: var(--gold-deep); }
.ca-service-form-card .form-consent { margin: var(--s-2) 0; font-size: var(--fs-label); color: var(--muted); }
.ca-service-form-card .form-confirm { display: none; }
.ca-service-form-card .form-confirm h3 { font-size: var(--fs-h3); margin-bottom: var(--s-1); }
.ca-service-form-card .form-confirm p { font-size: var(--fs-small); color: var(--ink-soft); }
@media (max-width: 1023px) {
.hero--split__form {
transform: none;
margin-top: var(--s-4);
}
}  .ca-mega-menu { display: none; }
@media (min-width: 1024px) {
.ca-has-mega-menu { position: relative; }
.ca-has-mega-menu > a { display: inline-flex; align-items: center; gap: 0.3rem; }
.ca-mega-menu {
display: block;
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%, 4px);
min-width: 42rem;
max-width: 60rem;
background: var(--surface);
border: 1px solid var(--line);
border-top: 3px solid var(--gold);
border-radius: var(--radius);
box-shadow: 0 16px 32px rgba(24, 34, 53, 0.16);
z-index: 60;
transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
}
.ca-has-mega-menu:hover .ca-mega-menu,
.ca-has-mega-menu:focus-within .ca-mega-menu,
.ca-has-mega-menu > a[aria-expanded="true"] ~ .ca-mega-menu {
visibility: visible;
opacity: 1;
transform: translate(-50%, 0);
}
.ca-mega-menu__inner { padding: var(--s-3); }
.ca-mega-menu__items {
list-style: none;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: var(--s-2);
}
.ca-mega-menu__item { margin: 0; }
.ca-mega-menu__link {
display: block;
padding: 0.7rem 0.85rem;
border-radius: var(--radius);
text-decoration: none;
color: var(--ink) !important;
border-bottom: none !important;
}
.ca-mega-menu__link:hover,
.ca-mega-menu__link:focus { background: var(--gold-tint); }
.ca-mega-menu__item-title {
display: block;
font-family: var(--font-display);
font-weight: 600;
font-size: var(--fs-small);
color: var(--ink);
}
.ca-mega-menu__item-desc {
display: block;
margin-top: 0.2rem;
font-family: var(--font-mono);
font-size: var(--fs-label);
letter-spacing: 0.02em;
color: var(--muted);
}
} @media (max-width: 1023px) {
.ca-mega-menu { display: none !important; }
} .ca-float-contact {
position: fixed;
right: var(--s-3);
bottom: var(--s-3);
z-index: 999;
}
.ca-float-contact__trigger {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: var(--ink);
color: var(--white);
border: none;
border-radius: 999px;
padding: 0.8rem 1.2rem;
font-family: var(--font-body);
font-size: var(--fs-small);
font-weight: 600;
cursor: pointer;
box-shadow: 0 4px 8px rgba(24, 34, 53, 0.12), 0 12px 24px rgba(24, 34, 53, 0.16);
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ca-float-contact__trigger:hover,
.ca-float-contact__trigger:focus {
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(24, 34, 53, 0.16), 0 16px 32px rgba(24, 34, 53, 0.2);
}
.ca-float-contact__trigger svg { width: 20px; height: 20px; flex-shrink: 0; }
.ca-float-contact__panel {
position: absolute;
right: 0;
bottom: calc(100% + var(--s-1));
display: flex;
flex-direction: column;
gap: 0.5rem;
min-width: 14rem; visibility: hidden;
opacity: 0;
transform: translateY(8px);
transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
}
.ca-float-contact__panel.is-open {
visibility: visible;
opacity: 1;
transform: translateY(0);
}
.ca-float-contact__option {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: var(--surface-bright);
color: var(--ink) !important;
border: 1px solid var(--line);
border-radius: 999px;
padding: 0.6rem 1rem;
font-size: var(--fs-small);
text-decoration: none !important;
box-shadow: 0 4px 8px rgba(24, 34, 53, 0.1);
transition: transform 0.15s ease;
}
.ca-float-contact__option:hover,
.ca-float-contact__option:focus { transform: translateX(-2px); }
@media (max-width: 480px) {
.ca-float-contact__trigger-label { display: none; }
.ca-float-contact__trigger { padding: 0.8rem; border-radius: 50%; }
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #3B29FF; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #d0af64; --cmplz_button_accept_border_color: #d0af64; --cmplz_button_accept_text_color: #182235; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #d0af64; --cmplz_slider_inactive_color: #e4e1d7; --cmplz_slider_bullet_color: #182235;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-categories.cmplz-tcf,.cmplz-link.cmplz-manage-options,.cmplz-manage-vendors,.cmplz-read-more,.cmplz-view-preferences,.cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner { animation: fadeIn 2s; -webkit-animation: fadeIn 2s; -moz-animation: fadeIn 2s; -o-animation: fadeIn 2s; -ms-animation: fadeIn 2s;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-soft-cookiewall { position: fixed; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 9999;}.cmplz-soft-cookiewall.cmplz-dismissed { position: initial; display: none;}.cmplz-optout .cmplz-soft-cookiewall { position: initial;}.cmplz-document .cmplz-soft-cookiewall { position: initial;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.cmplz-cookiebanner .cmplz-divider { height: 3px; box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.05);}.cmplz-cookiebanner.cmplz-center .cmplz-divider.cmplz-footer { margin-top: 5px;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: block;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: none;} #cmplz-manage-consent .cmplz-blocked-content-container .cmplz-blocked-content-notice,button#cmplz-consent-ui, #cmplz-post-consent-ui {}#cmplz-consent-ui #cmplz-consent-ui button, #cmplz-post-consent-ui button {}