:root .bricks-color-primary {color: var(--primary)}:root .bricks-background-primary {background-color: var(--primary)}:root .bricks-color-secondary {color: var(--secondary)}:root .bricks-background-secondary {background-color: var(--secondary)}:root .bricks-color-dark {color: var(--dark)}:root .bricks-background-dark {background-color: var(--dark)}:root .bricks-color-light {color: var(--light)}:root .bricks-background-light {background-color: var(--light)} :root .bricks-button[class*="primary"] {color: var(--white); font-weight: 700} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="dark"] {color: var(--white); font-weight: 700} :root .bricks-button[class*="dark"]:not(.outline) {background-color: #2f2f2f} .brxe-section {padding-top: 9rem; padding-right: 2rem; padding-bottom: 9rem; padding-left: 2rem} body {line-height: 1.5; font-family: "Roboto"; font-weight: 400; font-size: 2rem} h1, h2, h3, h4, h5, h6 {font-family: "Gloock"; line-height: 1.2} h1 {font-size: 5.6rem} h2 {font-size: 4.2rem; margin-bottom: 4rem} h3 {font-size: 3.6rem; margin-bottom: 3.2rem} :where(.brxe-accordion .accordion-content-wrapper) a, :where(.brxe-icon-box .content) a, :where(.brxe-list) a, :where(.brxe-post-content) a:not(.bricks-button), :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); font-weight: 700}@media (max-width: 767px) { h1 {font-size: 6rem} h2 {font-size: 4.8rem} h3 {font-size: 3.6rem}}@media (max-width: 478px) { h1 {font-size: 4.8rem} h2 {font-size: 3.6rem} h3 {font-size: 2.8rem}}