@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold.ttf");
    font-weight: 700;
    font-style: normal; }
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular.ttf");
    font-weight: 500;
    font-style: normal; }
/* RESET
--------------------------------*/
* {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; outline: none; -webkit-appearance: none;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, b-footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
blockquote, q {quotes: none;}
p {margin: 0;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
input[type="checkbox"] {-webkit-appearance: checkbox;}

/* REUSABLE STYLES
---------------------------------*/
.clearfix:after {content: ''; display: block; height: 0; clear: both; visibility: hidden; font-size: 0;}
.bxbb {-webkit-box-sizing: border-box; box-sizing: border-box;}

/* Font
---------------------------------*/
body {font: 400 18px/1.4 'Open Sans'; --vh: 5px}
/* FOUNDATION
------------------------- --------*/

body {color: #272727; background: #AAAAAA;}
a, button {cursor: pointer; background: none;}
a {color: inherit; text-decoration: underline;}
button, input[type="submit"] {cursor: pointer;}
img {display: block; border: none;}
svg {pointer-events: none;}
a:hover {text-decoration: none;}
body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
}
ol li {
    font-weight:bold;
    margin-top: 10px;
}
li > p {
    font-weight:normal !important;
    text-align: left;
}
.header {
	position: static;
	width: 100%;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
}

.global-bg {
	top: 0;
	left: 0;
	z-index: -1;
}

.main-steps-in {
    margin-bottom: 100px;
    border-radius: 36px;
}


/* GENERAL
---------------------------------*/
.btn-holder-double {display: flex; justify-content: center;}
.btn-holder {margin-top: 12px;}
.btn {display: inline-block; width: 55px; height: 55px; padding: 11px 5px; font-size: 20px; font-weight: 700; text-align: center; color: #EB73EB; border: 4px solid #EB73EB; border-radius: 34px; text-transform: uppercase; box-sizing: border-box; transition: all 0.3s ease;}
.btn-holder-double .btn:first-child {margin-right: 18px;}
.btn:hover {background-color: #EB73EB; color: #fff;}
.btn-filled {color: #fff; background-color: #EB73EB;}
.btn-filled:hover {background-color: #EB73EB9e;}
::-webkit-input-placeholder {color: #1e1e1e;}
::-moz-placeholder {color: #1e1e1e;}
:-ms-input-placeholder {color: #1e1e1e;}
:-moz-placeholder {color: #1e1e1e;}
@media (max-width: 600px) {
	.btn-holder {margin-top: 0px;}
	.btn {font-size: 16px;}
	.btn-holder-double .btn { font-size: 24px; padding: 6px 5px;}
    .btn-holder-double .btn:first-child {margin-right: 10px;}
    .main-steps .step-5 {
        padding: 20px 5px !important;
        min-width: 300px !important;
        width: 95% !important;
        margin: auto;}
}

/* location-link */
.location-link {display: none;}

/* global-bg
---------------------------------*/
.global-bg {position: fixed; width: 100%; height: 100%; z-index: 0; display: flex;}
.global-bg .col {display: block; flex: 0 1 100%; background-repeat: no-repeat; background-position:  center top; background-size: cover;}


@media (max-width: 740px) {
	.global-bg .col {background-repeat: no-repeat; background-position: center top; background-size: cover !important;}
   
}

/* main
---------------------------------*/
.main-sect {position: relative; z-index: 2; display: flex; flex-direction: column; height: 100%;}
.header {padding: 30px 0; text-align: center; box-sizing: border-box; background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);}
.header .site-logo {display: inline-block;}
.main-steps {display: flex; align-items: center; justify-content: center; flex: 1;}
.main-steps-in {/*display: flex;*/ align-items: center; flex: 0 1 230px; /*min-height: 420px;*/ padding: 15px 30px; background-color: #FFFFFF; text-align: center; box-sizing: border-box; box-shadow: 0 0 27px rgba(1,1,1,.22);}
.main-steps .step {display: none; width: 390px;}
.main-steps .step img {    margin: auto;
    width: 200px;
    height: 260px;}
.main-steps .step-1 {display: block;}
.main-steps .step-title {margin-bottom: 10px; font-size: 25px; font-weight: 500; line-height: 1.3;}
/* step-4 */
.main-steps .step-5 {
    padding: 20px 40px;
    width: 380px;
}
.step-5 .list {
    text-align: left;
}
.step-5 .list .subtitle{
    text-align: center;
}
.step-5 .step-title{
    margin-bottom: 0; 
    font-size: 18px;
}
.step-5 .title span {
    font-weight: 700;
} 

.main-steps .step-5 .sub-title {margin-top: 3px;}
.main-steps .choose-options {display: flex; flex-wrap: wrap; justify-content: center; margin-top: 10px;}
.main-steps .choose-options .btn {width: 193px; padding: 18px 15px; margin-top: 21px; font-size: 14px; font-weight: 600;}
.main-steps .choose-options .btn:nth-child(odd) {margin-right: 18px;}
.main-steps .choose-options .btn:not(.btn-options_active):hover {background: none; color: #EB73EB;}
.main-steps .choose-options .btn-options_active {color: #fff; background-color: #1e1e1e; border-color: #1e1e1e;}
/* step-5 */

.form-signup .label-field {display: block; margin-bottom: 22px; text-align: center;}
.field-box {position: relative;max-width: 346px; margin: auto;}
.form-input {display: block; width: 100%; margin: 15px auto 0; padding: 15px 20px; font-size: 14px; font-weight: 600; background: none; border: 2px solid #1e1e1e; border-radius: 24px; box-sizing: border-box; margin-bottom: 10px}
.form-input.input-captcha { width: auto; max-height: 53px; padding: 0; margin-right: 10px; margin-bottom: 0;}
.form-input.input-captcha + .form-input {flex: 1; margin-bottom: 0;}
.form-signup .error { font-size: 14px; color: #EB73EB; margin: 10px;}
.form-signup .error:empty {
	margin: 0;
}
.field-registrationformmodel-verifycode {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.field-registrationformmodel-verifycode .error {
	width: 100%;
	margin-bottom: 0;
}
/* step-6 */
.main-steps .step-6 .icon-holder {margin-bottom: 13px; text-align: center;}
.main-steps .step-6 .satellite {display: inline-block;}
.main-steps .step-6 .satellite .signal {opacity: 0;}
@media (max-width: 600px) {
	body {font-size: 16px;}
	.main-sect {box-sizing: border-box;}
	.header {padding: 12px 0;}
	.header .site-logo {width: 131px; height: 35px;}
	/*.main-steps {align-items: flex-end; margin: 0 20px;}*/
	.main-steps {margin: 0 20px;}
	.main-steps_last {align-items: center;}
	.main-steps .step-title {margin-bottom: 5px; font-size: 18px;}
	.main-steps-in {height: auto; padding: 10px 15px;}
    .main-steps .step{
        min-width: 350px;
    width: 90%;
    }
    .main-steps .step img{
        width: 180px;
        height: 220px;
        margin: auto;
    }
	.main-steps .step-4 .step-title {font-size: 16px;}
	/* step-5 */
	.form-signup .label-field {margin-bottom: 15px;}
	.form-input {
		padding: 15px 12px;
    }
    .logo{
        margin: 5px auto 5px !important;
    }
}
@media (max-width: 480px) {
	.main-steps .choose-options {flex-direction: column;}
	.main-steps .choose-options .btn {width: 100%; margin-top: 7px; padding: 12px 15px;}
	.main-steps .choose-options .btn:nth-child(odd) {margin-right: 0;}
}
@media (max-width: 400px) {
	.main-steps .step-1 .step-title {width: 95%; margin: 0 auto 15px;}
}
@media (max-height: 750px) and (orientation: landscape) {
	body {font-size: 15px;}
	.header {padding: 20px 0;}
	.header .site-logo {width: 180px; height: 49px;}
	.main-steps-in {height: auto; padding: 10px 15px;}
	.main-steps .step-title {margin-bottom: 10px; font-size: 18px;}
	.main-steps .step-4 .step-title {font-size: 16px;}
	.btn-holder {margin-top: 5px;}
	.main-steps .choose-options .btn {width: 180px; padding: 13px 15px;}
}
@media (max-height: 510px) and (orientation: landscape) {
	body {font-size: 14px;}
	.main-steps-in {padding: 18px 25px;}
	.header {padding: 9px 0 6px;}
	.header .site-logo {width: 120px; height: 33px;}
	.main-steps .step-title {margin-bottom: 10px; font-size: 17px;}
	.main-steps .step-4 .step-title {font-size: 17px;}
	.main-steps .choose-options {margin-top: 4px;}
	.main-steps .choose-options .btn {margin-top: 10px; font-size: 12px; width: 100%;}
	.btn-holder {margin-top: 15px;}
	.btn {font-size: 14px;}
	.form-signup .label-field {margin-bottom: 12px;}
	.form-input {padding: 10px 20px;}
	.form-signup .error {font-size: 12px;}
	.main-steps .step-6 .satellite {width: 70px; height: 79px;}
	.main-steps .choose-options .btn:nth-child(odd) {margin-right: 0;}
	.form-input.input-captcha {
		max-height: 43px;
	}
}
#submit, .step-4 .btn{
    margin-top: 20px;
    width: 170px;
    height: 50px;
    line-height: 1;
}
        

.checking-questions {
    text-align: center;
    font-size: 18px;
}

.creating-account-throbber-div {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 45px;
}


.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        height: 0;
        padding: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    animation-duration: 0.75s;
    backface-visibility: visible;
    animation-name: flipOutY;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}


.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}

.checkmark__circle {
    stroke-dasharray: 166px;
    stroke-dashoffset: 166px;
    stroke-width: 2px;
    stroke-miterlimit: 10;
    stroke: #9A1617;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    stroke-width: 2px;
    stroke: #9A1617;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #9A1617;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48px;
    stroke-dashoffset: 48px;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        /*box-shadow: inset 0px 0px 0px 30px #7CAA73;*/
    }
}

.checking-questions .checkmark {
    float: left;
    margin: 5px;
}

.checking-questions p {
    float: left;
    margin-top: 10px;
    font-size: 16px;
}
@media only screen and (max-width:500px){
    .checking-questions p{
        font-size: 14px;
    }
    .checking-questions .checkmark{
        margin: 10px 5px;
    }
}
.logo{
    position: relative;
    width: 230px;
    height: 40px;
    margin: 10px auto 8px;
}
.bold{
    font-weight: 700;
}
.pink{
    color: #FD01EA;
}
.underline{
    text-decoration: underline;
}
#errorMsg{
    color: #EB73EB;
    font-weight: 700;
}
.container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 30px;
  }
  .container .loading-bar {
    display: -webkit-box;
    display: flex;
    height: 10px;
    width: 100%;
    max-width: 320px;
    box-shadow: inset 0px 0px 0px 1px #c8c8cd;
    border-radius: 50px;
    overflow: hidden;
  }
  @-webkit-keyframes progress-animation {
    0% {
      width: 0%;
    }
    20% {
      width: 10%;
    }
    40% {
      width: 30%;
    }
    50% {
      width: 60%;
    }
    100% {
      width: 98%;
    }
  }
  @keyframes progress-animation {
    0% {
      width: 0%;
    }
    20% {
      width: 10%;   
    }
    40% {
      width: 30%;
    }
    50% {
      width: 60%;
    }
    100% {
      width: 98%;
    }
  }
  .container .loading-bar .progress-bar {
    display: -webkit-box;
    display: flex;
    height: 100%;
    width: 99%;
    background: #FD01EA;
    -webkit-animation: progress-animation 6s ease-in-out;
            animation: progress-animation 6s ease-in-out;
  }


.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        height: 0;
        padding: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}
