[class*=brxe-] { overflow: hidden !important; } .mobileonly1 { display: none; } @media (max-width: 767px) { .mobileonly1 { display: block; } }  .fancy-box { width: 250px; margin: 0 auto; padding: 14px; border-radius: 12px; background: rgba(255,255,255,0.04); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 8px 20px rgba(0,0,0,0.15); text-align: center; }  .fancy-box img { width: 100%; height: auto; border-radius: 8px;  filter: brightness(0) invert(1); opacity: 0.9; }  .fancy-box .title { margin-top: 10px; font-size: 15px; color: #eaeaea; font-weight: 500; }  .hx-footer { background: #111; color: #ddd; font-family: var(--font-sans); padding: 2.5rem 1.5rem 1rem; border-radius: var(--border-radius-lg); } .hx-footer a { color: #ccc; text-decoration: none; } .hx-footer a:hover { color: #fff; text-decoration: underline; } .hx-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .hx-col h1 { font-size: 15px; font-weight: 500; color: #fff; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 0.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid #ccc; } .hx-col ul { list-style: none; margin: 0; padding: 0; } .hx-col ul li { margin-bottom: 0.4rem; font-size: 14px; } .hx-col ul li::before { content: "›"; margin-right: 6px; color: #ccc; } .hx-bar { border-top: 1px solid #ccc; padding-top: 1rem; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.5rem; font-size: 15px; color: #888; } .hx-legal { display: flex; flex-wrap: wrap; gap: 1rem; }   .lift1 { position: relative; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; cursor: pointer; border-radius:7px; } .lift1::before { content: ''; position: absolute; top: -50%; left: -75%; width: 50%; height: 200%; background: linear-gradient( 120deg, transparent 0%, rgba(255,255,255,0.15) 40%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.15) 60%, transparent 100% ); transform: skewX(-20deg); transition: left 0.6s ease; pointer-events: none; z-index: 1; } .lift1:hover::before { left: 125%; } .lift1:hover { transform: translateY(-6px); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); background: linear-gradient(145deg, #ffffff 40%, #ebebeb 100%); } .lift1 img { transition: filter 0.3s ease; } .lift1:hover img { filter: brightness(1.05); } .lift1 h1 { transition: color 0.3s ease; } .lift1:hover h1 { color: #000000; }