header {
  background-image: url(https://assets-cdn.carwars.com/websites/callbox/landers/onboarding-overlay.png),
    linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    url(https://assets-cdn.carwars.com/websites/callbox/landers/onboarding-webinar-header.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: scroll;
  color: var(--blue2);
}

.chip {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: var(--blue1);
  border-radius: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--head);
  color: white;
}

header.lander .bracket {
  font-family: var(--head);
  text-transform: uppercase;
  color: var(--green4);
  font-size: 2rem;
  margin-left: 0.5rem;
  display: none !important;
}

header.lander .time {
  color: white;
  width: fit-content;
  margin: 1rem auto;
  padding: 0.5rem 2rem;
  background-color: var(--blue2);
  border-radius: 3rem;
  font-family: var(--head);
  text-transform: uppercase;
}

header.lander .title {
  font-family: var(--head);
  font-weight: 900;
  font-size: 2rem;
  color: var(--blue1);
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 0;
}

header .textwrapper .title:not(.black),
header .textwrapper label.res-type {
  color: var(--blue1);
}

header.lander .subtitle {
  font-family: var(--mlight);
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.5rem;
  color: var(--blue1);
  text-transform: uppercase;
}

img#amazoncard {
  height: 4rem;
  padding: 2rem;
  transform: rotate(-5deg);
}

section.first.lander .slogan {
  margin-bottom: 0;
}

section.first.lander div#offer {
  margin-bottom: 1rem;
}
section.first.lander p.offer {
  font-size: 1rem;
}

section.first.lander p.fineprint {
  font-size: 0.7rem;
}

section.first.lander div#offer {
  max-width: 550px;
}

.thumbnail img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.webinartitle {
  color: var(--gray1);
}

.details button {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
  section.first.lander div#offer {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
  header.lander .title {
    font-size: 1.5rem;
  }

  header.lander .subtitle {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  section.first.lander div#offer {
    flex-wrap: wrap;
  }

  img#amazoncard {
    height: 6rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
  header.lander .subtitle {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  header.lander .time {
    width: 18rem;
  }
}
