#page-tutor-registration {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#page-tutor-registration .section-hero {
  position: relative;
  padding: 200px 0 0;
}
@media (max-width: 1023px) {
  #page-tutor-registration .section-hero {
    padding: 195px 0 0;
  }
}
#page-tutor-registration .section-hero .blur {
  position: absolute;
  top: -100rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}
#page-tutor-registration .section-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
#page-tutor-registration .section-hero .background img {
  width: 100%;
  display: block;
}
#page-tutor-registration .section-hero .container {
  position: relative;
  z-index: 3;
}
#page-tutor-registration .section-hero .wrapper-title {
  margin-bottom: 40rem;
  width: 500rem;
}
@media (max-width: 1023px) {
  #page-tutor-registration .section-hero .wrapper-title {
    width: 100%;
  }
}
#page-tutor-registration .section-hero .wrapper-title p {
  color: #0072bb;
  font-size: 40rem;
  font-weight: bold;
  letter-spacing: -0.06em;
}
@media (max-width: 1023px) {
  #page-tutor-registration .section-hero .wrapper-title p {
    color: #082e54;
    font-size: 30rem;
  }
}
#page-tutor-registration .section-hero .wrapper-title p strong {
  color: white;
  font-size: 56rem;
}
@media (max-width: 1023px) {
  #page-tutor-registration .section-hero .wrapper-title p strong {
    color: #0072bb;
    font-size: 40rem;
  }
}
#page-tutor-registration .section-hero .wrapper-description {
  margin-top: 40rem;
  width: 840rem;
}
@media (max-width: 1023px) {
  #page-tutor-registration .section-hero .wrapper-description {
    width: 100%;
  }
}
#page-tutor-registration .section-hero .wrapper-description p {
  color: #082e54;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.8;
}
#page-tutor-registration .section-hero .wrapper-description p:not(:last-child) {
  margin-bottom: 20rem;
}
#page-tutor-registration .section-content {
  padding: 75rem 0 155rem;
}
@media (max-width: 1023px) {
  #page-tutor-registration .section-content {
    padding: 75rem 0 100rem;
  }
}
#page-tutor-registration .section-content .headline {
  margin-bottom: 40rem;
}
#page-tutor-registration .section-content .headline-title p {
  font-size: 22rem;
  font-weight: bold;
  letter-spacing: -0.04em;
  background: -webkit-linear-gradient(right, #deff1c 60%, #0bbbef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page-tutor-registration .section-content .form .field-group {
  position: relative;
  width: 100%;
}
#page-tutor-registration .section-content .form .field-group .label {
  margin-bottom: 8rem;
  color: #0072bb;
  font-size: 14rem;
  font-weight: 400;
}
#page-tutor-registration .section-content .form .field-group .label strong {
  color: #f02b2b;
}
#page-tutor-registration .section-content .form .field-group .field {
  border-radius: 8px;
  border: 1px solid rgba(11, 187, 239, 0.5);
  background-color: white;
  width: 100%;
  height: 44rem;
  padding: 0 12rem;
  color: #082e54;
  font-size: 14rem;
  font-weight: 400;
}
#page-tutor-registration .section-content .form .field-group .field::-moz-placeholder {
  color: #9c9c9c;
}
#page-tutor-registration .section-content .form .field-group .field::placeholder {
  color: #9c9c9c;
}
#page-tutor-registration .section-content .form .field-group svg {
  position: absolute;
  bottom: 19rem;
  right: 12rem;
  pointer-events: none;
}
#page-tutor-registration .section-content .form .field-group select.field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page-tutor-registration .section-content .form .field-group textarea.field {
  padding: 17rem 12rem;
  height: 190rem;
  resize: none;
}
#page-tutor-registration .section-content .form .field-group textarea.field::-moz-placeholder {
  color: #9c9c9c;
}
#page-tutor-registration .section-content .form .field-group textarea.field::placeholder {
  color: #9c9c9c;
}
#page-tutor-registration .section-content .form .field-group .small {
  position: relative;
  top: -10rem;
  left: 12rem;
  display: inline-flex;
  background-color: white;
  padding: 4rem;
  color: #0bbbef;
  font-size: 11rem;
  font-weight: 400;
}
#page-tutor-registration .section-content .form-grid {
  display: grid;
  grid-column-gap: 24rem;
  grid-row-gap: 30rem;
}
#page-tutor-registration .section-content .form-grid:not(:last-child) {
  margin-bottom: 30rem;
}
#page-tutor-registration .section-content .form-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1023px) {
  #page-tutor-registration .section-content .form-grid.two {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #page-tutor-registration .section-content .form-grid.two {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-tutor-registration .section-content .form-grid.three {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  #page-tutor-registration .section-content .form-grid.three {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  #page-tutor-registration .section-content .form-grid.three {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-tutor-registration .section-content .form-grid.four {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1023px) {
  #page-tutor-registration .section-content .form-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #page-tutor-registration .section-content .form-grid.four {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-tutor-registration .section-content .form-flex {
  display: flex;
}
#page-tutor-registration .section-content .form-flex .field-group:nth-child(1) {
  flex-shrink: 0;
  width: 140rem;
  margin-right: 24rem;
}
#page-tutor-registration .section-content .form-flex .field-group:nth-child(2) {
  flex-grow: 1;
}
#page-tutor-registration .section-content .form-text {
  margin-top: 20rem;
  margin-bottom: 35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24rem;
  background-color: #0bbbef;
  border-radius: 16px;
}
#page-tutor-registration .section-content .form-text p {
  margin-left: 10rem;
  color: white;
  font-size: 16rem;
  font-weight: normal;
}
#page-tutor-registration .section-content .form-text p strong {
  font-weight: 500;
}
#page-tutor-registration .section-content .form-text svg {
  flex-shrink: 0;
}
#page-tutor-registration .section-content .form-actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  #page-tutor-registration .section-content .form-actions {
    flex-direction: column;
  }
}
#page-tutor-registration .section-content .form-actions .action:not(:last-child) {
  margin-right: 55rem;
}
@media (max-width: 1023px) {
  #page-tutor-registration .section-content .form-actions .action:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30rem;
  }
}
#page-tutor-registration .section-content .form-actions .action:nth-child(2) span.arrow {
  border: 1px solid #0bbbef;
}
/*# sourceMappingURL=tutor-registration.min.css.map */
