header.lander {
  background-image: url(https://assets-cdn.carwars.com/websites/landing-pages/fixed-ops-panel-dec-23-v2.jpg);
  background-size: cover;
  background-position: center;
  padding: 8rem 3rem 2rem 3rem;
}
header.lander .container {
  justify-content: flex-start;
}
header.lander .textwrapper {
  margin: 0;
  width: 50%;
  text-align: left;
}
header.lander .video {
  max-width: 620px;
  margin: auto 2rem 2rem 0rem;
  height: 320px;
  border-radius: var(--radius-big);
  background-color: var(--d-gray3);
  overflow: hidden;
}
section.first.lander .container {
  flex-wrap: nowrap;
  text-align: left;
}
section.first.lander .left,
section.first.lander .right {
  margin: 0;
  text-align: left;
  width: 50%;
}
section.first.lander .left {
  margin-right: 3rem;
}

.host .blurb,
.host .mug {
  width: 100%;
  box-sizing: border-box;
}

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

.offer {
  margin: 0rem auto 2rem auto;
  justify-content: center;
}

.offerImg {
  margin: auto 1rem;
  max-width: 150px;
  height: auto;
}

.offer img {
  width: 100%;
  height: auto;
  padding-top: 10px;
}

.offer .textwrapper {
  margin: auto 1rem;
  font-size: 1.1rem;
  max-width: 275px;
}
main .formfill {
  margin-top: -15rem !important;
  position: sticky;
  top: 6rem;
}
@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
  header .title {
    font-size: 1rem;
  }

  header .title.sub {
    font-size: 1.5rem;
  }

  header .textwrapper {
    max-width: 450px;
  }
}

@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
  main .formfill {
    padding: 1.5rem !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
  header.lander {
    flex-direction: column-reverse;
  }

  header.lander .container {
    margin-top: -2rem;
  }

  header.lander .textwrapper {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  header.lander .video {
    margin: 0rem auto 2rem auto;
  }

  section.first.lander .container {
    flex-wrap: wrap-reverse;
  }

  section.first.lander .left,
  section.first.lander .right {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
  section.first.lander .left {
    margin-bottom: 3rem;
  }

  .formfill .title {
    margin-top: 1rem;
  }

  .formfill {
    margin-top: 0 !important;
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
  header .textwrapper {
    margin: auto 1rem;
  }

  header > .textwrapper > .title {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
  header > .textwrapper > .title {
    font-size: 2rem;
  }
}
