@font-face {
    font-family: 'bebasregular';
    src: url("../../category/fonts/bebas/BEBAS.eot");
    src: url("../../category/fonts/bebas/BEBAS.eot?#iefix") format("embedded-opentype"), url("../../category/fonts/bebas/BEBAS.woff") format("woff"), url("../../category/fonts/bebas/BEBAS.ttf") format("truetype"), url("../../category/fonts/bebas/BEBAS.svg#bebasregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
:root{
    --font-bebas: 'bebasregular';
}

.modal-launch{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .6);
}
.modal-launch .step-1 h2, .modal-launch .step-2 h2{
    font-family: var(--font-bebas);
    font-size: 26px;
    color: rgb(25, 35, 61);
    word-spacing: 4px;
}
@media (min-width: 768px) {
    .modal-launch .step-1 h2, .modal-launch .step-2 h2{
        font-size: 38px;
    }
}
.modal-launch .step-1 p{
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: rgb(128, 137, 157);
    line-height: 1.667;
}
.modal-launch .modal-content {
    border-radius: 20px;
    border-color: #ffffff;
}
.modal-launch.step3-active .modal-content {
    border-color: transparent;
    background-color: transparent;
}
.modal-launch .modal-body {
    padding: 70px 50px 70px;
}
.modal-launch .form-control {
    font-family: var(--font-bebas);
    background-color: #dbe2f2;
    border-radius: 27px;
    border: 0;
    height: 54px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    color: #8fa3d2;
}
.modal-launch .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: var(--font-bebas);
    color: #8fa3d2;
    font-size: 18px;
}
.modal-launch .form-control::-moz-placeholder { /* Firefox 19+ */
    font-family: var(--font-bebas);
    color: #8fa3d2;
    font-size: 18px;
}
.modal-launch .form-control:-ms-input-placeholder { /* IE 10+ */
    font-family: var(--font-bebas);
    color: #8fa3d2;
    font-size: 18px;
}
.modal-launch .form-control:-moz-placeholder { /* Firefox 18- */
    font-family: var(--font-bebas);
    color: #8fa3d2;
    font-size: 18px;
}
.modal-launch .btn.btn-primary{
    font-family: var(--font-bebas);
    color: #ffffff;
    border-radius: 40px;
    background-color: #4076f7;
    border: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    transition: all linear 300ms;
    word-spacing: 5px;
}
.modal-launch .btn.btn-primary:hover, .modal-launch .btn.btn-primary:active{
    color: #ffffff;
    background-color: #3a6ce4;
}
.modal-launch .btn.btn-primary img{
    height: 8px;
    width: 8px;
    transition: all linear 300ms;
}
.modal-launch .btn.btn-primary:hover img{
    transform: translateX(5px);
}
.step-3 h4{
    font-size: 30px;
    font-family: var(--font-bebas);
    color: rgb(255, 255, 255);
    word-spacing: 5px;
}
.step-3 img.icon-gears{
    width: 150px;
}
.step-3 img.icon-checkmark{
    width: 130px;
}
.launch-loader,
.launch-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.launch-loader {
    margin: 2px auto;
    font-size: 2px;
    position: relative;
    text-indent: -20em;
    overflow: hidden;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: launchloader 1.1s infinite linear;
    animation: launchloader 1.1s infinite linear;
}
@-webkit-keyframes launchloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes launchloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#wait{
    width: 21px;
    display: inline-block;
    text-align: left;
}