.sr-only { border-width: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px }  @-webkit-keyframes fadeInUpOverride { 0% {opacity:0; transform:translate3d(0, var(--animation-strength), 0)} to {opacity:1; transform:translateZ(0)} } @keyframes fadeInUpOverride { 0% {opacity:0; transform:translate3d(0, var(--animation-strength), 0)} to {opacity:1; transform:translateZ(0)} } .brx-body .brx-animate-fadeInUp { --animation-strength: 10px; animation-name: fadeInUpOverride } .brx-body .brx-animated.staggered { --item-delay: 100ms; animation-delay: calc(var(--item-delay) * var(--item-index)) !important; }  a { position: relative; text-decoration: none; } a::after { content: ''; position: absolute; left: 50%; bottom: -2px; width: 0; height: 2px; transition: all 0.45s; background: var(--primary); } a:hover::after { width: 100%; left: 0; } a:hover { text-decoration: none; color: var(--primary); } h1, h2, h3, h4, h5, h6 { font-family: "Ppwriter Book Bf 6445 D 4 Ec 72 B 68", sans-serif }