:root { --g55-black:       #000000;
--g55-white:       #ffffff;
--g55-text:        #000000;
--g55-text-muted:  #6b6b6b;
--g55-border:      #e5e5e5; --g55-bg:          #f7f7f7;
--g55-card-bg:     #ffffff;
--g55-bg-soft:     #f5f5f5;
--g55-bg-invert:   #000000;
--g55-accent:      #000000; --g55-brand-navy:  #1B365D; --g55-brand-sage:  #678D58; --g55-brand-linen: #F2EEE5; --g55-brand-brown: #444441;  --g55-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--g55-header-height: 80px;
--g55-content-max:   1300px; --g55-h2-size:     clamp(28px, 3vw, 40px);
--g55-h2-line:     1.2;
--g55-h2-weight:   600;
--g55-h2-tracking: -0.02em;
}
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body {
margin: 0;
font-family: var(--g55-font-sans);
font-feature-settings: "cv11", "ss01", "ss03";
color: var(--g55-text);
background: var(--g55-bg);
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; }
a   { color: inherit; } .g55-site-main p a:hover,
.g55-site-main li a:hover {
color: var(--g55-brand-navy);
}
.skip-link {
position: absolute;
left: -9999px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.skip-link:focus {
left: 1rem;
top: 1rem;
width: auto;
height: auto;
padding: 0.75rem 1rem;
background: #000;
color: #fff;
z-index: 100000;
}
.g55-site-main { min-height: 60vh; } .g55-site-main > .alignfull { width: 100%; } .g55-page-prose {
max-width: var(--g55-content-max);
margin: 0 auto;
padding: 4rem 1.5rem 5rem;
}
.g55-page-prose > :first-child { margin-top: 0; }
.g55-page-prose > :last-child  { margin-bottom: 0; }.g55-site-header {
position: relative;
z-index: 9999;
background: var(--g55-bg, #f7f7f7);
height: var(--g55-header-height, 80px);
} .smart-hide-header {
position: sticky;
top: 0;
z-index: 99999;
transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
will-change: transform;
}
.smart-hide-header.is-hidden {
transform: translateY(-100%);
} body.elementor-editor-active .smart-hide-header {
position: relative !important;
transform: none !important;
z-index: 1 !important;
} html.lenis,
html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }
.g55-site-header-inner {
max-width: 1400px;
height: 100%;
margin: 0 auto;
padding: 0 60px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.g55-site-brand {
text-decoration: none;
color: #000;
font-weight: 600;
letter-spacing: -0.02em;
font-size: 22px;
display: inline-flex;
align-items: center;
} .g55-brand-group {
display: flex;
align-items: center;
gap: 18px;
min-width: 0;
}
.g55-site-brand--logo {
line-height: 0;
}
.g55-brand-mark {
display: block;
width: auto;
height: auto;
}
.g55-brand-mark--wordmark {
max-height: 32px;
max-width: 190px;
} .g55-brand-accred {
display: inline-flex;
align-items: center;
line-height: 0;
padding-left: 18px;
border-left: 1px solid rgba(0, 0, 0, 0.14);
transition: opacity 0.25s ease;
}
.g55-brand-accred:hover,
.g55-brand-accred:focus-visible {
opacity: 0.6;
}
.g55-brand-mark--bcorp {
max-height: 40px;
max-width: 30px;
}
@media (max-width: 600px) {
.g55-brand-group { gap: 12px; }
.g55-brand-accred { padding-left: 12px; }
.g55-brand-mark--wordmark { max-height: 26px; max-width: 150px; }
.g55-brand-mark--bcorp { max-height: 32px; }
}
@media (max-width: 1024px) {
.g55-site-header-inner { padding: 0 24px; }
} .custom-mega-menu-wrapper {
display: flex;
justify-content: flex-end;
}
.custom-mega-menu-wrapper .menu-burger {
cursor: pointer;
z-index: 9999999;
position: relative;
color: #000;
display: inline-flex;
padding: 10px;
margin: -10px;
background: transparent;
border: 0;
}
.menu-burger svg rect {
transform-box: fill-box;
transform-origin: center;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-burger.is-active .line-top { transform: translateY(7px) rotate(45deg); }
.menu-burger.is-active .line-mid { opacity: 0; transform: scaleX(0); }
.menu-burger.is-active .line-bot { transform: translateY(-7px) rotate(-45deg); x: 0px; width: 24px; } .mega-overlay {
position: fixed;
top: var(--g55-header-height, 80px);
left: 0;
width: 100%;
min-height: 50vh;
max-height: calc(100vh - var(--g55-header-height, 80px));
overflow-y: auto;
background: var(--g55-bg, #f7f7f7);
z-index: 999999;
visibility: hidden;
opacity: 0;
pointer-events: none;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s, visibility 0.6s;
transform: translateY(-10px);
box-sizing: border-box;
text-align: left;
}
.mega-overlay.is-active {
visibility: visible;
opacity: 1;
pointer-events: all;
transform: translateY(0);
}
.overlay-inner {
max-width: 1400px;
margin: 0 auto;
padding: 40px 60px;
height: 100%;
display: flex;
flex-direction: column;
box-sizing: border-box;
} .mega-nav {
margin-top: 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
gap: 70px;
flex-wrap: wrap;
row-gap: 32px;
align-items: flex-start;
}
.mega-nav-item {
display: flex;
flex-direction: column;
gap: 14px;
}
.mega-nav-link {
font-size: 36px;
text-decoration: none;
color: #000;
font-weight: 500;
letter-spacing: -0.02em;
white-space: nowrap;
position: relative;
display: inline-block;
} .hover-fx {
display: inline-block;
will-change: transform, opacity, filter;
}
@keyframes snappyBlurIn {
0%   { opacity: 0; filter: blur(8px); transform: translateY(12px); }
100% { opacity: 1; filter: blur(0px); transform: translateY(0); }
}
.mega-nav-link:hover .hover-fx {
animation: snappyBlurIn 0.45s ease-out forwards;
color: #000000 !important;
} .mega-sub-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 8px;
}
.mega-sub-link {
font-size: 15px;
text-decoration: none;
color: #6a6a6a;
font-weight: 400;
letter-spacing: -0.005em;
transition: color 0.2s ease;
display: inline-block;
}
.mega-sub-link:hover,
.mega-sub-link:focus-visible {
color: #000;
} .mega-footer {
margin-top: auto;
display: flex;
justify-content: space-between;
align-items: flex-end;
padding-top: 40px;
padding-bottom: 20px;
}
.newsletter-title {
font-size: 22px;
font-weight: 500;
margin: 0 0 20px 0;
letter-spacing: -0.02em;
}
.newsletter-form { display: flex; gap: 15px; }
.newsletter-form input {
background: #f4f5f5;
border-radius: 50px;
padding: 14px 24px;
border: none;
font-size: 15px;
width: 280px;
outline: none;
color: #333;
}
.newsletter-form button {
background: #000;
color: #fff;
border-radius: 50px;
border: none;
padding: 14px 32px;
cursor: pointer;
font-size: 15px;
font-weight: 500;
white-space: nowrap;
transition: background 0.3s ease;
}
.newsletter-form button:hover { background: #333; } .footer-col-left { padding-bottom: 10px; }
.mega-cta {
display: inline-flex;
align-items: center;
gap: 8px;
background-color: #000;
color: #fff;
border: none;
border-radius: 30px;
padding: 14px 22px;
font-size: 14px;
font-weight: 500;
text-decoration: none;
white-space: nowrap;
transition: opacity 0.2s ease;
}
.mega-cta:hover,
.mega-cta:focus-visible {
opacity: 0.85;
color: #fff;
}
.mega-cta svg {
transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.mega-cta:hover svg,
.mega-cta:focus-visible svg {
transform: translateX(3px);
}
.footer-col-center { padding-bottom: 10px; }
.email-link {
font-size: 16px;
text-decoration: none;
color: #000;
display: flex;
align-items: center;
gap: 10px;
font-weight: 500;
}
.footer-col-right { padding-bottom: 14px; }
.social-links { font-size: 15px; color: #666; }
.social-links a {
text-decoration: none;
color: #666;
transition: color 0.2s ease;
}
.social-links a:hover { color: #000; } .fade-up-item {
opacity: 0;
transform: translateY(20px);
transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.mega-overlay.is-active .fade-up-item                  { opacity: 1; transform: translateY(0); }
.mega-overlay.is-active .fade-up-item:nth-child(1)     { transition-delay: 0.10s; }
.mega-overlay.is-active .fade-up-item:nth-child(2)     { transition-delay: 0.15s; }
.mega-overlay.is-active .fade-up-item:nth-child(3)     { transition-delay: 0.20s; }
.mega-overlay.is-active .fade-up-item:nth-child(4)     { transition-delay: 0.25s; }
.mega-overlay.is-active .fade-up-item:nth-child(5)     { transition-delay: 0.30s; }
.mega-overlay.is-active .mega-footer                   { transition-delay: 0.40s; }
@media (max-width: 1024px) {
.mega-footer  { flex-direction: column; align-items: flex-start; gap: 30px; }
.mega-nav     { gap: 32px 40px; }
.overlay-inner { padding: 30px; }
.mega-nav-link { font-size: 28px; }
}
@media (max-width: 600px) { .mega-overlay {
min-height: 0;
max-height: calc(100dvh - var(--g55-header-height, 80px));
}
.overlay-inner { padding: 24px 20px; }
.mega-nav {
flex-direction: column;
row-gap: 18px;
margin-top: 0;
}
.mega-nav-item { gap: 6px; }
.mega-nav-link { font-size: 22px; }
.mega-sub-list { gap: 4px; padding-top: 2px; }
.mega-sub-link { font-size: 14px; } .mega-footer {
position: sticky;
bottom: 0;
margin: 24px -20px 0;
padding: 16px 20px calc(16px + env(safe-area-inset-bottom));
gap: 16px;
background: var(--g55-bg, #f7f7f7);
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.footer-col-left,
.footer-col-center,
.footer-col-right { padding-bottom: 0; }
}.g55-elementor-footer {
--text-main:    #111111;
--text-muted:   #737373;
--border-color: #eaeaea;
width: 100%;
}
.g55-elementor-footer * {
box-sizing: border-box;
}
.g55-footer-stage {
color: var(--text-main);
padding: 80px 20px 32px;
}
.g55-footer-inner {
width: 100%;
max-width: 1300px;
margin: 0 auto;
} .g55-footer-top {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 60px;
padding-bottom: 56px;
border-bottom: 1px solid var(--border-color);
}
.g55-footer-brand {
display: flex;
flex-direction: column;
gap: 20px;
max-width: 360px;
}
.g55-footer-logo {
color: var(--text-main);
margin: 0;
} .g55-footer-logo--image {
display: inline-block;
line-height: 0;
text-decoration: none;
}
.g55-footer-wordmark {
display: block;
height: auto;
width: auto;
max-width: 200px;
max-height: 44px;
object-fit: contain;
} .g55-footer-accreds {
display: flex;
align-items: center;
gap: 28px;
flex-wrap: wrap;
}
.g55-footer-accred {
display: inline-flex;
align-items: center;
line-height: 0;
transition: opacity 0.25s ease;
}
.g55-footer-accred:hover,
.g55-footer-accred:focus-visible {
opacity: 0.6;
}
.g55-footer-accred__mark {
display: block;
width: auto;
height: auto;
object-fit: contain;
}
.g55-footer-accred__mark--bcorp {
max-height: 52px;
max-width: 32px;
}
.g55-footer-accred__mark--bbc {
max-height: 30px;
max-width: 165px;
} .g55-footer-credit {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
}
.g55-footer-tagline {
color: var(--text-muted);
margin: 0;
}
.g55-footer-newsletter {
display: flex;
gap: 8px;
margin-top: 8px;
background: #ffffff;
border: 1px solid var(--border-color);
border-radius: 30px;
padding: 4px 4px 4px 18px;
align-items: center;
}
.g55-footer-newsletter input {
flex: 1;
background: transparent;
border: none;
outline: none;
color: var(--text-main);
padding: 10px 0;
}
.g55-footer-newsletter input::placeholder { color: #a3a3a3; }
.g55-footer-newsletter button {
background: #000;
color: #fff;
border: none;
border-radius: 30px;
padding: 10px 18px;
cursor: pointer;
transition: opacity 0.2s;
}
.g55-footer-newsletter button:hover { opacity: 0.85; } .g55-footer-col h4 {
color: var(--text-muted);
margin: 0 0 20px 0;
}
.g55-footer-col ul,
.g55-footer-menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.g55-footer-col a,
.g55-footer-menu a {
color: var(--text-main);
text-decoration: none;
transition: opacity 0.2s;
}
.g55-footer-col a:hover,
.g55-footer-menu a:hover { opacity: 0.6; }
.g55-footer-contact {
display: flex;
align-items: center;
gap: 8px;
color: var(--text-main);
}
.g55-footer-contact svg {
width: 16px;
height: 16px;
color: var(--text-muted);
flex-shrink: 0;
} .g55-footer-bottom {
display: flex;
flex-wrap: wrap;
gap: 24px;
justify-content: space-between;
align-items: center;
padding-top: 28px;
}
.g55-footer-copy {
color: var(--text-muted);
margin: 0;
} .g55-footer-legal {
display: flex;
flex-wrap: wrap;
gap: 10px 24px;
margin: 0;
padding: 0;
list-style: none;
}
.g55-footer-legal li {
list-style: none;
margin: 0;
padding: 0;
}
.g55-footer-legal a {
color: var(--text-muted);
text-decoration: none;
font-size: 14px;
transition: color 0.2s;
}
.g55-footer-legal a:hover { color: var(--text-main); }
.g55-footer-socials {
display: flex;
gap: 10px;
}
.g55-footer-socials a {
width: 36px;
height: 36px;
border-radius: 50%;
border: 1px solid var(--border-color);
background: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--text-main);
transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.g55-footer-socials a:hover {
background: #000;
color: #fff;
border-color: #000;
}
.g55-footer-socials svg {
width: 16px;
height: 16px;
} @media (max-width: 992px) {
.g55-footer-top {
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.g55-footer-brand {
grid-column: 1 / -1;
max-width: none;
}
}
@media (max-width: 560px) {
.g55-footer-stage  { padding: 56px 20px 24px; }
.g55-footer-top    { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; }
.g55-footer-bottom { flex-direction: column; align-items: flex-start; gap: 20px; } .g55-footer-socials { order: 1; }
.g55-footer-legal   { order: 2; }
.g55-footer-copy    { order: 3; } .g55-footer-legal {
flex-direction: column;
gap: 10px;
}
}@supports (animation-timeline: view()) {
.g55-fade-up,
.g55-fade-up-item {
animation: g55SlideUp cubic-bezier(0.22, 0.61, 0.36, 1) both;
animation-timeline: view();
animation-range: entry 0% cover 30%;
} .g55-fade-up-stagger > .g55-fade-up-item:nth-child(1)   { animation-range: entry 0%   cover 25%; }
.g55-fade-up-stagger > .g55-fade-up-item:nth-child(2)   { animation-range: entry 8%   cover 33%; }
.g55-fade-up-stagger > .g55-fade-up-item:nth-child(3)   { animation-range: entry 16%  cover 41%; }
.g55-fade-up-stagger > .g55-fade-up-item:nth-child(4)   { animation-range: entry 24%  cover 49%; }
.g55-fade-up-stagger > .g55-fade-up-item:nth-child(5)   { animation-range: entry 32%  cover 57%; }
.g55-fade-up-stagger > .g55-fade-up-item:nth-child(n+6) { animation-range: entry 40%  cover 65%; }
@keyframes g55SlideUp {
from { transform: translateY(60px); }
to   { transform: none; }
}
}
@media (prefers-reduced-motion: reduce) {
.g55-fade-up,
.g55-fade-up-item { animation: none; }
}.wpcf7 {
font-family: var(--g55-font-sans, inherit);
color: var(--g55-text, #111111);
}
.wpcf7-form {
display: flex;
flex-direction: column;
gap: 18px;
} .wpcf7-form > p {
margin: 0;
} .wpcf7-form label {
display: flex;
flex-wrap: wrap;
align-items: baseline;
column-gap: 4px;
row-gap: 8px;
color: var(--g55-text, #111111);
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
} .wpcf7-form label > .wpcf7-form-control-wrap {
flex-basis: 100%;
margin: 0;
order: 2;
} .wpcf7-form label:has([aria-required="true"])::after,
.wpcf7-form label:has(+ .wpcf7-form-control-wrap [aria-required="true"])::after {
content: "*";
color: #d92d20;
font-weight: 600;
order: 1;
} .wpcf7-form .wpcf7-list-item label::after {
content: none;
} .wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="time"],
.wpcf7-form textarea,
.wpcf7-form select {
background: #f3f3f3;
border: 1px solid transparent;
border-radius: 10px;
padding: 14px 16px;
color: var(--g55-text, #111111);
font-family: inherit;
font-size: 15px;
line-height: 1.4;
width: 100%;
box-sizing: border-box;
transition: border-color 0.2s ease, background 0.2s ease;
box-shadow: none;
appearance: none;
-webkit-appearance: none;
} .wpcf7-form select {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1 6 7 11 1'/></svg>");
background-repeat: no-repeat;
background-position: right 18px center;
padding-right: 44px;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
outline: none;
border-color: var(--g55-brand-navy, #1B365D);
background: #ffffff;
box-shadow: none;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
color: #a3a3a3;
opacity: 1;
}
.wpcf7-form textarea {
resize: vertical;
min-height: 130px;
} .wpcf7-form input[type="file"] {
background: #f3f3f3;
border: 1px solid transparent;
border-radius: 10px;
padding: 10px 12px;
color: var(--g55-text-muted, #6b6b6b);
font-family: inherit;
font-size: 14px;
width: 100%;
box-sizing: border-box;
cursor: pointer;
}
.wpcf7-form input[type="file"]::file-selector-button,
.wpcf7-form input[type="file"]::-webkit-file-upload-button {
background: var(--g55-bg-invert, #000000);
color: #ffffff;
border: none;
border-radius: 999px;
padding: 8px 16px;
margin-right: 12px;
font-family: inherit;
font-size: 13px;
font-weight: 500;
cursor: pointer;
transition: opacity 0.2s ease;
}
.wpcf7-form input[type="file"]::file-selector-button:hover,
.wpcf7-form input[type="file"]::-webkit-file-upload-button:hover {
opacity: 0.85;
} .wpcf7-form .wpcf7-list-item {
display: block;
margin: 0;
}
.wpcf7-form .wpcf7-list-item label {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 10px;
font-size: 14px;
font-weight: 400;
}
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
accent-color: var(--g55-bg-invert, #000000);
width: 18px;
height: 18px;
} .wpcf7-form .wpcf7-submit,
.wpcf7-form input[type="submit"],
.wpcf7-form button[type="submit"] {
background: var(--g55-bg-invert, #000000);
color: #ffffff;
border: none;
border-radius: 30px;
padding: 14px 28px;
font-family: inherit;
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
cursor: pointer;
transition: opacity 0.2s ease;
box-shadow: none;
align-self: flex-start;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button[type="submit"]:hover {
background: var(--g55-bg-invert, #000000);
color: #ffffff;
opacity: 0.85;
outline: none;
}
.wpcf7-form .wpcf7-spinner {
margin-left: 12px;
vertical-align: middle;
background-color: var(--g55-text-muted, #6b6b6b);
} .wpcf7-form .wpcf7-not-valid {
border-color: #d92d20 !important;
background: #ffffff !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
color: #d92d20;
font-size: 13px;
font-weight: 400;
margin-top: 6px;
}
.wpcf7-form .wpcf7-response-output {
margin: 24px 0 0;
padding: 14px 16px;
border-radius: 10px;
border: 1px solid var(--g55-border, #e5e5e5);
font-size: 14px;
line-height: 1.5;
color: var(--g55-text, #111111);
} .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #fecdca;
background: #fef3f2;
color: #b42318;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #abefc6;
background: #ecfdf3;
color: #067647;
} .wpcf7 .screen-reader-response {
position: absolute !important;
clip: rect(1px,1px,1px,1px);
height: 1px;
width: 1px;
overflow: hidden;
}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: #000000; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #000000; --cmplz_button_accept_border_color: #000000; --cmplz_button_accept_text_color: #ffffff; --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: #000000; --cmplz_slider_inactive_color: #000000; --cmplz_slider_bullet_color: #ffffff;}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-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@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-links.cmplz-information { display: none;}.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-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-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 {}