#_form_138_ {
  margin: 0 auto;
  max-width: 600px;
  text-align: left;
}

#_form_138_ ._form-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

#_form_138_ ._form_element {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#_form_138_ ._full_width {
  flex-basis: 100%;
}

#_form_138_ ._half_width {
  flex-basis: 100%;

  @media (min-width: 700px) {
    flex-basis: calc(50% - 8px);
  }
}

#_form_138_ ._form-label {
  color: #fff;
  font-family: "Mark Pro", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

#_form_138_ input[type="text"] {
  box-sizing: border-box;
  display: flex;
  height: 54px;
  width: 100%;
  padding: 8px 12px 10px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #000e1b;
  color: #fff;
}

#_form_138_ input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Mark Pro", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

#_form_138_submit {
  box-sizing: border-box;
  display: flex;
  height: 48px;
  min-height: 40px;
  padding: 12px 40px;
  margin: 8px auto 0;
  align-items: center;
  gap: 12px;

  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(7, 81, 226, 0.6);
  box-shadow: 0 12px 7px 0 rgba(0, 9, 32, 0.3);
  backdrop-filter: blur(4px);

  cursor: pointer;

  color: #fff;
  text-align: center;

  font-family: "Mark Pro", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;

  transition: all 0.2s ease;
}

#_form_138_submit:hover {
  background: rgba(7, 81, 226, 0.8);
  box-shadow: 0 3px 7px 0 rgba(0, 9, 32, 0.7);
}

#_form_138_submit:active {
  background: #0751e2;
  box-shadow: 0 3px 7px 0 rgba(0, 9, 32, 0.7);
}

#_form_138_ ._error-inner {
  margin-top: 4px;
  font-size: 16px;
  font-family: "Mark Pro", Arial, sans-serif;
  color: #ff4d00;
}

#_form_138_ ._form-thank-you {
  text-align: center;
}

#_form_138_ ._form-fieldset {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._checkbox-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

._checkbox-radio ._error-inner {
  width: 100%;
  flex-basis: 100%;
}

.checkbox-input {
  width: 24px;
  height: 24px;
  background: transparent;
}

.checkbox-label {
  opacity: 0.8;
  color: #fff;
  font-family: "Mark Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  flex: 1;
}
