@media (max-width: 1240px) { :root { --section-padding: 65px; --font-heading-h1: 3rem; --font-heading-h2: 2.5rem; }}@media (max-width: 991px) { :root { --section-padding: 50px; }}@media (max-width: 767px) { :root { --section-padding: 20px; --font-heading-h1: 2.5rem; --font-heading-h2: 2rem; --font-medium: 1.25rem; }}a { text-underline-offset: .12em; transition: all .15s ease;}.brxe-text a { text-decoration: underline transparent;}.brxe-text a:hover { text-decoration-color: var(--color-link-hover-primary);;}.custom-accordion .accordion-item {border-bottom: 1px solid var(--color-greenborder);}.custom-accordion .accordion-title-wrapper svg { transition: transform 0.25s ease; transform-origin: center;}.custom-accordion .accordion-item.brx-open .accordion-title-wrapper svg { transform: rotate(180deg);} html {font-size: 100%} body {font-size: var(--font-body); font-family: "Poppins"} .brxe-container {width: 100%} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%} html {background-color: var(--color-bg-primary)} body {background: none} .bricks-button {transition: 0.2s}