* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

:focus {
    outline: 0
}

img {
    border: none;
    display: block
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

iframe {
    border: none !important;
    display: inline-block;
    height: 360px;
    margin-top: 20px;
    width: 90%;
    max-width: 480px;
}

a {
    text-decoration: none;
    cursor: pointer !important
}

body,
html {
    height: 100%;
    min-height: 100%;
}

canvas {
    position: absolute;
    bottom: 0;
    z-index: 0
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-weight: 400;
    background: #000;
}

.slideshowimage {
    position: relative;
    z-index: -1
}

.slideshowimage {
    position: fixed !important;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.slideshowimage img {
    position: fixed !important;
    min-width: 100%;
    min-height: 100%;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.only {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 15px;
}

.wrap {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    padding-top: 0px;
    margin-top: 0px;
    min-height: auto;
}

header {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    padding: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -1px
}

header>img {
    display: inline-block;
    max-width: 600px;
    padding-top: 55px;
}

footer {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 10px;
    left: 0;
}

footer IMG {
    display: inline-block;
    width: 95%;
    height: auto;
    max-width: 627px;
}

.step-item {
    text-align: center;
    background: rgba(0, 0, 0, .35);
    border-radius: 5px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
    width: 85%;
    max-width: 550px;
    transition: opacity 1s ease-out;
    opacity: 0;
    margin-top: 110px;
}

.step1 {
    opacity: 1;
}

.step-item P {
    font-size: 1.375rem;
    margin: 25px auto 20px;
    padding: 0 20px;
    width: 90%;
}

P.red {
    color: #fd033e;
    padding: 3px;
    width: 90%;
    border-radius: 5px;
    margin: 25px auto 0;
}

.step-content {
    padding: 10px 0 30px;
}

.step-content LI {
    display: inline-block;
    width: 90%;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
    color: #ffffff;
    position: relative;
    z-index: 2;
    margin: 7px 0;
    background: #fd033e;
}

li.active {
    color: #fff !important;
    background: #fd033e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fd033e 0%, #fd033e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fd033e 0%, #fd033e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fd033e 0%, #fd033e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd033e', endColorstr='#fd033e', GradientType=0);
    /* IE6-9 */
}

.step-content LI:hover {
    opacity: .5;
}

h1 {
    font-size: 1.75rem;
    color: #fff;
    padding: 20px 10px;
}

h1 span {
    font-weight: 400;
}

.form h1 {
    font-size: 1.25rem;
}

.hidden {
    display: none
}

.step-list {
    width: 90%;
    max-width: 360px;
    display: inline-block;
    margin: 20px 0;
}

.step-list LI {
    text-align: left;
    color: #fff;
    padding: 1px 0 0 25px;
    background: url(../images/check2.png) no-repeat left top;
    margin-bottom: 5px;
    min-height: 19px;
    display: none;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 10px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.7);
    border-right: 1.1em solid rgba(255, 255, 255, 0.7);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.7);
    border-left: 1.1em solid #fd033e;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-step a {
    width: 300px;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
    color: #fff !important;
    background: #fd033e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fd033e 0%, #ff0030 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fd033e 0%, #ff0030 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fd033e 0%, #ff0030 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd033e', endColorstr='#ff0030', GradientType=0);
    /* IE6-9 */
    position: relative;
    z-index: 2;
    margin: 25px 5px;
}

@media only screen and (max-width:1024px) {}

@media (max-width:420px) {
    .only {
        width: 60px;
        height: auto;
    }
}

@media (max-width:380px) {
    html {
        font-size: 12px;
    }

    .step-content {
        padding: 10px 20px;
    }

    header IMG {
        width: 300px;
        height: auto;
    }

    .loading-step a {
        width: 250px;
    }
}

@media (max-width:320px) {}

@media (max-width: 720px) and (orientation: landscape) {

    .only,
    footer {
        display: none
    }

    header {
        position: relative
    }

    body {
        background-attachment: fixed
    }
}

@media (max-height: 720px) and (orientation: landscape) {}

@media (min-width: 200px) and (max-width: 767px) {
}

.background-video {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

iframe {}

@media (orientation:landscape) {

    #background-video-portrait {
        display: none;
    }

    #background-video-landscape {
        display: block;
        position: absolute;
        width: 100vw;
        height: 100vh;
        margin-top: 0vw;
    }
}


@media (orientation:portrait) {

    #background-video-landscape {
        display: none;
    }

    #background-video-portrait {
        display: block;
        position: absolute;
        width: 100vw;
        height: 100vh;
        margin-top: -0vw;
    }

    .form {
        width: 100%;
        max-width: 540px;
    }

}

@media (orientation:landscape) and (max-height: 580px) {
    .step-item {
        width: 100%;
        max-width: 800px;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    html {
        font-size: 12px;
    }

    .step-content {
        padding: 10px 20px;
    }

    header IMG {
        width: 300px;
        height: auto;
    }

    .loading-step a {
        width: 250px;
    }
}

@media (orientation:landscape) and (max-height: 480px) {

    .wrap {
        height: auto;
        margin-top: 30px;
    }

    .form {
        margin-bottom: 30px;
    }

    header {
        position: relative;
    }
}

@media (orientation:portrait) and (max-height: 500px) {

    .wrap {
        height: auto;
        margin-top: 30px;
    }

    .form {
        margin-bottom: 30px;
    }

    header {
        position: relative;
    }
}

@media (max-width: 380px) {
    header IMG {
        width: 100%;
        height: auto;
    }
}
    .step-item {
	  -webkit-touch-callout: none;
		-webkit-user-select: none;
		 -khtml-user-select: none;
		   -moz-user-select: none;
			-ms-user-select: none;
				user-select: none;
	}
	.background-video{
		z-index: -1;
	}