* { -webkit-tap-highlight-color: var(--primary-10); } strong, b { font-weight: 400; font-variation-settings: 'wght' 700; } em { font-style: normal; font-variation-settings: 'ital' 800; } @media (min-width: 992px) { body.no-scroll { scrollbar-gutter: stable; } } #brx-header.sticky { z-index: 99999; } @keyframes pix_slideIn { 0% { bottom: -35px; } 100% { bottom: 0; } } @keyframes pix_slideOut { 0% { bottom: 0; } 100% { bottom: -35px; } } #cmplz-manage-consent .cmplz-manage-consent { animation: pix_slideOut 0.5s forwards !important; } #cmplz-manage-consent .cmplz-manage-consent:hover { animation: pix_slideIn 0.5s forwards !important; animation-delay: 0; } input[type=checkbox] { --checkmark-svg-url: url(/wp-content/uploads/2025/01/checkmark.svg); -webkit-appearance: none; appearance: none; width: 16px; height: 16px; background: rgb(0 0 0 / .12) var(--checkmark-svg-url) no-repeat center; background-color: var(--bg-body) !important; background-size: 0; border-radius: 3px !important; flex-shrink: 0; transition: background-color .2s ease-in-out; position: relative; top: 0; box-shadow: inset 1px 1px 2px #0000001a; padding: 0 !important; margin: 0 3px 0 0; cursor: pointer; } input[type=checkbox]:checked { background-color: var(--dark) !important; background-size: 10px 8px; }