@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;400;600;700;800&family=Open+Sans:wght@300;400;500;600;700&display=swap);

@media (min-width: 670px) {
    * {
        scrollbar-color: #35d8db transparent;
        scrollbar-width: auto;
    }

    ::-webkit-scrollbar {
        width: 16px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #35d8db;
        border: 3px solid #252a41;
        border-radius: 20px;
    }

    ::-webkit-scrollbar-track {
        background: transparent;
    }
}

body {
    background-color: #252958;
    color: #fff;
    font-family: Nunito Sans!important;
}

#bluemoon {
    z-index: 1;
    position: relative;
}

a {
    text-decoration: none!important;
}

.button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.9375rem;
    text-transform: capitalize;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    min-width: 64px;
    padding: 8px 22px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: #005ea9;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    border-radius: 8px;
    margin: auto;
}

.button:hover {
    text-decoration: none;
    background-color: #2977b2;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.button span { /*.css-w0pj6f*/
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}

.icon {
    -webkit-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.25rem;
    margin-left: 8px;
}

.main-container { /*.css-1hd9ebc*/
    max-width: 1240px;
    margin: auto;
    padding: 0px 16px;
}

.main-container {
    font-family: "Nunito Sans";
}

.header { /*.css-j20usd*/
    padding-top: 24px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media (max-width: 670px) {
    .header {
        flex-direction: column;
    }
}

.header span {
    display: inline-flex;
    z-index: 1;
}

.branding {
    height: 64px;
}

.brand-logo { /*.css-1okki02*/
    display: block;
    float: left;
    height: 64px;
    margin: 0px;
}

.brand-text {
    display: block;
    float: left;
    line-height: 64px;
    font-size: 38px;
    color: #fff;
    margin-left: 10px;
}
@media (max-width: 850px) {
    .brand-logo {
        height: 38px;
        margin-bottom: 8px;
    }
    .brand-text {
        line-height: 38px;
        font-size: 25px;
    }
}

@media (max-width: 670px) {
    .brand-logo {
        height: 32px;
        margin-bottom: 8px;
    }
    .brand-text {
        line-height: 32px;
        font-size: 19px;
    }
}

.header-link { /*.css-16kc7s3*/
    margin: 0px 16px 0px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #49b0ff;
}

#session-nav > a > img {
    max-width: none;
    display: none;
}
  
#session-nav > a > img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: -8px 0;
    float: left;
    margin-right: 10px;
}

.account {
    color: #fff;
}

.space-asset-manager img.asset {
    opacity: .35;
    position: absolute;
    transition: .5s;
}

@media (max-width: 769px) {
    .space-asset-manager img {
        opacity:.2!important
    }

    .space-asset-manager img:nth-child(n+8) {
        display: none
    }
}

.hero-1 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.hero-1 .hero--title { /*.css-90aq6k*/
    margin: 0px;
    font-weight: 800;
    letter-spacing: -0.5px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.167;
    text-align: center;
    margin-top: 120px;
    font-size: 80px;
}

@media (max-width: 899.95px) {
    .hero-1 .hero--title {
        font-size: 50px;
    }
}

.hero-1 .hero--subtitle { /*.css-vtwbx4*/
    font-weight: 500;
    font-size: 23.76px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.235;
    letter-spacing: 0.00735em;
    text-align: center;
    margin: 60px auto 40px;
    max-width: 800px;
}

.hero-1 .hero--image {
    width: 100%;
    margin-top: 100px;
}

.hero-2 {
    margin-top: 96px;
    margin-bottom: 160px;
    text-align: center;
}

.hero-2 .hero-header {
    margin: 0px;
    font-weight: 700;
    font-size: 41.3994px;
    letter-spacing: -0.25px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

.hero-2 .hero-content {
    font-weight: 200;
    font-size: 18px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    max-width: 800px;
    margin: auto auto 24px;
}

.hero-col { /*.css-1z8kvb*/
    position: relative;
    z-index: 1;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 120px 0px;
}

@media (max-width: 1005px) {
    .hero-col {
        flex-direction: column;
    }
}

.hero-col .hero-left { /*.css-1advgnk*/
    width: 38%;
    padding-right: 60px;
}

@media (max-width: 1005px) {
    .hero-col .hero-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 16px;
    }
}

.hero-col .hero-left .hero-header { /*.css-1th8xum*/
    margin: 0px;
    font-weight: 600;
    font-size: 31.3632px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.167;
    letter-spacing: 0em;
}

.hero-col .hero-left .hero-content { /*.css-1fs84ev*/
    margin: 0px 0px 4px;
    font-weight: 200;
    font-size: 18px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: 0.00938em;
    line-height: 1.2;
}

.hero-col .hero-right { /*.css-10g06vf*/
    width: 62%;
}

@media (max-width: 1005px) {
    .hero-col .hero-right {
        width: auto;
    }
}

.hero-card .hero-header { /*.css-woafav*/
    margin: 0px;
    font-weight: 600;
    font-size: 31.3632px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.167;
    letter-spacing: 0em;
}

.hero-card .hero-subheader { /*.css-p9cuu*/
    margin: 0px;
    font-weight: 200;
    font-size: 18px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    max-width: 900px;
}

@media (max-width: 1005px) {
    .hero-card .hero-subheader {
        width: auto;
    }
}

.hero-card .card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    margin-top: 24px;
}

@media (max-width: 576px) {
    .hero-card .card-wrapper {
        grid-template-columns: 1fr;
    }
}

.hero-card .card-header {
    margin: 0px 0px 8px;
    font-weight: 200;
    font-size: 18px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

.hero-card img {
    border-radius: 4px;
    max-width: 100%;
    padding: 0px;
    margin: 0px 0px 1.45rem;
}

.hero-blurb {
    font-weight: 200;
    font-size: 18px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: 0.00938em;
    line-height: 1.2;
    font-style: italic;
    max-width: 800px;
    text-align: center;
    margin: 160px auto;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
}

@media (max-width: 576px) {
    .footer {
        flex-direction: column;
        text-align: center;
    }
}

.footer .footer-items {
    margin: 0px 0px 6px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 14px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.footer .footer-link {
    margin: 0px;
    color: rgb(167, 16, 255);
    text-decoration: underline rgba(167, 16, 255, 0.4);
}

.footer .footer-logo {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
}

/* LOGIN MODAL */
#modal-login .loginBox {
    width: 350px;
    min-height: 200px;
    background: #000000;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box
  }
  
  #modal-login .user {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px
  }
  
  #modal-login h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #356ff1;
    text-align: center
  }
  
  #modal-login .loginBox input {
    width: 100%;
    margin-bottom: 20px
  }
  
  #modal-login .loginBox input[type="text"],
  #modal-login .loginBox input[type="password"] {
    border: 1px solid #000;
    border-bottom: 2px solid #262626;
    outline: none;
    height: 40px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box
  }
  
  #modal-login .loginBox input[type="text"]:hover,
  #modal-login .loginBox input[type="password"]:hover {
    color: #42F3FA;
    border: 1px solid #36134c;
      border-bottom: 2px solid #36134c;
      box-shadow: 0 0 5px rgb(138 29 209 / 30%), 0 0 10px rgb(170 23 203 / 20%), 0 0 15px rgb(150 0 255 / 10%), 0 2px 0 black;
  }
  
  #modal-login .loginBox input[type="text"]:focus,
  #modal-login .loginBox input[type="password"]:focus {
    border-bottom: 2px solid #36134c;
  }
  
  #modal-login .inputBox {
    position: relative
  }
  
  #modal-login .inputBox span {
    position: absolute;
    top: 10px;
    color: #262626
  }
  
  #modal-login .loginBox button {
    border: none;
    outline: none;
    height: 40px;
    width: 100%;
    font-size: 16px;
    background: #356ff1;
    color: #fff;
    border-radius: 20px;
    cursor: pointer
  }
  
  #modal-login .loginBox a {
    color: #262626;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block
  }
  
  #modal-login a:hover {
    color: #00ffff
  }
  
  #modal-login p {
    color: #0000ff
  }