.cm__btn{ text-transform:uppercase !important; border-radius: 0 !important; } html { scroll-behavior: smooth; } body.bricks-is-frontend h1, body.bricks-is-frontend h2 { visibility: hidden; }  .brxe-button .btn__text-wrapper, form.brxe-form [type="submit"] .btn__text-wrapper, .cm__btn .btn__text-wrapper, .wp-block-button__link .btn__text-wrapper{ overflow: hidden; height: var(--text-height); }  .brxe-button .btn__text-line, form.brxe-form [type="submit"] .btn__text-line, .cm__btn .btn__text-line, .wp-block-button__link .btn__text-line { transition: transform var(--t-base); }  .brxe-button:hover .btn__text-line, form.brxe-form [type="submit"]:hover .btn__text-line, .cm__btn:hover .btn__text-line, .wp-block-button__link:hover .btn__text-line { transform: translateY(calc(-1.07 * var(--text-height))); }