 * { -webkit-tap-highlight-color: transparent; }  body { overflow-x: hidden; } main#brx-content { overflow-x: hidden; }  .text-fadeinup { opacity: 0; } .text-ani-fadeinright{ opacity: 0; display: inline-block; overflow: hidden; } .text-ani-fadeinup { opacity: 0; display: inline-block; overflow: hidden; } .text-ani-fadeinup-once { opacity: 0; display: inline-block; overflow: hidden; }  .text-hl-mix { position: relative; display: inline-block; background-color: transparent; } .text-hl-mix::before { content: ''; position: absolute; top: 14%; left: 0; width: 0; height: 80%; background: #00d2ff; z-index: -1; transition: width 1s ease-out; pointer-events: none; } .text-hl-mix.highlighted::before { width: 100%; }  .reveal05 { position: relative; overflow: hidden; clip-path: inset(0% 0% 100% 0%); transform: translateY(40px); opacity: 0; transition: clip-path 1.4s ease, transform 0.8s ease, opacity 0.8s ease; } .reveal05.is-inview { clip-path: inset(0% 0% 0% 0%); transform: translateY(0); opacity: 1; } .reveal05 img { display: block; width: 100%; height: auto; }