@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

a, address, body, center, div, footer, form, html, label, li, nav, p, section, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

footer, nav, section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

body {
    -webkit-text-size-adjust: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.email-input {
    color: #000
}

body {
    -ms-overflow-style: scrollbar
}

@media screen and (max-width:480px) {
    body, html {
        min-width: 320px
    }
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

body, html {
    height: 100%;
    overflow-x: hidden;
    width: 100%
}

@media screen and (max-height:640px) {
    body, html {
        height: auto;
        min-height: 100%
    }
}

body {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #000;
    padding: 6em 4em 4em 4em
}

    body > * {
        position: relative;
        z-index: 2
    }

@media screen and (max-width:1680px) {
    body {
        padding: 6em 3.5em 3.5em 3.5em
    }
}

@media screen and (max-width:736px) {
    body {
        padding: 5em 2em 2em 2em
    }
}

@media screen and (max-width:360px) {
    body {
        padding: 5em 1.25em 1.25em 1.25em
    }
}

#bg {
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    height: 100%;
    left: 0;
    opacity: .375;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

    #bg div {
        -moz-transition: opacity 3s ease;
        -webkit-transition: opacity 3s ease;
        -ms-transition: opacity 3s ease;
        transition: opacity 3s ease;
        background-size: cover;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        visibility: hidden;
        width: 150%
    }

        #bg div:only-child {
            -moz-animation-direction: alternate !important;
            -webkit-animation-direction: alternate !important;
            -ms-animation-direction: alternate !important;
            animation-direction: alternate !important
        }

@-moz-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@-webkit-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@-ms-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

body, input {
    color: rgba(255,255,255,.75);
    font-family: Roboto,sans-serif;
    font-size: 16pt;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.65em
}

@media screen and (max-width:1680px) {
    body, input {
        font-size: 12pt
    }
}

@media screen and (max-width:1280px) {
    body, input {
        font-size: 11pt
    }
}

@media screen and (max-width:980px) {
    body, input {
        font-size: 12pt
    }
}

@media screen and (max-width:736px) {
    body, input {
        font-size: 12pt
    }
}

@media screen and (max-width:480px) {
    body, input {
        font-size: 12pt
    }
}

a {
    -moz-transition: border-bottom-color .2s ease,color .2s ease;
    -webkit-transition: border-bottom-color .2s ease,color .2s ease;
    -ms-transition: border-bottom-color .2s ease,color .2s ease;
    transition: border-bottom-color .2s ease,color .2s ease;
    border-bottom: dotted 1px rgba(255,255,255,.25);
    color: #1cb495;
    text-decoration: none
}

    a:hover {
        border-bottom-color: transparent;
        color: #1cb495 !important;
        text-decoration: none
    }

p {
    margin: 0 0 2em 0
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em
}

    ul li {
        padding-left: .5em
    }

    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0
    }

        ul.icons li {
            display: inline-block;
            padding: 0 1em 0 0
        }

            ul.icons li:last-child {
                padding-right: 0
            }

            ul.icons li a {
                color: inherit;
                border-bottom: none;
            }

                ul.icons li a svg {
                    width: 100px;
                    height: 100px;
                    fill: #ffffff;
                    transition: transform 0.3s ease, fill 0.3s ease
                }

                ul.icons li a svg #instaIcon,
                ul.icons li a svg #tikTokIcon{
                    stroke: #ffffff;
                    fill: none;
                    transition: stroke 0.3s ease
                }

                ul.icons li a svg #emailIcon {
                    fill: #ffffff;
                    stroke: none
                }

                ul.icons li a svg .iconBG {
                    fill: #ffa994;
                    transition: fill 0.3s ease
                }

                    ul.icons li a svg:hover #instaIcon {
                        stroke: #ff6bf3
                    }

                    ul.icons li a svg:hover #tikTokIcon {
                        stroke: #fcff38
                    }

                    ul.icons li a svg:hover {
                        transform: scale(1.2);
                        fill: #2942ff
                    }

                    ul.icons li a svg:hover .iconBG {
                        fill: #ff3b0a
                    }

form {
    margin: 0 0 2em 0
}

label {
    color: #fff;
    display: block;
    font-size: .9em;
    font-weight: 700;
    margin: 0 0 1em 0
}

@-moz-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

input[type=email], input[type=password], input[type=text] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: border-color .2s ease,background-color .2s ease;
    -webkit-transition: border-color .2s ease,background-color .2s ease;
    -ms-transition: border-color .2s ease,background-color .2s ease;
    transition: border-color .2s ease,background-color .2s ease;
    background-color: transparent;
    border-radius: 6px;
    border: none;
    border: solid 2px rgba(255,255,255,.35);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%
}

    input[type=email]:invalid, input[type=password]:invalid, input[type=text]:invalid {
        box-shadow: none
    }

    input[type=email]:focus, input[type=password]:focus, input[type=text]:focus {
        -moz-animation: focus .1s;
        -webkit-animation: focus .1s;
        -ms-animation: focus .1s;
        animation: focus .1s;
        background-color: rgba(255,255,255,.125);
        border-color: #1cb495
    }

input[type=email], input[type=password], input[type=text] {
    height: 2.75em
}

input[type=checkbox], input[type=radio] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1
}

    input[type=checkbox] + label, input[type=radio] + label {
        text-decoration: none;
        color: rgba(255,255,255,.75);
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        padding-left: 2.4em;
        padding-right: .75em;
        position: relative
    }

        input[type=checkbox] + label:before, input[type=radio] + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            text-transform: none !important;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900
        }

        input[type=checkbox] + label:before, input[type=radio] + label:before {
            background: rgba(255,255,255,.125);
            border-radius: 6px;
            border: solid 2px rgba(255,255,255,.35);
            content: '';
            display: inline-block;
            font-size: .8em;
            height: 1.65em;
            left: 0;
            line-height: 1.65em;
            position: absolute;
            text-align: center;
            top: 0;
            width: 1.65em
        }

    input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
        background: #1cb495;
        border-color: #1cb495;
        color: #fff;
        content: '\f00c'
    }

    input[type=checkbox]:focus + label:before, input[type=radio]:focus + label:before {
        border-color: #1cb495;
        box-shadow: 0 0 0 2px #1cb495
    }

    input[type=checkbox] + label:before {
        border-radius: 6px
    }

    input[type=radio] + label:before {
        border-radius: 100%
    }

::-webkit-input-placeholder {
    color: rgba(255,255,255,.5) !important;
    opacity: 1
}

:-moz-placeholder {
    color: rgba(255,255,255,.5) !important;
    opacity: 1
}

::-moz-placeholder {
    color: rgba(255,255,255,.5) !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: rgba(255,255,255,.5) !important;
    opacity: 1
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;
    background-color: #1cb495;
    border-radius: 6px;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 1.125em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

    .button:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
        background-color: #1fcaa7
    }

    .button:active, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
        background-color: #199e83
    }

    .button:disabled, button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
        opacity: .5
    }

@media screen and (max-width:480px) {
    .button, button, input[type=button], input[type=reset], input[type=submit] {
        padding: 0
    }
}

#signup-form {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative
}

    #signup-form input[type=email], #signup-form input[type=password], #signup-form input[type=text] {
        width: 18em
    }

    #signup-form > * {
        margin: 0 0 0 1em
    }

    #signup-form > :first-child {
        margin: 0
    }

@media screen and (max-width:480px) {
    #signup-form {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        #signup-form input[type=email], #signup-form input[type=password], #signup-form input[type=type] {
            width: 100%
        }

        #signup-form > * {
            margin: 1.25em 0 0 0
        }
}

#footer {
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    bottom: 4em;
    color: rgba(255,255,255,.5);
    left: 4em;
    opacity: .5;
    position: absolute
}

    #footer .icons {
        margin: 0 0 .5em 0
    }

    #footer:hover {
        opacity: 1
    }

    #footer > :last-child {
        margin-bottom: 0
    }

@media screen and (max-width:1680px) {
    #footer {
        bottom: 3.5em;
        left: 3.5em
    }
}

@media screen and (max-width:736px) {
    #footer {
        bottom: 2em;
        left: 2em
    }
}

@media screen and (max-width:360px) {
    #footer {
        bottom: 1.25em;
        left: 1.25em
    }
}

@media screen and (max-height:640px) {
    #footer {
        bottom: auto;
        left: auto;
        margin: 1em 0 0 0;
        position: relative
    }
}

body {
    overflow: hidden !important;
    padding: 0 !important;
    display: block !important
}

body, html {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    overflow-x: hidden
}

#bg {
    display: none !important
}

.landing-wrap, .snap-container {
    width: 100vw !important;
    height: 100vh !important
}

.snap-container {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .snap-container::-webkit-scrollbar {
        width: 0;
        height: 0
    }

.panel {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    text-align: center;
    color: #fff
}

    .panel::before {
        content: "";
        position: absolute;
        inset: 0;
        background: 0 0 !important;
        z-index: 0
    }

    .panel > .content {
        position: relative;
        z-index: 1;
        max-width: 900px;
        padding: 2rem;
        margin: 0 1rem
    }

.bg-home {
    background: url(/img/MainBackground.png) center/cover no-repeat fixed
}

.bg-founder {
    background: url(/img/AboutFounder.png) center/cover no-repeat fixed
}

.bg-preorder {
    background: url(/img/PReorderBackground.png) center/cover no-repeat fixed
}

.email-input {
    background: #fff;
    color: #000;
    border-color: transparent
}

.button, button[type=submit] {
    border-radius: 999px;
    padding: 0 1.25em
}

.panel {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center
}

    .panel > .content {
        margin-top: 60vh;
        max-width: 900px;
        padding: 2rem 1rem
    }

    .panel .footer {
        margin-top: 4vh;
        opacity: .9;
        font-size: .9rem
    }

.dot-nav {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10
}

    .dot-nav li {
        margin: 10px 0
    }

    .dot-nav a {
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255,255,255,.6);
        text-indent: -9999px;
        overflow: hidden;
        border: 2px solid rgba(255,255,255,.9)
    }

        .dot-nav a:focus, .dot-nav a:hover {
            background: rgba(255,255,255,1)
        }

        .dot-nav a.active {
            background: #fff;
            transform: scale(1.2);
            box-shadow: 0 0 0 2px rgba(255,255,255,.8);
        }

@media (prefers-reduced-motion:reduce) {
    .snap-container {
        scroll-behavior: auto
    }
}

.landing-wrap {
    padding: 0 !important;
    display: block !important
}

.signup-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem
}

    .signup-form .email-input {
        width: min(320px,90%);
        padding: .9rem 1rem;
        border-radius: 6px;
        border: none;
        outline: 0
    }

    .signup-form button[type=submit] {
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 600;
        background-color: #1cb495;
        color: #fff
    }

        .signup-form button[type=submit]:hover {
            background-color: #1fcaa7
        }

    .signup-form .email-input::placeholder {
        color: rgba(0,0,0,.6) !important
    }

    .signup-form .email-input::-webkit-input-placeholder {
        color: rgba(0,0,0,.6) !important
    }

    .signup-form .email-input:-ms-input-placeholder {
        color: rgba(0,0,0,.6) !important
    }

    .signup-form .email-input::-ms-input-placeholder {
        color: rgba(0,0,0,.6) !important
    }

    .signup-form .email-input:-moz-placeholder {
        color: rgba(0,0,0,.6) !important;
        opacity: 1
    }

    .signup-form .email-input::-moz-placeholder {
        color: rgba(0,0,0,.6) !important;
        opacity: 1
    }