body.sfl-register-now-route .ct-scroll-top,
body.sfl-register-now-route #pagetitle,
body.page-template-template-register-now .ct-scroll-top,
body.page-template-template-register-now #pagetitle,
body.page-register-now .ct-scroll-top,
body.page-register-now #pagetitle {
  display: none !important;
}
.site-content{padding-top:0 !important;}

body.sfl-register-now-route #content .content-inner,
body.page-template-template-register-now #content .content-inner,
body.page-register-now #content .content-inner {
  padding: 0;
}

body.sfl-register-now-route .site-content,
body.page-template-template-register-now .site-content,
body.page-register-now .site-content {
  background: #fff;
}

.sankalp-register-now {
  color: #252b45;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

.sankalp-register-now *,
.sankalp-register-now *::before,
.sankalp-register-now *::after {
  box-sizing: border-box;
}

.register-now-shell {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 0 28px;
}

.register-now-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(117, 36, 74, 0.08);
}

.register-now-header__inner {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.register-now-header__brand {
  flex: 0 0 auto;
}

.register-now-header__brand img {
  width: 176px;
  height: auto;
  display: block;
}

.register-now-nav {
  flex: 1 1 auto;
}

.register-now-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.register-now-nav a {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.register-now-nav a span {
  font-size: 10px;
  transform: translateY(1px);
}

.register-now-header__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 52px;
  padding: 10px 22px;
  border-radius: 12px;
  background: #f7ad1c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.register-now-hero {
  background: #fff;
}

.register-now-hero__banner {
  display: block;
  width: 100%;
  height: auto;
}

.register-now-stage {
  min-height: calc(100vh - 404px);
  padding: 76px 0 92px;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 241, 198, 0.96), rgba(255, 241, 198, 0) 26%),
    linear-gradient(180deg, #f7ab13 0%, #ffc431 54%, #f6c244 100%);
}

.register-now-stage__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.register-now-stage__eyebrow {
  margin: 0;
  color: #fff8e6;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

.register-now-stage h2 {
  margin: 14px 0 52px;
  color: #fff;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 3.5vw, 74px);
  font-weight: 600;
  line-height: 1.08;
}

.register-now-form {
  width: min(100%, 1064px);
}

.register-upload-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(31, 26, 31, 0.38);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

.register-upload-loader.is-visible {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.register-upload-loader__panel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  border-radius: 14px;
  background: #fff;
  color: #74083e;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 16px 38px rgba(31, 15, 24, 0.24);
}

.register-upload-loader__spinner {
  width: 22px;
  height: 22px;
  border: 3px solid rgba(116, 8, 62, 0.2);
  border-top-color: #d61a28;
  border-radius: 50%;
  animation: register-upload-spin 0.8s linear infinite;
}

@keyframes register-upload-spin {
  to { transform: rotate(360deg); }
}

.register-now-notice {
  display: none;
  margin: 0 auto 24px;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.register-now-notice.is-visible {
  display: none;
}

.register-now-notice.is-success {
  background: rgba(17, 148, 76, 0.12);
  color: #0f7a41;
}

.register-now-notice.is-error {
  background: rgba(186, 30, 71, 0.12);
  color: #8e163b;
}

.sfl-alertify-notifier {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 100001;
  display: flex;
  width: min(380px, calc(100vw - 48px));
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.sfl-alertify-toast {
  padding: 14px 18px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 12px 30px rgba(24, 28, 48, 0.2);
  animation: sfl-alertify-in 0.25s ease both;
}

.sfl-alertify-toast.is-success {
  background: #17864b;
}

.sfl-alertify-toast.is-error {
  background: #b51f45;
}

.sfl-alertify-toast.is-leaving {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

@keyframes sfl-alertify-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.register-step {
  display: none;
}

.register-step.is-active {
  display: block;
}

.register-choice-grid {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.register-choice-card {
  width: 200px;
  min-height: 200px;
  padding: 30px 24px 26px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(136, 91, 10, 0.13);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.register-choice-card:hover,
.register-choice-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(136, 91, 10, 0.2);
}

.register-choice-card__icon {
  width: 62px;
  height: 62px;
  color: #850842;
}

.register-choice-card__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.register-choice-card__label {
  color: #313742;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.register-card {
    position: relative;
    width: min(100%, 1100px);
    min-height: 884px;
    padding: 52px 32px 40px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(136, 91, 10, 0.13);
    margin: 0 auto;
}

.register-card--compact {
  min-height: 356px;
  padding: 58px 32px 48px;
}

.register-card--tall {
  min-height: 740px;
}

.register-card--legal {
  min-height: auto;
  padding-top: 34px;
}

.register-card--success {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.register-card--success h3 {
  margin: 0 0 14px;
  color: #860942;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 700;
}

.register-card--success p {
  max-width: 700px;
  margin: 0 auto;
  color: #4d5566;
  font-size: 18px;
  line-height: 1.6;
}

.register-back-link {
  position: absolute;
  top: 18px;
  left: 22px;
  border: 0;
  background: transparent;
  color: #8a1743;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
}

button.register-back-link:hover {
  background-color: initial;
  color: initial;
}

.register-progress {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 112px;
  margin-bottom: 36px;
}

.register-progress__item {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #2e3143;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
}
.register-progress__item:hover{
  background-color: transparent;
  color: #880000;
}

.register-progress__item::after {
  content: "";
  position: absolute;
  top: 7px;
  left: calc(100% - 2px);
  width: 116px;
  height: 2px;
  background: #d9d9de;
}

.register-progress__item:last-child::after {
  display: none;
}

.register-progress__item span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d9d9de;
}

.register-progress__item strong {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.register-progress__item.is-active span {
  background: #f2ab20;
}

.register-progress__item.is-complete span {
  background: #16a34a;
}

.register-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 10px;
  margin: 15px 0px;
}

.register-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.register-grid--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.register-grid--actions {
  align-items: center;
}

.register-grid--questions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.register-question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 18px;
  margin-top: 34px;
}

.register-question-card {
  min-width: 0;
}

.register-question-card__prompt {
  /* min-height: 92px; */
  margin: 0 0 14px;
  color: #303440;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.register-question-card textarea {
  min-height: 176px;
}

.register-question-card__counter {
  display: block;
  margin: 7px 0 10px;
  color: #666;
  font-size: 13px;
  font-weight: 600;
}

.register-question-card__upload {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 15px;
  border-radius: 10px;
  background: #eeedf1;
  color: #5d5d67;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

.register-question-card__upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.register-question-card__upload-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.register-question-card__upload-icon {
  flex: 0 0 auto;
  margin-left: auto;
  color: #7b0d42;
  font-size: 24px;
  line-height: 1;
}

.register-question-list__empty {
  grid-column: 1 / -1;
  margin: 0;
  color: #666;
  font-size: 15px;
  text-align: center;
}

.register-field {
  display: block;
}

.register-field input,
.register-field select,
.register-field textarea {
  display: block;
  width: 100%;
  border: 1.5px solid #7F7C7C !important;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf9fc 100%);
  background-image: linear-gradient(180deg, #ffffff 0%, #fbf9fc 100%) !important;
  color: #2a2f4e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 6px 18px rgba(102, 68, 91, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.register-field input,
.register-field select {
  min-height: 40px;
  padding: 16px 22px;
}

.register-field textarea {
  min-height: 230px;
  padding: 18px 20px;
  resize: vertical;
      font-size: 12px;
    font-weight: 400;
    text-align: justify;
}

.register-field input::placeholder,
.register-field textarea::placeholder {
  color: rgba(87, 93, 125, 0.82);
}

.register-field--date {
  position: relative;
}

.register-field--date > span {
  position: absolute;
  top: 50%;
  left: 22px;
  z-index: 1;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  pointer-events: none;
  transform: translateY(-50%);
}

.register-field--date input:not(.has-value) {
  color: transparent;
}

.register-field--date input.has-value + span {
  display: none;
}

.register-field input:focus,
.register-field select:focus,
.register-field textarea:focus {
  outline: none;
  border-color: rgba(134, 9, 66, 0.34);
  box-shadow: 0 0 0 4px rgba(134, 9, 66, 0.08), 0 10px 24px rgba(102, 68, 91, 0.1);
  background: #fff;
}

.register-field--select {
  position: relative;
}

.register-field--select::after {
    /* content: "⌄"; */
    content: "\f107";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b5062;
    pointer-events: none;
    display: block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.register-field--select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  padding-right: 58px;
  cursor: pointer;
      font-size: 13px;
    border-radius: 0;
    height: 40px;
    padding: 0px 17px;
}

.sankalp-register-now .register-field--select > select {
  display: block !important;
}

.sankalp-register-now .register-field--select > .nice-select {
  display: none !important;
}

.register-field--select select::-ms-expand {
  display: none;
}

.register-field--wide {
  max-width: 50%;
}

.register-grid > .register-field--wide {
  grid-column: 1 / 2;
}

.register-subsection {
  margin-top: 14px;
}

.register-subsection h3 {
  margin: 0 0 14px;
  color: #303440;
  font-size: 18px;
  font-weight: 600;
}

.register-member-builder__button {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.register-member-table {
  margin-top: 18px;
  border-radius: 11px;
  overflow: hidden;
  background: #e7e6ed;
}

.register-member-table__head,
.register-member-table__row {
  display: grid;
}

.register-member-table__head--five,
.register-member-table__row--five {
  grid-template-columns: 1fr 1.25fr 1fr 1fr 1fr;
}

.register-member-table__head--three,
.register-member-table__row--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.register-member-table__head span,
.register-member-table__row span {
  min-height: 46px;
  padding: 14px 18px;
  color: #252b58;
  font-size: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.register-member-table__row span {
    display: flex;
    gap: 5px;
    word-break: break-word;
    font-weight: 300;
    color: black;
    background: #faf4f4;
    align-items: center;
}

.register-member-table__head span:last-child,
.register-member-table__row span:last-child {
  border-right: 0;
}

.register-member-table__action-cell {
  justify-content: space-between;
  align-items: center !important;
}

.register-member-table__contact {
  flex: 1 1 auto;
  min-width: 0;
}

.register-member-table__body {
  min-height: 94px;
  border-top: 1px solid rgba(255, 255, 255, 0.82);
}

.register-member-table__row + .register-member-table__row {
  border-top: 1px solid rgba(255, 255, 255, 0.82);
}

.register-member-table__empty {
  min-height: 94px;
}

.register-member-table__empty span {
  display: block;
  padding: 34px 18px;
  color: rgba(37, 43, 88, 0.55);
  font-size: 15px;
  text-align: center;
}

.register-field--file {
  position: relative;
  min-height: 62px;
  border: 0;
  border-radius: 11px;
  background: #e7e6ed;
  display: block;
  overflow: hidden;
}

.register-upload-control {
  position: relative;
  min-width: 0;
}

.register-file-preview,
.register-question-card__preview {
  color: #7b0d42;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.register-file-preview {
  display: inline-block;
  margin: 7px 0 0 4px;
}

.register-question-card__preview {
  margin-left: auto;
      margin-left: auto;
    position: absolute;
    bottom: -25px;
    right: 0;
}

.register-field--file input[type="file"] {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 0 !important;
  opacity: 0;
  cursor: pointer;
}

.register-field--file small {
  position: absolute;
  right: 8px;
  bottom: -1px;
  z-index: 1;
  color: indigo;
  font-size: 65%;
  pointer-events: none;
}

.register-field--file span,
.register-field--file em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.register-field--file.has-file span {
  overflow: hidden;
  right: 58px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.register-field--file span {
  left: 22px;
  color: #2a2f4e;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
}

.register-field--file em {
  right: 20px;
  color: #6b5062;
  font-size: 26px;
  font-style: normal;
}

.register-field--textarea > span {
  display: block;
  margin-bottom: 12px;
  color: #171717;
  font-size: 16px;
  font-weight: 500;
}

.register-actions {
  display: flex;
  margin-top: 50px;
}

.register-actions--center {
  justify-content: center;
}

.register-actions--inline {
  gap: 12px;
}

.register-actions--spaced {
  margin: 18px 0;
}

.register-primary-btn,
.register-secondary-btn {
  border: 0;
  border-radius: 16px;
  height: 40px;
  padding: 14px 26px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  line-height: 40px;
}

.register-primary-btn {
  min-width: 129px;
  background: linear-gradient(90deg, #74083e 0%, #db1b23 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(125, 14, 55, 0.18);
      padding: 0px 25px;
    height: 40px;
    line-height: 1;
}

.register-primary-btn:hover,
.register-primary-btn:focus-visible,
.register-secondary-btn:hover,
.register-secondary-btn:focus-visible {
  transform: translateY(-2px);
}

.register-primary-btn--small {
  min-width: 126px;
  height: 40px;
  border-radius: 14px;
  line-height: 1;
}

.register-member-builder__button .register-primary-btn--small {
  min-width: 152px;
  height: 40px;
  padding: 0px 25px;
}

.register-secondary-btn {
  min-width: 126px;
  background: #f2d7dd;
  color: #820f43;
  line-height: 1;
}

.register-legal-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.register-card--legal > h3 {
  margin: 0;
  color: #2e2e36;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.register-legal-item h4 {
  margin: 0 0 6px;
  color: #2b2f37;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.register-legal-item p {
  margin: 0;
  color: #4b4f56;
  font-size: 15px;
  line-height: 1.42;
}

.register-terms-check {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: #2d3140;
  font-size: 16px;
}

.register-terms-check input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.register-inline-link {
  display: inline;
  border: 0;
  background: transparent;
  color: #8b0d42;
  font-weight: 700;
  text-decoration: underline;
  padding: 0;
}

.register-inline-link--icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  color: #8b0d42;
  background: rgba(139, 13, 66, 0.08);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.register-inline-link--icon:hover,
.register-inline-link--icon:focus-visible {
  background: rgba(139, 13, 66, 0.14);
  transform: translateY(-1px);
}

.register-inline-link--icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.register-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(39, 18, 28, 0.58);
  z-index: 100000;
}

.register-modal.is-open {
  display: flex;
}

.register-modal__dialog {
  position: relative;
  width: min(100%, 540px);
  padding: 34px 28px 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 60px rgba(39, 18, 28, 0.22);
}

.register-modal__dialog--legal {
  width: min(100%, 920px);
  max-height: min(88vh, 980px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.register-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: #f7ad1c;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(247, 173, 28, 0.35);
}

.register-modal__dialog h3 {
  margin: 0 0 10px;
  color: #860942;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
}

.register-modal__dialog p {
    margin: 0 0 10px;
    color: #4d5566;
    font-size: 12px;
    line-height: 1.55;
}

.register-modal__note {
  margin: -6px 0 10px;
  color: #7b8291;
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

.register-modal__timer {
  margin: 16px 0 22px;
  color: #7d1942;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.register-modal__legal-copy {
  overflow-y: auto;
  padding-right: 10px;
  display: grid;
  gap: 12px;
}

@media (max-width: 1199px) {
  .register-now-nav ul {
    gap: 20px;
    flex-wrap: wrap;
  }

  .register-card,
  .register-card--compact,
  .register-card--tall {
    min-height: auto;
  }

  .register-field--wide {
    max-width: 100%;
  }

  .register-grid > .register-field--wide {
    grid-column: auto;
  }
}

@media (max-width: 991px) {
  .register-now-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .register-now-nav {
    order: 3;
    width: 100%;
  }

  .register-now-nav ul {
    gap: 16px 18px;
  }

  .register-now-nav a {
    font-size: 15px;
  }

  .register-now-stage {
    padding: 52px 0 72px;
  }

  .register-now-stage h2 {
    margin-bottom: 38px;
  }

  .register-card {
    padding: 56px 24px 32px;
  }

  .register-grid,
  .register-grid--questions,
  .register-question-list,
  .register-grid--triple {
    grid-template-columns: 1fr;
  }

  .register-member-table {
    overflow-x: auto;
  }

  .register-member-table__head--five,
  .register-member-table__row--five {
    grid-template-columns: 180px 200px 140px 180px 160px;
    min-width: 860px;
  }

  .register-member-table__head--three,
  .register-member-table__row--three {
    grid-template-columns: 220px 220px 180px;
    min-width: 620px;
  }
}

@media (max-width: 767px) {
  .register-now-shell {
    padding: 0 18px;
  }

  .register-now-header__brand img {
    width: 136px;
  }

  .register-now-header__login {
    min-width: 92px;
    min-height: 46px;
    font-size: 16px;
  }

  .register-now-stage__eyebrow {
    font-size: 20px;
  }

  .register-now-stage h2 {
    font-size: 34px;
  }

  .register-choice-card {
    width: 100%;
    max-width: 280px;
    min-height: 214px;
  }

  .register-choice-card__label {
    font-size: 34px;
  }

  .register-card,
  .register-card--compact,
  .register-card--legal {
    padding: 54px 18px 24px;
    border-radius: 18px;
  }

  .register-progress {
    gap: 56px;
  }

  .register-progress__item::after {
    width: 62px;
  }

  .nice-select , input[type="text"]{
    border: 1px solid #7F7C7C !important;
  }

  .register-field input,
  .register-field select,
  .register-field textarea,
  .register-field--file span {
    font-size: 16px;
  }

  .register-actions--inline {
    flex-direction: column;
  }

  .register-primary-btn,
  .register-secondary-btn {
    width: 100%;
  }

  .register-modal {
    padding: 16px;
  }

  .register-modal__dialog {
    padding: 30px 18px 22px;
  }

  .register-modal__dialog h3 {
    font-size: 28px;
  }
}
