@import url("https://use.typekit.net/yhg4tuw.css");
/**/
#preloader .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 15px;
  border-left: 1.5px solid #6f6f6f;
  border-right: 1.5px solid #6f6f6f;
}
#preloader .line svg {
  margin-top: -8px;
}
#preloader.complete {
  opacity: 0;
  transition: 1s ease;
}

.loaded {
  opacity: 0;
  transition: 2s ease;
}
.loaded.complete {
  opacity: 1;
  transition: 2s ease;
}

body {
  background: #DBDBDB;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: forma-djr-display, sans-serif;
}

.black {
  color: black;
  font-weight: 500;
}

.typography {
  margin-top: 150px;
  display: flex;
  justify-content: center;
}
.typography form {
  margin-top: 30px;
  position: relative;
  width: 250px;
}
.typography form .form-input {
  position: relative;
}
.typography form .form-input.one, .typography form .form-input.two {
  width: 49%;
}
.typography form input,
.typography form textarea {
  font-size: 14px;
  line-height: 25px;
  background: rgba(32, 32, 32, 0);
  border: none;
  font-family: forma-djr-display, sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid #C0C0C0;
  height: 50px;
  color: #5E5E5E;
  width: 100%;
  letter-spacing: 1px;
}
.typography form input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.typography form label {
  font-size: 12px;
  font-weight: 500;
  color: #5E5E5E;
  line-height: 15px;
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.typography form input[type=submit] {
  text-align: center;
  margin-top: 30px;
  border: none;
  height: 42px;
  width: 212px;
  border-radius: 21px;
  background-color: #929292;
  color: #FFFFFF;
  font-family: forma-djr-display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  transition: 0.25s ease;
}
.typography form input[type=submit]:hover {
  background-color: #6f6f6f;
  transition: 0.25s ease;
}
.typography form #MemberLoginForm_LoginForm_Remember_Holder {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.typography form #MemberLoginForm_LoginForm_Remember_Holder label {
  margin-left: 10px;
}
.typography form #ForgotPassword {
  margin-top: 15px;
}
.typography form #ForgotPassword a {
  font-size: 16px;
  font-weight: 500;
  color: #5E5E5E;
  line-height: 15px;
}
.typography form .btn-toolbar {
  justify-content: center;
}

section {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#babylonjsLoadingDiv {
  display: none;
}

#renderCanvas {
  position: absolute;
  right: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  pointer-events: none;
}

a {
  outline: none;
  text-decoration: none;
}

.sky {
  overflow: hidden;
}
.sky .cloud-bg {
  background: url("../images/clouds5.gif");
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 100vh;
  top: 0;
  position: absolute;
  opacity: 0.2;
  filter: blur(14px);
  pointer-events: none;
  transition: 0.25s ease;
}

@keyframes clouds {
  0% {
    background-position: right 0;
  }
  100% {
    background-position: -44.25% 0;
  }
}
.landscape-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
}
.landscape-text ul {
  padding: 0;
  list-style-type: none;
}
.landscape-text ul .one {
  color: #000000;
  font-family: forma-djr-display, sans-serif;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 55px;
  text-align: center;
}
.landscape-text ul .two {
  text-align: center;
  color: #5E5E5E;
  font-family: forma-djr-display, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: center;
}

.contact-form .row {
  margin: 0;
}
.contact-form .main-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
.contact-form .main-title ul {
  padding: 0;
  text-align: center;
}
.contact-form .main-title ul li {
  list-style-type: none;
}
.contact-form .main-title ul .one {
  color: #000000;
  font-family: forma-djr-display, sans-serif;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 72px;
  margin-bottom: 10px;
}
.contact-form .main-title ul .two {
  color: #CACACA;
  font-family: forma-djr-display, sans-serif;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 72px;
  margin-top: 25px;
}
.contact-form .main-title ul .two.thank-you {
  opacity: 0;
  display: none;
}
.contact-form .main-title ul .cross {
  margin-top: 15px;
}
.contact-form .main-title ul .cross img {
  height: 20px;
  width: 20px;
  opacity: 0.3;
}
.contact-form .main-title ul .p {
  text-align: center;
  padding: 0 90px;
  color: #5E5E5E;
  font-family: forma-djr-display, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: center;
  display: none;
  opacity: 0;
  margin-top: 0;
  margin-bottom: -115px;
}
.contact-form .contact-description {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
.contact-form .contact-description p {
  text-align: center;
  padding: 0 90px;
  color: #5E5E5E;
  font-family: forma-djr-display, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: center;
}
.contact-form form {
  margin-top: 60px;
}
.contact-form form .form-input {
  position: relative;
}
.contact-form form .form-input.one, .contact-form form .form-input.two {
  width: 49%;
}
.contact-form form input,
.contact-form form textarea {
  font-size: 14px;
  line-height: 25px;
  background: rgba(32, 32, 32, 0);
  border: none;
  font-family: forma-djr-display, sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid #C0C0C0;
  height: 50px;
  color: #5E5E5E;
  width: 100%;
}
.contact-form form input:focus {
  outline: none;
}
.contact-form form input:focus ~ label, .contact-form form input:valid ~ label {
  top: 0;
  transform: translateY(-8px) translateX(0);
  font-size: 10px;
  transition: all 0.25s ease;
  z-index: 1;
}
.contact-form form textarea {
  resize: none;
  height: 100px;
}
.contact-form form textarea:focus {
  outline: none;
}
.contact-form form textarea:focus ~ label, .contact-form form textarea:valid ~ label {
  top: 0;
  transform: translateY(-18px) translateX(0);
  font-size: 10px;
  transition: all 0.25s ease;
  z-index: 1;
}
.contact-form form label {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #5E5E5E;
  line-height: 15px;
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}
.contact-form form .cta-button {
  text-align: center;
  margin-top: 30px;
}
.contact-form form .cta-button button {
  border: none;
  height: 42px;
  width: 212px;
  border-radius: 21px;
  background-color: #929292;
  color: #FFFFFF;
  font-family: forma-djr-display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  transition: 0.25s ease;
}
.contact-form form .cta-button button:hover {
  background-color: #6f6f6f;
  transition: 0.25s ease;
}

footer {
  margin-top: -35px;
}
footer p {
  font-size: 12px;
  font-weight: 100;
  color: #5E5E5E;
  text-align: center;
  opacity: 0.8;
  letter-spacing: 0.75px;
}

@media screen and (max-width: 1700px) {
  .contact-form .main-title ul .two {
    font-size: 50px;
  }
  .contact-form .contact-description p {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  section {
    display: block;
  }

  .contact-form .row {
    margin: 0;
  }
  .contact-form .main-title ul li:nth-child(2) {
    margin-bottom: 240px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form form {
    margin-top: 60px;
  }
  .contact-form form .form-input {
    margin-top: 10px;
  }
  .contact-form form .form-input.one, .contact-form form .form-input.two {
    width: 100%;
  }
  .contact-form form input:focus ~ label, .contact-form form input:valid ~ label {
    transform: translateY(0px) translateX(0);
  }
  .contact-form form textarea {
    padding-top: 15px;
  }
  .contact-form form textarea:focus ~ label, .contact-form form textarea:valid ~ label {
    transform: translateY(0px) translateX(0);
  }
}
@media screen and (max-width: 425px) {
  #preloader .line {
    top: 40%;
  }
  #preloader .line svg {
    margin-top: -10px;
  }

  section {
    display: block;
  }

  .contact-form .contact-description p {
    padding: 0 45px;
  }
  .contact-form .row {
    margin: 0;
  }
  .contact-form .main-title ul .one {
    font-size: 30px;
    margin-bottom: 0;
  }
  .contact-form .main-title ul .two {
    font-size: 50px;
  }
  .contact-form .main-title ul .two.thank-you {
    margin-top: 200px;
  }
  .contact-form .main-title ul li:nth-child(2) {
    margin-top: -10px;
    margin-bottom: 130px;
  }
  .contact-form form {
    margin-top: 15px;
  }
  .contact-form form .form-input {
    margin-top: 20px;
  }
  .contact-form form input:focus ~ label, .contact-form form input:valid ~ label {
    transform: translateY(-5px) translateX(0);
  }
  .contact-form form textarea {
    padding-top: 15px;
  }
  .contact-form form textarea:focus ~ label, .contact-form form textarea:valid ~ label {
    transform: translateY(-5px) translateX(0);
  }

  footer {
    margin-top: 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .landscape-text {
    opacity: 1;
    transition: 0.5s ease;
  }

  #renderCanvas,
.contact-form,
.sky,
footer {
    opacity: 0;
    display: none;
    transition: 0.5s ease;
  }
}

/*# sourceMappingURL=styles.css.map */
