:root {
  --silver: #c2beb396;
  --dark-slate-gray: #262c46;
  --dark-slate-gray-2: #312b3de3;
  --light-sea-green: #1abc9c;
}

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

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

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

h1 {
  color: #2d3338;
  text-shadow: none;
  margin: 10px 0;
  font-family: Roboto Condensed;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #0000;
  border: 3px solid #fff;
  width: 100%;
  height: 54px;
  margin-bottom: 20px;
  margin-left: -1px;
  padding: 4px 29px;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.subtitle {
  text-shadow: none;
  padding-bottom: 67px;
  font-family: Roboto Condensed;
  font-size: 31px;
  font-weight: 400;
  line-height: 35px;
}

.field {
  color: #262c46;
  text-align: center;
  text-transform: none;
  border: 0 #000;
  height: 54px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  transition: box-shadow .15s;
  box-shadow: inset 0 2px 5px #0003, 0 2px 5px #0003;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #00caf2;
}

.sign-up-form {
  object-fit: fill;
  justify-content: center;
  width: 415px;
  margin: 20px auto 66px;
  display: block;
}

.social-widget {
  float: left;
  width: 100px;
  transition: opacity .3s;
}

.social-widget.full-opacity {
  opacity: 1;
}

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.social-widget-wrapper.thank-you {
  width: 216px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: block;
}

.success-message {
  background-color: var(--silver);
  border-radius: 2px;
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  transition: all .3s;
}

.spread-word {
  color: #fff9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  background-color: var(--silver);
  border-radius: 2px;
  margin-top: 0;
  padding-bottom: 5px;
}

.content-wrapper {
  width: 60%;
  display: inline-block;
}

.header-section {
  text-align: center;
  background-color: #e0ddd7;
  height: 100%;
  padding-top: 104px;
}

.footer-section {
  color: #7e7c87;
  background-color: #0000002e;
  padding-top: 38px;
  padding-bottom: 34px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyright {
  color: #ffffff85;
  text-align: left;
  text-transform: uppercase;
  font-family: Hanken Grotesk;
  display: block;
}

.bars-wrapper {
  background-color: #1abc9c;
  height: 7px;
}

.bar {
  float: left;
  background-color: #1abc9c;
  width: 14.285%;
  height: 7px;
}

.bar._2 {
  background-color: #f2ca27;
}

.bar._3 {
  background-color: #e67e22;
}

.bar._4 {
  background-color: #16a085;
}

.bar._5 {
  background-color: #2980b9;
}

.bar._6 {
  background-color: #e74c3c;
}

.bar._7 {
  background-color: #a366bc;
}

.container {
  text-align: center;
  padding-left: 127px;
  padding-right: 127px;
  display: block;
}

.image-crop {
  height: 260px;
  overflow: hidden;
}

.social-section {
  text-align: center;
  padding-top: 58px;
  padding-bottom: 58px;
}

.share-btn {
  width: 61px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-wrapper {
  margin-top: 32px;
}

.refer {
  color: #ffffff96;
}

.align-right {
  text-align: right;
  display: block;
}

.social-btn {
  opacity: .44;
  margin-left: 17px;
  transition: all .2s;
}

.social-btn:hover {
  opacity: 1;
}

.logo {
  color: #fff;
  letter-spacing: 8px;
  text-shadow: none;
  border: 8px solid #fff;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px;
  font-weight: 700;
  display: inline-block;
}

.about {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto Condensed;
}

.join {
  float: left;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
  width: 30%;
  margin-top: -12px;
  margin-bottom: 15px;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.beta-line {
  float: left;
  background-color: #ffffff5c;
  width: 35%;
  height: 1px;
}

.join-wrapper {
  margin-bottom: 20px;
}

.image {
  text-align: center;
  width: 66%;
  margin-bottom: 80px;
  display: inline-block;
}

.body {
  letter-spacing: normal;
  text-transform: none;
  background-image: url('../images/tsa_comingsoon_bg.jpg');
  background-position: 50%;
  background-size: 180%;
  border: 1px #000;
  padding-top: 80px;
  font-family: PT Serif, serif;
}

.text-block {
  margin-bottom: 60px;
}

.tagline {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  text-shadow: none;
  width: 70%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.container-2 {
  text-align: center;
  margin-bottom: 60px;
  display: block;
}

.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;
}

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

.heading, .text-block-2 {
  color: #fff;
  font-family: PT Sans, sans-serif;
}

.image-2 {
  color: #d6acac;
  background-color: #9b282800;
  margin-bottom: 40px;
}

.body-2 {
  background-image: url('../images/tsa_comingsoon_bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragraph {
  color: #fff;
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.paragraph-2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.link, .link-2 {
  color: #ffffff85;
  font-family: Public Sans, sans-serif;
}

.text-block-3 {
  color: #fff;
  margin-bottom: 100px;
  font-family: Public Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

@media screen and (min-width: 1280px) {
  .button {
    font-family: Hanken Grotesk;
  }

  .footer-section {
    position: fixed;
    inset: auto 0% 0%;
  }

  .body {
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .subtitle {
    text-shadow: none;
    font-size: 29px;
  }

  .content-wrapper {
    width: 81%;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: static;
  }

  .copyright {
    padding-left: 10px;
    font-size: 12px;
  }

  .container {
    padding-left: 57px;
    padding-right: 57px;
  }

  .align-right {
    padding-right: 20px;
  }

  .social-btn {
    transition: all .2s;
  }

  .social-btn:hover {
    opacity: .8;
  }

  .join {
    text-shadow: none;
    width: 40%;
    font-size: 18px;
  }

  .beta-line {
    width: 30%;
  }

  .image {
    max-width: 80%;
  }

  .body {
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: auto 168%;
    background-attachment: fixed;
    border-style: solid;
    padding-top: 80px;
  }

  .tagline {
    text-shadow: none;
    vertical-align: middle;
    flex-flow: column;
    justify-content: flex-start;
    width: 70%;
    font-size: 18px;
    display: flex;
  }

  .container-2 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .button {
    max-width: 100%;
    display: inline-block;
  }

  .subtitle {
    text-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 43px;
  }

  .field {
    border-radius: 0;
    max-width: 100%;
    display: block;
  }

  .sign-up-form {
    text-align: center;
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    width: 50%;
    margin-bottom: 64px;
    display: block;
    overflow: visible;
  }

  .content-wrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-section {
    padding-top: 37px;
  }

  .footer-section {
    object-fit: fill;
    background-color: #0000007d;
    max-width: none;
    padding-top: 23px;
    padding-bottom: 23px;
    position: static;
    overflow: visible;
  }

  .copyright {
    padding-left: 10px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .align-right {
    padding-right: 20px;
  }

  .logo {
    text-shadow: none;
  }

  .join {
    text-shadow: none;
    width: 40%;
  }

  .beta-line {
    width: 30%;
  }

  .image {
    max-width: 56%;
    margin-bottom: 60px;
  }

  .body {
    object-fit: fill;
    background-color: #000;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 190%;
    background-attachment: fixed;
    padding-top: 40px;
  }

  .tagline {
    text-shadow: none;
    width: 70%;
  }

  .form {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    font-size: 20px;
  }

  .button {
    border-radius: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .subtitle {
    text-shadow: none;
    padding-bottom: 36px;
    font-size: 22px;
    line-height: 26px;
  }

  .field {
    text-align: center;
    border-radius: 0;
    width: 100%;
    max-width: none;
  }

  .sign-up-form {
    text-align: center;
    width: 100%;
    max-width: 76%;
    margin-top: 22px;
    display: block;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 221px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-section {
    position: static;
  }

  .copyright {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }

  .social-section {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .social-btn {
    margin-right: 17px;
  }

  .logo {
    text-shadow: none;
    font-size: 43px;
  }

  .join {
    letter-spacing: 4px;
    text-shadow: none;
    width: 75%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .beta-line {
    width: 12%;
  }

  .image {
    width: 80%;
    max-width: 80%;
    margin-bottom: 50px;
  }

  .body {
    object-fit: fill;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 140%;
    background-attachment: fixed;
    padding-top: 50px;
  }

  .tagline {
    letter-spacing: 4px;
    text-shadow: none;
    width: 80%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .form {
    max-width: none;
  }

  .paragraph, .paragraph-2 {
    font-size: 16px;
  }

  .link {
    text-align: center;
    display: inline;
  }

  .link-2 {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    display: inline;
  }
}


