/* BREAKPOINT: Desktop (BASE) */ body {font-family: "Inter"} h1 {font-family: "Inter"; font-weight: 900} h2 {font-family: "Inter"; font-weight: 900} h3 {font-family: "Inter"; font-weight: 900} h4 {color: var(--secondary); font-size: 2rem} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="primary"] {color: var(--bricks-color-nxziqg); text-transform: uppercase; font-size: 1.5rem; letter-spacing: .3em; font-weight: 600; border-radius: 0.4em} :root .bricks-button[class*="secondary"] {border: 2px solid var(--accent); border-radius: .4em; color: var(--accent); font-size: 1.5rem; text-transform: uppercase; font-weight: 600; letter-spacing: .3em} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--white)} .bricks-button.md {padding-top: var(--space-s); padding-right: var(--space-m); padding-bottom: var(--space-s); padding-left: var(--space-m)} .bricks-button.lg {padding-top: var(--space-s); padding-right: var(--space-m); padding-bottom: var(--space-s); padding-left: var(--space-m)} .bricks-button.sm {padding-top: var(--space-xs); padding-right: var(--space-xs); padding-bottom: var(--space-xs); padding-left: var(--space-xs)} :root .bricks-button[class*="light"] {color: var(--black); font-size: 1.5rem; text-transform: uppercase; font-weight: 600; letter-spacing: 0.4em; border: 4px solid var(--shade-light); border-radius: 5em} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: var(--white)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--accent-medium)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--accent)} :root .bricks-button[class*="secondary"]:hover {color: var(--white)} :root .bricks-button[class*="dark"]:not(.outline) {background-color: var(--shade)} :root .bricks-button[class*="light"]:hover {border: 4px solid var(--shade)} :root .bricks-button[class*="light"]:focus {border: 4px solid var(--shade)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: var(--white)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):focus {background-color: var(--white)} :root .bricks-button[class*="primary"]:not(.outline):focus {background-color: var(--accent-medium)} :where(.brxe-accordion .accordion-content-wrapper) a:hover,  :where(.brxe-icon-box .content) a:hover,  :where(.brxe-list) a:hover,  :where(.brxe-post-content) a:not(.bricks-button):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 {text-decoration: underline}