:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-success {color: #58b72b}:where(:root) .bricks-background-success {background-color: #58b72b}:where(:root) .bricks-color-info {color: #8c95a4}:where(:root) .bricks-background-info {background-color: #8c95a4}:where(:root) * {border-color: #6e7789}:where(:root) .bricks-color-warning {color: #ffb91b}:where(:root) .bricks-background-warning {background-color: #ffb91b}:where(:root) .bricks-color-danger {color: #ff2c2c}:where(:root) .bricks-background-danger {background-color: #ff2c2c}:where(:root) .bricks-color-muted {color: #d7dae0}:where(:root) .bricks-background-muted {background-color: #d7dae0} body {color: var(--text-l-1); font-family: "Poppins"; font-size: var(--text-m)} h1, h2, h3, h4, h5, h6 {color: var(--text); font-family: "Poppins"; font-weight: 500; text-wrap: balance; line-height: 1.35em} .brxe-container {max-width: 1240px; padding-right: var(--space-m); padding-left: var(--space-m)} #brx-content.wordpress {max-width: 1240px}.brxe-alert.muted {background-color: #edeef1; color: #b5bac4}.brxe-alert {font-size: var(--text-m); padding-top: var(--space-s); padding-right: var(--space-s); padding-bottom: var(--space-s); padding-left: var(--space-s); border-radius: var(--radius-s)}.brxe-alert.info {color: #484e5c; background-color: #f7f8f8}.brxe-alert.success {color: #408f1e; background-color: #dff6d1}.brxe-alert.warning {color: #484e5c; background-color: #fff1c5}.brxe-alert.danger {color: #a50f0f; background-color: #ffdfdf} :root .bricks-button[class*="primary"] {color: #f7f8f8} :root .bricks-button[class*="primary"].outline {color: var(--primary); font-weight: 500; border-width: 0.2rem} .bricks-button {padding-top: 1em; padding-right: 1.6em; padding-bottom: 1em; padding-left: 1.6em; white-space: nowrap; border-radius: var(--radius-s)} .bricks-button.sm {padding-top: 0.6em; padding-bottom: 0.6em} .bricks-button.lg {padding-right: 1.6em; padding-left: 1.6em} .bricks-button.xl {padding-top: 0.6em; padding-right: 1.6em; padding-bottom: 0.6em; padding-left: 1.6em} :root .bricks-button[class*="dark"]:not(.outline) {background-color: #6e7789} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: #f7f8f8} :root .bricks-button[class*="light"]:not(.bricks-lightbox) {color: #5e6678} :root .bricks-button[class*="light"].outline {border-color: #f7f8f8; color: #f7f8f8} .bricks-button.md {padding-top: 1em; padding-right: 1.4em; padding-bottom: 1em; padding-left: 1.4em; font-weight: 500} .bricks-button.outline {border: 1rem solid var(--primary); color: var(--primary); font-weight: 500} :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)}@media (max-width: 767px) { h1 {font-size: calc(1.5rem + var(--text-xl))}}