.input__text {
  max-width: 460px;
}
@media (max-width: 900px) {
  .input__text {
    max-width: 100%;
  }
}
.input__text.-half {
  min-width: 222px;
  max-width: 222px;
}
@media (max-width: 900px) {
  .input__text.-half {
    min-width: 100%;
    max-width: 100%;
  }
}
.input__radio--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 900px) {
  .input__radio--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.input__radio--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input__radio--group-text {
  width: 100%;
  max-width: 222px;
}
.input__radio--label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.input__date {
  min-width: 218px;
  max-width: 218px;
}
.input__address--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  min-width: 140px;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .input__address--text {
    width: 100%;
    min-width: 100%;
    font-size: 18px;
  }
}

.address__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 900px) {
  .address__wrapper {
    gap: 32px;
  }
}
.address__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .address__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.address__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.address__input--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.address__input--text {
  width: 185px;
}
.address__input--text-l {
  width: 460px;
}
@media (max-width: 900px) {
  .address__input--text-l {
    width: 100%;
  }
}
.address__input--zip {
  width: 240px;
}
@media (max-width: 900px) {
  .address__input--zip {
    width: 100%;
  }
}
.address__input--select {
  width: 368px;
}
@media (max-width: 900px) {
  .address__input--select {
    width: 100%;
  }
}
.address__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  min-width: 140px;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .address__info {
    width: 100%;
    min-width: 100%;
    height: 27px;
    margin-bottom: 12px;
  }
}
.address__button {
  height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  background: #e9ecf2;
  border-radius: 5px;
}
.address__button:hover {
  opacity: 0.7;
}
.address__description {
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}
@media (max-width: 900px) {
  .address__description {
    margin-top: 0;
  }
}

.register__text {
  margin-bottom: 48px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
.register__text--s {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 900px) {
  .register__text--s {
    text-align: left;
  }
}
.register__text--l {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 900px) {
  .register__text--l {
    font-size: 26px;
  }
}
.register__bracket {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #0064cf;
  text-align: center;
  border-right: 2px solid #0064cf;
  border-left: 2px solid #0064cf;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .register__bracket {
    padding: 0 32px;
    font-size: 26px;
  }
}
.register__content {
  padding: 48px 90px 40px;
  margin-top: 16px;
  border: 1px solid #0064cf;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .register__content {
    padding: 48px 24px 40px;
  }
}
.register__button, .register__submitButton, .register__groupSubmitButton, .register__registButton {
  width: 100%;
  padding: 12px 64px;
  word-break: keep-all;
  overflow-wrap: break-word;
  border: none;
}
@media (max-width: 900px) {
  .register__button, .register__submitButton, .register__groupSubmitButton, .register__registButton {
    padding: 12px 32px;
  }
}
.register__button--wrapper, .register__submitButton--wrapper, .register__groupSubmitButton--wrapper, .register__registButton--wrapper {
  margin: 0 auto;
  position: relative;
}
.register__button--wrapper:hover .hover-reverse-bg::before, .register__button--wrapper:hover .hover-reverse-bg::after, .register__submitButton--wrapper:hover .hover-reverse-bg::before, .register__submitButton--wrapper:hover .hover-reverse-bg::after, .register__groupSubmitButton--wrapper:hover .hover-reverse-bg::before, .register__groupSubmitButton--wrapper:hover .hover-reverse-bg::after, .register__registButton--wrapper:hover .hover-reverse-bg::before, .register__registButton--wrapper:hover .hover-reverse-bg::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.register__button--wrapper:hover .hover-reverse-bg::before, .register__submitButton--wrapper:hover .hover-reverse-bg::before, .register__groupSubmitButton--wrapper:hover .hover-reverse-bg::before, .register__registButton--wrapper:hover .hover-reverse-bg::before {
  opacity: 0;
}
.register__button--wrapper:hover .hover-reverse-bg::after, .register__submitButton--wrapper:hover .hover-reverse-bg::after, .register__groupSubmitButton--wrapper:hover .hover-reverse-bg::after, .register__registButton--wrapper:hover .hover-reverse-bg::after {
  opacity: 1;
}
.register__button--wrapper .hover-reverse-bg, .register__submitButton--wrapper .hover-reverse-bg, .register__groupSubmitButton--wrapper .hover-reverse-bg, .register__registButton--wrapper .hover-reverse-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.register__button--wrapper .hover-reverse-bg::before, .register__button--wrapper .hover-reverse-bg::after, .register__submitButton--wrapper .hover-reverse-bg::before, .register__submitButton--wrapper .hover-reverse-bg::after, .register__groupSubmitButton--wrapper .hover-reverse-bg::before, .register__groupSubmitButton--wrapper .hover-reverse-bg::after, .register__registButton--wrapper .hover-reverse-bg::before, .register__registButton--wrapper .hover-reverse-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.register__button--wrapper .hover-reverse-bg::before, .register__submitButton--wrapper .hover-reverse-bg::before, .register__groupSubmitButton--wrapper .hover-reverse-bg::before, .register__registButton--wrapper .hover-reverse-bg::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #00a5f6), to(#004eea));
  background: linear-gradient(270deg, #00a5f6 10.5%, #004eea 100%);
  opacity: 1;
}
.register__button--wrapper .hover-reverse-bg::after, .register__submitButton--wrapper .hover-reverse-bg::after, .register__groupSubmitButton--wrapper .hover-reverse-bg::after, .register__registButton--wrapper .hover-reverse-bg::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #004eea), to(#00a5f6));
  background: linear-gradient(270deg, #004eea 10.5%, #00a5f6 100%);
  opacity: 0;
}
@media (max-width: 900px) {
  .register__button--wrapper, .register__submitButton--wrapper, .register__groupSubmitButton--wrapper, .register__registButton--wrapper {
    max-width: 100%;
  }
}
.register__button {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
}
@media (max-width: 374px) {
  .register__button {
    padding: 12px 0;
  }
}
.register__button--wrapper {
  max-width: 352px;
}
.register__submitButton, .register__registButton {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
}
.register__submitButton--wrapper, .register__registButton--wrapper {
  max-width: 308px;
}
@media (max-width: 374px) {
  .register__submitButton--wrapper, .register__registButton--wrapper {
    max-width: 100%;
  }
}
.register__submitButton--smallText, .register__registButton--smallText {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.register__groupSubmitButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  color: #0064cf;
  position: relative;
}
.register__groupSubmitButton:hover {
  background-color: #f5faff;
}
.register__groupSubmitButton:hover::after {
  padding: 2px;
}
.register__groupSubmitButton::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#00c6fb), to(#005bea));
  background: linear-gradient(270deg, #00c6fb 0%, #005bea 100%);
  border-radius: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.register__registButton--wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.register__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #0064cf;
  text-decoration-line: underline;
  text-decoration-thickness: 6%;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: auto;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-weight: 700;
}
.register__list {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.register__list:not(:last-child) {
  margin-bottom: 12px;
}
.register__list--wrapper {
  margin-left: 20px;
  list-style-type: disc;
}
.register__list--orange {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #f97930;
}
.register__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.register__input:first-child {
  margin-right: 16px;
}
@media (max-width: 900px) {
  .register__input:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.register__input--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 900px) {
  .register__input--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 40px;
    border-bottom: none;
  }
}
.register__input--row:last-child {
  margin-bottom: 0;
}
.register__input--row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.register__input--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.register__input--text, .register__input--radioText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 225px;
  min-width: 225px;
  margin-right: 6.17%;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .register__input--text, .register__input--radioText {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.register__input--text-wrapper, .register__input--radioText-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 225px;
  min-width: 225px;
  margin-right: 6.17%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .register__input--text-wrapper, .register__input--radioText-wrapper {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
}
.register__input--text {
  height: 48px;
}
@media (max-width: 900px) {
  .register__input--text {
    height: 24px;
  }
}
.register__input--radioText {
  height: 28px;
}
.register__terms--link {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  color: #0064cf;
  text-decoration-line: underline;
  text-decoration-thickness: 6%; /* 0.96px */
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: auto;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
@media (max-width: 900px) {
  .register__terms--link {
    font-size: 18px;
  }
}
.register__terms--label {
  cursor: pointer;
}
.register__select {
  width: 222px;
}

.job_posting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  counter-increment: custom-counter;
}
.job_posting__list:not(:last-child) {
  margin-bottom: 24px;
}
.job_posting__list--title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.job_posting__list::before {
  content: counter(custom-counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #0064cf;
  background-color: #f0f7ff;
  border-radius: 5px;
}

.-error-text-radio {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #d10404 !important;
}