.video--banner {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 136.8px;
  background: var(--sand);
}
.video--banner .section--wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .video--banner .section--wrapper {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .video--banner .section--wrapper {
    gap: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.video--banner .section--wrapper .hero--text {
  flex: 1 1 50%;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .video--banner .section--wrapper .hero--text {
    flex: 1 1 100%;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .video--banner .section--wrapper .hero--text {
    padding-bottom: 0px;
  }
}
.video--banner .section--wrapper .hero--text .hero--text--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video--banner .section--wrapper .hero--text .hero--text--wrapper h1 {
  font-size: 32px;
  color: var(--green1);
  margin-bottom: 15px;
  line-height: 1.2;
}
.video--banner .section--wrapper .hero--text .hero--text--wrapper p {
  font-size: 16px;
  font-weight: 700;
  max-width: 100%;
  line-height: 1.5;
  color: var(--green1);
}
.video--banner .section--wrapper .hero--text .hero--text--wrapper .cta {
  margin-top: 25px;
}
@media screen and (max-width: 1280px) {
  .video--banner .section--wrapper .hero--text .hero--text--wrapper h1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .video--banner .section--wrapper .hero--text .hero--text--wrapper {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
  }
  .video--banner .section--wrapper .hero--text .hero--text--wrapper h1 {
    font-size: 28px;
  }
}
.video--banner .section--wrapper .hero--video {
  flex: 1 1 50%;
}
@media screen and (max-width: 1280px) {
  .video--banner .section--wrapper .hero--video {
    flex: 1 1 100%;
    order: 1;
  }
}
.video--banner .section--wrapper .hero--video .video--wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.video--banner .section--wrapper .hero--video .video--wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}

/*# sourceMappingURL=video-banner.css.map */
