:where(body) { text-wrap: var(--text-text-wrap);}:focus { outline: none; box-shadow: none;}:focus-visible { outline-style: solid; outline-color: var(--focus-color); outline-width: var(--focus-width); outline-offset: var(--focus-offset);}@supports not selector(:focus-visible) { :focus { outline-style: solid; outline-color: var(--focus-color); outline-width: var(--focus-width); outline-offset: var(--focus-offset); }}:where(.content-grid) { --full: minmax(var(--gutter), 1fr); padding-inline: 0; column-gap: 0 !important; display: grid !important; grid-template-columns: [full-start] var(--full) [feature-max-start] minmax(0, var(--feature-max-width, 100px)) [feature-start] minmax(0, var(--feature-width, 50px)) [content-start] min(var(--content-width), 100% - var(--gutter) * 2) [content-end] minmax(0, var(--feature-width, 50px)) [feature-end] minmax(0, var(--feature-max-width, 100px)) [feature-max-end] var(--full) [full-end];}:where(.content-grid) > :not(.content--feature, .content--feature-max, .content--full, .content--full-safe) { width: 100%; max-width: 100%;}:where(.content-grid) > :where(:not(.content--feature, .content--feature-max, .content--full, .content--full-safe)) { grid-column: content;}.content--feature { grid-column: feature;}.content--feature-max { grid-column: feature-max;}.content--full { grid-column: full;}.content--full-safe { grid-column: full; padding-inline: var(--gutter);}.content-grid:where(.content--full-safe) { padding-inline: var(--gutter);}:is(.content--feature, .content--feature-max, .content--full, .content--full-safe):not(.content-grid--off :is(.content--feature, .content--feature-max, .content--full, .content--full-safe)) { width: 100% !important; max-width: 100%;}:is(.content--feature, .content--feature-max, .content--full, .content--full-safe) :is(figure img, picture img) { width: 100%;}.content-grid:is([class*="padding--"], [class*="section--"], [class*="header--"]) { padding-inline: 0;}:where(img:not(header img), figure:not(figure:has(img))) { border-radius: var(--radius);}:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-secondary {color: var(--secondary)}:where(:root) .bricks-background-secondary {background-color: var(--secondary)}:where(:root) .bricks-color-light {color: var(--light)}:where(:root) .bricks-background-light {background-color: var(--light)}:where(:root) .bricks-color-dark {color: var(--dark)}:where(:root) .bricks-background-dark {background-color: var(--dark)}:where(:root) .bricks-color-muted {color: var(--primary-d-1)}:where(:root) .bricks-background-muted {background-color: var(--primary-d-1)}:where(:root) * {border-color: var(--base-t-5)}:where(:root) .bricks-color-info {color: var(--primary)}:where(:root) .bricks-background-info {background-color: var(--primary)}:where(:root) .bricks-color-success {color: #2E9E6A}:where(:root) .bricks-background-success {background-color: #2E9E6A}:where(:root) .bricks-color-warning {color: var(--accent)}:where(:root) .bricks-background-warning {background-color: var(--accent)}:where(:root) .bricks-color-danger {color: #C64435}:where(:root) .bricks-background-danger {background-color: #C64435} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--accent)} .bricks-button {color: var(--base); font-family: "Gabarito"; font-weight: 700; line-height: 1; font-size: var(--text-s); border: 2px solid var(--accent); border-radius: 100vw; padding-right: var(--space-m); padding-left: var(--space-m)} :root .bricks-button[class*="light"]:not(.outline):where(:not(.bricks-lightbox)) {background-color: var(--light)} :root .bricks-button[class*="light"]:where(:not(.bricks-lightbox)) {border-style: solid; border-color: var(--light); color: var(--base)} :root .bricks-button[class*="primary"] {border-color: var(--primary)} :root .bricks-button[class*="secondary"].outline {color: var(--secondary)} :root .bricks-button[class*="primary"].outline {color: var(--primary)} :root .bricks-button[class*="secondary"] {color: var(--light); border-color: var(--secondary)} :root .bricks-button[class*="light"].outline {color: var(--light)} body {font-size: var(--text-m); font-family: "Gabarito"; font-weight: 400; line-height: var(--line-height-text); color: var(--base)} h1, h2, h3, h4, h5, h6 {line-height: var(--line-height-heading)} h1 {font-size: var(--h1); line-height: var(--line-height-heading)} h2 {font-size: var(--h2)} h3 {font-size: var(--h3)} h4 {font-size: var(--h4)} h5 {font-size: var(--h5)} h6 {font-size: var(--h6)} .brxe-section {padding-top: var(--space-3xl); padding-right: var(--gutter); padding-bottom: var(--space-3xl); padding-left: var(--gutter)} .brxe-container {width: var(--content-width)} .woocommerce main.site-main {width: var(--content-width)} #brx-content.wordpress {width: var(--content-width)} :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 {text-decoration: underline} .brxe-text * + p, .brxe-post-content:not([data-source=bricks]) * + p, body:not(.woocommerce-checkout) [class*=woocommerce] * + p:not(.brxe-woocommerce-account-form-edit-account *) {margin-block-start: 1em} .brxe-text * + :is(h1, h2, h3, h4, h5, h6), .brxe-post-content:not([data-source=bricks]) * + :is(h1, h2, h3, h4, h5, h6), body:not(.woocommerce-checkout) [class*=woocommerce] * + :is(h1, h2, h3, h4, h5, h6) {margin-block-start: 1em}.brxe-text * + :is(li), .brxe-post-content:not([data-source=bricks]) * + :is(li), body:not(.woocommerce-checkout) [class*=woocommerce] * + :is(li) {margin-block-start: var(--list-item-spacing)} .brxe-block {row-gap: var(--space-m)}