/* Civislift production fixes shared by every page. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.civis-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.civis-form-status {
  margin-top: 1rem;
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.civis-form-status[hidden] {
  display: none;
}

.civis-form-status.is-loading {
  color: #173b7a;
  background: #eef4ff;
  border: 1px solid #cddcff;
}

.civis-form-status.is-success {
  color: #12633d;
  background: #edf9f2;
  border: 1px solid #bce5cc;
}

.civis-form-status.is-error {
  color: #8b1e2d;
  background: #fff1f2;
  border: 1px solid #fecdd3;
}

@media (max-width: 640px) {
  #hero-umbrella,
  #hero-modernization,
  #hero-rolunk,
  #hero-karrier {
    height: auto !important;
    min-height: 42rem;
  }

  #hero-umbrella h1,
  #hero-modernization h1,
  #hero-rolunk h1,
  #hero-karrier h1 {
    max-width: 100%;
    font-size: clamp(2.4rem, 11vw, 3.25rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.035em !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  #hero-umbrella p,
  #hero-modernization p,
  #hero-rolunk p,
  #hero-karrier p {
    max-width: 100%;
  }

  #hero-umbrella > .relative,
  #hero-modernization > .relative,
  #hero-rolunk > .relative,
  #hero-karrier > .relative {
    height: auto !important;
    min-height: 42rem;
    padding-top: 7rem !important;
    padding-bottom: 5rem !important;
  }
}
