 :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 {color: var(--primary)} html {font-size: 62.5%} body {color: var(--protos-text-body); font-family: ""; font-size: 16px} h1, h2, h3, h4, h5, h6 {color: var(--text-title); text-transform: uppercase} h1 {font-family: ""; font-weight: 900; font-size: var(--protos-text-4xl)} h2 {font-family: ""; font-weight: 900} h3 {font-family: ""; font-weight: 900} h4 {font-family: ""; font-weight: 900} h5 {font-family: ""; font-weight: 900} h6 {font-family: ""; font-weight: 900} .brxe-section {padding-top: var(--protos-space-m); padding-right: var(--protos-space-m); padding-bottom: var(--protos-space-m); padding-left: var(--protos-space-m)} html {background-color: var(--protos-bg-body); background-position: center center; background-size: contain; background-repeat: repeat; background-blend-mode: normal} body {background: none} :root .bricks-button[class*="primary"]:not(.outline) {background-color: rgba(0, 0, 0, 0)} .bricks-button {font-size: var(--protos-text-s); color: var(--protos-text-title); border-width: 2px; border-color: var(--protos-primary); border-radius: var(--protos-radius-l); padding-top: var(--protos-space-xs); padding-right: var(--protos-space-m); padding-bottom: var(--protos-space-xs); padding-left: var(--protos-space-m)} :root .bricks-button[class*="primary"] {color: var(--protos-text-title); font-size: var(--protos-text-m); font-family: ""; text-align: center; font-weight: 900; border: 2px solid var(--protos-primary); border-radius: var(--protos-radius-xl); box-shadow: 4px 4px 0 0 var(--protos-primary)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--protos-secondary)} :root .bricks-button[class*="secondary"] {color: var(--protos-dark)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: rgba(0, 0, 0, 0)}:where(:root) .bricks-color-primary {color: #000000}:where(:root) .bricks-background-primary {background-color: #000000}:root { --grid-size: 15vmin;  --line-thickness: 3px;  --grid-opacity: 1;}html { transition: background-color 0.3s ease;}html::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%;  background-color: var(--protos-grid-line-bg); mask-image: linear-gradient(transparent calc(var(--grid-size) - var(--line-thickness)), var(--protos-grid-line-bg) calc(var(--grid-size) - var(--line-thickness))), linear-gradient(90deg, transparent calc(var(--grid-size) - var(--line-thickness)), var(--protos-grid-line-bg) calc(var(--grid-size) - var(--line-thickness))); mask-size: var(--grid-size) var(--grid-size); pointer-events: none; z-index: -1; opacity: 1; transition: background-color 0.3s ease;}