.hero-short {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  isolation: isolate;
  overflow: clip;
  padding: 20px 16px 100px;
  border-bottom-right-radius: 60px;
}
@media only screen and (min-width: 992px) {
  .hero-short {
    flex-direction: row;
    align-items: flex-start;
    padding: 110px 40px;
    border-bottom-right-radius: 150px;
  }
}

.hero-short__background {
  position: absolute;
  inset: 0;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  border-bottom-right-radius: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .hero-short__background {
    border-bottom-right-radius: 150px;
  }
}

.hero-short__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 24px;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(50px);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media only screen and (min-width: 992px) {
  .hero-short__content {
    width: 765px;
    height: 100%;
    min-height: 240px;
    flex-shrink: 0;
    padding: 80px 95px;
    backdrop-filter: blur(60px);
    border-top-left-radius: 110px;
    border-bottom-right-radius: 110px;
  }
}

.hero-short__headline {
  width: 100%;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.48px;
  color: white;
}
@media only screen and (min-width: 992px) {
  .hero-short__headline {
    font-size: 90px;
    line-height: 95px;
    letter-spacing: -0.9px;
  }
}

/*# sourceMappingURL=hero-short.css.map */
