.max-button[data-v-944a1fee] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  padding: 14px 32px;
  font-weight: 600;
  background-color: #0080FF;
  border-radius: 10px;
  line-height: 100%;
}
.max-button[secondary][data-v-944a1fee] {
  padding: 14px 16px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.max-button[green][data-v-944a1fee] {
  background-color: #0a9a49;
}
.max-button[disabled][data-v-944a1fee] {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
}
.max-button[outlined][data-v-944a1fee] {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.max-button[data-v-944a1fee]:hover {
  filter: brightness(103%);
}
.max-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  gap: 10px;
  color: #160526;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.social-button[data-v-944a1fee]:hover {
  filter: brightness(105%);
}
.social-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee]:disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.social-button svg[data-v-944a1fee] {
  max-width: 24px;
  max-height: 24px;
}
.contact-us[data-v-b554f3e6] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-inline: 14px;
  padding-top: 12px;
}
@media screen and (min-width: 1600px) {
.contact-us[data-v-b554f3e6] {
    padding-top: 28px;
}
}
.wrapper[data-v-b554f3e6] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 472px;
  margin-inline: auto;
}
.astronaut[data-v-b554f3e6] {
  margin-top: 80px;
  aspect-ratio: 271/360;
  height: 515px;
  transform: rotate(-15deg);
  pointer-events: none;
}
.planet[data-v-b554f3e6] {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header[data-v-b554f3e6] {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
  /* 57.6px */
  text-transform: uppercase;
}
.page-lead[data-v-b554f3e6] {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.input-label[data-v-b554f3e6] {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  margin-bottom: 4px;
}
.input-label span[data-v-b554f3e6] {
  color: #f00;
}
.v-input[data-v-b554f3e6] .v-input__control .v-input__slot {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.3);
}
.v-input[data-v-b554f3e6] .v-input__control .v-input__slot::before, .v-input[data-v-b554f3e6] .v-input__control .v-input__slot::after {
  display: none !important;
}
.v-input[data-v-b554f3e6] .v-input__control .v-input__slot input,
.v-input[data-v-b554f3e6] .v-input__control .v-input__slot textarea {
  padding-left: 4px !important;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.v-input[data-v-b554f3e6] .v-input__control .v-input__slot input::-moz-placeholder, .v-input[data-v-b554f3e6] .v-input__control .v-input__slot textarea::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
}
.v-input[data-v-b554f3e6] .v-input__control .v-input__slot input::placeholder,
.v-input[data-v-b554f3e6] .v-input__control .v-input__slot textarea::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
}
.v-input[data-v-b554f3e6] .v-input__control .v-input__slot .v-select__selections .v-select__selection {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  padding-left: 0 !important;
}
.v-input[data-v-b554f3e6] .v-input__control .v-text-field__details .v-messages {
  font-size: 12px !important;
  font-style: normal;
  transform: translateY(-1px);
  color: #f00;
}
.v-input[data-v-b554f3e6] .v-input__control .v-messages__message {
  padding-left: 0 !important;
}
.v-input[data-v-b554f3e6].v-file-input .v-input__slot {
  cursor: pointer;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.v-input[data-v-b554f3e6].v-file-input .v-input__slot .v-file-input__text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.v-input[data-v-b554f3e6].v-file-input .v-input__slot .v-icon.v-icon.mdi-close {
  color: #fff !important;
  right: 10px;
  position: absolute;
  pointer-events: auto !important;
}
.v-input[data-v-b554f3e6].v-file-input .v-input__slot .v-input__append-inner {
  pointer-events: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.v-input[data-v-b554f3e6].v-file-input .v-text-field__slot {
  justify-content: center;
}
.v-input[data-v-b554f3e6].v-file-input .v-text-field__slot .v-file-input__text {
  display: contents;
}
.v-file-input[data-v-b554f3e6] {
  position: relative;
  z-index: 1;
  flex-direction: row-reverse;
}
.v-file-input[data-v-b554f3e6] .v-input__append-inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.submit-button[data-v-b554f3e6] {
  display: flex;
  height: 52px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.subject-dropdown-list .v-select-list {
  background: #0e141b;
}
.subject-dropdown-list .v-list-item {
  display: flex;
  width: 472px;
  height: 44px;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
}
.subject-dropdown-list .v-list-item::before, .subject-dropdown-list .v-list-item::after {
  content: none;
}
.subject-dropdown-list .v-list-item:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #0e141b;
}
.subject-dropdown-list .v-list-item .v-list-item__title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  outline: none;
}

/*# sourceMappingURL=30.2b472c37.css.map*/