/* BREAKPOINT: Desktop (BASE) */ .brxe-container {width: 1600px} .woocommerce main.site-main {width: 1600px} #brx-content.wordpress {width: 1600px} html {font-size: 62.5%} body {font-size: var(--text-m); color: var(--text-body); line-height: 150%; font-family: "FeatureDisplay"} h1,  h2,  h3,  h4,  h5,  h6 {color: var(--text-title); line-height: 120%; font-family: "Social"} body.bricks-is-frontend :focus {outline: 2px solid var(--primary)} .brxe-section {padding-top: var(--space-m); padding-right: var(--space-m); padding-bottom: var(--space-m); padding-left: var(--space-m)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--primary-90)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--secondary-90)} :root .bricks-button[class*="dark"]:not(.outline):hover {background-color: var(--dark-90)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: var(--light-90)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]) {background-color: var(--action)} :where(.brxe-accordion .accordion-content-wrapper) a,  :where(.brxe-icon-box .content) a,  :where(.brxe-list) a,  :where(.brxe-post-content) a:not(.bricks-button),  :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(--action)} html {background-color: var(--bg-background)} body {background: none}/* BREAKPOINT: M */@media (max-width: 640px) { .bricks-button {padding-top: var(--space-s); padding-bottom: var(--space-s)}}