:root {
  --pagepadding: 4.5rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  letter-spacing: .09em;
  text-transform: uppercase;
  background-color: #000;
  font-family: Spacemono, Arial, sans-serif;
  font-size: .87rem;
  line-height: 1em;
}

.body {
  background-color: #000;
}

.plane_rive {
  pointer-events: auto;
  width: 100%;
  height: 100%;
}

.plane_contain {
  width: 100%;
  max-width: none;
  height: 130svh;
  margin: -7% auto auto;
  position: relative;
}

.plane_wrap {
  z-index: -1;
  display: flex;
}

.plane_gradient {
  pointer-events: none;
  background-image: linear-gradient(#222, #2220 35%);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0%;
}

.plane_gradient.bottom {
  background-image: linear-gradient(0deg, #222, #2220 35%);
  top: auto;
}

.plane_gradient.left {
  background-image: linear-gradient(90deg, #222, #2220 35%);
  width: 50%;
  height: 100%;
}

.plane_gradient.right {
  background-image: linear-gradient(280deg, #222, #2220 35%);
  width: 50%;
  height: 100%;
  left: auto;
}

.hero_content_wrap {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_content_wrap.hide {
  display: none;
}

.hero_contain_wrap {
  padding: var(--pagepadding);
  width: 100%;
  max-width: none;
  height: 100svh;
  position: relative;
}

.hero_contain_wrap.mobile {
  display: none;
}

.hero_logo_svg {
  max-width: 375px;
}

.caption_wrap {
  margin-top: 4rem;
}

.caption_line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .6rem;
  display: flex;
}

.caption_svg {
  max-width: 1.5rem;
}

.form_wrap {
  padding-right: var(--pagepadding);
  padding-left: var(--pagepadding);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}

.form_contain {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  margin-top: -5%;
  display: flex;
}

.form_intro_txt {
  color: #00ff5d;
  text-align: left;
  line-height: 1.5em;
}

.code-embed {
  max-width: 95px;
  margin-bottom: 0;
}

.input {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: .7rem;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 10px 16px;
}

.input:focus {
  border: 1px solid #00ff5d;
}

.input::placeholder {
  text-transform: uppercase;
}

.input.no-margin {
  margin-bottom: 0;
}

.form {
  width: 100%;
  margin-top: 4rem;
}

.form_block {
  width: 100%;
}

.form_block.hide {
  display: none;
}

.label {
  text-align: left;
  margin-bottom: .7rem;
  margin-left: 0;
}

.form_btn {
  color: #00ff5d;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #00ff5d;
  border-radius: .7rem;
  margin-top: 1.5rem;
  padding: .9rem 1.3rem;
  font-size: 1.1rem;
  transition: color .5s cubic-bezier(.165, .84, .44, 1), background-color .5s cubic-bezier(.165, .84, .44, 1);
}

.form_btn:hover {
  color: #000;
  background-color: #00ff5d;
}

.img_footer {
  z-index: -1;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0%;
}

.img_footer._2 {
  opacity: .3;
}

.continue_btn_wrap {
  top: auto;
  left: auto;
  right: var(--pagepadding);
  bottom: var(--pagepadding);
  z-index: 2;
  pointer-events: auto;
  background-color: #000;
  position: absolute;
}

.btn_link {
  float: right;
  color: #00ff5d;
  background-color: #000;
  border: 1px solid #00ff5d;
  border-radius: .7rem;
  margin-top: auto;
  padding: 14px 27px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: color .5s cubic-bezier(.165, .84, .44, 1), background-color .5s cubic-bezier(.165, .84, .44, 1);
}

.btn_link:hover {
  color: #000;
  background-color: #00ff5d;
}

.success-message {
  color: #00ff5d;
  background-color: #0000;
  border: 1px solid #00ff5d;
  border-radius: .6rem;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.error-message {
  opacity: .5;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .6rem;
  margin-top: 2rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.code-embed-2 {
  width: 100%;
  margin-top: 4rem;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.checkbox_field {
  border: 1px #fff;
  border-radius: .7rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 16px 10px 0;
  display: flex;
}

.checkbox_field.sub {
  border-bottom-style: solid;
  border-bottom-width: .5px;
  margin-bottom: .4rem;
  padding-left: 16px;
}

.checkbox {
  border: 1px solid #fff;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #00ff5d;
  background-image: url('../images/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-size: auto;
}

.checkbox.big {
  width: 22px;
  height: 20px;
}

.checkbox-label {
  text-align: left;
  width: 100%;
  margin-left: 1rem;
  line-height: 1.15em;
}

.accompagnant_wrap {
  opacity: .3;
  margin-top: .7rem;
  margin-bottom: 0;
}

.div-block {
  border: 1px #ccc;
  border-radius: .7rem;
  margin-bottom: 2.5rem;
}

.form_header {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: min(4.5rem, 12cqw);
  line-height: 1em;
}

.header_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  container-type: inline-size;
}

@media screen and (max-width: 991px) {
  .plane_contain {
    margin-top: auto;
  }

  .form_contain {
    margin-top: 0%;
  }
}

@media screen and (max-width: 767px) {
  .plane_rive {
    width: 300%;
    height: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .plane_contain {
    height: auto;
    margin-top: -17%;
    margin-bottom: 0;
    overflow: hidden;
  }

  .hero_content_wrap {
    background-image: linear-gradient(#000, #0000);
    height: auto;
    position: relative;
  }

  .hero_contain_wrap {
    height: auto;
  }

  .hero_contain_wrap.mobile {
    z-index: 1;
    background-image: linear-gradient(0deg, #0000, #000 54%, #0000);
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .caption_wrap.desktop {
    display: none;
  }

  .caption_wrap.mobile {
    margin-top: 0;
  }

  .caption_line.last {
    margin-bottom: 0;
  }

  .form_wrap {
    height: auto;
    min-height: 100svh;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .continue_btn_wrap {
    position: static;
    left: 50%;
    right: auto;
  }

  .continue_btn_wrap.desktop {
    display: none;
  }

  .btn_link {
    font-size: .9rem;
  }

  .top_section {
    background-image: linear-gradient(#000, #0000);
  }
}

@media screen and (max-width: 479px) {
  .plane_rive {
    width: 500%;
  }

  .plane_contain {
    margin-top: -60%;
  }

  .hero_contain_wrap.mobile {
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .caption_wrap {
    margin-top: 3rem;
    font-size: .8rem;
  }

  .caption_line {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    margin-bottom: .4rem;
  }

  .caption_svg {
    max-width: 1.3rem;
  }

  .top_section {
    background-image: linear-gradient(#000, #0000);
  }

  .header_wrap {
    align-items: center;
  }
}


@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}