.background-video-section.kms-page {
  align-items: center;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  display: grid;
  gap: clamp(24px, 3.5vw, 52px);
  grid-template-columns: minmax(340px, .95fr) minmax(360px, 1.05fr);
  min-height: auto;
  overflow: hidden;
  padding: 74px min(5.5vw, 72px) 60px;
  position: relative;
}

.background-video-section.kms-page .div-block-37 {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.background-video-section.kms-page .headline-section-overlay {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  max-width: 620px;
  padding: 0;
  text-align: left;
  text-shadow: none;
  width: 100%;
}

.background-video-section.kms-page .remote-header,
.background-video-section.kms-page .kms-hero {
  text-align: left;
}

.background-video-section.kms-page .remote-header {
  font-size: clamp(38px, 4.45vw, 60px);
  line-height: 1.08;
}

.background-video-section.kms-page .header-subtitle {
  color: rgba(22, 32, 51, .82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.38;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  max-width: 570px;
  text-align: left;
  text-shadow: none;
}

.background-video-section.kms-page .button.home {
  margin-left: 0;
  margin-top: 18px;
}

.background-video-section.kms-page .code-embed-2 {
  aspect-ratio: 16 / 9;
  background-color: #dbeafa;
  background-image: url("/images/kms-hero-demo-poster.webp");
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(92, 152, 222, .24);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(22, 32, 51, .22);
  min-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.background-video-section.kms-page video {
  display: block;
  height: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity .35s ease;
  width: 100%;
}

.kms-video-ready .background-video-section.kms-page video {
  opacity: 1;
}

.section-7,
#features-section,
#user-reviews,
#downloads,
.footer-dark {
  content-visibility: auto;
  contain-intrinsic-size: 1px 720px;
}

@media screen and (max-width: 800px) {
  .background-video-section.kms-page {
    grid-template-columns: 1fr;
    padding: 56px 24px 44px;
  }

  .background-video-section.kms-page .div-block-37 {
    justify-content: center;
  }

  .background-video-section.kms-page .headline-section-overlay {
    margin: 0 auto;
    text-align: center;
  }

  .background-video-section.kms-page .remote-header,
  .background-video-section.kms-page .kms-hero,
  .background-video-section.kms-page .header-subtitle {
    text-align: center;
  }

  .background-video-section.kms-page .header-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-section.kms-page .button.home {
    margin-left: auto;
  }

  .background-video-section.kms-page .code-embed-2 {
    border-radius: 14px;
  }
}
