:root {
color-scheme: dark only;
}
.scheme--light {
color-scheme: light;
}
.scheme--dark {
color-scheme: dark;
} :root {
interpolate-size: allow-keywords;
}
*, *::before, *::after {
box-sizing: border-box;
}
body {
min-block-size: 100vh;
}
input, button, textarea, select {
font: inherit;
}
button:not(nav button, [class*="btn--"]) {
line-height: var(--btn-line-height);
letter-spacing: var(--btn-letter-spacing);
text-transform: var(--btn-text-transform);
text-decoration: var(--btn-text-decoration);
text-align: var(--btn-text-align);
font-weight: var(--btn-font-weight);
font-style: var(--btn-font-style);
font-family: var(--btn-font-family);
}
:where(dd) {
margin-inline-start: 0;
} @font-face {
font-family: "Hanken Grotesk";
src: url(//quantus-informatics.de/wp-content/uploads/hanken-grotesk-regular-variable.woff2) format("woff2");
font-style: normal;
font-display: swap;
} @font-face {
font-family: "Accent";
src: url(//quantus-informatics.de/wp-content/uploads/dosis-regular-variable.woff2) format("woff2");
font-style: normal;
font-display: swap;
} html {
font-size: var(--root-font-size) !important;
} :where(body) {
font-size: var(--text-m);
overflow-x: clip;
font-family: var(--text-font-family);
color: var(--text-color);
line-height: var(--text-line-height);
text-wrap: var(--text-text-wrap);
background: var(--body-bg-color);
transition: background var(--transition);
}
:where(p) {
line-height: var(--text-line-height, calc(6px + 2ex));
} body a:where(:not([class*= btn--])) {
color: var(--link-color, var(--primary));
font-weight: var(--link-weight, inherit);
-webkit-text-decoration: var(--link-decoration, inherit);
text-decoration: var(--link-decoration, inherit);
text-underline-offset: var(--link-underline-offset, auto);
transition: var(--link-transition, var(--transition));
}
@media (hover: hover) and (pointer: fine) {
body a:where(:not([class*= btn--])):hover {
color: var(--link-color-hover, var(--primary-hover));
}
} h1, :where(.h1), h2, :where(.h2), h3, :where(.h3), h4, :where(.h4), h5, :where(.h5), h6, :where(.h6) {
font-family: var(--heading-font-family);
color: var(--heading-color);
line-height: var(--heading-line-height);
font-weight: var(--heading-font-weight);
text-wrap: var(--heading-text-wrap);
}
h1 {
font-size: var(--h1);
max-width: var(--h1-max-width);
}
h2 {
font-size: var(--h2);
}
h3 {
font-size: var(--h3);
}
h4 {
font-size: var(--h4);
line-height: var(--h4-line-height);
}
h5 {
font-size: var(--h5);
}
h6 {
font-size: var(--h6);
} :where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) {
display: flex;
flex-direction: column;
gap: var(--blockquote-gap);
inline-size: 100%;
padding: var(--blockquote-padding);
gap: var(--blockquote-gap);
border-width: var(--blockquote-border-width);
border-style: var(--blockquote-border-style);
border-color: var(--blockquote-border-color);
border-radius: var(--blockquote-border-radius);
background: var(--blockquote-background);
box-shadow: var(--blockquote-box-shadow);
}
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) p {
color: var(--blockquote-text-color);
font-family: var(--blockquote-text-font-family);
font-style: var(--blockquote-text-font-style);
font-size: var(--blockquote-text-font-size);
font-weight: var(--blockquote-text-font-weight);
line-height: var(--blockquote-text-line-height);
text-align: var(--blockquote-text-text-align);
text-transform: var(--blockquote-text-text-transform);
}
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) footer, :where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) figcaption {
display: var(--blockquote-footer-display, flex);
flex-direction: var(--blockquote-footer-flex-direction, row);
align-items: var(--blockquote-footer-align-items, center);
gap: var(--blockquote-footer-gap, calc(var(--content-gap) / 2));
padding: var(--blockquote-footer-padding);
margin-block: var(--blockquote-footer-margin-block);
font-family: var(--blockquote-footer-font-family);
font-size: var(--blockquote-footer-font-size);
font-weight: var(--blockquote-footer-font-weight);
font-style: var(--blockquote-footer-font-style);
line-height: var(--blockquote-footer-line-height);
text-transform: var(--blockquote-footer-text-transform);
color: var(--blockquote-footer-color);
}
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) cite, :where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) figcaption cite {
font-family: var(--blockquote-cite-font-family);
font-size: var(--blockquote-cite-font-size);
font-weight: var(--blockquote-cite-font-weight);
font-style: var(--blockquote-cite-font-style);
line-height: var(--blockquote-cite-line-height);
text-transform: var(--blockquote-cite-text-transform);
color: var(--blockquote-cite-color);
}
.btn--primary {
--btn-background: var(--primary);
--btn-background-hover: var(--primary-hover);
--btn-text-color: var(--primary-ultra-dark);
--btn-text-color-hover: var(--text-dark-muted);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.btn--primary-dark {
--btn-background: var(--primary-dark);
--btn-background-hover: var(--primary-ultra-dark);
--btn-text-color: var(--primary-ultra-light);
--btn-text-color-hover: var(--primary-ultra-light);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-semi-dark);
}
.btn--primary-light {
--btn-background: var(--primary-ultra-light);
--btn-background-hover: var(--primary-light);
--btn-text-color: var(--primary);
--btn-text-color-hover: var(--primary-ultra-dark);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.btn--primary.btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--primary-hover);
--btn-text-color: var(--primary);
--btn-text-color-hover: var(--primary-ultra-dark);
--btn-border-width: 1.5px;
--btn-border-color: var(--primary);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.btn--primary-dark.btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--primary-dark);
--btn-text-color: var(--primary-dark);
--btn-text-color-hover: var(--primary-ultra-light);
--btn-border-width: 1.5px;
--btn-border-color: var(--primary-dark);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.btn--primary-light.btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--primary-light);
--btn-text-color: var(--primary-light);
--btn-text-color-hover: var(--primary-dark);
--btn-border-width: 1.5px;
--btn-border-color: var(--primary-light);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.btn--secondary {
--btn-background: var(--secondary);
--btn-background-hover: var(--secondary-hover);
--btn-text-color: var(--text-dark);
--btn-text-color-hover: var(--text-dark-muted);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--secondary-light);
}
.btn--secondary-dark {
--btn-background: var(--secondary-dark);
--btn-background-hover: var(--secondary-ultra-dark);
--btn-text-color: var(--secondary-ultra-light);
--btn-text-color-hover: var(--secondary-ultra-light);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--secondary-semi-dark);
}
.btn--secondary-light {
--btn-background: var(--secondary-ultra-light);
--btn-background-hover: var(--secondary-light);
--btn-text-color: var(--secondary);
--btn-text-color-hover: var(--secondary-ultra-dark);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--secondary-light);
}
.btn--secondary.btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--secondary-hover);
--btn-text-color: var(--secondary);
--btn-text-color-hover: var(--secondary-ultra-light);
--btn-border-width: 1.5px;
--btn-border-color: var(--secondary);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--secondary-light);
}
.btn--secondary-dark.btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--secondary-dark);
--btn-text-color: var(--secondary-dark);
--btn-text-color-hover: var(--secondary-ultra-light);
--btn-border-width: 1.5px;
--btn-border-color: var(--secondary-dark);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--secondary-light);
}
.btn--secondary-light.btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--secondary-light);
--btn-text-color: var(--secondary-light);
--btn-text-color-hover: var(--secondary-dark);
--btn-border-width: 1.5px;
--btn-border-color: var(--secondary-light);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--secondary-light);
}
.btn--neutral {
--btn-background: var(--neutral);
--btn-background-hover: var(--neutral-hover);
--btn-text-color: var(--neutral-light);
--btn-text-color-hover: var(--neutral-ultra-light);
--btn-border-color: var(--neutral-light);
--btn-border-color-hover: var(--neutral-ultra-light);
--focus-color: var(--white);
}
.btn--neutral-dark {
--btn-background: var(--neutral-dark);
--btn-background-hover: var(--neutral-ultra-dark);
--btn-text-color: var(--neutral-ultra-light);
--btn-text-color-hover: var(--neutral-ultra-light);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--neutral-semi-dark);
}
.btn--neutral-light {
--btn-background: var(--neutral-ultra-light);
--btn-background-hover: var(--neutral-light);
--btn-text-color: var(--neutral);
--btn-text-color-hover: var(--neutral-ultra-dark);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--neutral-light);
}
.btn--neutral.btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--neutral-hover);
--btn-text-color: var(--neutral);
--btn-text-color-hover: var(--neutral-ultra-light);
--btn-border-width: 1.5px;
--btn-border-color: var(--neutral);
--btn-border-color-hover: var(--neutral-hover);
--focus-color: var(--neutral-semi-light);
}
.btn--neutral-dark.btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--neutral-dark);
--btn-text-color: var(--neutral-dark);
--btn-text-color-hover: var(--neutral-ultra-light);
--btn-border-width: 1.5px;
--btn-border-color: var(--neutral-dark);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--neutral-semi-dark);
}
.btn--neutral-light.btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--neutral-light);
--btn-text-color: var(--neutral-light);
--btn-text-color-hover: var(--neutral-dark);
--btn-border-width: 1.5px;
--btn-border-color: var(--neutral-light);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--neutral-light);
}
[class*="btn--"]:where(:not(.btn--none, .wp-block-button)), [class*="btn--"].wp-block-button > .wp-block-button__link {
background: var(--btn-background);
color: var(--btn-text-color);
padding-block: var(--btn-padding-block);
padding-inline: var(--btn-padding-inline);
inline-size: var(--btn-width, auto);
min-inline-size: var(--btn-min-width);
line-height: var(--btn-line-height);
font-family: var(--btn-font-family);
font-size: var(--btn-font-size, var(--text-m));
font-weight: var(--btn-font-weight);
font-style: var(--btn-font-style);
text-transform: var(--btn-text-transform);
letter-spacing: var(--btn-letter-spacing);
text-decoration: var(--btn-text-decoration);
border-width: var(--btn-border-width);
border-style: var(--btn-border-style);
border-radius: var(--btn-border-radius);
border-color: var(--btn-border-color);
transition: var(--btn-transition, var(--transition));
justify-content: var(--btn-justify-content, center);
align-items: var(--btn-align-items, center);
text-align: var(--btn-text-align, center);
display: var(--btn-display, inline-flex);
}
@media (hover: hover) and (pointer: fine) {
[class*="btn--"]:where(:not(.btn--none, .wp-block-button)):hover, [class*="btn--"].wp-block-button > .wp-block-button__link:hover {
background: var(--btn-background-hover);
color: var(--btn-text-color-hover);
border-color: var(--btn-border-color-hover);
text-decoration: var(--btn-text-decoration-hover);
}
}
[class*="btn--"]:where(:not(.btn--none, .wp-block-button)):where(:focus-visible), [class*="btn--"].wp-block-button > .wp-block-button__link:where(:focus-visible) {
outline-style: solid;
outline-color: var(--focus-color);
outline-width: var(--focus-width);
outline-offset: var(--focus-offset);
}
@media (max-width: 30rem) {
[class*="btn--"]:where(:not(.btn--none, .wp-block-button)), [class*="btn--"].wp-block-button > .wp-block-button__link {
--btn-width: 100%;
--btn-min-width: 100%;
}
}
.btn--xs {
--btn-font-size: var(--text-xs);
}
.btn--s {
--btn-font-size: var(--text-s);
}
.btn--m {
--btn-font-size: var(--text-m);
}
.btn--l {
--btn-font-size: var(--text-l);
}
.btn--xl {
--btn-font-size: var(--text-xl);
}
.btn--xxl {
--btn-font-size: var(--text-xxl);
}
.btn--none {
background: none;
border: none;
} [id] {
scroll-margin-top: var(--offset, 0);
} html {
scroll-behavior: smooth;
}
html:focus-within {
scroll-behavior: auto;
}
.hidden-accessible {
position: absolute !important;
inline-size: 1px !important;
block-size: 1px !important;
padding: 0;
margin: -1px;
overflow: hidden;
clip-path: inset(100%);
white-space: nowrap; border: 0;
}
@media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;
}
*, *::before, *::after {
-webkit-animation-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
.skip-link {
position: absolute !important;
inset-block-start: 1rem;
inset-inline-start: 1rem;
transform: translateY(-250%);
--btn-min-width: fit-content;
z-index: 100;
background: var(--btn-background);
color: var(--btn-text-color);
padding-block: var(--btn-padding-block);
padding-inline: var(--btn-padding-inline);
inline-size: var(--btn-width, auto);
min-inline-size: var(--btn-min-width);
line-height: var(--btn-line-height);
font-family: var(--btn-font-family);
font-size: var(--btn-font-size, var(--text-m));
font-weight: var(--btn-font-weight);
font-style: var(--btn-font-style);
text-transform: var(--btn-text-transform);
letter-spacing: var(--btn-letter-spacing);
text-decoration: var(--btn-text-decoration);
border-width: var(--btn-border-width);
border-style: var(--btn-border-style);
border-radius: var(--btn-border-radius);
border-color: var(--btn-border-color);
transition: var(--btn-transition, var(--transition));
justify-content: var(--btn-justify-content, center);
align-items: var(--btn-align-items, center);
text-align: var(--btn-text-align, center);
display: var(--btn-display, inline-flex);
--btn-background: var(--primary);
--btn-background-hover: var(--primary-hover);
--btn-text-color: var(--primary-ultra-dark);
--btn-text-color-hover: var(--text-dark-muted);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
@media (hover: hover) and (pointer: fine) {
.skip-link:hover {
background: var(--btn-background-hover);
color: var(--btn-text-color-hover);
border-color: var(--btn-border-color-hover);
text-decoration: var(--btn-text-decoration-hover);
}
}
.skip-link:where(:focus-visible) {
outline-style: solid;
outline-color: var(--focus-color);
outline-width: var(--focus-width);
outline-offset: var(--focus-offset);
}
.skip-link:focus-visible {
transform: translateY(0);
} :focus {
outline: none;
box-shadow: none;
}
:focus-visible {
outline-style: solid;
outline-color: var(--focus-color);
outline-width: var(--focus-width);
outline-offset: var(--focus-offset);
}
@supports not selector(:focus-visible) {
:focus {
outline-style: solid;
outline-color: var(--focus-color);
outline-width: var(--focus-width);
outline-offset: var(--focus-offset);
}
} :where(section:not(section section)) {
display: flex;
flex-direction: column;
padding-block: var(--section-padding-block);
padding-inline: var(--gutter);
}
:where(body > header) {
padding-block: var(--space-xs);
padding-inline: var(--gutter);
}
:where(body > footer) {
padding-block: var(--section-padding-block);
padding-inline: var(--gutter);
}
.surface-keyvisual, .surface-1 {
background-color: var(--surface-background-color, var(--surface-1-background-color));
background-image: var(--surface-asset, var(--surface-1-asset));
background-position: var(--surface-position, var(--surface-1-position, center center));
background-attachment: var(--surface-attachment, var(--surface-1-attachment));
background-repeat: var(--surface-repeat, var(--surface-1-repeat));
background-size: var(--surface-size, var(--surface-1-size));
animation: var(--surface-animation, var(--surface-1-animation, none));
border-image: fill 1 var(--surface-overlay, var(--surface-1-overlay));
}
.overlay-1 {
position: relative;
isolation: isolate;
}
.overlay-1::before {
content: "";
display: flex;
position: absolute;
background-image: var(--overlay-background, var(--overlay-1-background));
background-size: var(--overlay-background-size, var(--overlay-1-background-size));
background-position: var(--overlay-background-position, var(--overlay-1-background-position));
background-repeat: var(--overlay-background-repeat, var(--overlay-1-background-repeat));
background-attachment: var(--overlay-background-attachment, var(--overlay-1-background-attachment));
opacity: var(--overlay-opacity, var(--overlay-1-opacity));
inset: var(--overlay-inset, var(--overlay-1-inset, 0));
z-index: var(--overlay-z-index, var(--overlay-1-z-index, -1));
}
figure:where(:has(> img, > picture, > svg, > video, > iframe)):where(.overlay-1, .overlay-1) {
--overlay-z-index: 0;
}
.overlay-5, .overlay-keyvisual {
position: relative;
isolation: isolate;
}
.overlay-5::before, .overlay-keyvisual::before {
content: "";
display: flex;
position: absolute;
background-image: url(//quantus-informatics.de/wp-content/uploads/key-visual-quantus-2.svg);
background-size: var(--overlay-background-size, var(--overlay-5-background-size));
background-position: var(--overlay-background-position, var(--overlay-5-background-position));
background-repeat: var(--overlay-background-repeat, var(--overlay-5-background-repeat));
background-attachment: var(--overlay-background-attachment, var(--overlay-5-background-attachment));
backdrop-filter: blur(var(--overlay-background-blur, var(--overlay-5-background-blur)));
opacity: var(--overlay-opacity, var(--overlay-5-opacity));
inset: var(--overlay-inset, var(--overlay-5-inset, 0));
z-index: var(--overlay-z-index, var(--overlay-5-z-index, -1));
}
figure:where(:has(> img, > picture, > svg, > video, > iframe)):where(.overlay-5, .overlay-keyvisual) {
--overlay-z-index: 0;
}
.bg--ultra-light {
background: var(--bg-ultra-light);
}
.bg--light {
background: var(--bg-light);
}
.bg--dark {
background: var(--bg-dark);
}
.bg--ultra-dark {
background: var(--bg-ultra-dark);
}
.text--light {
color: var(--text-light);
}
.text--light-muted {
color: var(--text-light-muted);
}
.text--dark {
color: var(--text-dark);
}
.text--dark-muted {
color: var(--text-dark-muted);
}
:where(.bg--ultra-light) {
--relative-text-color: var(--bg-ultra-light-text);
color: var(--relative-text-color, inherit);
}
:where(.bg--light) {
--relative-text-color: var(--bg-light-text);
color: var(--relative-text-color, inherit);
}
:where(.bg--dark) {
--relative-text-color: var(--bg-dark-text);
color: var(--relative-text-color, inherit);
}
:where(.bg--ultra-dark) {
--relative-text-color: var(--bg-ultra-dark-text);
color: var(--relative-text-color, inherit);
}
.bg--ultra-light :where(h1, h2, h3, h4, h5, h6) {
color: var(--relative-heading-color, inherit);
}
.bg--light :where(h1, h2, h3, h4, h5, h6) {
color: var(--relative-heading-color, inherit);
}
.bg--dark :where(h1, h2, h3, h4, h5, h6) {
color: var(--relative-heading-color, inherit);
}
.bg--ultra-dark :where(h1, h2, h3, h4, h5, h6) {
color: var(--relative-heading-color, inherit);
}
.bg--ultra-light {
--relative-heading-color: var(--bg-ultra-light-heading);
}
.bg--light {
--relative-heading-color: var(--bg-light-heading);
}
.bg--dark {
--relative-heading-color: var(--bg-dark-heading);
}
.bg--ultra-dark {
--relative-heading-color: var(--bg-ultra-dark-heading);
}
.bg--ultra-light [class*="btn--"]:not(.unrelate) {
--btn-background: var(--primary);
--btn-background-hover: var(--primary-hover);
--btn-text-color: var(--primary-ultra-dark);
--btn-text-color-hover: var(--text-dark-muted);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.bg--ultra-light [class*="btn--"]:not(.unrelate).btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--primary-hover);
--btn-text-color: var(--primary);
--btn-text-color-hover: var(--primary-ultra-dark);
--btn-border-width: 1.5px;
--btn-border-color: var(--primary);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.bg--light [class*="btn--"]:not(.unrelate) {
--btn-background: var(--primary);
--btn-background-hover: var(--primary-hover);
--btn-text-color: var(--primary-ultra-dark);
--btn-text-color-hover: var(--text-dark-muted);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.bg--light [class*="btn--"]:not(.unrelate).btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--primary-hover);
--btn-text-color: var(--primary);
--btn-text-color-hover: var(--primary-ultra-dark);
--btn-border-width: 1.5px;
--btn-border-color: var(--primary);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.bg--dark [class*="btn--"]:not(.unrelate) {
--btn-background: var(--primary);
--btn-background-hover: var(--primary-hover);
--btn-text-color: var(--primary-ultra-dark);
--btn-text-color-hover: var(--text-dark-muted);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.bg--dark [class*="btn--"]:not(.unrelate).btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--primary-hover);
--btn-text-color: var(--primary);
--btn-text-color-hover: var(--primary-ultra-dark);
--btn-border-width: 1.5px;
--btn-border-color: var(--primary);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.bg--ultra-dark [class*="btn--"]:not(.unrelate) {
--btn-background: var(--primary);
--btn-background-hover: var(--primary-hover);
--btn-text-color: var(--primary-ultra-dark);
--btn-text-color-hover: var(--text-dark-muted);
--btn-border-color: var(--btn-background);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.bg--ultra-dark [class*="btn--"]:not(.unrelate).btn--outline {
--btn-background: transparent;
--btn-background-hover: var(--primary-hover);
--btn-text-color: var(--primary);
--btn-text-color-hover: var(--primary-ultra-dark);
--btn-border-width: 1.5px;
--btn-border-color: var(--primary);
--btn-border-color-hover: var(--btn-background-hover);
--focus-color: var(--primary-light);
}
.bg--ultra-light {
--icon-scheme: var(--bg-ultra-light-icon);
}
.bg--light {
--icon-scheme: var(--bg-light-icon);
}
.bg--dark {
--icon-scheme: var(--bg-dark-icon);
}
.bg--ultra-dark {
--icon-scheme: var(--bg-ultra-dark-icon);
} .section--xs {
padding-block: var(--section-space-xs);
padding-inline: var(--gutter);
}
.section--s {
padding-block: var(--section-space-s);
padding-inline: var(--gutter);
}
.section--s-to-xs {
padding-block: var(--section-space-s-to-xs);
padding-inline: var(--gutter);
}
.section--m {
padding-block: var(--section-space-m);
padding-inline: var(--gutter);
}
.section--m-to-s {
padding-block: var(--section-space-m-to-s);
padding-inline: var(--gutter);
}
.section--m-to-xs {
padding-block: var(--section-space-m-to-xs);
padding-inline: var(--gutter);
}
.section--l {
padding-block: var(--section-space-l);
padding-inline: var(--gutter);
}
.section--l-to-m {
padding-block: var(--section-space-l-to-m);
padding-inline: var(--gutter);
}
.section--l-to-s {
padding-block: var(--section-space-l-to-s);
padding-inline: var(--gutter);
}
.section--l-to-xs {
padding-block: var(--section-space-l-to-xs);
padding-inline: var(--gutter);
}
.section--xl {
padding-block: var(--section-space-xl);
padding-inline: var(--gutter);
}
.section--xl-to-l {
padding-block: var(--section-space-xl-to-l);
padding-inline: var(--gutter);
}
.section--xl-to-m {
padding-block: var(--section-space-xl-to-m);
padding-inline: var(--gutter);
}
.section--xl-to-s {
padding-block: var(--section-space-xl-to-s);
padding-inline: var(--gutter);
}
.section--xl-to-xs {
padding-block: var(--section-space-xl-to-xs);
padding-inline: var(--gutter);
}
.section--xxl {
padding-block: var(--section-space-xxl);
padding-inline: var(--gutter);
}
.section--xxl-to-xl {
padding-block: var(--section-space-xxl-to-xl);
padding-inline: var(--gutter);
}
.section--xxl-to-l {
padding-block: var(--section-space-xxl-to-l);
padding-inline: var(--gutter);
}
.section--xxl-to-m {
padding-block: var(--section-space-xxl-to-m);
padding-inline: var(--gutter);
}
.section--xxl-to-s {
padding-block: var(--section-space-xxl-to-s);
padding-inline: var(--gutter);
}
.section--xxl-to-xs {
padding-block: var(--section-space-xxl-to-xs);
padding-inline: var(--gutter);
}
.section--none {
padding-block: 0;
padding-inline: var(--gutter);
}
.header--xs {
padding-block: var(--space-xs);
padding-inline: var(--gutter);
}
.header--s {
padding-block: var(--space-s);
padding-inline: var(--gutter);
}
.header--m {
padding-block: var(--space-m);
padding-inline: var(--gutter);
}
.header--l {
padding-block: var(--space-l);
padding-inline: var(--gutter);
}
.header--xl {
padding-block: var(--space-xl);
padding-inline: var(--gutter);
}
.header--xxl {
padding-block: var(--space-xxl);
padding-inline: var(--gutter);
} [class*="overlay--"], .overlay {
position: relative;
z-index: 0;
isolation: isolate;
}
[class*="overlay--"]::before, .overlay::before {
content: "";
background: var(--overlay-color, rgba(0, 0, 0, 0.7));
position: absolute;
inset: 0;
z-index: var(--overlay-z-index, -1);
}
figure:where(:has(> img, > picture, > svg, > video, > iframe)):where(.overlay), figure:where(:has(> img, > picture, > svg, > video, > iframe)):where([class*="overlay--"]) {
--overlay-z-index: 0;
}
:is(.text--xxl, .text--xl, .text--l, .text--m, .text--s, .text--xs) {
font-family: var(--text-font-family);
line-height: var(--text-line-height);
text-wrap: var(--text-text-wrap);
}
.text--xxl {
font-size: var(--text-xxl);
}
.text--xxl:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
max-width: var(--text-xxl-max-width);
}
.text--xl {
font-size: var(--text-xl);
}
.text--xl:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
max-width: var(--text-xl-max-width);
}
.text--l {
font-size: var(--text-l);
}
.text--l:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
max-width: var(--text-l-max-width);
}
.text--m {
font-size: var(--text-m);
line-height: var(--text-m-line-height);
}
.text--m:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
max-width: var(--text-m-max-width);
}
.text--s {
font-size: var(--text-s);
}
.text--s:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
max-width: var(--text-s-max-width);
}
.text--xs {
font-size: var(--text-xs);
}
.text--xs:is(p, li, blockquote, h1, h2, h3, h4, h5, h6, span, strong, cite) {
max-width: var(--text-xs-max-width);
}
.h1 {
font-size: var(--h1);
max-width: var(--h1-max-width);
}
.h2 {
font-size: var(--h2);
}
.h3 {
font-size: var(--h3);
}
.h4 {
font-size: var(--h4);
line-height: var(--h4-line-height);
}
.h5 {
font-size: var(--h5);
}
.h6 {
font-size: var(--h6);
}
body blockquote {
text-wrap: pretty;
} .sticky {
position: -webkit-sticky;
position: sticky;
inset-block-start: var(--sticky-offset, 0);
} img {
object-fit: var(--object-fit, cover);
object-position: var(--object-position, 50% 50%);
} .width--10 {
inline-size: 100%;
max-inline-size: calc(var(--content-width) * 0.1);
}
.width--20 {
inline-size: 100%;
max-inline-size: calc(var(--content-width) * 0.2);
}
.width--30 {
inline-size: 100%;
max-inline-size: calc(var(--content-width) * 0.3);
}
.width--40 {
inline-size: 100%;
max-inline-size: calc(var(--content-width) * 0.4);
}
.width--50 {
inline-size: 100%;
max-inline-size: calc(var(--content-width) * 0.5);
}
.width--60 {
inline-size: 100%;
max-inline-size: calc(var(--content-width) * 0.6);
}
.width--70 {
inline-size: 100%;
max-inline-size: calc(var(--content-width) * 0.7);
}
.width--80 {
inline-size: 100%;
max-inline-size: calc(var(--content-width) * 0.8);
}
.width--90 {
inline-size: 100%;
max-inline-size: calc(var(--content-width) * 0.9);
}
.width--full {
inline-size: 100%;
max-inline-size: 100%;
}
figure[class*="width--"] img {
inline-size: 100%;
}
.width--auto {
inline-size: auto !important;
max-inline-size: 100%;
}
.content-width {
inline-size: 100%;
max-inline-size: var(--content-width);
margin-inline: auto;
}
.content-width--safe {
inline-size: 100%;
max-inline-size: var(--content-width-safe);
margin-inline: auto;
}
.width--max-content {
inline-size: max-content;
max-inline-size: 100%;
}
.width--min-content {
inline-size: min-content;
max-inline-size: 100%;
}
.width--fit-content {
inline-size: fit-content;
max-inline-size: 100%;
} :where(section:not(section section)) {
gap: var(--container-gap);
} :where(section:not(section section)) > :where(div, ul, ol) {
gap: var(--content-gap);
} :where([data-etch-element="flex-div"]:not(main)) {
gap: var(--content-gap);
} section > div:where([class*="grid--"]), :where([class*="grid--"]) {
gap: var(--grid-gap);
}
:where(img:not(header img), figure:not(figure:has(img))) {
border-radius: var(--radius);
}
:root {
--transition-duration: 0.3s;
--transition-timing: ease-in-out;
--transition-delay: 0s;
--transition: 0.3s ease-in-out 0s;
}
:root {
--ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
--ease-snappy: cubic-bezier(0.16, 1, 0.3, 1);
--ease-gentle: cubic-bezier(0.65, 0, 0.35, 1);
--ease-bouncy: cubic-bezier(0.68, -0.55, 0.265, 1.55);
--ease-elastic: linear(0, 0.029 1.6%, 0.123 3.5%, 0.651 10.6%, 0.862 14.1%, 1.002 17.7%, 1.046 19.6%, 1.074 21.6%, 1.087 23.9%, 1.086 26.6%, 1.014 38.5%, 0.994 46.3%, 1);
}
@supports (animation-timeline: view()) {
[class*="on-enter-all--"] > * {
animation-name: enter-animate;
animation-timing-function: linear;
animation-fill-mode: both;
animation-timeline: view();
animation-range: var(--animate-range-start, entry 20%) var(--animate-range-end, entry 100%);
}
[class*="on-enter-all--"].on-enter--stagger > * {
animation-delay: calc(sibling-index() * var(--enter-stagger-interval, 5%));
}
}
@supports not (animation-timeline: view()) {
[class*="on-enter--"], [class*="on-enter-all--"] > * {
opacity: 1;
transform: none;
filter: none;
}
}
@supports (animation-timeline: view()) {
[class*="on-exit-all--"] > * {
animation-name: exit-animate;
animation-timing-function: linear;
animation-fill-mode: both;
animation-timeline: view();
animation-range: var(--exit-range-start, exit 0%) var(--exit-range-end, exit 80%);
}
[class*="on-exit-all--"].on-exit--stagger > * {
animation-delay: calc(sibling-index() * var(--exit-stagger-interval, 5%));
}
}
@supports not (animation-timeline: view()) {
[class*="on-exit--"], [class*="on-exit-all--"] > * {
opacity: 1;
transform: none;
filter: none;
}
}
[class*="on-visible-all--"].on-visible--stagger > * {
transition-delay: calc(sibling-index() * var(--visible-stagger-interval, 0.1s));
}
@media (prefers-reduced-motion: reduce) {
[class*="on-enter--"], [class*="on-enter-all--"] > *, [class*="on-exit--"], [class*="on-exit-all--"] > * {
animation: none !important;
opacity: 1;
transform: none;
filter: none;
}
[class*="on-visible--"], [class*="on-visible-all--"] > * {
transition: none !important;
opacity: 1;
translate: none;
scale: none;
filter: none;
}
[class*="on-hover--"] {
transition: none;
}
[class*="on-hover--"]:hover {
transform: none;
translate: none;
scale: none;
box-shadow: initial;
filter: none;
}
} :has(> .is-bg) {
position: relative;
isolation: isolate;
}
:is(*, img, figure, picture).is-bg {
position: var(--bg-position, absolute) !important;
inset: var(--bg-inset, 0);
inline-size: var(--bg-width, 100%);
max-inline-size: 100%;
block-size: var(--bg-height, 100%);
border-radius: var(--bg-radius, 0);
object-fit: var(--bg-object-fit, cover);
object-position: var(--bg-object-position, center);
z-index: var(--bg-z-index, -2);
border-radius: var(--bg-radius, 0);
pointer-events: none;
}
:is(*, img, figure, picture).is-bg > img {
object-fit: var(--bg-object-fit, cover);
object-position: var(--bg-object-position, center);
inline-size: 100%;
block-size: 100%;
}
.content-grid > :is(*, img, figure, picture).is-bg {
grid-column: full;
} :where(.content-grid) {
--full: minmax(var(--gutter), 1fr);
padding-inline: 0;
column-gap: 0 !important;
display: grid !important;
grid-template-columns: [full-start] var(--full) [feature-max-start] minmax(0, var(--feature-max-width, 100px)) [feature-start] minmax(0, var(--feature-width, 50px)) [content-start] min(var(--content-width), 100% - var(--gutter) * 2) [content-end] minmax(0, var(--feature-width, 50px)) [feature-end] minmax(0, var(--feature-max-width, 100px)) [feature-max-end] var(--full) [full-end];
}
:where(.content-grid) > :not(.content--feature, .content--feature-max, .content--full, .content--full-safe) {
width: 100%;
max-width: 100%;
}
:where(.content-grid) > :where(:not(.content--feature, .content--feature-max, .content--full, .content--full-safe)) {
grid-column: content;
}
.content--feature {
grid-column: feature;
}
.content--feature-max {
grid-column: feature-max;
}
.content--full {
grid-column: full;
}
.content--full-safe {
grid-column: full;
padding-inline: var(--gutter);
}
.content-grid:where(.content--full-safe) {
padding-inline: var(--gutter);
}
:is(.content--feature, .content--feature-max, .content--full, .content--full-safe):not(.content-grid--off :is(.content--feature, .content--feature-max, .content--full, .content--full-safe)) {
width: 100% !important;
max-width: 100%;
}
:is(.content--feature, .content--feature-max, .content--full, .content--full-safe) :is(figure img, picture img) {
width: 100%;
}
.content-grid:is([class*="padding--"], [class*="section--"], [class*="header--"]) {
padding-inline: 0;
} body :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
margin-block: 0;
}
.smart-spacing-normalize :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
margin-block: 0;
}
.smart-spacing {
gap: 0 !important;
}
.smart-spacing > * + * {
margin-block-start: var(--flow-spacing, initial);
margin-block-end: 0;
}
.smart-spacing > * + :where(h1, h2, h3, h4, h5, h6) {
margin-block-start: var(--heading-spacing, var(--flow-spacing, initial));
margin-block-end: 0;
}
.smart-spacing > :where(* + h2) {
margin-block-start: var(--h2-spacing, var(--heading-spacing));
margin-block-end: 0;
}
.smart-spacing > :where(* + h3) {
margin-block-start: var(--h3-spacing, var(--heading-spacing));
margin-block-end: 0;
}
.smart-spacing > :where(* + h4) {
margin-block-start: var(--h4-spacing, var(--heading-spacing));
margin-block-end: 0;
}
.smart-spacing > :where(* + h5) {
margin-block-start: var(--h5-spacing, var(--heading-spacing));
margin-block-end: 0;
}
.smart-spacing > :where(* + h6) {
margin-block-start: var(--h6-spacing, var(--heading-spacing));
margin-block-end: 0;
}
.smart-spacing > * + p {
margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
margin-block-end: 0;
}
.smart-spacing > :is(* + ul, * + ol) {
margin-block: var(--list-spacing, var(--flow-spacing, initial));
}
.smart-spacing > :is(ul, ol) {
padding-inline-start: var(--list-indent-spacing, var(--flow-spacing, initial));
}
.smart-spacing > ul * + li, .smart-spacing > ol * + li {
margin-block-start: var(--list-item-spacing, var(--flow-spacing, initial));
margin-block-end: 0;
}
.smart-spacing > ul ul, .smart-spacing > ol ol, .smart-spacing > ul ol, .smart-spacing > ol ul {
margin-block: var(--nested-list-spacing, var(--list-item-spacing, initial));
padding-inline-start: var(--nested-list-indent-spacing, initial);
}
.smart-spacing > :is(ul, ol) :is(ul, ol) li {
margin-block-start: var(--nested-list-item-spacing, var(--list-item-spacing, initial));
}
.smart-spacing > * + figure, .smart-spacing > * + picture {
margin-block: var(--figure-spacing, var(--flow-spacing, initial));
}
.smart-spacing figcaption {
margin-block: var(--figcaption-spacing, var(--flow-spacing, initial));
}
.smart-spacing > * + blockquote:where(:not(figure > blockquote)) {
margin-block: var(--blockquote-spacing, var(--flow-spacing, initial));
}
.smart-spacing > blockquote * + * {
margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
margin-block-end: 0;
}
.smart-spacing > :is(figure, blockquote, ul, ol):where(:not(:first-child)) + * {
--paragraph-spacing: 0;
--flow-spacing: 0;
}
.smart-spacing--off :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
margin-block: 0;
} #shadow-host-companion {
padding: 0;
}