/* @chunk:Q5a94HY3 v=d245747d */
._cb0c6bd5be9d {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 2rem;
      transition: opacity .5s var(--ease-luxury), transform .5s var(--ease-luxury);
    }
._cd49558ba112 {
      color: #555;
      font-size: .9rem;
      line-height: 1.7;
      margin-top: 1rem;
      max-width: 260px;
    }
._cb7f5f6a3b45 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 400px;
      padding: 1.6rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, .06);
      text-decoration: none;
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .5s var(--ease-luxury), transform .5s var(--ease-luxury);
    }
._c087c7929291 strong {
      color: #888;
      font-weight: 500;
    }
._c4a5e4cb3a00 a {
      color: #555;
      text-decoration: none;
      font-size: .9rem;
      transition: color .3s;
      position: relative;
    }
._c6b01b2a754e:hover {
      opacity: 1;
      transform: scale(1.1);
    }
._c4a5e4cb3a00 a::before {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 0;
      height: 1px;
      background: rgba(255, 255, 255, .3);
      transition: width .35s var(--ease-luxury);
    }
@keyframes rippleFade {
      0% { opacity: 0; transform: scaleX(0.9); }
      20% { opacity: 1; transform: scaleX(1); }
      100% { opacity: 0; transform: scaleX(1.05); }
    }
