:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-secondary {color: var(--secondary)}:where(:root) .bricks-background-secondary {background-color: var(--secondary)} :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 {transition: all 0.3s linear} body {font-family: "Inter cj"; color: var(--base)} h1, h2, h3, h4, h5, h6 {font-family: "Gowun Batang cjco"; font-weight: 700; color: var(--primary)} h5 {font-family: "Inter"} h6 {font-family: "Inter"} body.bricks-is-frontend :focus-visible {outline: none} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: none; }} .brxe-container {width: 1440px} .woocommerce main.site-main {width: 1440px} #brx-content.wordpress {width: 1440px} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--action)} .bricks-button {color: var(--white); font-size: 1.4rem; font-weight: 500; font-family: "Inter"; border: 0.2rem solid var(--bricks-border-color); border-radius: 4.8rem; padding-top: 1.6rem; padding-right: 4rem; padding-bottom: 1.6rem; padding-left: 4rem; transition: all 0.4s ease-in} :root .bricks-button[class*="primary"] {color: var(--white); font-size: 1.4rem; font-weight: 500; border: 1px solid var(--action); border-radius: 4.8rem} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--action)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: rgba(0, 0, 0, 0)} :root .bricks-button[class*="primary"]:hover {color: var(--action)} .bricks-button:hover {transition: all 0.4s ease-in} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: rgba(0, 0, 0, 0)} :root .bricks-button[class*="secondary"] {color: var(--action); border: 1px solid var(--action)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--action)} :root .bricks-button[class*="secondary"]:hover {color: var(--white)} :root .bricks-button[class*="light"]:not(.bricks-lightbox) {color: var(--action); border: 2px solid #ffffff} :root .bricks-button[class*="light"].outline {border-color: var(--white); color: var(--white)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox):hover {background-color: rgba(0, 0, 0, 0)} :root .bricks-button[class*="light"]:not(.bricks-lightbox):hover {border-color: var(--white); color: var(--white)} :root .bricks-button[class*="light"].outline:hover {background-color: var(--white); color: var(--primary)}@media (max-width: 478px) { .bricks-button {padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem}}