#brx-header.scrolling { background: rgba(255,255,255,0.35); backdrop-filter: blur(10px); } .wpa_hidden_field{ display: none !important; visibility: hidden !important; position: absolute !important; left: -9999px !important; top: -9999px !important; width: 0 !important; height: 0 !important; opacity: 0 !important; } .hyphenate { word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }  html { scroll-behavior: smooth; scroll-padding-top: 330px; }  @media (max-width: 767px) { html { scroll-padding-top: 80px; } }