: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(:root) .bricks-color-muted {color: var(--mute)}:where(:root) .bricks-background-muted {background-color: var(--mute)}:where(:root) * {border-color: var(--border)}:where(:root) .bricks-color-info {color: var(--info)}:where(:root) .bricks-background-info {background-color: var(--info)}:where(:root) .bricks-color-success {color: var(--success)}:where(:root) .bricks-background-success {background-color: var(--success)}:where(:root) .bricks-color-warning {color: var(--warning)}:where(:root) .bricks-background-warning {background-color: var(--warning)}:where(:root) .bricks-color-danger {color: var(--danger)}:where(:root) .bricks-background-danger {background-color: var(--danger)} html {font-size: 100%} body {color: var(--text-body); font-size: var(--text-m); font-family: "Montserrat"; line-height: var(--lheight-m)} h1 {font-size: var(--text-5xl); line-height: var(--lheight-5xl)} h2 {font-size: var(--text-4xl); line-height: var(--lheight-4xl)} h3 {font-size: var(--text-3xl); line-height: var(--lheight-3xl)} h4 {font-size: var(--text-2xl); line-height: var(--lheight-2xl)} h5 {font-size: var(--text-xl); line-height: var(--lheight-xl)} h6 {font-size: var(--text-l); line-height: var(--text-l)} .bricks-type-hero {font-size: var(--text-6xl); line-height: var(--lheight-6xl)} .bricks-type-lead {font-size: var(--text-7xl); line-height: var(--lheight-7xl)} :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(--link)} :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(--link-hover)} html {background-color: var(--bg-body)} body {background: none} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--secondary)}.brxe-form .form-group input {border: 1px solid var(--border); border-radius: var(--radius-m)}.brxe-form .flatpickr {border: 1px solid var(--border); border-radius: var(--radius-m)}.brxe-form select {border: 1px solid var(--border); border-radius: var(--radius-m)}.brxe-form textarea {border: 1px solid var(--border); border-radius: var(--radius-m)}.brxe-form .bricks-button {border: 1px solid var(--border); border-radius: var(--radius-m)}.brxe-form .choose-files {border: 1px solid var(--border); border-radius: var(--radius-m)}