.hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px 15px;
}

.hero .eyebrow {
  display: flex;
  color: var(--primary-light);
}

.hero .wp-block-buttons.is-layout-flex {
  margin-top: 40px;
}

.hero {
  color: #fff;
}

.hero .theme-img.circle-combo:nth-last-child(2) {
  background: none;
  bottom: -100px;
  left: calc(50% - 190px);
  height: 210px;
  width: 210px;
  border-radius: none;
  box-shadow: none;
  object-fit: cover;
}

.hero .theme-img.circle-combo:nth-last-child(2) img {
  border: none;
  border-radius: 0px;
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .hero .wp-block-buttons.is-layout-flex {
    display: flex;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    margin-top: 40px;
  }
  .hero .eyebrow {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero .eyebrow::before {
    margin-bottom: 10px;
  }
  .hero {
    text-align: center;
  }
}
/* DESKTOP */
@media (min-width: 992px) {
  .hero .theme-img.circle-combo:nth-last-child(2) {
    left: calc(50% - 250px);
  }
}
/* WIDE DESKTOP */
@media (min-width: 1200px) {
  .hero {
    padding: 100px 0;
  }
}
.header-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.header-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.header-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 29, 53, 0.8);
}/*# sourceMappingURL=hero.min.css.map */