.hero {
  --padding-for-image: 21.75rem;
  padding: 5.25rem 0 var(--padding-for-image);
  color: #ffffff;
  position: relative;
}
@media (min-width: 1024px) {
  .hero {
    --padding-for-image: 8.5rem;
    padding: 10rem 0 var(--padding-for-image);
  }
}
.hero-back-overlay .hero-back-overlay-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/themes/bevi/bevi-design-v2/blocks/Hero/assets/back.png"), linear-gradient(343deg, #EF0C0C, #FA5D05 60%);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .hero-back-overlay .hero-back-overlay-1 {
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    right: unset;
  }
}
.hero-back-overlay .hero-back-overlay-2 {
  position: absolute;
  height: var(--padding-for-image);
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/wp-content/themes/bevi/bevi-design-v2/blocks/Hero/assets/back-3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .hero-back-overlay .hero-back-overlay-2 {
    top: 0;
    bottom: 0;
    right: 0;
    left: unset;
    width: 50%;
    height: unset;
  }
}
.hero-back-overlay .hero-back-overlay-2:before {
  content: "";
  position: absolute;
  height: 2rem;
  left: 0;
  right: 0;
  bottom: calc(var(--padding-for-image) - 2rem);
  background-image: url("/wp-content/themes/bevi/bevi-design-v2/blocks/Hero/assets/back-mobile.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .hero-back-overlay .hero-back-overlay-2:before {
    top: 0;
    bottom: 0;
    width: 6.25rem;
    height: unset;
    right: unset;
    background-image: url("/wp-content/themes/bevi/bevi-design-v2/blocks/Hero/assets/back-2.webp");
  }
}
.hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 1.65rem;
}
@media (min-width: 1024px) {
  .hero__content {
    max-width: 50%;
    text-align: left;
    padding: 0 3rem 0 0;
  }
}
.hero__content .hero__title {
  font-family: var(--headline-font);
  margin: 0 0 0.5rem;
  font-size: 3rem;
  font-weight: 500;
  color: inherit;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .hero__content .hero__title {
    font-size: 4.75rem;
    margin: 0 0 2.5rem;
  }
}
@media (min-width: 1440px) {
  .hero__content .hero__title {
    font-size: 5.5rem;
  }
}
.hero__content .hero__text {
  margin-bottom: 1.5rem;
  padding: 0 2rem;
}
@media (min-width: 1024px) {
  .hero__content .hero__text {
    padding: 0;
    margin-bottom: 4.5rem;
  }
}
.hero__content .hero__text p {
  font-size: 1.25rem;
  font-family: var(--regular-font);
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .hero__content .hero__text p {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.hero__content .hero__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .hero__content .hero__btns {
    align-items: center;
    justify-content: flex-start;
  }
}
.hero__content .hero__btns .brand-btn {
  --primary-color: #00223E;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.25rem 1rem;
}
.hero__content .hero__btns .brand-btn:hover, .hero__content .hero__btns .brand-btn:focus {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .hero__content .hero__btns .brand-btn {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.5rem 2rem;
  }
}/*# sourceMappingURL=styles.css.map */