/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.dn {
  display: none;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

/* Background */

html, body {
  overflow: hidden;
  background: #000;
  height: 100%;
  width: 100%;
}

body {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.bg {
  background-image: url('/bg.a404a63d.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
/*
.bg__container {
  width: 100%;
  height: 100%;
  position: relative;
}

.bg__graphic {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bg__graphic--1 {
  background-image: url('./../img/graphics/graphic-1--sm-new.svg');
  top: -238.90452575683594px;
  left: -100px;
  width: 299px;
  height: 300px;
}

.bg__graphic--2 {
  background-image: url('./../img/graphics/graphic-2--sm-new.svg');
  top: -319.45489501953125px;
  right: -30px;
  width: 201px;
  height: 383px;
}


.bg__graphic--3 {
  background-image: url('./../img/graphics/graphic-3--xs.svg');
  bottom: -60px;
  left: -11px;
  width: 88px;
  height: 132px;
}

.bg__graphic--4 {
  background-image: url('./../img/graphics/graphic-4--sm-new.svg');
  bottom: -300px;
  right: -125px;
  width: 230px;
  height: 381px;
}

@media only screen and (min-width: 390px) {
  .bg__graphic--3 {
    background-image: url('./../img/graphics/graphic-3--sm-new.svg');
    width: 100px;
    height: 173px;
    left: -11px;
    bottom: -75px;
  }

  .bg__graphic--4 {
    bottom: -615px;
    right: -210px;
    width: 390px;
    height: 844px;
  }
}

@media only screen and (min-width: 768px) {
  .bg__graphic--1 {
    width: 428px;
    height: 412px;
    top: -330px;
    left: -160px;
  }


  .bg__graphic--2 {
    top: -590px;
    right: -60px;
    width: 323px;
    height: 727px;
  }

  .bg__graphic--3 {
    width: 192px;
    height: 288px;
    left: -24px;
    bottom: -120px;
  }
  
  .bg__graphic--4 {
    width: 284px;
    height: 483px;
    bottom: -340px;
    right: -140px;
  }

}

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1920px) {

  .bg__container {
    max-width: 900px;
    margin: 0px auto;
  }

  .bg__graphic--1 {
    width: 590px;
    height: 592px;
    top: -455px;
    left: -380px;
  }


  .bg__graphic--2 {
    top: -635px;
    right: -110px;
    width: 398px;
    height: 758px;
  }

  .bg__graphic--3 {
    background-image: url('./../img/graphics/graphic-3--lg-new.svg');
    width: 192px;
    height: 288px;
    left: -140px;
    bottom: -130px;
  }
  
  .bg__graphic--4 {
    width: 334px;
    height: 511px;
    bottom: -390px;
    right: -210px;
  }
}
*/

/* Contents */

.container {
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: 0px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

::-webkit-scrollbar {
  display: none;
}

.logo-wrapper {
  text-align: center;
  /*padding-left: 9%;
  padding-right: 9%;*/
}

.logo {
  width: 100%;
}

.copy {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.copy__title {
  font-weight: 700;
  font-size: 13px;
  color: #FADF4B;
  letter-spacing: 1.95px;
  line-height: 15px;
  margin: 0px auto;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.copy__text {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.8px;
  line-height: 14px;
  margin: 0px auto;
}

.copy__text a {
  color: #fff;
  text-decoration: none;
  display: block;
}

form {
  padding-left: 20px;
  padding-right: 20px;
}

.form__label {
  font-weight: 700;
  text-transform: uppercase;
  color: #FADF4B;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1.8px;
  line-height: 14px;
  display: block;
}

.form__email {
  width: 100%;
  box-sizing:border-box;
  margin-bottom: 20px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  outline: 0;
  padding: 0;
  padding-bottom: 5px;
  -webkit-appearance: none;
}

.form__email--verify {
  margin-bottom: 0;
}

.form__email.error {
  border-bottom: 1px solid red;
}

.form__submit-wrapper {
  text-align: center;

}

.form__submit {
  font-weight: 600;
  color: #000;
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  width: 220px;
  -webkit-appearance: none;
  border: 0;
  background: #F5F5F5;
  padding: 8px 0;
  margin-top: 20px;
  cursor: pointer;
}

/*.footer {
  padding: 0 15px;
}*/

.footer__logo {
  width: 100%;
  /*margin-left: 5%;*/
}



@media only screen and (min-width: 390px) {
  .logo-wrapper {
    
  }

  .copy {
    
  }

  .copy__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .copy__text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }

  .form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form__label {
    font-size: 16px;
    line-height: 19px;
  }

  .form__email {
    font-size: 16px;
    line-height: 19px;
    padding-top: 10px;
  }

  .form__submit {
    font-size: 14px;
    line-height: 17px;
    margin-top: 40px;
  }
  
  .footer {
    
  }
}

@media only screen and (min-width: 768px) {
  /*.logo-wrapper {
    padding-left: 17%;
    padding-right: 17%;
  }*/

  .copy__title {
    font-size: 24px;
    line-height: 28px;
  }

  .copy__text {
    font-size: 19px;
    line-height: 21px;
  }

  .form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form__label {
    font-size: 19px;
    line-height: 23px;
  }

  .form__email {
    font-size: 19px;
    line-height: 21px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }

  .form__email--verify {
    margin-bottom: 0;
  }

  .form__submit {
    font-size: 16px;
    line-height: 19px;
    margin-top: 40px;
    padding: 15px 0;
    width: 320px;
  }
  
  /*.footer {
  
    padding: 0 70px;
  }*/
}

@media only screen and (min-width: 1024px) {

  .copy__title {
    margin-bottom: 15px;
  }

  .form {
    max-width: 730px;
    margin: 0px auto;
  }
  .form__submit {
    margin-top: 30px;
  }
  
  .footer {
    /* max-width: 730px; */
    padding: 0;
    margin: 0px auto;
  }
}

@media only screen and (min-width: 1920px) {
  .container {
    max-width: 900px;
  }
  /*.logo-wrapper {
    padding-left: 12%;
    padding-right: 12%;
  } */
  .form {
    max-width: 830px;
  }

  /*.footer {
    max-width: 830px;
  }*/
}


@media screen and (orientation:landscape)
and (min-device-width: 600px) 
and (max-device-width: 950px) {
  .container {
    justify-content: initial;
  }

  .logo-wrapper, .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}



/*# sourceMappingURL=/main.c52e0fe2.css.map */