.ra7-basic-header {
  background-color: #111;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  isolation: isolate;
  min-height: calc(90vh - 48px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ra7-basic-header__video {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.ra7-basic-header__video video {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.ra7-basic-header__logo {
  background: transparent;
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  transform: translateZ(0);
  z-index: 10;
}

.ra7-basic-header__logo:hover,
.ra7-basic-header__logo:focus,
.ra7-basic-header__logo:active,
.ra7-basic-header__logo:focus-visible {
  background: transparent;
  box-shadow: none;
  outline: 0;
}

.ra7-basic-header__logo img {
  display: block;
  height: auto;
  width: 64px;
}

.ra7-basic-header__inner {
  box-sizing: border-box;
  display: flex;
  min-height: inherit;
  padding: 77px 20px 50px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.ra7-basic-header__content {
  align-self: flex-start;
  max-width: 875px;
  width: 100%;
}

.ra7-basic-header__title {
  color: inherit;
  font-size: 50px;
  font-weight: 700;
  line-height: 0.95;
  margin: 0;
  text-align: left;
}

.ra7-basic-header__subtitle {
  color: inherit;
  font-size: 20px;
  line-height: 1.25;
  margin: 20px 0 0;
  max-width: 520px;
}

@media (min-width: 840px) {
  .ra7-basic-header {
    min-height: calc(85vh - 66px);
  }

  .ra7-basic-header__logo {
    left: 40px;
    top: 40px;
  }

  .ra7-basic-header__inner {
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
  }

  .ra7-basic-header__content {
    align-self: auto;
  }

  .ra7-basic-header__title {
    font-size: 100px;
    max-width: 870px;
  }
}
