 html {background-color: #fafafa} body {background: none} html {font-size: 100%} body {font-size: var(--font_size_body_desktop); font-family: "Switzer"; font-weight: 300} h1, h2, h3, h4, h5, h6 {font-family: "Plein"} h1 {font-size: var(--font_size_h1); font-weight: 700; margin-top: 2.5rem; margin-bottom: 1.25rem} h2 {font-size: var(--font_size_h2); font-weight: 700; margin-top: 1.75rem; margin-bottom: 1rem} h3 {font-size: var(--font_size_h2); font-weight: 700; margin-top: 1.75rem; margin-bottom: 1rem} h4 {font-size: var(--font_size_h2); margin-top: 1.25rem; margin-bottom: 0.75rem} h5 {font-size: 18px} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: #79578b} .bricks-button {border: 0; border-radius: 4px; transition: all 0.2s} :root .bricks-button[class*="primary"] {font-size: 22px; font-weight: 700; color: #f5f5f5; border: 0; border-radius: 4px} :root .bricks-button[class*="primary"]:not(.outline) {background-color: #79578b} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: #f5f5f5} :root .bricks-button[class*="primary"]:hover {color: #212121} :root .bricks-button[class*="secondary"] {font-size: 20px; color: #f5f5f5; font-weight: 500; border: 0; border-radius: 4px} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: #79578b} :root .bricks-button[class*="secondary"]:hover {color: #212121} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: #f5f5f5} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: var(--bricks-color-780169)} :root .bricks-button[class*="light"]:not(.bricks-lightbox) {border: 1px solid var(--bricks-border-color); border-radius: 4px; font-weight: 700} :root .bricks-button[class*="muted"]:not(.outline) {background-color: #cfcfcf} :root .bricks-button[class*="muted"] {color: #292929; font-weight: 700; font-size: 22px} :root .bricks-button[class*="muted"]:hover {color: var(--bricks-color-32cddc)} :root .bricks-button[class*="muted"]:not(.outline):hover {background-color: #ffffff} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: #ffffff}@media (max-width: 478px) { h2 {font-size: var(--font_size_h2_mobile)} body {font-size: var(--font_size_body_mobile)} h3 {font-size: var(--font_size_h2_mobile)} h4 {font-size: var(--font_size_h2_mobile)}}