 body {color: var(--Cool-gray); font-weight: 400; font-family: "Manrope"; line-height: var(--lh-body); font-size: var(--text-base)} h1, h2, h3, h4, h5, h6 {font-family: "kensington"; font-weight: 700; line-height: var(--lh-heading); font-style: normal; color: var(--black)} h1 {font-size: var(--h1); font-family: "kensington"; font-weight: 900; font-style: normal; line-height: 1} h2 {font-size: var(--h2); line-height: 1} h3 {font-size: var(--h3)} h4 {font-size: var(--h4)} h5 {font-size: var(--h5)} body.bricks-is-frontend :focus-visible {outline: none} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: none; }} :root .bricks-button[class*="primary"] {color: var(--White); border: 0.1rem solid var(--Purple)} .bricks-button {padding-top: 1.6rem; padding-right: 2.4rem; padding-bottom: 1.6rem; padding-left: 2.4rem; transition: color var(--t-base), border var(--t-base), background-color var(--t-base); line-height: normal; font-size: var(--text-sm); font-style: normal; font-weight: 700; font-family: "Manrope"; text-transform: uppercase} :root .bricks-button[class*="primary"]:hover {color: var(--White); border-color: var(--Hover-purple)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--Hover-purple)} :root .bricks-button[class*="secondary"] {color: var(--Cool-gray); border: 0.1rem solid var(--Cool-gray)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--White)} :root .bricks-button[class*="secondary"]:hover {color: var(--White); border-color: var(--White)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--Hover-purple)} .bricks-button:hover {transition: 0.3s} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--Purple)} :root .bricks-button[class*="light"]:not(.bricks-lightbox) {color: var(--Purple); font-size: var(--text-sm)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: var(--Hover-purple)} :root .bricks-button[class*="light"]:not(.bricks-lightbox):hover {color: var(--White)} html {background-color: var(--bg)} body {background: none} .brxe-section {padding-top: var(--section-padding-base); padding-right: var(--section-padding-x); padding-bottom: var(--section-padding-base); padding-left: var(--section-padding-x)} .brxe-container {width: 100%; max-width: var(--container-width)} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: var(--container-width)}@media (max-width: 767px) { .brxe-section {width: unset}}