:where(:root) .bricks-color-dark {color: var(--white)}:where(:root) .bricks-background-dark {background-color: var(--white)}:where(:root) .bricks-color-primary {color: var(--brand)}:where(:root) .bricks-background-primary {background-color: var(--brand)}:where(:root) .bricks-color-secondary {color: var(--blau)}:where(:root) .bricks-background-secondary {background-color: var(--blau)}:where(:root) .bricks-color-light {color: var(--white)}:where(:root) .bricks-background-light {background-color: var(--white)} body {font-family: "Encode Sans"; font-weight: 500; font-size: var(--text-m); line-height: 1.7} h1, h2, h3, h4, h5, h6 {color: var(--brand)} h1 {font-weight: 600; font-size: var(--text-3xl); color: var(--brand)} h2 {font-size: var(--text-2xl)} h3 {color: #323264; font-size: var(--text-xl)} h4 {font-size: var(--text-l)} h5 {font-size: var(--text-m)} h6 {font-size: var(--text-s)} .brxe-section {padding-top: var(--space-5xl); padding-right: var(--space-xl); padding-bottom: var(--space-5xl); padding-left: var(--space-xl); row-gap: var(--space-3xl)} .bricks-button {color: var(--brand); font-weight: 500; font-size: var(--text-m); transition: all 0.3s ease-out 0s; border-radius: var(--radius-m)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--blau)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline):hover {background-color: var(--white)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--brand)} :root .bricks-button[class*="secondary"] {font-weight: 500; font-size: var(--text-m); color: var(--white)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--white)} :root .bricks-button[class*="secondary"]:hover {color: var(--brand)} :root .bricks-button[class*="primary"] {font-size: var(--text-m); color: var(--brand); border-radius: var(--radius-m)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--blau)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--brand)} :root .bricks-button[class*="primary"]:hover {color: var(--white)} :root .bricks-button[class*="dark"]:not(.outline) {background-color: var(--blau)} :root .bricks-button[class*="dark"] {color: var(--brand)} :root .bricks-button[class*="dark"]:not(.outline):hover {background-color: var(--white)} :root .bricks-button[class*="dark"]:hover {color: var(--brand)} .brxe-text {color: var(--brand)} .brxe-text-basic {color: var(--brand)} :where(.brxe-accordion .accordion-content-wrapper) a, :where(.brxe-icon-box .content) a, :where(.brxe-list) a, :where(.brxe-post-content):not([data-source="bricks"]) a, :where(.brxe-posts .dynamic p) a, :where(.brxe-shortcode) a, :where(.brxe-tabs .tab-content) a, :where(.brxe-team-members) .description a, :where(.brxe-testimonials) .testimonial-content-wrapper a, :where(.brxe-text) a, :where(a.brxe-text), :where(.brxe-text-basic) a, :where(a.brxe-text-basic), :where(.brxe-post-comments) .comment-content a {transition: all 0.2s ease 0.1s} .brxe-container {width: 1400px; column-gap: var(--space-xl); row-gap: var(--space-xl)} .woocommerce main.site-main {width: 1400px} #brx-content.wordpress {width: 1400px} .brxe-text * + p, .brxe-post-content:not([data-source=bricks]) * + p, body:not(.woocommerce-checkout) [class*=woocommerce] * + p:not(.brxe-woocommerce-account-form-edit-account *) {margin-block-start: var(--space-l)} .brxe-block {column-gap: var(--space-l); row-gap: var(--space-l)}