 html {font-size: 100%} body {font-size: var(--text-s); line-height: var(--line-height-large); font-family: "PlusJakartaSans"; color: var(--grey-800); font-weight: 500} h1, h2, h3, h4, h5, h6 {font-family: "PlusJakartaSans"; color: var(--grey-900); line-height: var(--line-height-small); font-weight: 700} h1 {font-size: var(--text-xxl)} h2 {font-size: var(--text-xl)} h3 {font-size: var(--text-l)} h4 {font-size: var(--text-m)} .bricks-type-hero {font-size: var(--text-3xl)} .bricks-type-lead {font-size: var(--text-m); font-weight: 500; color: var(--grey-800); line-height: var(--line-height-large)} body.bricks-is-frontend :focus-visible {outline: 3px solid var(--color-accent)} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: 3px solid var(--color-accent); }} :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 {border-bottom: 1px solid var(--grey-800); color: var(--color-grey); font-weight: 500} :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 {border-bottom-width: 2px; border-bottom-color: var(--color-darkest); color: var(--color-darkest)} .brxe-section {padding-top: var(--space-xxl); padding-right: var(--space-l); padding-bottom: var(--space-xxl); padding-left: var(--space-l)} .brxe-container {width: var(--max-w-base)} .woocommerce main.site-main {width: var(--max-w-base)} #brx-content.wordpress {width: var(--max-w-base)} .bricks-button {font-size: var(--text-xs); letter-spacing: 0.2px; border-radius: var(--radius-base); padding-top: var(--space-xs); padding-right: var(--space-s); padding-bottom: var(--space-xs); padding-left: var(--space-s); transition: 0.1s ease} :root .bricks-button[class*="primary"] {color: var(--grey-100)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--grey-900)} :root .bricks-button[class*="secondary"] {color: var(--grey-800); box-shadow: 0 0 0 1px var(--grey-800)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: rgba(0, 0, 0, 0)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--grey-800)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--grey-800)} :root .bricks-button[class*="secondary"]:hover {color: var(--grey-100)} html {background-color: var(--grey-200)} body {background: none}@media (max-width: 991px) { .brxe-section {padding-right: var(--space-m); padding-left: var(--space-m)}}@media (max-width: 767px) { .brxe-section {padding-right: var(--space-s); padding-left: var(--space-s)}}