 html {background-color: var(--bg-body)} body {background: none}: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(--gray)}:where(:root) .bricks-background-light {background-color: var(--gray)}:where(:root) .bricks-color-dark {color: var(--dark)}:where(:root) .bricks-background-dark {background-color: var(--dark)}:where(:root) .bricks-color-muted {color: var(--tertiary-l-4)}:where(:root) .bricks-background-muted {background-color: var(--tertiary-l-4)}:where(:root) * {border-color: var(--border-primary)}:where(:root) .bricks-color-info {color: var(--info)}:where(:root) .bricks-background-info {background-color: var(--info)}:where(:root) .bricks-color-success {color: var(--success)}:where(:root) .bricks-background-success {background-color: var(--success)}:where(:root) .bricks-color-warning {color: var(--warning)}:where(:root) .bricks-background-warning {background-color: var(--warning)}:where(:root) .bricks-color-danger {color: var(--error)}:where(:root) .bricks-background-danger {background-color: var(--error)} body {color: var(--text-body); font-size: var(--text-m); line-height: 1.7; font-family: "Gantari"; font-weight: 500} h1, h2, h3, h4, h5, h6 {color: var(--text-title); line-height: 1; font-family: "Gantari"; font-weight: 800; text-transform: uppercase} h1 {font-size: var(--text-5xl)} h2 {font-size: var(--text-4xl)} h3 {font-size: var(--text-3xl)} h4 {font-size: var(--text-2xl)} h5 {font-size: var(--text-xl)} h6 {font-size: var(--text-l)} .bricks-type-hero {font-size: var(--text-5xl)} .bricks-type-lead {font-size: var(--text-xl); color: var(--text-dark); line-height: 1.2em; font-weight: 700} 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-container {padding-right: var(--space-xl); padding-left: var(--space-xl); width: var(--max-screen-width)} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-width)} :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)} :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: 2px solid var(--primary); padding-bottom: 0.05em} .brxe-section {margin-top: var(--space-4xl)} .bricks-button {transition: all .3s ease; font-size: var(--text-m); color: var(--white); line-height: 1; font-family: "Gantari"; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding-top: var(--space-xs); padding-right: var(--space-m); padding-bottom: var(--space-xs); padding-left: var(--space-m); border: 2px solid var(--black)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--black)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: rgba(0, 0, 0, 0)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: var(--gray-l-1)} :root .bricks-button[class*="dark"]:not(.outline) {background-color: var(--gray-d-4)} :root .bricks-button[class*="info"]:not(.outline) {background-color: var(--info)} :root .bricks-button[class*="success"]:not(.outline) {background-color: var(--success)} :root .bricks-button[class*="warning"]:not(.outline) {background-color: var(--warning)} :root .bricks-button[class*="danger"]:not(.outline) {background-color: var(--error)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline):hover {background-color: var(--primary)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--primary-l-1)} :root .bricks-button[class*="success"] {color: var(--black); border-color: var(--success)} :root .bricks-button[class*="warning"] {color: var(--black); border-color: var(--warning)} :root .bricks-button[class*="danger"] {color: var(--black); border-color: var(--error)} .bricks-button.sm {padding-top: var(--space-2xs); padding-right: var(--space-s); padding-bottom: var(--space-2xs); padding-left: var(--space-s); font-size: var(--text-s)} .bricks-button.md {padding-top: var(--space-xs); padding-right: var(--space-m); padding-bottom: var(--space-xs); padding-left: var(--space-m)} .bricks-button.lg {padding-top: var(--space-s); padding-right: var(--space-l); padding-bottom: var(--space-s); padding-left: var(--space-l); font-size: var(--text-l)} .bricks-button.xl {padding-top: var(--space-m); padding-right: var(--space-xl); padding-bottom: var(--space-m); padding-left: var(--space-xl); font-size: var(--text-xl)} :root .bricks-button[class*="primary"] {color: var(--white); border-color: var(--primary)} :root .bricks-button[class*="secondary"] {color: var(--black); border: 2px solid var(--gray)} :root .bricks-button[class*="secondary"]:hover {border-color: var(--black)} :root .bricks-button[class*="light"]:not(.bricks-lightbox) {color: var(--black); border-color: var(--gray-l-1)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: var(--gray)} .bricks-button:hover {border-color: var(--primary)} :root .bricks-button[class*="primary"]:hover {border-color: var(--primary-l-1)} :root .bricks-button[class*="light"]:not(.bricks-lightbox):hover {border-color: var(--gray)} :root .bricks-button[class*="dark"] {color: var(--white); border-color: var(--gray-d-4)} :root .bricks-button[class*="dark"]:not(.outline):hover {background-color: var(--gray-d-3)} :root .bricks-button[class*="dark"]:hover {border-color: var(--gray-d-3)} :root .bricks-button[class*="muted"]:not(.outline) {background-color: var(--gray)} :root .bricks-button[class*="muted"] {color: var(--gray-d-2); border-color: var(--gray)} :root .bricks-button[class*="muted"]:not(.outline):hover {background-color: var(--gray-d-1)} :root .bricks-button[class*="muted"]:hover {border-color: var(--gray-d-1)} :root .bricks-button[class*="info"] {color: var(--black); border-color: var(--info)}@media (max-width: 767px) { .brxe-container {padding-right: var(--space-m); padding-left: var(--space-m)}}