.stayupPanel {
  background: #D2DBD9;
  color: #000;
  padding: clamp(36px, 36px + 21 * (100vw - 375px) / 1065, 57px) 0 clamp(30px, 30px + 27 * (100vw - 375px) / 1065, 57px);
  max-width: 1440px;
  margin-inline: auto;
}
.stayupPanel .flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .stayupPanel .flex-column {
    gap: 1.5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stayupPanel .flex-column .desc {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .stayupPanel .flex-column .desc {
    width: 50%;
  }
}
.stayupPanel .flex-column .desc h2 {
  color: #000;
  margin-bottom: clamp(7px, 7px + 36 * (100vw - 375px) / 1065, 43px);
}
.stayupPanel .flex-column .desc p {
  max-width: 420px;
  margin-bottom: clamp(7px, 7px + 17 * (100vw - 375px) / 1065, 24px);
  font-size: 16px;
}
.stayupPanel .flex-column .subs {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .stayupPanel .flex-column .subs {
    width: 42.5%;
  }
  .stayupPanel .flex-column .subs p {
    padding-left: 11px;
  }
}
.stayupPanel .flex-column .subs .umbraco-forms-label {
  display: none;
}
.stayupPanel .flex-column .subs .umbraco-forms-page {
  position: relative;
}
.stayupPanel .flex-column .subs .umbraco-forms-page input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 32px 0 0 11px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  height: 58px;
  border-radius: 0;
  max-width: inherit !important;
  width: calc(100% - 25px);
}
@media print, screen and (max-width: 47.99875em) {
  .stayupPanel .flex-column .subs .umbraco-forms-page input {
    width: 100%;
    padding: 10px;
    height: 30px;
  }
}
.stayupPanel .flex-column .subs .umbraco-forms-page .primary {
  position: absolute;
  cursor: pointer;
  top: 18px;
  right: 0;
  border: 1px solid #000000;
  font-family: var(--fontfamily);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  background: transparent;
  color: #000000;
  max-width: 120px !important;
  border-radius: 39.5px;
  padding: 10px 28px 10px;
  height: auto;
}
@media print, screen and (max-width: 47.99875em) {
  .stayupPanel .flex-column .subs .umbraco-forms-page .primary {
    position: relative;
    top: 0;
  }
}
.stayupPanel .flex-column .subs .umbraco-forms-page .primary:hover {
  background: var(--hhr-ecru);
  color: var(--hhr-black);
  border-color: var(--hhr-ecru);
  text-decoration: none;
}
/*# sourceMappingURL=stayupPanel.css.map */
