/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.grecaptcha-badge {
  display: none !important;
}

body .zota_form {
  max-width: 46.375em;
  background: #fff;
  border-radius: 0.3125em;
  margin: 0 auto;
  text-align: left;
}
body .zota_form h2.form_title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.125em;
}
@media (min-width: 768px) {
  body .zota_form h2.form_title {
    font-size: 1.25em;
  }
}
body .zota_form h2.form_title {
  line-height: 140%;
  color: #042f3d;
  margin: 0 auto 1.25rem;
  text-align: center;
}
body .zota_form p {
  margin: 0;
}
body .zota_form p.form_desc {
  color: #5f5f5f;
  text-align: center;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  body .zota_form p.form_desc {
    font-size: 1em;
  }
}
body .zota_form p.form_desc {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 2.25rem 0;
}
body .zota_form .cant_find_industry_wrap {
  display: none;
}
body .zota_form .form_row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 30.8125em;
  margin: 0 auto 1.5em;
  flex-wrap: wrap;
}
body .zota_form .form_row input {
  flex: 0 0 100%;
}
body .zota_form .form_row .full {
  flex: 0 0 100%;
}
body .zota_form .form_row .half {
  flex: 0 0 48%;
}
@media (max-width: 767px) {
  body .zota_form .form_row .half {
    flex: 0 0 100%;
  }
  body .zota_form .form_row .half:first-child {
    margin-bottom: 0.625em;
  }
}
body .zota_form .form_row.disclaimer {
  gap: 10px;
  border-radius: 12px;
  padding: 12px;
  background-color: #f0f7fe;
  font-size: 12px;
  max-width: initial;
  margin-top: 24px;
}
body .zota_form .tippy-content {
  width: max-content;
}
body .zota_form ul.region_select {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.5rem 0;
  padding: 0;
  align-items: center;
  gap: 1.25rem;
  position: relative;
}
@media (min-width: 568px) {
  body .zota_form ul.region_select {
    gap: 1.5rem;
  }
}
body .zota_form ul.region_select li {
  flex: 0 1 calc(50% - 10px);
}
@media (min-width: 568px) {
  body .zota_form ul.region_select li {
    flex: 0 1 calc(50% - 12px);
  }
}
@media (min-width: 768px) {
  body .zota_form ul.region_select li {
    flex: 0 1 calc(30% - 8px);
  }
}
body .zota_form ul.region_select li label {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 0.625rem 0.75rem;
  margin: 0;
}
@media (min-width: 768px) {
  body .zota_form ul.region_select li label {
    padding: 0.75rem 1.125rem;
  }
}
body .zota_form ul.region_select li label {
  transition: all 0.1s ease-out;
  cursor: pointer;
}
body .zota_form ul.region_select li label .title {
  margin-right: 0.375em;
  color: #0c0b45;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.1s ease-out;
  white-space: nowrap;
}
body .zota_form ul.region_select li input[type=checkbox]:checked + label {
  border: 1px solid #b1c1ed;
}
body .zota_form ul.region_select li input[type=checkbox]:checked + label .title {
  color: #025de0;
}
body .zota_form form input[type=checkbox],
body .zota_form form input[type=radio] {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: -0.625rem;
}
body .zota_form form input[type=checkbox]:checked ~ span.check,
body .zota_form form input[type=checkbox]:checked ~ label > span.check {
  background: url("../img/check.svg");
  background-size: cover;
  background-position: center;
  box-shadow: inset 0px 0px 0px 0px #e8e8e8;
}
body .zota_form form input[type=radio]:checked ~ span.radio,
body .zota_form form input[type=radio]:checked ~ label > span.radio {
  background: url("../img/check.svg");
  background-size: cover;
  background-position: center;
  box-shadow: inset 0px 0px 0px 0px #e8e8e8;
}
body .zota_form form label {
  position: relative;
  color: #0c0b45;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  padding: 0 0 4px 12px;
}
@media (min-width: 768px) {
  body .zota_form form label {
    padding: 0 0 4px 18px;
  }
}
body .zota_form form label .check {
  width: 1.5rem;
  height: 1.5rem;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0px 0px 0px 1px #e8e8e8;
  display: inline-block;
  margin-right: 0.5rem;
}
body .zota_form form label .radio {
  width: 1.5rem;
  height: 1.5rem;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: inset 0px 0px 0px 1px #e8e8e8;
  display: inline-block;
  margin-right: 0.5rem;
}
body .zota_form form h5.form-title {
  color: #042f3d;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  max-width: 35rem;
  margin: 0 auto 3.125rem;
}
@media (min-width: 981px) {
  body .zota_form form h5.form-title {
    font-size: 1.25rem;
  }
}
body .zota_form form select {
  height: 3.625rem;
}
body .zota_form form input[type=text],
body .zota_form form input[type=number],
body .zota_form form input[type=email],
body .zota_form form input[type=tel],
body .zota_form form input[type=url],
body .zota_form form textarea {
  border-radius: 30px;
  border: 1px solid #f0f4ff;
  background: rgba(255, 255, 255, 0.84);
  /* Shadow 1 */
  box-shadow: 0px 1px 13px -4px rgba(65, 125, 241, 0.2);
  font-size: 1em;
  line-height: 3.625rem;
  padding: 0rem 0.75rem;
}
@media (min-width: 768px) {
  body .zota_form form input[type=text],
  body .zota_form form input[type=number],
  body .zota_form form input[type=email],
  body .zota_form form input[type=tel],
  body .zota_form form input[type=url],
  body .zota_form form textarea {
    padding: 0rem 1.125rem;
  }
}
body .zota_form form input[type=text],
body .zota_form form input[type=number],
body .zota_form form input[type=email],
body .zota_form form input[type=tel],
body .zota_form form input[type=url],
body .zota_form form textarea {
  width: 100%;
  color: #000;
}
body .zota_form form input[type=text].error,
body .zota_form form input[type=number].error,
body .zota_form form input[type=email].error,
body .zota_form form input[type=tel].error,
body .zota_form form input[type=url].error,
body .zota_form form textarea.error {
  border: 1px solid #d8000c;
}
body .zota_form form input[type=text]::placeholder,
body .zota_form form input[type=number]::placeholder,
body .zota_form form input[type=email]::placeholder,
body .zota_form form input[type=tel]::placeholder,
body .zota_form form input[type=url]::placeholder,
body .zota_form form textarea::placeholder {
  color: #9b9b9b;
}
body .zota_form form textarea {
  line-height: 19px;
  padding-top: 1.25rem;
  border-radius: 1.875rem;
}
body .zota_form form input[type=number]::-webkit-outer-spin-button, body .zota_form form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .zota_form form input[type=number] {
  -moz-appearance: textfield;
}
body .zota_form form select {
  width: 100%;
}
body .zota_form form .notice {
  font-size: 0.75em;
  line-height: 1.3;
  color: #0c0b45;
  font-weight: 300;
  padding: 0.375rem 0.375rem 0rem 0.75rem;
}
@media (min-width: 768px) {
  body .zota_form form .notice {
    padding: 0.375rem 0.375rem 0rem 1.125rem;
  }
}
body .zota_form form .notice.cant_find_industry {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  color: #025de0;
}
body .zota_form .phone_cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #f0f4ff;
  background: rgba(255, 255, 255, 0.84);
  /* Shadow 1 */
  box-shadow: 0px 1px 13px -4px rgba(65, 125, 241, 0.2);
}
body .zota_form .phone_cont input[type=number],
body .zota_form .phone_cont input[type=tel] {
  padding-left: 0;
}
body .zota_form .phone_cont input[type=number],
body .zota_form .phone_cont .select2-container .select2-selection--single,
body .zota_form .phone_cont input[type=tel] {
  border: 0 none;
  box-shadow: 0 0 0;
  background: transparent;
}
body .zota_form .phone_cont .dial_code_wrap {
  flex: 0 1 100px;
  margin-right: 0;
}
body .zota_form .license_wrap {
  display: none;
}
body .zota_form .select2-container {
  display: block;
}
body .zota_form .select2-container .select2-choice,
body .zota_form .select2-result-label {
  height: 3.625rem !important;
}
body .zota_form .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 30px;
  border: 1px solid #f0f4ff;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0px 1px 13px -4px rgba(65, 125, 241, 0.2);
  font-size: 1em;
  line-height: 3.625rem !important;
  padding: 0rem 0.75rem;
  height: 3.625rem !important;
  padding-left: 0;
}
body .zota_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 3.625rem !important;
  height: 3.625rem !important;
  padding: 0 12px;
}
@media (min-width: 768px) {
  body .zota_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 18px;
  }
}
body .zota_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 3.625rem;
  height: 3.625rem;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 43px;
}
body .zota_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0 none;
  background: url("../img/chevron-down.svg");
  background-size: cover;
  background-position: center;
  height: 18px;
  width: 18px;
  left: 32%;
  margin-left: 3px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
}
body .zota_form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #b6c1cd;
}
body .zota_form .radio_row {
  width: 100%;
}
body .zota_form .radio_wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
body .zota_form .radio_wrap .license_name {
  line-height: 1;
  font-size: 14px;
  padding: 6px 12px 12px;
}
@media (min-width: 768px) {
  body .zota_form .radio_wrap .license_name {
    padding: 6px 18px 12px;
  }
}
body .zota_form .radio_wrap .rw_checkboxes {
  display: flex;
  align-items: center;
}
body .zota_form .radio_wrap .rw_checkboxes label.checkbox {
  display: flex;
  align-items: center;
  margin-right: 1.125rem;
}
body .zota_form .submit_wrap {
  display: flex;
  justify-content: flex-end;
}
body .zota_form.expo-lp #form_submit:hover {
  background: linear-gradient(89.06deg, #0c0b45 0.71%, #114692 98.36%);
}
body .zota_form.expo-lp .submit_wrap {
  margin-top: 24px;
}
body .zota_form #form_submit {
  border-radius: 60px;
  background: #0c0b45;
  color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border: 0 none;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
body .zota_form #form_submit:disabled, body .zota_form #form_submit[disabled] {
  opacity: 0.4;
}
body .zota_form label.error {
  font-size: 0.75rem !important;
  color: #d8000c;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  display: block;
  padding-top: 0.3125rem;
}
body .zota_form #region-error {
  top: -1rem;
  left: 0;
  position: absolute;
  width: 17.5rem;
  padding-left: 1.375rem;
  background-image: url("../img/alert-triangle.svg");
  background-position: left center;
  background-size: 16px;
}
body .zota_form .phone_wrap {
  position: relative;
  width: 100%;
}
body .zota_form .phone_wrap .iti {
  width: 100%;
}
body .zota_form #phone_num.error {
  bottom: 3px;
  left: 0;
  padding: 0;
  width: 219px;
  width: 92vw;
  top: 0px;
  padding-left: 80px;
}
@media screen and (min-width: 540px) {
  body .zota_form #phone_num.error {
    width: 493px;
  }
}
body .zota_form #phone_num.error:focus {
  width: initial;
  left: initial;
  border: 0;
}
body .zota_form.simplified {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
}
@media (min-width: 1280px) {
  body .zota_form.simplified {
    max-width: initial;
  }
}
@media (min-width: 1280px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) {
    display: grid;
    grid-template-areas: "left-col right-col" "form-rows-bottom form-rows-bottom";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 67px) auto repeat(2, 67px) auto;
    gap: 1.5rem;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) and (min-width: 1600px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .form_row + .region_select),
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .region_select),
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .region_select),
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .region_select),
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .region_select),
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .region_select),
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .payment-process-row,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .region_select {
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .submit_wrap,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .disclaimer {
    max-width: 77.8125rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .form_row + .region_select) {
    grid-area: left-col;
    grid-row: 1/2;
    width: 100%;
    display: flex;
    gap: 10px;
    height: 67px;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: 42px;
  }
}
@media (min-width: 1280px) and (min-width: 1600px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .form_row + .region_select) {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1280px) and (min-width: 1920px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .form_row + .region_select) {
    margin-left: 7.5rem;
  }
}
@media (min-width: 1280px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .form_row + .region_select) input,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .form_row + .region_select) select,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .form_row + .region_select) textarea {
    width: 100%;
    margin-bottom: 0;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .form_row + .region_select) .half {
    width: calc(50% - 5px);
    margin-bottom: 0;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .region_select) {
    grid-area: left-col;
    grid-row: 2/3;
    width: 100%;
    display: flex;
    gap: 10px;
    height: 67px;
    margin-bottom: 0;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: 42px;
  }
}
@media (min-width: 1280px) and (min-width: 1600px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .region_select) {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1280px) and (min-width: 1920px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .region_select) {
    margin-left: 7.5rem;
  }
}
@media (min-width: 1280px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .region_select) input,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .region_select) select,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .form_row + .region_select) textarea {
    width: 100%;
    margin-bottom: 0;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .region_select) {
    grid-area: left-col;
    grid-row: 3/4;
    width: 100%;
    display: flex;
    gap: 10px;
    height: 67px;
    margin-bottom: 0;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: 42px;
  }
}
@media (min-width: 1280px) and (min-width: 1600px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .region_select) {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1280px) and (min-width: 1920px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .region_select) {
    margin-left: 7.5rem;
  }
}
@media (min-width: 1280px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .region_select) input,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .region_select) select,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .form_row + .region_select) textarea {
    width: 100%;
    margin-bottom: 0;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .region_select) {
    grid-area: left-col;
    grid-row: 4/5;
    width: 100%;
    display: flex;
    gap: 10px;
    height: 67px;
    margin-bottom: 0;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: 42px;
  }
}
@media (min-width: 1280px) and (min-width: 1600px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .region_select) {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1280px) and (min-width: 1920px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .region_select) {
    margin-left: 7.5rem;
  }
}
@media (min-width: 1280px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .region_select) input,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .region_select) select,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .form_row + .region_select) textarea {
    width: 100%;
    margin-bottom: 0;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .region_select) {
    grid-area: left-col;
    grid-row: 5/6;
    width: 100%;
    display: flex;
    gap: 10px;
    height: 67px;
    margin-bottom: 0;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: 42px;
  }
}
@media (min-width: 1280px) and (min-width: 1600px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .region_select) {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1280px) and (min-width: 1920px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .region_select) {
    margin-left: 7.5rem;
  }
}
@media (min-width: 1280px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .region_select) input,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .region_select) select,
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .form_row + .region_select) textarea {
    width: 100%;
    margin-bottom: 0;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .region_select) {
    grid-area: right-col;
    grid-row: 1/2;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    height: 24px;
    max-width: initial;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:has(+ .region_select) p {
    font-size: 16px !important;
    margin: 0;
    line-height: 24px;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:first-of-type {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 67px;
    flex-wrap: nowrap;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:first-of-type .half {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .region_select {
    grid-area: right-col;
    grid-row: 2/6;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    height: fit-content;
    align-self: start;
    top: -1.875rem;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .payment-process-row {
    grid-area: left-col;
    grid-row: 4/5;
    width: 100%;
    position: relative;
    top: 42px;
  }
}
@media (min-width: 1280px) and (min-width: 1600px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .payment-process-row {
    margin-left: 3.5rem;
  }
}
@media (min-width: 1280px) and (min-width: 1920px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .payment-process-row {
    margin-left: 7.5rem;
  }
}
@media (min-width: 1280px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .payment-process-row .full {
    width: 100%;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .payment-process-row label {
    font-weight: 600;
    color: #0a1551;
    margin-bottom: 0.5rem;
    display: block;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .payment-process-row textarea {
    width: 100%;
    resize: vertical;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .submit_wrap {
    grid-area: form-rows-bottom;
    grid-row: 6/7;
    width: fit-content;
    margin-top: 20px;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .disclaimer {
    grid-area: form-rows-bottom;
    grid-row: 7/8;
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 768px) {
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) {
    grid-template-areas: "left-col" "right-col" "form-rows-bottom";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row {
    grid-row: auto !important;
    height: auto !important;
    margin-bottom: 15px !important;
    grid-area: auto !important;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:first-of-type {
    flex-direction: column;
    gap: 0;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .form_row:first-of-type .half {
    width: 100%;
    margin-bottom: 10px;
  }
  body .zota_form.simplified #zota_custom_form:not(:has(.form-columns)) .region_select {
    grid-row: auto;
  }
}
body .zota_form.simplified #zota_custom_form #business_licensed + .checkbox .title {
  top: -5px;
  position: relative;
}
body .zota_form.simplified #zota_custom_form .form-columns {
  margin-bottom: 1.5rem;
}
@media (min-width: 1280px) {
  body .zota_form.simplified #zota_custom_form .form-columns {
    display: flex;
    gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  body .zota_form.simplified #zota_custom_form .form-columns .form-left-col,
  body .zota_form.simplified #zota_custom_form .form-columns .form-right-col {
    flex: 1;
    min-width: 0;
  }
}
body .zota_form.simplified #zota_custom_form .form-columns .form-left-col .form_row:first-of-type {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
body .zota_form.simplified #zota_custom_form .form-columns .form-left-col .form_row:first-of-type .half {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .zota_form.simplified #zota_custom_form .form-columns .form-left-col .form_row:first-of-type {
    flex-direction: column;
    gap: 0;
  }
  body .zota_form.simplified #zota_custom_form .form-columns .form-left-col .form_row:first-of-type .half {
    width: 100%;
    margin-bottom: 10px;
  }
}
body .zota_form.simplified #zota_custom_form .form-columns .form-left-col .payment-process-row label {
  font-weight: 600;
  color: #0a1551;
  margin-bottom: 0.5rem;
  display: block;
}
body .zota_form.simplified #zota_custom_form .form-columns .form-left-col .payment-process-row textarea {
  width: 100%;
  resize: vertical;
}
body .zota_form.simplified #zota_custom_form .form-columns .form-right-col .form_row {
  text-align: left;
  margin-bottom: 20px;
}
body .zota_form.simplified #zota_custom_form .form-columns .form-right-col .form_row p {
  font-size: 16px !important;
  margin: 0;
  line-height: 24px;
}
body .zota_form.simplified #zota_custom_form .form-columns .form-right-col .region_select {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  height: fit-content;
}
body .zota_form.simplified {
  border-radius: 1.5rem;
  padding: 1.5rem 0.75rem 0 0.75rem;
}
@media (min-width: 1280px) {
  body .zota_form.simplified {
    padding: 1.5rem 2.125rem 0rem 2.125rem;
  }
}
body .zota_form.simplified #region_check-error {
  top: -30px;
}
body .zota_form.simplified .semibold {
  padding-top: 20px;
}
body .zota_form.simplified .select2-container {
  width: 100% !important;
}
@media (min-width: 768px) {
  body .zota_form.simplified ul.region_select li {
    flex: 0 1 calc(33% - 10px);
  }
}
body .zota_form.simplified ul.region_select li label {
  padding-right: 0.5rem;
}
body .zota_form.simplified .form_row {
  margin-bottom: 0.5rem !important;
}
body .zota_form.simplified form input[type=text],
body .zota_form.simplified form input[type=number],
body .zota_form.simplified form input[type=email],
body .zota_form.simplified form input[type=tel],
body .zota_form.simplified form input[type=url],
body .zota_form.simplified form textarea,
body .zota_form.simplified .form_row .select2-container--default .select2-selection--single .select2-selection__rendered,
body .zota_form.simplified .form_row .select2-container--default .select2-selection--single .select2-selection__arrow,
body .zota_form.simplified .form_row .select2-container .select2-selection--single {
  line-height: 2.2 !important;
  height: 2.5rem !important;
}
body .zota_form.simplified form textarea {
  height: auto !important;
  line-height: 1.4 !important;
}
body .zota_form.simplified ul.region_select {
  gap: 1rem !important;
}
body .zota_form.simplified form label {
  padding-left: 0.375rem !important;
}
body .zota_form.simplified form label .check {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
body .zota_form.simplified ul.region_select li label {
  padding: 0.75rem 1.125rem;
  padding-right: 0px;
}
body .zota_form.simplified p {
  margin-bottom: 0.5rem;
}
body .zota_form.simplified .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #9b9b9b;
}
body .zota_form.simplified .semibold {
  color: #0c0b45;
}
body .zota_form.simplified.fintech-mag {
  position: relative;
  padding-bottom: 2px;
}
body .zota_form.simplified.fintech-mag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(79, 179, 236, 0) -32.81%, rgba(2, 93, 224, 0.53) 100.39%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
  z-index: 1;
}
body .zota_form.simplified.fintech-mag form label.error {
  bottom: -0.6rem;
  position: absolute;
}
body .zota_form.simplified.fintech-mag #zota_custom_form {
  display: block !important;
  border-radius: 24px;
  background: #fff;
  backdrop-filter: blur(12px);
  position: relative;
  z-index: 2;
}
body .zota_form.simplified.fintech-mag .form_row {
  width: 100%;
  display: block !important;
  position: relative;
}
body .zota_form.simplified.fintech-mag .form_row:first-of-type {
  height: auto !important;
}
body .zota_form.simplified.fintech-mag .form_row input.error {
  margin-bottom: 12px;
}
body .zota_form.simplified.fintech-mag #form_submit {
  background-color: transparent;
  margin: 24px 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
}
body .zota_form.simplified.fintech-mag #form_submit:hover {
  background-color: #0c0b45;
}
body .zota_form.simplified.fintech-mag .acf-disclaimer {
  border-radius: 12px;
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  background-color: #f0f7fe;
  margin-bottom: 36px;
  color: #0c0b45;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .zota_form form input.hidden_input {
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: 0 !important;
  max-height: 0;
  min-height: initial;
}
body .zota_form.expo-lp {
  background-color: transparent;
}
body .zota_form.expo-lp form label {
  color: #fff;
}

#region_check-error {
  margin-right: 10px;
  position: absolute;
  top: initial !important;
  bottom: -40px;
  border: 0 none;
  padding-left: 22px !important;
  background-image: url(../img/alert-triangle.svg);
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}

.region_select.error {
  margin-bottom: 3.125rem !important;
}
.region_select.error .check {
  box-shadow: inset 0px 0px 0px 1px #d8000c !important;
}

.removeNext .sw-btn-next {
  display: none;
}

.page-template-contact .zf_steps {
  padding: 3.125em 1em;
}
@media (max-width: 767px) {
  .page-template-contact .zf_steps {
    padding: 1.25em 0.9375em;
  }
}

.step_buttons {
  margin-top: 0;
}

.sw-main.sw-theme-dots > ul.step-anchor:before {
  top: auto;
  bottom: 15px;
}
.sw-main.sw-theme-dots > ul.step-anchor > li.active > a {
  color: #ee5951;
}
.sw-main.sw-theme-dots > ul.step-anchor > li.active > a:after {
  background: #ee5951;
}
.sw-main.sw-theme-dots > ul.step-anchor > li > a {
  color: #577083;
}
.sw-main.sw-theme-dots > ul.step-anchor > li > a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-top: 10px;
  display: block;
  border-radius: 50%;
  color: #3785e4;
  background: #f5f5f5;
  border: none;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  text-decoration: none;
  z-index: 98;
}
@media (max-width: 767px) {
  .sw-main.sw-theme-dots > ul.step-anchor > li > a:before {
    bottom: auto;
    top: 0;
    left: 90px;
  }
}
.sw-main.sw-theme-dots > ul.step-anchor > li > a:after {
  content: "";
  position: relative;
  left: 50%;
  bottom: 1px;
  margin-top: 10px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 99;
  margin-left: -8px;
  background: #577083;
}
@media (max-width: 767px) {
  .sw-main.sw-theme-dots > ul.step-anchor > li > a:after {
    bottom: auto;
    top: 7px;
    position: absolute;
    left: 90px;
  }
}
.sw-main.sw-theme-dots > ul.step-anchor > li > a small {
  color: #3785e4;
}
.sw-main .tab-content > .tab-pane {
  display: none;
}
.sw-main .step_buttons.nav.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  z-index: 5;
}
.sw-main .step_buttons.nav.nav-tabs .nav-item {
  margin-bottom: -1px;
  flex: 1 0 auto;
}
.sw-main .step_buttons.nav.nav-tabs .nav-item .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  display: block;
  padding: 0.5rem 1rem;
}
.sw-main .sw-btn-group {
  text-align: right;
}

#page_body.contact .bottom .mainwidth .form_cont .l button.sw-btn-next {
  width: 120px;
}

body.ja .sub-industry-half,
body.ja .last_name_half {
  display: none;
}
body.ja .first_name_half,
body.ja .industy_half {
  flex: 0 0 100% !important;
}
@media (min-width: 768px) {
  body.ja .zota_form form label {
    font-size: 0.675em;
  }
}

.admin-bar .select2-dropdown.select2-dropdown--above {
  transform: translatey(30px);
}

.admin-bar .select2-dropdown.select2-dropdown--below {
  transform: translatey(30px);
}

.select2-dropdown.select2-dropdown--above {
  border-color: #f0f4ff !important;
}

.select2-dropdown.select2-dropdown--below {
  border-color: #f0f4ff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #deeafd !important;
  color: #1374ec !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(222, 234, 253, 0.368627451) !important;
  color: #1374ec !important;
}

.select2-results__option {
  padding: 8px 20px !important;
}

.select2-search--dropdown {
  padding: 6px 20px !important;
}

#phone_num-error {
  top: 100%;
  position: absolute;
}

.select2-dropdown.select2-dropdown--below {
  min-width: 115px !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.iti__country.iti__highlight {
  background-color: var(--main-light-blue, #f0f7fe) !important;
  border-color: transparent;
  color: rgb(1, 158, 255);
}

.iti__country-list {
  border-radius: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid transparent;
  background: var(--base-white, #fff);
  padding: 0;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-out;
  box-shadow: 0px 1px 13px -4px rgba(65, 125, 241, 0.2) !important;
  border-color: transparent !important;
}

.semibold {
  font-weight: 600;
}

/*# sourceMappingURL=zota_form-public.css.map */
