* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  font-family: Chakra Petch, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #1a1c1e;
  color: #f4f4f4;
}
span,
svg {
  display: block;
}
span.bg {
  background-image: url(/build/assets/doodle-CFUcCHu8.png);
  background-repeat: repeat;
  background-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
span.logo-icon {
  width: 30px;
  height: 30px;
}
span.logo {
  width: 160px;
}
.header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.container {
  padding: 0 20px;
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  background: #131415;
  border-radius: 4px;
  overflow: hidden;
  max-height: 770px;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 2px #0000004d;
}
.poster {
  width: 360px;
  overflow: hidden;
}
body:not(.loaded) > section {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
body:not(.loaded) .poster > img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.poster > img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -webkit-filter: saturate(1.1);
  filter: saturate(1.1);
  border-radius: 10px;
  -webkit-transition: 0.6s all cubic-bezier(0.69, 0.05, 0.35, 0.86);
  -o-transition: 0.6s all cubic-bezier(0.69, 0.05, 0.35, 0.86);
  transition: 0.6s all cubic-bezier(0.69, 0.05, 0.35, 0.86);
}
.content {
  width: calc(100% - 360px);
  padding: 25px 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  list-style: none;
}
.form-controller {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}
input#email {
  height: 55px;
  background: #202125;
  width: 480px;
  padding-right: 140px;
  padding-left: 15px;
  font-size: 14px;
  color: #f4f4f4;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: Chakra Petch, sans-serif;
  font-weight: 500;
}
.form-controller button {
  height: 41px;
  border: none;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 120px;
  background: #fed32e;
  text-transform: uppercase;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  overflow: hidden;
  box-shadow: 0 0 2px 3px #fed32e38;
}
.form-controller button > span {
  position: relative;
}
.form-controller button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  background-color: #ff6438;
}
.form-controller button:hover:before {
  width: 100%;
}
.form-controller button:hover {
  color: #fff;
}
h1 {
  font-size: 50px;
  max-width: 500px;
  margin-bottom: 20px;
  line-height: 55px;
}
p.copyright {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: #9e9e9e;
}
input#email {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.betaUser {
  font-size: 14px;
  position: relative;
}
.footer a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #202125;
  border-radius: 100%;
  padding: 11px;
}
.footer a > span {
  display: block;
}
.footer a > span > svg {
  width: 100%;
}
.betaUser input {
  opacity: 0;
  position: absolute;
  left: -100%;
}
.betaUser input:checked + span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #fed32e;
  border-radius: 0;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.betaUser span:before {
  width: 14px;
  height: 14px;
  border-radius: 0;
  border: 2px solid #202125;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #202125;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.betaUser input:checked + span:before {
  border-color: #fed32e;
  -webkit-box-shadow: 0 0 20px 0 #fed32e57, inset 0px 0px 12px 0px #fed32e47;
  box-shadow: 0 0 20px #fed32e57, inset 0 0 12px #fed32e47;
}
.betaUser > label {
  padding-left: 25px;
  display: block;
  color: #9e9e9e;
}
.betaUser * {
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
button > span:last-child {
  display: none;
}
.swal2-container.swal2-center.swal2-dark-theme.swal2-backdrop-show {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
button.swal2-confirm.swal2-styled.swal2-default-outline {
  text-transform: uppercase;
  font-family: Chakra Petch, sans-serif;
  font-size: 14px;
  color: #131415;
  font-weight: 600;
}
h2.swal2-title,
div#swal2-html-container {
  color: #f4f4f4;
}
h1 + p {
  margin-bottom: 30px;
  max-width: 450px;
  line-height: 24px;
  font-size: 16px;
  opacity: 0.6;
  font-weight: 300;
}
@media (max-width: 490px) {
  button > span:first-child {
    display: none;
  }
  button > span:last-child {
    display: block;
  }
  .poster {
    display: none;
  }
  .content {
    width: 100%;
    padding: 30px 20px 20px;
  }
  .box {
    height: 90vh;
    padding: 0;
  }
  .header_logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  h1 {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 15px;
  }
  .container {
    padding: 0 15px;
  }
  .form-controller button {
    width: 40px;
    padding: 6px;
  }
  .form-controller button svg {
    width: 100%;
    height: 100%;
  }
  input#email {
    padding-left: 10px;
  }
  label {
    text-align: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
    position: relative;
  }
  h1 + p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
}
