/* BREAKPOINT: Desktop (BASE) */ html {font-size: 100%} body {font-family: "ubuntu"; font-weight: 400; font-size: var(--text-m); line-height: 1.5; color: var(--dark-70)} h1,  h2,  h3,  h4,  h5,  h6 {font-family: "ubuntu"; color: var(--primary); line-height: 1.25; font-weight: 400} .brxe-container {width: 1366px} .woocommerce main.site-main {width: 1366px} #brx-content.wordpress {width: 1366px}:root .bricks-color-primary {color: var(--primary)}:root .bricks-background-primary {background-color: var(--primary)}:root .bricks-color-secondary {color: var(--secondary)}:root .bricks-background-secondary {background-color: var(--secondary)}:root .bricks-color-light {color: var(--light)}:root .bricks-background-light {background-color: var(--light)}:root .bricks-color-dark {color: var(--dark)}:root .bricks-background-dark {background-color: var(--dark)}:root .bricks-color-success {color: var(--success)}:root .bricks-background-success {background-color: var(--success)}:root .bricks-color-warning {color: var(--error)}:root .bricks-background-warning {background-color: var(--error)}:root .bricks-color-danger {color: var(--error)}:root .bricks-background-danger {background-color: var(--error)}:root * {border-color: var(--primary-l-3)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--light)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--secondary-l-1)} :root .bricks-button[class*="primary"] {border-radius: var(--radius-full)} .bricks-button {letter-spacing: 0px} :where(.brxe-accordion .accordion-content-wrapper) a:hover,  :where(.brxe-icon-box .content) a:hover,  :where(.brxe-list) a:hover,  :where(.brxe-post-content) a:not(.bricks-button):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(--primary)} :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(--dark)} .brxe-section {padding-right: var(--space-m); padding-left: var(--space-m)}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) { .brxe-section {padding-right: var(--space-l); padding-left: var(--space-l)}}