header { z-index: 1001;}a.language:not(.current-language) { color: var(--text-body);}body { display: flex; min-height: 100vh;}main { flex: 1; display: flex; flex-direction:column;}:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-secondary {color: var(--secondary)}:where(:root) .bricks-background-secondary {background-color: var(--secondary)}:where(:root) .bricks-color-light {color: var(--light)}:where(:root) .bricks-background-light {background-color: var(--light)}:where(:root) .bricks-color-dark {color: var(--dark)}:where(:root) .bricks-background-dark {background-color: var(--dark)} :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 {color: var(--primary)} :where(.brxe-accordion .accordion-content-wrapper) a:hover, :where(.brxe-icon-box .content) a:hover, :where(.brxe-list) a:hover, :where(.brxe-post-content):not([data-source="bricks"]) a:hover, :where(.brxe-posts .dynamic p) a:hover, :where(.brxe-shortcode) a:hover, :where(.brxe-tabs .tab-content) a:hover, :where(.brxe-team-members) .description a:hover, :where(.brxe-testimonials) .testimonial-content-wrapper a:hover, :where(.brxe-text) a:hover, :where(a.brxe-text):hover, :where(.brxe-text-basic) a:hover, :where(a.brxe-text-basic):hover, :where(.brxe-post-comments) .comment-content a:hover {color: var(--dark); text-decoration: underline} html {font-size: 100%} body {font-family: "Open Sans"; font-size: var(--text-m); color: var(--text-body)} h1, h2, h3, h4, h5, h6 {color: var(--text-title); font-family: "new-spirit"} h1 {font-size: var(--text-3xl)} h2 {font-size: var(--text-2xl)} h3 {font-size: var(--text-l); font-family: "Open Sans"} h4 {font-size: var(--text-m); font-family: "Open Sans"} .bricks-button {font-weight: 700; border-color: var(--primary); border-radius: var(--radius-full); transition: all ease .3s} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: rgba(0, 0, 0, 0)} :root .bricks-button[class*="light"]:not(.bricks-lightbox) {border: 1px solid var(--text-title)} :root .bricks-button[class*="primary"] {color: var(--light)} :root .bricks-button[class*="info"] {border: 0; color: #000000} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--text-title)} :root .bricks-button[class*="secondary"].outline {background-color: var(--primary)} :root .bricks-button[class*="info"].outline {color: var(--light); background-color: var(--text-title)} :root .bricks-button[class*="info"]:not(.outline) {background-color: rgba(0, 0, 0, 0)} .bricks-button.outline {background-color: var(--text-title)} :root .bricks-button[class*="primary"].outline {background-color: var(--text-title)} :root .bricks-button[class*="info"]:hover {color: var(--light)} :root .bricks-button[class*="info"]:not(.outline):hover {background-color: var(--text-title)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--primary)} .brxe-section {padding-right: var(--space-s); padding-left: var(--space-s)} .brxe-container {width: var(--max-screen-width); padding-top: var(--space-2xl); padding-bottom: var(--space-2xl)} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-width)}.brxe-divider.horizontal .line {border-top-color: rgba(0, 0, 0, 0.28)}.brxe-divider.vertical .line {border-right-color: rgba(0, 0, 0, 0.28)}.brxe-divider .icon i {color: rgba(0, 0, 0, 0.28)}svg {height: 24px; width: 24px}@media (max-width: 478px) { body {font-size: var(--text-m)}}