@charset "UTF-8";
@font-face {
  font-family: "MDNBold";
  src: url("fonts/MDNichrome-Bold.woff2") format("woff2"), url("fonts/MDNichrome-Bold.woff") format("woff");
}
@font-face {
  font-family: "MDNOblique";
  src: url("fonts/MDNichrome-DarkOblique.woff2") format("woff2"), url("fonts/MDNichrome-DarkOblique.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

body.loading,
body.success {
  background-image: url("img/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 900px) {
  body.loading,
body.success {
    background-image: url("img/mobile-bg.svg");
    background-color: #10323E;
  }
}

h1, h2, h3, h4 {
  font-family: "MDNBold", "Poppins", sans-serif;
}

.main {
  min-height: calc(100vh - 56px);
  position: relative;
  overflow-x: hidden;
}

.main-footer {
  padding: 10px;
  text-align: center;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 5px;
  border: 5px solid #FFF800;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FFF800 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #FFF800;
  border-radius: 28px;
  padding: 14px 22px;
  border: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #091555;
  margin: 50px auto;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  box-shadow: 0px 0px 9px #FFF800;
}
@media all and (max-width: 900px) {
  .btn {
    margin: 20px 0 50px 0;
  }
}
@media all and (pointer:none), (pointer:coarse) {
  .btn {
    display: none;
  }
}

.top {
  background-image: url("img/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 50% 150px !important;
  border-bottom-right-radius: 50% 150px !important;
  position: relative;
  width: 110%;
  margin-bottom: -50px;
  left: -5%;
  text-align: center;
  padding: 55px 20px 275px 20px;
}
@media all and (max-width: 900px) {
  .top {
    padding: 30px 20px 200px 20px;
    border-bottom-left-radius: 120% 150px !important;
    border-bottom-right-radius: 120% 150px !important;
  }
}
.top h1 {
  font-size: 52px;
  line-height: 65px;
  text-align: center;
  letter-spacing: 0.035em;
  margin-top: 50px;
  padding: 0 32px;
  margin-bottom: 16px;
}
@media all and (max-width: 900px) {
  .top h1 {
    font-size: 46px;
    line-height: 60px;
    margin-top: 20px;
  }
}
.top p {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  max-width: 800px;
  margin: 20px auto 0 auto;
  padding: 0 32px;
}
@media all and (max-width: 900px) {
  .top p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 50px;
  }
}
.top .video-container {
  max-width: 800px;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 20px 10px 10px 10px;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
  border-radius: 13px;
  box-shadow: 0px 2.68325px 20.7952px rgba(0, 0, 0, 0.26);
}
.top .video-container .camera {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 900px) {
  .top .video-container {
    width: 80%;
  }
}
.top .video-container video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq {
  background-image: url("img/faq-bg.svg");
  background-size: 750px;
  background-repeat: no-repeat;
  background-position: top center;
  color: #2C313A;
  padding: 420px 20px 100px 20px;
}
@media all and (max-width: 900px) {
  .faq {
    padding: 53% 24px 100px 24px;
  }
}
@media all and (max-width: 700px) {
  .faq {
    padding: 50% 24px 100px 24px;
  }
}
@media all and (max-width: 572px) {
  .faq {
    padding: 48% 24px 100px 24px;
  }
}
@media all and (max-width: 520px) {
  .faq {
    padding: 47% 24px 100px 24px;
  }
}
@media all and (max-width: 451px) {
  .faq {
    padding: 44% 24px 100px 24px;
  }
}
@media all and (max-width: 378px) {
  .faq {
    padding: 42% 24px 100px 24px;
  }
}
.faq h3, .faq h4 {
  font-family: "Poppins", sans-serif;
}
.faq .faq-container {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(103, 116, 129, 0.12);
  border-radius: 24px;
  width: 560px;
  margin: 0 auto;
  padding: 32px 40px;
}
@media all and (max-width: 900px) {
  .faq .faq-container {
    max-width: 100%;
  }
}
.faq .faq-container h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.035em;
}
.faq .questions .question {
  border-bottom: 1px solid rgba(145, 156, 171, 0.16);
}
.faq .questions .question .title {
  position: relative;
  font-weight: 400;
  margin: 10px 0;
  cursor: pointer;
  padding-right: 30px;
  text-align: left;
  justify-content: flex-start;
}
.faq .questions .question .title:after {
  content: url("img/chevron-down.svg");
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  position: absolute;
  pointer-events: none;
  transform-origin: center center;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
}
.faq .questions .question .title.open:after {
  transform: rotate(180deg) translateY(0%);
  top: 0%;
}
.faq .questions .question .answer {
  display: none;
  border-left: 2px solid #2A9DB6;
  padding-left: 16px;
  margin-bottom: 16px;
  color: #586474;
}
.faq .questions .question .answer p:first-of-type {
  margin-top: 0;
}
.faq .questions .question .answer *:last-of-type {
  margin-bottom: 0;
}
.faq .questions .question:last-of-type {
  border-bottom: 0;
}

.landing .main-footer {
  background: #10323E;
  border-top-left-radius: 50% 150px !important;
  border-top-right-radius: 50% 150px !important;
  position: relative;
  width: 110%;
  left: -5%;
  text-align: center;
  padding: 20px;
}
@media all and (max-width: 900px) {
  .landing .main-footer {
    width: 120%;
    left: -10%;
    margin-top: -20px;
  }
}
@media all and (max-width: 700px) {
  .landing .main-footer {
    width: 120%;
    left: -10%;
    border-top-left-radius: 120% 150px !important;
    border-top-right-radius: 120% 150px !important;
  }
}
@media all and (max-width: 572px) {
  .landing .main-footer {
    width: 130%;
    left: -15%;
  }
}
@media all and (max-width: 520px) {
  .landing .main-footer {
    width: 140%;
    left: -20%;
  }
}
@media all and (max-width: 451px) {
  .landing .main-footer {
    width: 150%;
    left: -25%;
  }
}
@media all and (max-width: 378px) {
  .landing .main-footer {
    width: 160%;
    left: -30%;
  }
}
.landing .main-footer .btn {
  margin-bottom: 30px;
}
.landing .main-footer .main-logo {
  display: block;
  margin: 30px auto;
}

.success .main,
.error .main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.success .main .container,
.error .main .container {
  text-align: center;
  padding: 20px;
}
.success .main .container.expired-container, .success .main .container.removed-container,
.error .main .container.expired-container,
.error .main .container.removed-container {
  max-width: 690px;
  width: 100%;
  padding: 20px 24px;
}
.success .main .container.expired-container p, .success .main .container.removed-container p,
.error .main .container.expired-container p,
.error .main .container.removed-container p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.success .main .container.error-container,
.error .main .container.error-container {
  width: 100%;
}
.success .main .container h1,
.error .main .container h1 {
  font-size: 46px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.035em;
  margin-bottom: 16px;
}
@media all and (max-width: 900px) {
  .success .main .container h1,
.error .main .container h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
.success .main .container p,
.error .main .container p {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  margin-top: 0;
}
@media all and (max-width: 900px) {
  .success .main .container p,
.error .main .container p {
    font-size: 20px;
    line-height: 34px;
  }
}

.mobile-alert {
  display: none;
  z-index: 1;
  position: fixed;
  bottom: 4px;
  background: #FFF800;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  width: 98%;
  left: 1%;
  color: #2C313A;
  padding: 24px 20px;
  text-align: center;
}
.mobile-alert h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-top: 0;
}
.mobile-alert p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media all and (pointer:none), (pointer:coarse) {
  .mobile-alert {
    display: block;
  }
}

.form .main .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 42px;
  text-align: center;
  justify-content: center;
}
.form .main .login-form {
  padding: 70px 36px;
  max-width: 420px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 40px;
  margin: 0 auto;
  background-clip: padding-box; /* !importanté */
  border: solid 3px transparent; /* !importanté */
  position: relative;
}
.form .main .login-form:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(to right, #8FC2D2, #186476);
}
.form .main .login-form h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.017em;
  color: #2C313A;
  margin-bottom: 8px;
  margin-top: 0;
}
.form .main .login-form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #2C313A;
  margin: 0;
}
.form .main .login-form .input-container {
  position: relative;
  margin: 32px 0;
}
.form .main .login-form .input-container label {
  position: absolute;
  font-size: 16px;
  line-height: 28px;
  color: #586474;
  top: 12px;
  left: 16px;
  transition: all 0.05s ease-in-out;
  pointer-events: none;
}
.form .main .login-form .input-container input:focus + label,
.form .main .login-form .input-container input:not(:placeholder-shown) + label {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #397F91;
  top: -8px;
  background: white;
  padding: 0 6px;
}
.form .main .login-form .input-container input:focus {
  border-color: #397F91;
}
.form .main .login-form .input-container .clear {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  cursor: pointer;
}
.form .main .login-form .input-container input:focus ~ .clear,
.form .main .login-form .input-container input:not(:placeholder-shown):hover ~ .clear,
.form .main .login-form .input-container .clear:hover {
  display: flex;
}
.form .main .login-form .input-container.error label {
  display: none;
}
.form .main .login-form .input-container.error .clear {
  display: flex;
}
.form .main .login-form .input-container.error input {
  color: #C6074C;
  border-color: #C6074C;
}
.form .main .login-form .input-container.error .error {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #C6074C;
  text-align: left;
  padding-left: 16px;
  margin-top: 5px;
  position: absolute;
}
.form .main .login-form input {
  border: 2px solid #CCE4E6;
  padding: 12px 16px;
  width: 100%;
  border-radius: 100px;
  font-size: 16px;
  line-height: 26px;
  color: #586474;
}
.form .main .login-form .btn {
  margin: 0;
  width: 100%;
  background: #0C3A4A;
  color: #fff;
}
.form .main .login-form .btn:hover {
  box-shadow: 0px 0px 9px #0C3A4A;
}
.form .main .login-form .lds-ring {
  position: static;
  width: 26px;
  height: 26px;
  display: inline;
  transform: none;
}
.form .main .login-form .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  margin: 2px;
  border: 2px solid #FFF800;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FFF800 transparent transparent transparent;
}
.form .main a.why {
  margin-top: 45px;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #091555;
  display: inline-block;
  text-decoration: none;
}
.form .main a.why:active, .form .main a.why:visited {
  color: #091555;
}

.auth .top {
  padding-top: 130px;
}
@media all and (max-width: 900px) {
  .auth .top {
    padding-top: 40px;
  }
}
.auth .row {
  display: flex;
  gap: 100px;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 32px;
}
@media all and (max-width: 900px) {
  .auth .row {
    flex-direction: column;
  }
}
.auth .row .column {
  text-align: left;
}
.auth .row .column.content {
  max-width: 494px;
}
.auth .row .column.content img {
  min-width: 150px;
}
@media all and (max-width: 900px) {
  .auth .row .column.content img {
    min-width: auto;
    display: block;
    margin: 0 auto;
  }
}
.auth .row .column.content h1 {
  text-align: left;
  padding: 0;
  font-size: 80px;
  line-height: 90px;
  margin-top: 25px;
}
@media all and (max-width: 900px) {
  .auth .row .column.content h1 {
    font-size: 46px;
    line-height: 60px;
    margin-top: 20px;
    text-align: center;
  }
}
.auth .row .column.content h1 span {
  color: #FFF800;
}
.auth .row .column.content p {
  text-align: left;
  padding: 0;
  font-size: 23px;
}
@media all and (max-width: 900px) {
  .auth .row .column.content p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media all and (max-width: 900px) {
  .auth .row .column.form {
    display: none;
  }
}
.auth .row .column .login-form p {
  padding: 0;
}
.auth .video-container {
  margin-top: 130px;
}
@media all and (max-width: 900px) {
  .auth .video-container {
    margin-top: 0;
  }
}
.auth .video-container img {
  object-fit: contain;
  width: 100%;
}
.auth .faq {
  padding-top: 550px;
}
@media all and (max-width: 900px) {
  .auth .faq {
    padding: 50% 24px 100px 24px;
  }
}
@media all and (max-width: 700px) {
  .auth .faq {
    padding: 45% 24px 100px 24px;
  }
}
@media all and (max-width: 572px) {
  .auth .faq {
    padding: 42% 24px 100px 24px;
  }
}
@media all and (max-width: 520px) {
  .auth .faq {
    padding: 36% 24px 100px 24px;
  }
}
@media all and (max-width: 451px) {
  .auth .faq {
    padding: 32% 24px 100px 24px;
  }
}
@media all and (max-width: 378px) {
  .auth .faq {
    padding: 25% 24px 100px 24px;
  }
}

.auth .video-container {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.auth .video-container:after {
  display: none;
}

.auth .main .login-form {
  border-color: #186476;
}

.auth .main .login-form:before {
  display: none;
}

.hidden {
  display: none !important;
}

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