.nebula-text-italic {
  font-variation-settings: 'ital' 75;
}
.nebula-text-semibold {
  font-weight: 500;
}
.mktoForm {
  width: 100% !important;
}
.mktoForm * {
  font-family: "Proxima Vara", Arial, sans-serif;
  padding: 0;
}
.mktoForm a {
  text-decoration: underline;
}
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  padding: 0.3em;
  float: left;
}
.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
  margin-left: 1.5em;
  margin-top: 0.1em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}
.mktoForm .mktoRadioList>label>input,
.mktoForm .mktoCheckboxList>label>input {
  float: left;
  margin: 0;
  margin-left: -1.5em;
}
.mktoForm .mktoRadioList>input,
.mktoForm .mktoCheckboxList>input {
  padding: 0;
}
.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
  display: none;
}
.mktoForm .mktoClear {
  clear: both;
  float: none;
}
.mktoForm .mktoLogicalField {
  float: left;
}
.mktoForm .mktoAsterix {
  float: right;
  color: #bf0000;
  padding-left: 5px;
  display: none;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  display: block;
}
.mktoForm .mktoButtonRow {
  display: flex;
  width: 100%;
}
.mktoForm .mktoButtonRow .mktoButton {
  border: var(--nebula-button-border);
  border-color: var(--nebula-button-border-color);
  background: #0593ff;
  color: #fff;
  font-size: var(--nebula-button-font-size);
  font-weight: var(--nebula-button-font-weight);
  line-height: var(--nebula-button-line-height);
  padding: var(--nebula-button-padding);
  transition: all 0.25s ease-in-out;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
  border-radius: 32px;
}
.mktoForm .mktoButtonRow .mktoButton:hover {
  background: #0077d1;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  border: #046ab8;
  border-color: #046ab8;
  background: #046ab8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25rem;
  padding: 12px 16px;
  box-shadow: none;
  border-radius: 24px;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: #0077d1;
}
.mktoForm .mktoFormRow label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.mktoForm .mktoFormRow label .mktoLabel {
  margin-bottom: 10px;
}
.mktoForm .mktoFormRow input[type='text'],
.mktoForm .mktoFormRow input[type='tel'],
.mktoForm .mktoFormRow input[type='email'],
.mktoForm .mktoFormRow select,
.mktoForm .mktoFormRow textarea {
  background: #e7ecf1;
  border: 1px solid #ced9e2;
  border-radius: 6px;
  box-shadow: none;
  color: #000;
  height: 40px;
  width: 100% !important;
  transition: all 0.5s;
  font-weight: 500;
}
.mktoForm .mktoFormRow input[type='text']:focus,
.mktoForm .mktoFormRow input[type='tel']:focus,
.mktoForm .mktoFormRow input[type='email']:focus,
.mktoForm .mktoFormRow select:focus,
.mktoForm .mktoFormRow textarea:focus {
  background: #fff;
  border-color: #919191;
  outline: none;
  transition: all 0.5s;
}
.mktoForm .mktoFormRow textarea {
  min-height: 80px;
}
.mktoForm .mktoFormRow input[type='radio'] {
  width: 1rem;
  height: 1rem;
}
.mktoForm .mktoFormRow input[type='checkbox'] {
  width: 22px;
  height: 22px;
  border-radius: 6px;
}
.mktoForm .mktoFormRow select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") #fff no-repeat 96% !important;
}
.mktoForm .mktoFormRow .mktoRadioList {
  float: none;
}
.mktoForm .mktoFormRow .mktoRadioList label {
  display: flex;
  padding-left: 20px;
  margin-bottom: 1rem;
  cursor: pointer;
}
.mktoForm .mktoFormRow .mktoRadioList input[type='radio'] {
  opacity: 0;
}
.mktoForm .mktoFormRow .mktoCheckboxList {
  display: grid;
  grid-template-columns: auto auto;
  width: auto !important;
  padding: 0;
}
.mktoForm .mktoFormRow .mktoCheckboxList label {
  cursor: pointer;
  padding-left: 0;
  position: relative;
  margin-bottom: 1rem;
}
.mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .mktoForm .mktoFormRow .mktoFormCol.mktoMultiColumn {
    float: left;
    width: 50%;
  }
  .mktoForm .mktoFormRow .mktoFormCol.mktoMultiColumn:nth-child(odd) {
    padding-right: 10px; /* Adjust as needed */
  }
}
.mktoForm .mktoFormRow .mktoGutter,
.mktoForm .mktoFormRow .mktoOffset {
  display: none;
}
.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
  float: left;
  padding-left: 0;
  padding-right: 5px;
}
.mktoForm .mktoFormRow .mktoFieldWrap>label {
  width: fit-content !important;
  display: block;
}
.mktoForm .mktoFormRow .mktoField {
  font-size: 16px;
  padding: 10px;
  margin: 0;
}
.mktoForm .mktoFieldWrap .mktoInstruction {
  display: none;
}
.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
  width: 100%;
}
.mktoMobileShow .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
  float: left;
  padding-left: 0;
  padding-right: 5px;
}
