/*# sourceMappingURL=styles-edl.css.map */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body.i18n-fr .language-switcher .fr {
  font-weight: bold;
}
body.i18n-fr .i18n .fr {
  opacity: 1;
}
body.i18n-fr .i18n .en {
  opacity: 0;
  display: none !important;
}

body.i18n-en .language-switcher .en {
  font-weight: bold;
}
body.i18n-en .i18n .fr {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .en {
  opacity: 1;
}

.flipping-i18n {
  -webkit-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -ms-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -o-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.flipping-i18n.flip-out {
  backface-visibility: hidden;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateX(90deg);
}

.fading-i18n {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  opacity: 1;
}
.fading-i18n.fade-out {
  opacity: 0 !important;
}

@font-face {
  font-family: "Inclusive Sans";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../../fonts/inclusive-sans/InclusiveSans-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-family: "Inclusive Sans";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("../../fonts/inclusive-sans/InclusiveSans-Italic-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Matex";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/hal-matex/HALMatex-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Matex";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/hal-matex/HALMatex-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "GT Pressura Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/gt-pressura-mono/GT-Pressura-Mono-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "GT Pressura Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/gt-pressura-mono/GT-Pressura-Mono-Bold.woff2") format("woff2");
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "tnum";
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "HAL Matex";
  line-height: normal;
}

html, body {
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}

html, body, #main, .screen {
  width: 1920px;
  height: 1080px;
}

#main {
  display: none;
  color: #F4EEE6;
  font-size: 36px;
}

a {
  color: #F4EEE6;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #F4EEE6;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 36px;
}

strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: 500;
}

h1 {
  font-size: 120px;
}

h2 {
  font-size: 78px;
}

h3 {
  font-size: 64px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  font-size: 36px;
}

.container {
  padding: 0 40px;
}

img, video {
  max-width: 100%;
  height: auto;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.screen-content.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
.screen.hidden {
  visibility: hidden;
  pointer-events: none;
}
.screen:not(.current) {
  pointer-events: none !important;
}
.screen:not(.current) * {
  pointer-events: none !important;
}
.screen .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.screen .step.current {
  opacity: 1;
}
.screen .step.hidden {
  visibility: hidden;
  pointer-events: none;
}
.screen .step:not(.current) {
  pointer-events: none !important;
}
.screen .step:not(.current) * {
  pointer-events: none !important;
}

#error {
  padding: 20px;
  position: fixed;
  font-weight: bold;
  z-index: 1000;
  width: 600px;
  background: #da8989;
  top: 50px;
  left: 50px;
  border: solid darkred 1px;
  color: #000;
}

#still-there {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #242626;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#still-there .modal {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  text-align: center;
  padding: 60px;
  width: 100%;
  max-width: 847px;
  border-radius: 20px;
  overflow: hidden;
  color: #000;
  position: relative;
}
#still-there .modal::before {
  content: "";
  background: url("../../images/global/warning.png") no-repeat center center;
  background-size: 100% 100%;
  width: 91px;
  height: 91px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}
#still-there .modal p {
  font-size: 33px;
  font-weight: 500;
}
#still-there .modal .text-box {
  width: 100%;
  padding-top: 10px;
}
#still-there .modal .label {
  text-align: left;
  line-height: 1.4;
}
#still-there .modal .buttons-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 10px;
}
#still-there .modal .buttons-box .gray .glow {
  transform: scale(1);
  filter: blur(20px);
  opacity: 0.3;
}
#still-there .modal .buttons-box .left .glow {
  opacity: 0.6;
  filter: blur(20px);
}

.rounded-rectangle-modal {
  color: #242626;
  border-style: solid;
  border-color: transparent;
  border-width: 61px 51px;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.rounded-rectangle-modal::before {
  content: "";
  position: absolute;
  inset: -61px -51px;
  z-index: -1;
  background-color: #F4EEE6;
  border-style: solid;
  border-color: transparent;
  border-width: 61px 51px;
  -webkit-mask-box-image: url("../../images/global/rounded-rectangle-modal.svg") 61 51 fill stretch;
  -webkit-mask-box-image-width: 61px 51px;
  mask-border: url("../../images/global/rounded-rectangle-modal.svg") 61 51 fill stretch;
}
.rounded-rectangle-modal .label {
  border-radius: 100vw;
  background-color: #242626;
  color: #F4EEE6;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px 10px 10px;
  white-space: nowrap;
}
.rounded-rectangle-modal .label .icon {
  display: flex;
  margin-right: 15px;
}
.rounded-rectangle-modal .text {
  font-size: 22px;
  line-height: 135%;
  font-family: "Inclusive Sans";
  font-weight: 400;
}
.rounded-rectangle-modal .text strong {
  font-size: 22px;
  font-family: "HAL Matex";
  font-weight: 700;
}
.rounded-rectangle-modal.gray {
  color: #F4EEE6;
}
.rounded-rectangle-modal.gray::before {
  background-color: #242626;
}
.rounded-rectangle-modal.gray .label {
  background-color: #F4EEE6;
  color: #242626;
}

html, body, #main, .screen {
  width: 2160px;
  height: 3840px;
  background-color: #000;
}

.edl #screen-1 .cta {
  border: 1px solid #F4EEE6;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
.edl #screen-1 .cta .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.edl #screen-1 .cta._active_ .inner, .edl #screen-1 .cta:active .inner {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}