body {
  color: #fff;
  background: #0a0f1b;
  font-family: 'Exo', sans-serif;
}

.btn {
  border: none;
}

.text-faded {
  color: #c1c6d2;
}

.section {
  padding: 4rem 0;
}

.section.banner {
  background-image: linear-gradient(0deg, rgba(10,15,27,1) 10%, rgba(10,15,27,0.9) 100%), url('../img/mustang.jpeg');
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
}

.banner .start {
  margin: 0 0 1rem 0;
}

.banner .start h6 {
  font-weight: bold;
  color: #ffca00;
}

.banner .start svg {
  fill: #ffca00;
  width: 1rem;
  margin: 0 auto;
  display: block;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

h1 {
  margin: 0 0 1rem 0;
  font-size: 4rem;
}

h1 strong {
  font-weight: 700;
  color: #ffca00;
}

.section ul {
  margin: 0;
  font-size: 1.5rem;
  color: #c1c6d2;
  list-style: none;
  text-align: center;
  padding: 0;
}

.section ol {
  counter-reset: li-count;
  padding: 0;
  list-style: none;
  border-top: 2px solid #5d6880;
  border-bottom: 2px solid #5d6880;
  padding: 2rem 0;
  margin: 2rem 0;
  color: #c1c6d2;
}

.section ol li:not(:last-of-type) {
  margin: 0 1.5rem 0 0;
  counter-increment: li-count;
}

.section ol li {
  display: flex;
  counter-increment: li-count;
}

.section ol li:before {
  content: counter(li-count);
  font-weight: bold;
  color: #0a101c;
  background: #31ab00;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem 0 0;
  flex-shrink: 0;
  font-size: 0.9rem;
  text-align: center;
}

#form-wrap {
  max-width: 100%;
}

#form-wrap ._co_main_div {
  border: none;
  background: transparent;
  padding: 0 1rem;
}

#form-wrap ._co_left_div {
  display: none;
}

#form-wrap ._co_right_div{
  width: 30rem;
  float: none;
  font-family: 'Exo', sans-serif;
  max-width: 100%;
}

#form-wrap ._co_right_div ._co_right_div_links {
  color: #c1c6d2;
  padding: 0.25rem 0;
  display: flex;
  width: 100%;
}

#form-wrap ._co_right_div ._co_right_div_links ._co_right_div_link {
  padding: 0.25rem 0;
  margin:  0 1rem 0 0;
}

#form-wrap ._co_right_div div._co_right_links {
  color: #c1c6d2;
  padding: 0.25rem 0 0 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}

#form-wrap ._co_right_div ._co_right_div_link, #form-wrap ._co_right_div ._co_right_link ._co_right_div_error {
  margin:  0 0 0 auto;
}

#form-wrap ._co_right_div ._co_right_div_link, #form-wrap ._co_right_div ._co_right_link ._co_right_link {
  color: #c1c6d2;
  float: none;
  margin: 0;
}

#form-wrap ._co_right_div ._co_right_div_link._co_active, #form-wrap ._co_right_div ._co_right_div_link:hover, #form-wrap ._co_right_div ._co_right_link:hover {
  color: #ffca00;
  text-decoration: none;
}

#form-wrap ._co_right_div_form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#form-wrap ._co_clear {
  display: none;
}

#form-wrap ._co_right_div_form ._co_right_div_form_left, #form-wrap ._co_right_div_form ._co_right_div_form_right {
  display: flex;
  float: none;
  flex-direction: row;
  flex: 1;
  max-width: none;
  flex-wrap: wrap;
  max-height: 3rem;
  overflow: hidden;
}

#form-wrap ._co_right_div_form ._co_right_div_form_right {
  flex: 0;
  margin: 0 0 0 1rem;
  max-height: none;
  min-width: 10rem;
}

#form-wrap ._co_right_div ._co_right_div_submit {
  background: #c1c6d2;
  color: #0a0f1b;
  font-weight: bold;
  transition: all 0.3s;
  height: 3rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  width: auto;
  margin: 0;
}

#form-wrap ._co_right_div ._co_right_div_submit:hover {
  background: #ffca00;
  transition: all 0.3s;
  opacity: 1;
}

#form-wrap ._co_right_div ._co_right_div_input, #form-wrap ._co_right_div ._co_state_input {
  background: transparent;
  border: 2px solid #c1c6d2;
  border-radius: 0.5rem;
  padding: 0.5rem;
  height: 3rem;
  font-size: 1rem;
  transition: all 0.3s;
  font-weight: bold;
  color: #c1c6d2;
}

#form-wrap ._co_right_div ._co_state_input {
  color: #c1c6d2;
  margin: 0 0 0 1rem;
  flex: 1;
  width: auto;
}

#form-wrap ._co_right_div ._co_right_div_input:focus {
  background: #c1c6d2;
  color: #0a0f1b;
  transition: all 0.3s;
}

#form-wrap ._co_right_div_form ._co_right_div_input::-webkit-input-placeholder { /* Edge */
  color: #4b5670;
  transition: all 0.3s;
}

#form-wrap ._co_right_div_form ._co_right_div_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4b5670;
  transition: all 0.3s;
}

#form-wrap ._co_right_div_form ._co_right_div_input::placeholder {
  color: #4b5670;
  transition: all 0.3s;
}

.makes {
  background: #070b13;
  overflow: hidden;
  position: relative;
}

.makes .grid-wrap {
  perspective: 1000px;
}

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

.makes .gradient-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 100;
  transform: rotate(0.0rad);
  pointer-events: none;
}

.makes .gradient h2 {
  pointer-events: none;
  transform: rotate(0.0rad);
}

.makes .gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(7,11,19,1) 10%, rgba(7,11,19,0) 100%);
  z-index: 10;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transform: rotate(0.0rad);
}

.makes .grid {
  transform: rotate3d(-4, 7, 7, 32deg) translateX(10%) scale(1.2);
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem 1rem;
}

.grid li {
  padding: 1rem;
  font-size: 1rem;
  background: #19202d;
  border-radius: 0.5rem;
  transform: translateX(0) scale(1);
  transition: all 0.3s;
  z-index: 0;
  cursor: pointer;
  white-space: nowrap;
}

.grid li:hover {
  background: #ffca00;
  color: #714516;
  transform: translateX(1rem) scale(1.1);
  transition: all 0.3s;
  z-index: 100;
}

#map {
  width: 20rem;
  height: 20rem;
  overflow: hidden;
  background: url('../img/tristate.svg');
  background-size: 170%;
  background-position: 70% 40%;
  position: relative;
}

#map::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: radial-gradient(circle, rgba(10,15,27,0) 0%, rgba(10,15,27,0.2) 30%, rgba(10,15,27,1) 70%);
}

footer {
  padding: 4rem 0;
}

footer .container {
  border-top: 2px solid #5d6880;
  padding: 2rem 4rem;
  border-bottom: 2px solid #5d6880;
}

footer .legal {
  font-size: 0.8rem;
  color: #5d6980;
  display: block;
  text-align: justify;
}

footer .powered {
  text-align: center;
}

footer .powered h6 {
  color: #5d6980;
  font-weight: bold;
}

footer .powered img {
  border-radius: 0.5rem;
  width: 90%;
}

footer .copyright {
  color: #5d6980;
  display: block;
  text-align: center;
  margin: 4rem 0 0 0;
  position: relative;
}

footer .copyright::before {
  content: "";
  display: flex;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #5d6980;
  position: absolute;
  left: 0;
  top: -2rem;
  margin: 0 0 0 50%;
  transform: translateX(-50%);
}

@media (max-width: 576px) {
  .banner {
    padding: 2rem 0;
  }

  .banner h1 {
    font-size: 3.5rem;
    white-space: nowrap;
  }

  .banner ul {
    font-size: 1.2rem;
  }

  .banner ol {
    flex-direction: column;
    width: 100%;
    padding: 2rem 2rem;
  }

  .banner ol li:not(:last-of-type) {
    margin: 0 0 1rem 0;
  }

  #form-wrap {
    max-width: calc(100% + 30px);
    overflow: hidden;
  }

  #form-wrap ._co_main_div ._co_right_div{
    margin: 0;
  }

  .tristate {
    text-align: center;
  }

  #map {
    margin: 0 auto;
  }

  footer .legal {
    margin: 0 0 2rem 0;
  }
}

@media only screen and (max-width: 700px) {
  #form-wrap ._co_main_div ._co_right_div{
    margin: 0;
  }

  #form-wrap ._co_right_div_form {
    flex-direction: column;
  }

  #form-wrap ._co_right_div_form ._co_right_div_form_right {
    margin: 0;
  }

  #form-wrap ._co_right_div_form ._co_right_div_form_right ._co_right_div_submit {
    flex: 1;
    min-width: 100%;
    margin: 0.75rem 0 0 0;
  }

  #form-wrap ._co_right_div_form ._co_right_div_form_left ._co_right_link {
    display: none;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-0.8rem);
  }
  60% {
    transform: translateY(-0.3rem);
  }
}