 body {font-size: var(--text-m); color: var(--base); line-height: var(--text-p-lh)} h1 {font-size: var(--h1); line-height: var(--h1-lh); font-weight: 500} h2 {font-size: var(--h2); line-height: var(--h2-lh); font-weight: 500} h3 {font-size: var(--h3); line-height: var(--h3-lh)} h4 {font-size: var(--h4)} h5 {font-size: var(--h5)} h6 {font-size: var(--h6)} body.bricks-is-frontend :focus-visible {outline: none} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: none; }} .brxe-section {padding-top: var(--section-space-xs); padding-right: var(--section-padding); padding-bottom: var(--section-space-xs); padding-left: var(--section-padding); row-gap: var(--space-l)} .brxe-container {row-gap: var(--space-l)} .bricks-button {transition: var(--animation-speed); font-weight: 500; border-radius: var(--border-radius)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--white)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--action)} :root .bricks-button[class*="primary"] {color: var(--base)} :root .bricks-button[class*="primary"]:hover {color: var(--base); box-shadow: 5px 5px 0 0 var(--shadow)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--base)} :root .bricks-button[class*="secondary"]:hover {box-shadow: 5px 5px 0 0 var(--shadow); color: var(--white)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--action)} :root .bricks-button[class*="secondary"] {color: var(--base)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--action)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline):hover {background-color: var(--base)} .bricks-button:hover {color: var(--white)} :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 {transition: var(--animation-speed)} :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(--primary)}@media (max-width: 478px) { .bricks-button:hover {color: white} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline):hover {background-color: var(--base)}}