header.lander {
  background-image: linear-gradient(
      rgba(56, 56, 56, 0.7),
      rgba(56, 56, 56, 0.7)
    ),
    url("https://assets-cdn.carwars.com/websites/callbox/landers/2022-data-study-header.jpg");
  background-position: bottom;
  background-size: cover;
  text-align: center;
}

header .label {
  margin-bottom: -1rem;
  font-weight: 500;
}

section.first.lander .cover {
  border: 1px solid var(--d-gray);
  overflow: hidden;
  width: 15rem;
  box-shadow: var(--shadow);
  height: 19rem;
  margin-top: 1rem;
  border-radius: var(--radius-big);
  margin-right: 2rem;
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

section.first.lander .cover img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.formfill .title {
  color: var(--green2) !important;
  font-size: 2rem;
  margin: 1.5rem auto;
  margin-top: 0;
}

.subtitle.firstof.lastof {
  margin-bottom: 2rem !important;
}

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

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

.pill.solid {
  display: flex;
  flex-direction: row;
}

.pill.solid p {
  margin: 0 auto 0 0;
}

.ungated {
  margin-top: 1rem;
}

.embed-wrapper {
  width: 100%;
  background-color: var(--l-gray);
  background: linear-gradient(var(--l-gray), var(--l-gray), var(--gray3));
  border-radius: var(--radius-big);
  position: relative;
  transition: opacity var(--ease);
  z-index: 14;
}

.embed-wrapper.png {
  height: 100vh;
}

.embed-wrapper.png img {
  width: 100%;
}

.embed-wrapper .formfill {
  margin-top: calc(-15rem + -25vw);
  position: relative;
}

.embed-wrapper iframe {
  border: none;
  margin: 0;
  width: calc(100% + 1px);
  height: 100vh;
  margin-bottom: -5px;
  transition: var(--ease);
  animation: show 0.3s both;
  animation-delay: 0.5s;
}

@media screen and (max-width: 1020px), screen and (max-device-width: 1020px) {
  @media screen and (max-width: 850px), screen and (max-device-width: 850px) {
    header.lander {
      flex-direction: column-reverse;
    }

    header .textwrapper .title {
      font-size: 2rem;
      max-width: 550px;
    }

    section.first.lander .video {
      max-width: 100;
      height: auto;
    }

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

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

    header.lander .video {
      margin: 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;
    }
  }
}
