.rt-signup-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 50%, #FF4DA1 0%, #FF4DA1 35%, #E41677 58%, #E41677 100%);
  color: #ffffff;
}

.rt-signup-page__inner {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 22px 36px 18px;
}

.rt-signup-page__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.rt-signup-page__brand {
  flex: 0 0 auto;
}

.rt-signup-page__logo-link {
  display: inline-block;
}

.rt-signup-page__logo {
  display: block;
  width: 100%;
  max-width: 126px;
  height: auto;
}

.rt-signup-page__back {
  flex: 0 0 auto;
  padding-top: 2px;
}

.rt-signup-page__back-link {
  color: #F8CC34;
  font-family: 'Neue Haas Grotesk Display Pro Black', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.rt-signup-page__back-link:hover,
.rt-signup-page__back-link:focus {
  text-decoration: none;
  opacity: 0.9;
}

.rt-signup-page__center {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* max-width: 760px; */
  margin: 0 auto;
  text-align: center;
}

.rt-signup-page__content {
  width: 100%;
  /* max-width: 700px; */
  margin: 0 auto 24px;
}

.rt-signup-page__content h1,
.rt-signup-page__content h2,
.rt-signup-page__content h3,
.rt-signup-page__content h4,
.rt-signup-page__content h5,
.rt-signup-page__content h6 {
  margin: 0;
  font-family: 'gigalypsetrial', sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.rt-signup-page__content h1:first-child,
.rt-signup-page__content h2:first-child,
.rt-signup-page__content h3:first-child,
.rt-signup-page__content h4:first-child,
.rt-signup-page__content h5:first-child,
.rt-signup-page__content h6:first-child {
  color: #F8CC34;
  font-size: clamp(34px, 4vw, 58px);
  margin-bottom: 2px;
}

.rt-signup-page__content h1 + h1,
.rt-signup-page__content h1 + h2,
.rt-signup-page__content h1 + h3,
.rt-signup-page__content h2 + h1,
.rt-signup-page__content h2 + h2,
.rt-signup-page__content h2 + h3,
.rt-signup-page__content h3 + h1,
.rt-signup-page__content h3 + h2,
.rt-signup-page__content h3 + h3,
.rt-signup-page__content h4 + h1,
.rt-signup-page__content h4 + h2,
.rt-signup-page__content h4 + h3,
.rt-signup-page__content h5 + h1,
.rt-signup-page__content h5 + h2,
.rt-signup-page__content h5 + h3,
.rt-signup-page__content h6 + h1,
.rt-signup-page__content h6 + h2,
.rt-signup-page__content h6 + h3 {
  color: #ffffff;
  font-size: clamp(34px, 4vw, 58px);
  margin-top: 0;
}

.rt-signup-page__content p {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Neue Haas Grotesk Display Pro Black', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.rt-signup-page__content p:last-child {
  margin-bottom: 0;
}

.rt-signup-page__content strong {
  font-weight: 700;
}

.rt-signup-page__form-wrap {
  width: 100%;
  max-width: 526px;
  margin: 0 auto;
}

/* reset default wrapper spacing from HubSpot */
.rt-signup-page__form-wrap .hsfc-FormWrapper,
.rt-signup-page__form-wrap .hsfc-Form,
.rt-signup-page__form-wrap .hsfc-Step,
.rt-signup-page__form-wrap .hsfc-Step__Content {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* remove default step padding injected by HubSpot forms renderer */
.rt-signup-page__form-wrap .hsfc-Step .hsfc-Step__Content {
  padding: 0 !important;
}

/* make form a single horizontal row */
.rt-signup-page__form-wrap .hsfc-Row,
.rt-signup-page__form-wrap .hsfc-NavigationRow {
  margin: 0 !important;
}

.rt-signup-page__form-wrap .hsfc-Row {
  display: block;
}

.rt-signup-page__form-wrap .hsfc-NavigationRow {
  margin-top: 0 !important;
}

.rt-signup-page__form-wrap .hsfc-NavigationRow__Alerts {
  display: none;
}

.rt-signup-page__form-wrap .hsfc-NavigationRow__Buttons {
  display: block;
  gap: 0;
  justify-content: flex-start;
}

.rt-signup-page__form-wrap .hsfc-EmailField {
  margin: 0;
}

.rt-signup-page__form-wrap .hsfc-FieldLabel,
.rt-signup-page__form-wrap .form-title {
  display: none !important;
}

/* wrapper around input + button */
.rt-signup-page__form-wrap .hsfc-Step__Content {
  /* display: block;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 0; */
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

@media only screen and (min-width: 426px) {

  .hsfc-Step__Content>.hsfc-Row:first-child {
    margin: 0;
    order: 1;
    width: calc(100% - 150px);
  }
  .hsfc-NavigationRow {
    margin: 0;
    order: 2;
    width: 150px;
  }
  .hsfc-Step__Content>.hsfc-Row:nth-child(2) {
    order: 3;
  }
}

/* input */
.rt-signup-page__form-wrap .hsfc-TextInput,
.rt-signup-page__form-wrap input[type="email"],
.rt-signup-page__form-wrap input[type="text"],
.rt-signup-page__form-wrap input[type="tel"] {
  width: 100%;
  height: 52px;
  min-height: 52px;
  margin: 0;
  padding: 0 16px;
  border: 0 !important;
  border-radius: 10px 0 0 10px !important;
  background: rgba(255, 255, 255, 0.45) !important;
  color: #ffffff !important;
  font-family: 'Neue Haas Grotesk Display Pro Black', sans-serif !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  outline: none !important;
}

.rt-signup-page__form-wrap .hsfc-TextInput::placeholder,
.rt-signup-page__form-wrap input[type="email"]::placeholder,
.rt-signup-page__form-wrap input[type="text"]::placeholder,
.rt-signup-page__form-wrap input[type="tel"]::placeholder {
  color: rgba(255, 255, 255, 1) !important;
  opacity: 1;
}

.hsfc-NavigationRow__Buttons {
  border-radius: 0 10px 10px 0 !important;
  background: transparent !important;
}

/* button */
.rt-signup-page__form-wrap [data-hsfc-id=Form] [data-hsfc-id=Step] .hsfc-Button,
.rt-signup-page__form-wrap [data-hsfc-id=Form] [data-hsfc-id=Step] .hs-button,
.rt-signup-page__form-wrap [data-hsfc-id=Form] [data-hsfc-id="Step"] input[type="submit"] {
  appearance: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 52px;
  min-height: 52px;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 0 !important;
  /* border-radius: 0 6px 6px 0 !important; */
  background: #F8CC34 !important;
  color: #E41677E5 !important;
  font-family: 'Neue Haas Grotesk Display Pro Black', sans-serif !important;
  font-size: 25px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-decoration: none;
  box-shadow: none !important;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
  border-radius: 10px !important;
  opacity: 1 !important;
}

.rt-signup-page__form-wrap .hsfc-Button:hover,
.rt-signup-page__form-wrap .hsfc-Button:focus,
.rt-signup-page__form-wrap .hs-button:hover,
.rt-signup-page__form-wrap .hs-button:focus,
.rt-signup-page__form-wrap input[type="submit"]:hover,
.rt-signup-page__form-wrap input[type="submit"]:focus {
  opacity: 0.92;
}

.rt-signup-page__form-wrap .hsfc-Button:active,
.rt-signup-page__form-wrap .hs-button:active,
.rt-signup-page__form-wrap input[type="submit"]:active {
  transform: translateY(1px);
}

/* .rt-signup-page__form-wrap .hsfc-TextInput:focus,
.rt-signup-page__form-wrap .hsfc-Button:focus,
.rt-signup-page__form-wrap input:focus,
.rt-signup-page__form-wrap input[type="submit"]:focus {
  outline: 2px solid rgba(255, 255, 255, 0.9) !important;
  outline-offset: 2px;
} */

/* validation and alerts */
.rt-signup-page__form-wrap .hsfc-ErrorAlert,
.rt-signup-page__form-wrap .hsfc-InfoAlert,
.rt-signup-page__form-wrap .hs-error-msgs,
.rt-signup-page__form-wrap .hsfc-FieldDescription,
.rt-signup-page__form-wrap .hsfc-FieldFooter {
  margin-top: 8px;
  color: #ffffff !important;
  font-family: 'Neue Haas Grotesk Display Pro Black', sans-serif !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  text-align: left;
}

.rt-signup-page__form-wrap .hsfc-ErrorAlert,
.rt-signup-page__form-wrap .hsfc-InfoAlert {
  grid-column: 1 / -1;
}

/* post-submit message */
.rt-signup-page__form-wrap .hsfc-PostSubmit,
.rt-signup-page__form-wrap .hsfc-RichText,
.rt-signup-page__form-wrap .hsfc-RichText p {
  color: #ffffff !important;
  font-family: 'Neue Haas Grotesk Display Pro Black', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  text-align: center;
}

[data-hsfc-id=Renderer] .hsfc-Step__Content label, label, [data-hsfc-id=Renderer] .hsfc-Step__Content .hsfc-RichText {
  color: #fff !important;
}

/* legacy HubSpot form fallback */
.rt-signup-page__form-wrap .hs-form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  justify-content: center;
}

.rt-signup-page__form-wrap .hs-form-field {
  margin-bottom: 0;
}

.rt-signup-page__form-wrap .hs_email {
  flex: 1 1 auto;
  min-width: 0;
}

.rt-signup-page__form-wrap .input {
  margin-right: 0;
}

.rt-signup-page__form-wrap label {
  display: none;
}

.rt-signup-page__form-wrap .hs-error-msgs {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.rt-signup-page__disclaimer {
  width: 100%;
  /* max-width: 640px; */
  margin: 18px auto 0;
}

.rt-signup-page__disclaimer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Neue Haas Grotesk Display Pro Black', sans-serif;
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
}

.rt-signup-page__disclaimer a {
  color: inherit;
  text-decoration: underline;
}

.rt-signup-page__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 42px;
}

.rt-signup-page__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rt-signup-page__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.rt-signup-page__social-link:hover,
.rt-signup-page__social-link:focus {
  opacity: 0.85;
}

.rt-signup-page__social-link svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}

@media (max-width: 767px) {
  .rt-signup-page__inner {
    padding: 18px 18px 16px;
  }

  .rt-signup-page__logo {
    max-width: 112px;
  }

  .rt-signup-page__center {
    max-width: 100%;
  }

  .rt-signup-page__content {
    margin-bottom: 20px;
  }

  .rt-signup-page__content h1:first-child,
  .rt-signup-page__content h2:first-child,
  .rt-signup-page__content h3:first-child,
  .rt-signup-page__content h4:first-child,
  .rt-signup-page__content h5:first-child,
  .rt-signup-page__content h6:first-child,
  .rt-signup-page__content h1 + h1,
  .rt-signup-page__content h1 + h2,
  .rt-signup-page__content h1 + h3,
  .rt-signup-page__content h2 + h1,
  .rt-signup-page__content h2 + h2,
  .rt-signup-page__content h2 + h3,
  .rt-signup-page__content h3 + h1,
  .rt-signup-page__content h3 + h2,
  .rt-signup-page__content h3 + h3,
  .rt-signup-page__content h4 + h1,
  .rt-signup-page__content h4 + h2,
  .rt-signup-page__content h4 + h3,
  .rt-signup-page__content h5 + h1,
  .rt-signup-page__content h5 + h2,
  .rt-signup-page__content h5 + h3,
  .rt-signup-page__content h6 + h1,
  .rt-signup-page__content h6 + h2,
  .rt-signup-page__content h6 + h3 {
    font-size: clamp(28px, 8vw, 42px);
  }

  .rt-signup-page__form-wrap .hsfc-Step__Content {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rt-signup-page__form-wrap .hsfc-TextInput,
  .rt-signup-page__form-wrap .hsfc-Button,
  .rt-signup-page__form-wrap input[type="email"],
  .rt-signup-page__form-wrap input[type="text"],
  .rt-signup-page__form-wrap input[type="tel"],
  .rt-signup-page__form-wrap .hs-button,
  .rt-signup-page__form-wrap input[type="submit"] {
    width: 100%;
    border-radius: 6px !important;
  }

  .rt-signup-page__form-wrap .hs-form {
    flex-direction: column;
    gap: 10px;
  }

  .rt-signup-page__form-wrap .hs_email,
  .rt-signup-page__form-wrap .actions,
  .rt-signup-page__form-wrap .hs_submit {
    width: 100%;
  }

  .rt-signup-page__disclaimer {
    margin-top: 14px;
  }
  [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content>:last-child, 
  [data-hsfc-id=Renderer] .hs-step1 .hsfc-Step__Content>.hsfc-Row:first-child, 
  [data-hsfc-id=Renderer] .hs-step1 .hsfc-Step__Content input[type=email],
  [data-hsfc-id=Renderer] .hs-step1 .hsfc-Button{
    width:100%!important;
  }
}
@media (max-width: 425px) {
  [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content>:last-child, 
  [data-hsfc-id=Renderer] .hs-step1 .hsfc-Step__Content>.hsfc-Row:first-child, 
  [data-hsfc-id=Renderer] .hs-step1 .hsfc-Step__Content input[type=email],
  [data-hsfc-id=Renderer] .hs-step1 .hsfc-Button {
    width:100%!important;
  }
}
}
body .hsfc-Step__Content .hsfc-RichText, body .hsfc-Step__Content label, body label {
  color: #fff !important;
}