body {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-attachment: fixed;
  background-color: #0b344e;
  /* background-image: linear-gradient(135deg,#0b344e,#01bcd4); */
  background-position: 100% 0;
  background-repeat: no-repeat;
  margin: 0;
  color: white;
}

h1, h2 {
  text-rendering: optimizeLegibility;
  color: inherit;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 1.45rem;
  padding: 0;
  /* word-spacing: -6px; */
}

h3 {
  text-rendering: optimizeLegibility;
  color: inherit;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

p, li {
  font-size: 1.3rem;
  line-height: 1.5;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-group {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 100px;
  margin-left: -16px;
}

.logo-type {
  color: #fff;
  margin: 0;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  margin-left: 10px;
}

a {
  color: white;
  text-decoration: none;
  font-size: 15px;
    font-weight: 500;
}

a:hover {
  color: white;
  text-decoration: underline;
}

.main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.column {
  width: 100%;
  box-sizing: border-box;
}

.column-left {
  flex: 1;
  padding-right: 60px;
}

.column-right {
  flex: 0 0 320px;
  /* padding: 10px; */
}

.app-image {
  max-width: 90%;
  display: block;
  margin: 40px;
  border-radius: 10px;
}

.app-image-mobile {
  width: calc(100% - 20px);
  margin: 10px;
  display: none;
}

.footer {
  padding: 0;
  text-align: left;
}

form {
  margin: 0 0 1.45rem;
  padding: 0;
}

.input-early-access {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 1.5rem;
  height: 60px;
  line-height: 42px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-top: 10px;
  outline: 0;
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
}

.input-early-access::placeholder {
  color: #ccc;
}

.cta-early-access, .input-early-access {
  color: #fff;
  font-weight: 400;
  width: 250px;
  vertical-align: middle;
}

.cta-early-access {
  background-color: #eb5727;
  border-color: #eb5727;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: -7px;
  padding: 0.7rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all .5s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.cta-early-access-col, .input-early-access-col {
  color: #fff;
  font-weight: 400;
  width: 100%;
  vertical-align: middle;
}

.cta-early-access-col {
  background-color: #eb5727;
  border-color: #eb5727;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: -7px;
  padding: 0.7rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all .5s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.input-early-access-col {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 1.5rem;
  height: 60px;
  line-height: 42px;
  margin-bottom: 20px;
  margin-right: 10px;
  outline: 0;
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
}

.input-early-access-col::placeholder {
  color: #ccc;
}

.timeline-image {
  margin-bottom: 60px;
  margin-top: 30px;
}

.access-panel {
  background-color: #0b344e;
  border-radius: 20px;
  padding: 10px 20px;
}

.small {
  font-size: 1rem;
  color: #ccc;
  margin-top: 7px;
}

*, :after, :before {
    box-sizing: inherit;
}

.orange-link {
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: underline;
}

/* Media query for mobile screens */
@media (max-width: 768px) {
  .tag {
    display: none;
  }

  p, li {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 0;
  }

  h1, h2 {
    text-rendering: optimizeLegibility;
    color: inherit;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 1.45rem;
    padding: 0;
    /* word-spacing: -6px; */
  }
  
  h3 {
    text-rendering: optimizeLegibility;
    color: inherit;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
  }


/* 
  .app-image {
    display: none;
  }

  .app-image-mobile {
    display: block;
  } */

  .column-right {
    display: none;
  }

  .column-left {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }

  .privacy {
    margin-top: 20px;
  }

  .cta-early-access, .input-early-access {
    width: 100%;
  }

}