:focus-visible { outline: 1px solid #00A8A9; border-radius: 4px;}:where(:root) .bricks-color-primary {color: var(--color-primary)}:where(:root) .bricks-background-primary {background-color: var(--color-primary)}:where(:root) .bricks-color-secondary {color: var(--color-secondary)}:where(:root) .bricks-background-secondary {background-color: var(--color-secondary)}:where(:root) .bricks-color-light {color: var(--color-text-white)}:where(:root) .bricks-background-light {background-color: var(--color-text-white)}:where(:root) .bricks-color-dark {color: var(--color-text-black)}:where(:root) .bricks-background-dark {background-color: var(--color-text-black)} body {font-size: var(--text-m); font-family: "Manrope"; font-weight: 400; line-height: 1.5; color: var(--color-text-black)} h1 {color: var(--color-text-black); font-size: var(--text-5xl); font-family: "Manrope"; font-weight: 700} h2 {color: var(--color-text-black); font-size: var(--text-4xl); font-family: "Manrope"; font-weight: 700} h3 {color: var(--color-text-black); font-size: var(--text-3xl); font-family: "Manrope"; font-weight: 700} h4 {color: var(--color-text-black); font-size: var(--text-2xl); font-family: "Manrope"} h5 {color: var(--color-text-black); font-size: var(--text-xl); font-family: "Manrope"} h6 {color: var(--color-text-black); font-size: var(--text-l); font-family: "Manrope"} .brxe-container {max-width: 1240px; width: 100%; padding-top: 80px; padding-bottom: 80px} #brx-content.wordpress {max-width: 1240px; width: 100%} .woocommerce main.site-main {width: 100%} .bricks-button {color: var(--color-text-white); font-size: var(--text-s); font-family: "Manrope"; font-weight: 700; padding-top: 10px; padding-right: 14px; padding-bottom: 10px; padding-left: 14px} .brxe-section {padding-right: 20px; padding-left: 20px}@media (max-width: 767px) { .brxe-container {padding-top: 40px; padding-bottom: 40px}}