.Hero_default__HBxIb {
    position        : relative;
    padding-top     : var(--header-safe-area-top);
    background-image: linear-gradient(to bottom, var(--color-white), var(--color-pale-blue-40));
    width           : 100vw;
    overflow-x      : clip;
    background-image: url(/_next/static/ux/hero-header.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Hero_frame__UdKSg {
    position      : absolute;
    top           : 50%;
    left          : 50%;
    transform     : translate(-50%, -50%);
    width         : 3600px;
    max-width     : none;
    pointer-events: none;
    z-index       : 0
}

.Hero_frame__UdKSg svg {
    width    : 100%;
    max-width: none
}

.Hero_group__bANwX {
    position  : relative;
    z-index   : 1;
    margin    : 0 auto;
    text-align: center;
    display   : grid;
    grid-gap  : var(--space-40);
    gap       : var(--space-40)
}

.Hero_textGroup__MqKkF {
    display   : grid;
    grid-gap  : var(--space-16);
    gap       : var(--space-16);
    text-align: center
}

.Hero_wilson__3o_px {
    display        : flex;
    align-items    : center;
    justify-content: center
}

.Hero_group__bANwX h1 {
    max-width: 12ch;
    text-wrap: pretty;
    margin   : 0 auto;
    background-color: #2727e6;
    color: white;
}

.Hero_group__bANwX p {
    max-width: 40ch;
    text-wrap: pretty;
    margin   : 0 auto;
    background-color: #2727e6;
    color: white;
}

.Hero_group__bANwX .Hero_buttons__7AC_p {
    display        : flex;
    align-items    : center;
    justify-content: center;
    gap            : var(--space-16)
}

.hero-background {
    width: 100%; 
    height: 100%; 
    background-image: url('/_next/static/ux/join-us.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* .video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index:-100;
  } */

  #background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    /* position: fixed; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
 }
 /* @media (max-width: 750px) {
    #background-video {
       display: none;
    } 
    body {
       background: url("/_next/static/ux/join-us.webp") no-repeat;
       background-size: cover;
    }
 } */