 html {font-size: 62.5%} body {font-size: var(--text-m); color: var(--text-body); line-height: 1.5; font-family: "Poppins"; font-weight: 400} h1, h2, h3, h4, h5, h6 {color: var(--text-title); line-height: 1.2; font-family: "Poppins"} h1 {font-size: var(--text-3xl)} h2 {font-size: var(--text-2xl)} h3 {font-size: var(--text-xl)} h4 {font-size: var(--text-l)} h5 {font-size: var(--text-m)} h6 {font-size: var(--text-s)} body.bricks-is-frontend :focus-visible {outline: 1px solid var(--primary)} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: 1px solid var(--primary); }} .brxe-section {padding-top: var(--space-2xl); padding-right: var(--space-xl); padding-bottom: var(--space-2xl); padding-left: var(--space-xl)} .bricks-button {font-size: var(--text-m); line-height: 150%; color: var(--text-body); font-family: "Poppins"; font-weight: 500; padding-top: var(--space-xs); padding-right: var(--space-m); padding-bottom: var(--space-xs); padding-left: var(--space-m); border-radius: var(--radius-s); transition: all .2s ease} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="primary"] {color: var(--text-body); font-weight: 500; font-size: var(--text-m); border: 1px solid var(--primary)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--primary-d-2)} :root .bricks-button[class*="dark"]:not(.outline):hover {background-color: var(--dark-90)} :root .bricks-button[class*="light"]:not(.outline):where(:not(.bricks-lightbox)):hover {background-color: var(--primary)} :root .bricks-button[class*="light"]:where(:not(.bricks-lightbox)) {color: var(--dark); font-weight: 500; border: 1px solid var(--base-l-4)} :root .bricks-button[class*="light"]:not(.outline):where(:not(.bricks-lightbox)) {background-color: var(--light)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--primary)} .bricks-button.lg {font-size: 16px; padding-right: 6.4rem; padding-left: 6.4rem} :root .bricks-button[class*="secondary"] {font-size: var(--text-m)} :root .bricks-button[class*="muted"] {font-weight: 400; border: 1px solid var(--base-l-4)} :root .bricks-button[class*="muted"]:not(.outline) {background-color: var(--light)} .bricks-button.sm {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs)} :root .bricks-button[class*="dark"]:not(.outline) {background-color: var(--base)} :root .bricks-button[class*="dark"] {border-radius: 0; color: var(--paper)} :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, .brxe-product-content a, .brxe-product-short-description a, .brxe-product-tabs .woocommerce-Tabs-panel a {color: var(--primary)}:where(:root) .bricks-color-success {color: var(--success)}:where(:root) .bricks-background-success {background-color: var(--success)}:where(:root) .bricks-color-warning {color: var(--error)}:where(:root) .bricks-background-warning {background-color: var(--error)}.woocommerce .button, body:not(.woocommerce) .product_type_variable, body:not(.woocommerce) .product_type_grouped, body:not(.woocommerce) .product_type_external, body:not(.woocommerce) .product_type_simple, body:not(.woocommerce) .brx-popup-content:not(.woocommerce) form.cart .single_add_to_cart_button, body:not(.woocommerce) .brxe-woocommerce-mini-cart .woocommerce-mini-cart__buttons .button {background-color: var(--primary); color: var(--text-body)}.woocommerce .button:hover, body:not(.woocommerce) .product_type_variable:hover, body:not(.woocommerce) .product_type_grouped:hover, body:not(.woocommerce) .product_type_external:hover, body:not(.woocommerce) .product_type_simple:hover, body:not(.woocommerce) .brx-popup-content:not(.woocommerce) form.cart .single_add_to_cart_button:hover, body:not(.woocommerce) .brxe-woocommerce-mini-cart .woocommerce-mini-cart__buttons .button:hover {background-color: var(--primary-d-2)} #brx-content {margin-top: 66px} .content-area {margin-top: 66px}@media (max-width: 991px) { #brx-content {margin-top: 60px; margin-bottom: 75px} .content-area {margin-top: 60px; margin-bottom: 75px}}@media (max-width: 767px) { .bricks-button {padding-top: var(--space-s); padding-bottom: var(--space-s)} #brx-content {margin-top: 60px; margin-bottom: 70px} .content-area {margin-top: 60px; margin-bottom: 70px}}@media (max-width: 478px) { #brx-content {margin-top: 55px; margin-bottom: 65px} .content-area {margin-top: 55px; margin-bottom: 65px}}