 html {font-size: 100%} body {font-family: "Inter"; font-weight: 400; font-size: var(--text-md)} h1, h2, h3, h4, h5, h6 {font-family: "Inter"} h1 {font-size: var(--text-2xl)} h2 {font-size: var(--text-xl)} h3 {font-size: var(--text-lg)} h4 {font-size: var(--text-md)} h5 {font-size: var(--text-sm)} h6 {font-size: var(--text-xs)} .brxe-container {column-gap: 30px; row-gap: 15px} .bricks-button {padding-right: 2rem; padding-left: 2rem; font-size: var(--text-sm); color: #ffffff; border-radius: 5px} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline):hover {background-color: var(--accent-hover)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--primary-color)} .bricks-button.outline {background-color: #ffffff; border: 1px solid var(--primary-color); color: var(--accent-color)} .bricks-button.outline:hover {background-color: #f5f5f5; color: var(--primary-color)} :root .bricks-button[class*="light"]:not(.bricks-lightbox) {color: var(--primary-color)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: #ebebeb} html {background-color: #f7f7f8} body {background: none} #brx-content {margin-top: 3rem; margin-bottom: 3rem} .content-area {margin-top: 3rem; margin-bottom: 3rem} :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: #e382dc} :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-color)} .brxe-block {column-gap: 1rem; row-gap: 1rem}.brxe-form .form-group input {border: 1px solid #969696}.brxe-form .flatpickr {border: 1px solid #969696}.brxe-form select {border: 1px solid #969696}.brxe-form textarea {border: 1px solid #969696}.brxe-form .bricks-button {border: 1px solid #969696}.brxe-form .choose-files {border: 1px solid #969696}@media (max-width: 478px) { .brxe-container {padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem}}