@import '../assets/mobirise-icons.css';
* {
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  font-family: 'Lato';
  font-size: 16px;
  
}

body {
  margin: 0;
  padding: 0;
  color: #eee;
  font-family: 'Lato';
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100vh;
  background-position: 75%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
}

img {
  max-width: 100%;
}

.wrapper {
  position: relative;
}

.container {
  max-width: 1000px;
  padding: 0 1em;
}

.panel {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
.panel h3 {
  margin: 0 auto 1rem;
}

.modal-box {
  padding: 14em 0 1em;
}

.transform-initial {
  transform: initial !important;
}

@media only screen and (min-width: 568px) and (max-height: 600px) {
  body::before {
    background-position: top;
    background-size: cover;
  }
}
@media (min-width: 812px) {
  body::before {
    background-position: top;
    background-size: cover;
  }

  .container {
    margin: 0 auto;
  }

  .modal-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .modal-box {
    min-height: 650px;
  }
}
button {
  cursor: pointer;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.required,
.unknown-error-msg {
  background: #ff0000;
  color: #ffffff;
  padding: 0.3em;
  border-radius: 3px;
  text-align: center;
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.unknown-error-msg {
  width: 100%;
}

.text-box p {
  margin: 0 auto 1rem;
  text-align: justify;
  font-size: 0.8em;
}

.header2 {
  position: fixed;
  text-align: center;
  background: #ff5400;
  width: 100%;
  top: 0;
  z-index: 10;
}
.header2 .logo-box {
  max-width: 215px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.header2 .logo-box img {
  max-height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header2 span.list-icon {
  position: absolute;
  font-size: 2em;
  right: 0.5em;
  top: 0.3em;
  color: #ffffff;
}
.header2 .container {
  padding: 0.3em;
}
.header2 .container > div:not(.logo-box) {
  display: none;
}
.header2 .login-box a.btn-login {
  display: inline-block;
  padding: 0 0.7em 0 0;
  border: none;
  cursor: pointer;
  /* text-transform: uppercase; */
  transition: background-color 0.3s linear;
}
.header2 .login-box a.btn-login:hover {
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.header2 .login-box a.btn-login span {
  display: none;
}
.header2 .login-box .login-form-holder {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  animation: fadeIn 300ms linear;
}
.header2 .login-box .login-form-holder-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1em;
}
.header2 .login-box .login-form-holder-inner > form {
  background: #ffffff;
  border-radius: 2px;
  padding: 1em;
  position: relative;
  color: #808080;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.header2 .login-box .login-form-holder-inner > form .btn-close {
  font-size: 3em;
  position: absolute;
  top: 0;
  right: 0.3em;
  color: #808080;
  cursor: pointer;
}
.header2 .login-box .login-form-holder-inner > form .btn-close:hover {
  text-decoration: none;
}
.header2 .login-box .login-form-holder-inner > form .headline-member {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.header2 .login-box .login-form-holder-inner > form input,
.header2 .login-box .login-form-holder-inner > form .btn-submit {
  width: 100%;
  padding: 0.7rem;
  border: 1px solid #808080;
  border-radius: 2px;
  outline: none;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 0.5rem;
}
.header2 .login-box .login-form-holder-inner > form input:focus,
.header2 .login-box .login-form-holder-inner > form .btn-submit:focus {
  background-color: #BCFFB9;
  color: #808080;
}
.header2 .login-box .login-form-holder-inner > form input::placeholder {
  text-align: center;
}
.header2 .login-box .login-form-holder-inner > form .btn-submit {
  color: #808080;
  padding: 0.5em 1em;
  cursor: pointer;
  background-color: #dddddd;
}
.header2 .login-box .login-form-holder-inner .forgot-link {
  color: #808080;
}
.header2 .green-login a.btn-login:hover {
  background-color: rgba(42, 184, 76, 0.5);
  text-decoration: none;
}
.header2 .green-login .login-form-holder-inner > form .btn-submit {
  color: #fff;
  background-color: #2ab84c;
  border-color: #2ab84c;
}

.login-form-holder .login-form-loading {
  top: 1em;
  bottom: 1em;
  left: 1em;
  right: 1em;
}

.logo-new {
  padding-bottom: 0.5rem;
}
.logo-new + .social-login-form {
  margin-top: 0 !important;
}
.logo-new img {
  height: 3rem;
}

.social-login-form {
  margin-top: 2.5em;
}
.social-login-form.style-only-facebook .notice span {
  display: none;
}
.social-login-form.style-only-facebook .social-buttons .btn-social {
  background-position: left;
}
.social-login-form.style-only-facebook .social-buttons .btn-social span {
  display: block;
}
.social-login-form.style-only-facebook .social-buttons .btn-social span.asterisk {
  display: none;
}
.social-login-form .notice {
  text-shadow: none;
}
.social-login-form .notice.notice-above {
  display: none;
}
.social-login-form .notice span {
  display: none;
  margin-top: 0.3rem;
}
.social-login-form .notice div::before, .social-login-form .notice div::after {
  box-shadow: none;
  background-color: #808080;
}
.social-login-form .social-buttons + .notice div {
  margin: 1rem 0;
  display: block;
}
.social-login-form .social-buttons .btn-group {
  display: flex;
  margin: 0 -2px;
}
.social-login-form .social-buttons .btn-social {
  flex: 1;
  margin: 0 2px;
  background-position: center;
}
.social-login-form .social-buttons .btn-social.btn-social-facebook {
  border: 1px solid #4267b2;
}
.social-login-form .social-buttons .btn-social span {
  display: none;
}

@media (max-width: 768px) {
  .header2 .login-box {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.2em 0.5em 0.5em 1.2em;
    background: #ededed;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), left 0.3s ease, box-shadow 0.3s ease;
    box-shadow: -2px 5px 5px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    z-index: 1;
  }
  .header2 .login-box > a.btn-close {
    font-size: 3em;
    text-align: right;
    line-height: 0.4em;
    margin-bottom: 1rem;
  }
}
@media (min-width: 568px) {
  .login-form-holder .login-form-loading {
    top: 1em;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
  }
}
@media (min-width: 812px) and (max-height: 411px) {
  .header2 .login-box > a.btn-close {
    display: none;
  }
  .header2 .login-box a.btn-login {
    color: #ffffff;
    padding: 0.6em 0.5em;
    border: 1px solid;
  }
  .header2 .green-login a.btn-login {
    background-color: #2ab84c;
    border-color: #2ab84c;
    font-weight: 600;
    padding: 0.6em 1em;
  }
}
@media (min-width: 812px) {
  .header2 {
    position: absolute;
    background: rgba(255, 84, 0, 0.8);
  }
  .header2 .container {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
    position: relative;
    text-align: center;
  }
  .header2 .logo-box {
    width: auto;
    margin: 0;
  }
  .header2 .logo-box img {
    left: 0;
    transform: translateY(-50%);
  }
  .header2 span.list-icon {
    display: none !important;
  }

  .login-box {
    display: block !important;
  }
  .login-box a.btn-login {
    color: #ffffff;
  }
  .login-box a.close-login {
    display: none;
  }
}
@media (min-width: 992px) {
  .header2 .login-box > a.btn-close {
    display: none;
  }
  .header2 .login-box a.btn-login {
    color: #ffffff;
    padding: 0.6em 0.5em;
    border: 1px solid;
  }
  .header2 .login-box a.btn-login span {
    display: inline-block;
  }
  .header2 .green-login a.btn-login {
    background-color: #2ab84c;
    border-color: #2ab84c;
    font-weight: 600;
    padding: 0.6em 1em;
  }
}
@media only screen and (max-height: 600px) and (min-width: 568px) {
  .login-form-holder {
    overflow-y: scroll;
  }
  .login-form-holder .login-form-holder-inner {
    margin: 15% 0;
  }
}
.picture-box {
  display: none;
}

@media (min-width: 992px) {
  .picture-box {
    display: block;
    position: relative;
    width: 340px;
    height: 500px;
  }
  .picture-box li {
    font-size: 0;
    position: absolute;
    /*top: 50%;*/
    transition: all 200ms linear;
    opacity: 0;
  }
  .picture-box li.active {
    opacity: 1;
  }
  .picture-box li img {
    padding: 0.3rem;
    background: #ff5400;
    width: 100%;
    border-radius: 5px;
  }
}
.list-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}
.list-box li {
  width: 25%;
  font-size: 0;
  padding: 0 0.5rem;
  position: relative;
}
.list-box li:nth-child(5), .list-box li:nth-child(6) {
  display: none;
}
.list-box li .icon {
  position: absolute;
  bottom: 5%;
  right: 15%;
  color: #0f0;
  text-shadow: 1px 1px 2px #777;
}
.list-box li .icon .fa {
  font-size: 1rem;
}

.js-blink {
  cursor: pointer;
}

.blink {
  animation: blink 300ms linear;
  animation-iteration-count: infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
@media (min-width: 568px) {
  .list-box li {
    width: 20%;
  }
  .list-box li:nth-child(5) {
    display: block;
  }
}
@media (min-width: 768px) {
  .list-box li {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .list-box li {
    width: 16.66%;
  }
  .list-box li:nth-child(6) {
    display: block;
  }
  .list-box li .icon {
    right: 10%;
  }
}
.form-box {
  text-align: center;
}
.form-box > h1,
.form-box .headline-1 {
  font-size: 1.7em;
  font-weight: 600;
}
.form-box > h3 {
  font-size: 1.3em;
}
.form-box .btn-group button {
  color: #000;
  background: #fff;
  border: none;
  flex: 10;
  font-size: 1em;
  text-transform: uppercase;
}
.form-box .btn-group button:hover{
  background: #000;
  color: #fff;
}
.form-box .btn-group .btn-prev {
  background: #fff;
  flex: 1;
  margin-right: 0.5em;
}
.form-box .style-only-facebook .notice div {
  display: none;
}

.form-box > h1,
.form-box > h3,
.form-box .headline-1,
.facebook-headline {
 /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);*/
  color: #000;
  margin: 0;
  margin-bottom: 20px;
}

.facebook-headline {
  font-size: 1.5em;
  padding: 0 1em;
  margin-bottom: 1em;
}
/*
.registration-form-builder {
  margin-top: 3em;
}
*/
.form-group {
  margin-bottom: 0.5rem;
}

.form-group-radio-buttons .form-group-inner,
.form-box .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-group-radio-buttons .radio-button label,
.form-box .btn-group button {
  display: block;
  padding: 20px 10px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 0.3em;
  height: 62px;
  white-space: nowrap;
  font-size: 19px;
  line-height: 22px;
  border-radius: 0;
  font-family: 'Lato';
  text-transform: uppercase;
  border-radius: 5px;
}
.form-group-radio-buttons .radio-button label i, .form-group-radio-buttons .radio-button label{
  color: #fff;
}
.form-group-radio-buttons .radio-button {
  width: 48%;
}
.form-group-radio-buttons .radio-button input:checked + label {
  opacity: 1;
}
.form-group-radio-buttons .btn-female label {
  background: #000;
}
.form-group-radio-buttons .btn-male label {
  background: #ff5400;
}

.input-text {
  width: 100%;
  border: none;
  border-radius: 0.3rem;
  height: 62px;
  padding: 1.5rem;
  font-size: 1.1em;
  outline: none;
  border-radius: 50px;
}
.input-text.error {
  border: 1px solid #ff0000;
  margin-bottom: 0.5rem;
}

.legal-warning-text {
  /*text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);*/
  text-align: left;
  color: #000;
  margin: 0.5em 0 1em;
}
.legal-warning-text a {
  color: #eee;
  font-weight: 600;
}

.progress-bar {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.progress-bar li {
  flex: 1;
  position: relative;
  height: 3rem;
}
.progress-bar li::before, .progress-bar li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 300ms linear;
}
.progress-bar li::before {
  width: 2rem;
  height: 2rem;
  background-size: cover;
  background-image: url("../assets1/star_gray.png");
  z-index: 1;
}
.progress-bar li::after {
  width: 100%;
  border: 1px solid #999;
}
.progress-bar li.visited::before {
  background-image: url("../assets1/star_orange.png");
}
.progress-bar li.visited::after {
  border: 1px solid #ff5400;
}
.progress-bar li.active::before {
  background-image: url("../assets1/star_black.png");
}
.progress-bar li.active::after {
  border: 1px solid #000;
}

.step {
  transition: opacity 300ms linear;
  margin-bottom: 2rem;
}

.last-step .form-group label {
  padding-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
  display: block;
  font-size: 1.1em;
}
.last-step input,
.last-step .btn-group button {
  height: auto;
  padding: 1em;
}

.social-buttons .btn-group,
.social-buttons .btn-group a {
  display: block;
}

.btn-social {
  flex: 1;
  position: relative;
  margin: 3px 0;
  height: 2.3em;
  line-height: 2.3em;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 5px center;
  text-align: center;
  font-size: 1.2em;
  color: #ffffff;
  text-decoration: none;
}
.btn-social:hover {
  text-decoration: none;
}
.btn-social.btn-social-google {
  background-image: url(../assets1/icon-google-color.svg);
  background-size: 30px 30px;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  background-color: #ffffff;
  border-color: #4D82E5;
}
.btn-social.btn-social-google span {
  background-color: #4D82E5;
}
.btn-social.btn-social-facebook {
  background-color: #4267b2;
  background-image: url(../assets1/icon-facebook.svg);
  background-size: 28px;
}
.btn-social.btn-social-facebook span.asterisk {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.btn-social span {
  display: block;
  margin-left: 40px;
  padding-right: 40px;
  font-family: "Mukta", sans-serif;
}

.notice {
  text-align: center;
  font-size: 11px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
}
.notice.notice-above div {
  display: block;
}
.notice div {
  font-size: 17px;
  position: relative;
  margin: 1rem 0;
  display: none;
}
.notice div::before, .notice div::after {
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px #000000;
}
.notice div::before {
  left: 0;
}
.notice div::after {
  right: 0;
}

@media (min-width: 568px) {
  .form-box {
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
  }
  .form-box .step-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form-box .step-inner .headline-1 {
    width: 100%;
  }
  .form-box .step-inner .form-group,
.form-box .step-inner .btn-group {
    width: 49%;
  }
  .form-box .btn-group .btn-prev {
    margin-right: 0.5em;
  }

  .form-group-radio-buttons {
    text-align: center;
  }

  .last-step .form-group,
.last-step .btn-group {
    width: 100% !important;
  }

  .step:not(.last-step) {
    padding-top: 2em;
  }

  .progress-bar li::before {
    width: 3rem;
    height: 3rem;
  }

  .notice div {
    margin: 2rem 0 1rem;
  }
}
@media (min-width: 768px) {
  .facebook-headline {
    font-size: 2.5em;
  }
}
@media (min-width: 992px) {
  .form-box {
    margin: 0;
    width: 500px;
  }

  .registration-form-builder .form-inner {
    min-height: 210px;
  }

  .step:not(.last-step) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 568px) and (max-height: 600px) {
  .facebook-headline {
    font-size: 2.5em;
  }
}
.legal__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.8em;
}
.legal__container .popwin {
  margin: 0 0.5rem;
  font-weight: 600;
}

.legal__disclaimer {
  text-align: justify;
  margin-top: 0.5rem;
}


