/* launch screen start */
#launch-section {
    height: 100vh;
    width: 100vw;
    z-index: 999999;
    position: absolute;
    overflow: hidden;
    inset: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


#launch-section input {
    display: block;
    max-width: 100%;
    height: 50px;
    margin: 0;
    padding: 10px 30px;
    outline: 0;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    background: transparent;
    transition: .3s;
}

#launch-section input:active,
#launch-section input:focus {
    border-color: transparent;
    background: #fff;
    box-shadow: 0 7px 38px 0 rgba(0, 0, 0, 0.1);
}

#launch-section input,
#launch-section button {
    width: 100%;
    margin-top: 20px;
}

#launch-section button {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: .09em;
    line-height: 34px;
    padding: 9px 34px 9px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #d51f34;
    border-color: #d51f34;
    box-shadow: 0px 11px 29px 0 rgba(213, 31, 52, 0.45);
    border-radius: 50px;
    min-width: 155px;
    text-align: center;
    transition: all .4s;
    margin-bottom: 0;
}

#launch-section button:hover,
#launch-section button:active,
#launch-section button:focus {
    color: #d51f34;
    background-color: #fff;
    border-color: #d51f34;
}

#launch-section img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

#launch-section .content {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;

    width: 550px;
    height: 300px;
    border-radius: 10px;
    background-color: #fff !important;
    box-shadow: 0 15px 38px 10px rgba(0, 0, 0, 0.1);
    padding: 50px 80px;

    display: flex;
    flex-direction: column;
    align-items: center;
}


#launch-video {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#launch-video button {
    width: 35vw;
    display: block;
    position: absolute;
    bottom: 40%;
    left: 33%;
}

/*.primary-btn-border {*/
/*    color: #d51f34;*/
/*    background-color: #fff;*/
/*    border-color: #d51f34;*/
/*    border-radius: 50px;*/
/*    min-width: 155px;*/
/*    font-size: 13px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    transition: all .4s;*/
/*    margin-bottom: 0;*/
/*}*/

/*.primary-btn-border:hover,*/
/*.primary-btn-border:active,*/
/*.primary-btn-border:focus {*/
/*    color: #fff;*/
/*    background-color: #d51f34;*/
/*    border-color: #d51f34;*/
/*}*/

/* Page protection screen */


.confetti {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1000;
}
.confetti-piece {
    position: absolute;
    width: 10px;
    height: 30px;
    background: #ffd300;
    top: 0;
    opacity: 0;
}
.confetti-piece:nth-child(1) {
    left: 7%;
    -webkit-transform: rotate(-40deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 182ms;
    -webkit-animation-duration: 1116ms;
}
.confetti-piece:nth-child(2) {
    left: 14%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 161ms;
    -webkit-animation-duration: 1076ms;
}
.confetti-piece:nth-child(3) {
    left: 21%;
    -webkit-transform: rotate(-51deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 481ms;
    -webkit-animation-duration: 1103ms;
}
.confetti-piece:nth-child(4) {
    left: 28%;
    -webkit-transform: rotate(61deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 334ms;
    -webkit-animation-duration: 708ms;
}
.confetti-piece:nth-child(5) {
    left: 35%;
    -webkit-transform: rotate(-52deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 302ms;
    -webkit-animation-duration: 776ms;
}
.confetti-piece:nth-child(6) {
    left: 42%;
    -webkit-transform: rotate(38deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 180ms;
    -webkit-animation-duration: 1168ms;
}
.confetti-piece:nth-child(7) {
    left: 49%;
    -webkit-transform: rotate(11deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 395ms;
    -webkit-animation-duration: 1200ms;
}
.confetti-piece:nth-child(8) {
    left: 56%;
    -webkit-transform: rotate(49deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 14ms;
    -webkit-animation-duration: 887ms;
}
.confetti-piece:nth-child(9) {
    left: 63%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 149ms;
    -webkit-animation-duration: 805ms;
}
.confetti-piece:nth-child(10) {
    left: 70%;
    -webkit-transform: rotate(10deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 351ms;
    -webkit-animation-duration: 1059ms;
}
.confetti-piece:nth-child(11) {
    left: 77%;
    -webkit-transform: rotate(4deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 307ms;
    -webkit-animation-duration: 1132ms;
}
.confetti-piece:nth-child(12) {
    left: 84%;
    -webkit-transform: rotate(42deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 464ms;
    -webkit-animation-duration: 776ms;
}
.confetti-piece:nth-child(13) {
    left: 91%;
    -webkit-transform: rotate(-72deg);
    -webkit-animation: makeItRain 1000ms infinite ease-out;
    -webkit-animation-delay: 429ms;
    -webkit-animation-duration: 818ms;
}
.confetti-piece:nth-child(odd) {
    background: #7431e8;
}
.confetti-piece:nth-child(even) {
    z-index: 1;
}
.confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
    -webkit-animation-duration: 2000ms;
}
.confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-delay: 1000ms;
}
.confetti-piece:nth-child(4n-7) {
    background: red;
}
@-webkit-keyframes makeItRain {
    from {opacity: 0;}
    50% {opacity: 1;}
    to {-webkit-transform: translateY(90vh);}
}