/* @chunk:xxk9kRbP v=a44ce6a2 */
/* Video UI Layers to position gesture ripples behind controls */
    ._c27889ad0590, ._c50c0b960efd, ._c77e8f7dc801 {
      z-index: 2;
      position: relative;
    }
._c50a770f17bf {
      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);
    }
@keyframes arrowFloat {
      0%, 100% { transform: translateX(-50%) translateY(0); }
      50% { transform: translateX(-50%) translateY(6px); }
    }
/* ===================== VIDEO ===================== */
    ._cbc5548582a1 {
      padding: 10vh 0 20vh;
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: center;
    }
._c4573e439c98._c9b75fa94bea ._c50a770f17bf:nth-child(1) { transition-delay: .08s; }
._cff42fdf21d2._c0e173fd7b51 {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }
._c387fbcc44b3 {
      color: #555;
      font-size: .9rem;
      line-height: 1.7;
      margin-top: 1rem;
      max-width: 260px;
    }
._ca349fdc3f44._c92d19c3643a {
      opacity: 0;
      cursor: none;
    }
