/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.webform-submission-form {
  border: 1px solid rgba(219, 180, 43, 0.3);
  background: linear-gradient(135deg, rgba(237, 197, 48, 0.2) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 2.1875rem;
  padding: 2.0625rem;
}
@media (max-width: 61.99875rem) {
  .webform-submission-form {
    padding: 1rem;
  }
}
.webform-submission-form > label {
  font-size: 2.25rem;
  color: #dbb42b;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: 0.396px;
}
.webform-submission-form div label,
.webform-submission-form div legend span,
.webform-submission-form fieldset label,
.webform-submission-form fieldset legend span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.15px;
  margin-bottom: 0.5rem;
}
.webform-submission-form div label::after,
.webform-submission-form div legend span::after,
.webform-submission-form fieldset label::after,
.webform-submission-form fieldset legend span::after {
  background-image: url("../../images/star.svg");
}
.webform-submission-form div input,
.webform-submission-form div textarea,
.webform-submission-form fieldset input,
.webform-submission-form fieldset textarea {
  transition: none;
  resize: none;
}
.webform-submission-form div input::-moz-placeholder, .webform-submission-form div textarea::-moz-placeholder, .webform-submission-form fieldset input::-moz-placeholder, .webform-submission-form fieldset textarea::-moz-placeholder {
  color: #adb5bd;
}
.webform-submission-form div input::placeholder,
.webform-submission-form div textarea::placeholder,
.webform-submission-form fieldset input::placeholder,
.webform-submission-form fieldset textarea::placeholder {
  color: #adb5bd;
}
.webform-submission-form div input:focus, .webform-submission-form div input.has-value,
.webform-submission-form div textarea:focus,
.webform-submission-form div textarea.has-value,
.webform-submission-form fieldset input:focus,
.webform-submission-form fieldset input.has-value,
.webform-submission-form fieldset textarea:focus,
.webform-submission-form fieldset textarea.has-value {
  border-color: #dbb42b;
}
.webform-submission-form div input.is-invalid, .webform-submission-form div input.error, .webform-submission-form div input[aria-invalid=true],
.webform-submission-form div textarea.is-invalid,
.webform-submission-form div textarea.error,
.webform-submission-form div textarea[aria-invalid=true],
.webform-submission-form fieldset input.is-invalid,
.webform-submission-form fieldset input.error,
.webform-submission-form fieldset input[aria-invalid=true],
.webform-submission-form fieldset textarea.is-invalid,
.webform-submission-form fieldset textarea.error,
.webform-submission-form fieldset textarea[aria-invalid=true] {
  border-color: #dc3545;
}
.webform-submission-form div.form-floating > label,
.webform-submission-form fieldset.form-floating > label {
  transition: none;
}
.webform-submission-form .webform-file-button {
  font-size: 1rem;
  letter-spacing: -0.623px;
  font-weight: 400;
}
.webform-submission-form .webform-file-button::before {
  content: url("../../images/uplod.svg");
  background: linear-gradient(135deg, rgba(219, 180, 43, 0.3) 0%, rgba(219, 180, 43, 0.2) 100%);
  border-radius: 100%;
  padding: 2rem;
  line-height: 0;
  margin-bottom: 0.75rem;
}
.webform-submission-form select,
.webform-submission-form .webform-file-button {
  cursor: pointer;
}
.webform-submission-form .form-managed-file:not(#ajax-wrapper .form-managed-file) {
  padding: 3rem 1.5rem;
  border: 1px solid rgba(219, 180, 43, 0.3);
  border-radius: 2.1875rem;
  display: flex;
  justify-content: space-between;
}
.webform-submission-form .form-managed-file:not(#ajax-wrapper .form-managed-file) button {
  background: rgba(219, 180, 43, 0.3);
  box-shadow: unset;
  color: #dbb42b;
  padding: 0px 0.3125rem;
  gap: 0.3125rem;
  font-size: 0.875rem;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.webform-submission-form .form-managed-file:not(#ajax-wrapper .form-managed-file) button::before {
  content: "X";
  color: #dbb42b;
  background: unset;
  -webkit-mask-composite: unset;
  position: relative;
  padding: 0px;
  height: auto;
}
.webform-submission-form .form-managed-file:not(#ajax-wrapper .form-managed-file) button::after {
  display: none;
}
.webform-submission-form .form-managed-file.has-value:not(#ajax-wrapper .form-managed-file),
.webform-submission-form .form-managed-file:not(#ajax-wrapper .form-managed-file):has(input.has-value) {
  border-color: #dbb42b;
}
.webform-submission-form .form-managed-file.is-invalid,
.webform-submission-form .form-managed-file:has(input.is-invalid),
.webform-submission-form .form-managed-file:has(input.error),
.webform-submission-form .form-managed-file:has(input[aria-invalid=true]) {
  border-color: #dc3545 !important;
}
.webform-submission-form .file--image {
  background-image: url("../../images/img-icon.svg");
}
.webform-submission-form .file--application-pdf {
  background-image: url("../../images/file.svg");
}
.webform-submission-form .btn:not(:has(a)) {
  width: 100%;
  justify-content: space-between;
}
.webform-submission-form .file {
  padding-inline-start: 3.4375rem;
  height: 40px;
}
.webform-submission-form .phone-number-field .form-item--local-number {
  width: 100%;
  margin-block-end: 0 !important;
}
.webform-submission-form .phone-number-field .form-item--local-number .iti--allow-dropdown {
  flex: 1;
}
.webform-submission-form .phone-number-field .form-item--local-number .iti--allow-dropdown .local-number {
  padding: 0.75rem 4rem;
  border-radius: 2.1875rem;
  height: 50px;
}
.webform-submission-form .phone-number-field .form-item--local-number .iti--allow-dropdown .local-number.is-invalid, .webform-submission-form .phone-number-field .form-item--local-number .iti--allow-dropdown .local-number.error, .webform-submission-form .phone-number-field .form-item--local-number .iti--allow-dropdown .local-number[aria-invalid=true] {
  background-image: none !important;
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.webform-submission-form .phone-number-field .input-group-append {
  display: none;
}
.webform-submission-form .phone-number-field .form-item--error-message {
  font-weight: 400;
}

.form-select {
  border: 0.657px solid rgba(219, 180, 43, 0.3);
  border-radius: 2rem;
  background-color: transparent;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 3.5rem;
  transition: none;
}
.form-select:not([multiple]):not([size]), .form-select:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3e%3cpath d='M11.33 0.755371L6.04244 6.04292L0.754883 0.755371' stroke='%23dbb42b' stroke-width='1.51073' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15' fill='none'%3e%3cpath d='M1.25 1.25H1.25635M1.25 7.25H1.25635M1.25 13.25H1.25635M9.2437 1.25H9.25M9.2437 7.25H9.25M9.2437 13.25H9.25' stroke='%23dbb42b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-position: right 1.5rem center, left 1.5rem center;
  background-repeat: no-repeat, no-repeat;
  background-size: 13px 7px, 11px 15px;
  padding: 1rem 4rem 1rem 3rem !important;
}
.form-select:required:invalid {
  color: #adb5bd;
}
.form-select:has(option:checked[value=""]) {
  color: #adb5bd;
}
.form-select:required:valid, .form-select:has(option:checked:not([value=""])) {
  border-color: #dbb42b;
  color: #fff;
}
.form-select:focus {
  border-color: #dbb42b;
  box-shadow: 0 0 0 0.25rem rgba(219, 180, 43, 0.18), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.form-select option {
  align-items: center;
  background-color: #1a1a2e;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  padding: 0.5rem min(14.25rem, 40vw) 0.5rem 0.75rem;
}
.form-select option[value=""] {
  color: #adb5bd;
}
.form-select option:hover,
.form-select option:focus,
.form-select option:checked {
  background-color: #dbb42b;
  box-shadow: 0 0 0 100vmax #dbb42b inset;
  color: #000;
}
.form-select.is-invalid, .form-select.error, .form-select[aria-invalid=true], .was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .form-select.error:not([multiple]):not([size]), .form-select.error:not([multiple])[size="1"], .form-select[aria-invalid=true]:not([multiple]):not([size]), .form-select[aria-invalid=true]:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3e%3cpath d='M11.33 0.755371L6.04244 6.04292L0.754883 0.755371' stroke='%23dc3545' stroke-width='1.51073' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15' fill='none'%3e%3cpath d='M1.25 1.25H1.25635M1.25 7.25H1.25635M1.25 13.25H1.25635M9.2437 1.25H9.25M9.2437 7.25H9.25M9.2437 13.25H9.25' stroke='%23dbb42b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.sela-custom-select {
  position: relative;
  width: 100%;
}
.sela-custom-select .form-select.sela-custom-select__native {
  border: 0;
  height: 1px;
  inset-block-start: 0;
  inset-inline-start: 0;
  margin: 0;
  min-height: 0;
  opacity: 0;
  padding: 0 !important;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.sela-custom-select__button {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3e%3cpath d='M11.33 0.755371L6.04244 6.04292L0.754883 0.755371' stroke='%23dbb42b' stroke-width='1.51073' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15' fill='none'%3e%3cpath d='M1.25 1.25H1.25635M1.25 7.25H1.25635M1.25 13.25H1.25635M9.2437 1.25H9.25M9.2437 7.25H9.25M9.2437 13.25H9.25' stroke='%23dbb42b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-position: right 1.5rem center, left 1.5rem center;
  background-repeat: no-repeat, no-repeat;
  background-size: 13px 7px, 11px 15px;
  border: 0.657px solid rgba(219, 180, 43, 0.3);
  border-radius: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: #adb5bd;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 3.5rem;
  padding: 1rem 4rem 1rem 3rem;
  text-align: start;
  transition: none;
  width: 100%;
}
.sela-custom-select__button:focus {
  border-color: #dbb42b;
  box-shadow: 0 0 0 0.25rem rgba(219, 180, 43, 0.18), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  outline: 0;
}

.sela-custom-select.is-selected .sela-custom-select__button {
  border-color: #dbb42b;
  color: #fff;
}

.sela-custom-select.is-open .sela-custom-select__button {
  border-color: #dbb42b;
}

.sela-custom-select.is-invalid .sela-custom-select__button {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3e%3cpath d='M11.33 0.755371L6.04244 6.04292L0.754883 0.755371' stroke='%23dc3545' stroke-width='1.51073' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='15' viewBox='0 0 11 15' fill='none'%3e%3cpath d='M1.25 1.25H1.25635M1.25 7.25H1.25635M1.25 13.25H1.25635M9.2437 1.25H9.25M9.2437 7.25H9.25M9.2437 13.25H9.25' stroke='%23dbb42b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  border-color: #dc3545;
}

.sela-custom-select.is-disabled {
  opacity: 0.6;
}
.sela-custom-select.is-disabled .sela-custom-select__button {
  cursor: not-allowed;
}

.sela-custom-select__menu {
  background: linear-gradient(#1a1a2e, #1a1a2e) padding-box, linear-gradient(90deg, rgba(219, 180, 43, 0.85), rgba(200, 174, 157, 0.55)) border-box;
  border: 0.657px solid transparent;
  border-radius: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: grid;
  gap: 0.5rem;
  inset-block-start: 100%;
  inset-inline: 0;
  margin-block-start: 0.5rem;
  max-height: 16rem;
  overflow-y: auto;
  padding: 1rem;
  position: absolute;
  z-index: 20;
}
.sela-custom-select__menu[hidden] {
  display: none;
}

.sela-custom-select__option {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  text-align: start;
  transition: none;
  width: 100%;
}
.sela-custom-select__option.is-placeholder {
  color: #adb5bd;
}
.sela-custom-select__option:hover, .sela-custom-select__option:focus, .sela-custom-select__option.is-selected {
  background: #dbb42b;
  color: #000;
  outline: 0;
}
.sela-custom-select__option:disabled {
  color: #adb5bd;
  cursor: not-allowed;
  opacity: 0.7;
}

.iti__country-container {
  padding: 0.75rem 1rem;
}

.iti__dropdown-content {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  direction: ltr !important;
  list-style: none !important;
  margin-block-start: 0.5rem !important;
  margin-bottom: 0 !important;
  margin-inline: 0 !important;
}

.iti__country-list,
.iti .iti__country-list,
.iti--allow-dropdown .iti__country-list {
  background: linear-gradient(#1a1a2e, #1a1a2e) padding-box, linear-gradient(90deg, rgba(219, 180, 43, 0.85), rgba(200, 174, 157, 0.55)) border-box;
  border: 0.657px solid transparent !important;
  border-radius: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  direction: ltr;
  list-style: none;
  margin-block-start: 0.5rem;
  margin-bottom: 0;
  margin-inline: 0;
  max-height: 16rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5rem 0;
  box-sizing: border-box;
  scrollbar-gutter: stable;
  scrollbar-color: rgba(219, 180, 43, 0.7) transparent;
  scrollbar-width: thin;
  clip-path: inset(0 round 2rem);
}

.iti__country,
.iti .iti__country,
.iti--allow-dropdown .iti__country {
  direction: ltr;
  align-items: center;
  background: transparent !important;
  border-radius: 2rem;
  color: #fff !important;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 2.25rem;
  padding: 0.5rem 1rem;
  text-align: start;
  transition: none;
}

.iti__country:hover,
.iti__country.iti__highlight,
.iti__country.iti__active {
  background: #dbb42b;
  color: #000;
}

.iti__divider {
  border-bottom-color: rgba(219, 180, 43, 0.25);
}

.iti__country-name {
  color: inherit;
}

.iti__dial-code {
  color: rgba(255, 255, 255, 0.75) !important;
}

.webform-submission-form .js-webform-checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.webform-submission-form .js-webform-type-checkbox,
.webform-submission-form .form-check {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
  padding-inline-start: 0 !important;
  margin-bottom: 0 !important;
}
.webform-submission-form .js-form-type-checkbox > label,
.webform-submission-form .form-type-checkbox > label,
.webform-submission-form .form-check > label,
.webform-submission-form .form-check-label {
  margin: 0;
}
.webform-submission-form input[type=checkbox],
.webform-submission-form .form-check-input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(180deg, rgba(219, 180, 43, 0.2) 0%, rgba(219, 180, 43, 0.2) 100%);
  background-color: transparent;
  border: 1px solid rgba(219, 180, 43, 0.5);
  border-radius: 0.25rem;
  box-shadow: none;
  cursor: pointer;
  flex: 0 0 auto;
  height: 1.25rem;
  margin: 0;
  transition: none;
  vertical-align: middle;
  width: 1.25rem;
}
.webform-submission-form input[type=checkbox]:focus,
.webform-submission-form .form-check-input[type=checkbox]:focus {
  border-color: #dbb42b;
  box-shadow: 0 0 0 0.2rem rgba(219, 180, 43, 0.25);
  outline: 0;
}
.webform-submission-form input[type=checkbox]:checked,
.webform-submission-form .form-check-input[type=checkbox]:checked {
  background-color: #dbb42b;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23080c2f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M3.5 8.5l3 3 6-6'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  border-color: #dbb42b;
}

.form-control {
  transition: none;
  border: 1px solid rgba(219, 180, 43, 0.3);
  background: rgba(5, 9, 26, 0.5);
}
.form-control:focus, .form-control.has-value {
  border-color: #dbb42b;
}
.form-control.is-invalid, .form-control.error, .form-control[aria-invalid=true], .was-validated .form-control:invalid {
  border-color: #dc3545;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(77px);
  opacity: 1;
}

.ui-widget.ui-widget-content {
  border-radius: 2.1875rem;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 23px -23px #dbb42b, 0 -34px 39px -25px #dbb42b inset;
}

.ui-dialog .ui-dialog-titlebar {
  border: unset;
  background: rgba(255, 255, 255, 0);
  padding: 1.25rem 0px;
}

.ui-dialog .ui-dialog-title {
  display: none;
}

.ui-dialog {
  width: 850px !important;
}
@media (max-width: 61.99875rem) {
  .ui-dialog {
    width: 80% !important;
    transform: translateX(-50%);
    left: 50%;
  }
}
.ui-dialog .ui-dialog-content .submitted-box {
  color: #fff;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 61.99875rem) {
  .ui-dialog .ui-dialog-content .submitted-box {
    width: 100% !important;
  }
}
.ui-dialog .ui-dialog-content .submitted-box::before {
  content: url("../../images/submitted.svg");
}
.ui-dialog .ui-dialog-content .submitted-box .box-secondary {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(219, 180, 43, 0.35);
}
.ui-dialog .ui-dialog-content .submitted-box .box-secondary h5 {
  color: #dbb42b;
  margin-bottom: 0.75rem;
}
.ui-dialog .ui-dialog-content .submitted-box .box-secondary ul li {
  margin-bottom: 0.875rem;
}

@media (max-width: 61.99875rem) {
  .ui-dialog.webform-confirmation-modal {
    width: 80% !important;
    transform: translateX(-50%);
    left: 50%;
  }
}
.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar-close {
  background: url("../../images/close-button.svg") !important;
  width: 50px !important;
  height: 50px !important;
  background-repeat: no-repeat !important;
  padding: 0px;
  margin: 0px;
  border: unset;
  padding: 0.625rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #000 !important;
  z-index: 99;
  background-position-x: center !important;
}
.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar-close::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 0.09375rem;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: conic-gradient(from 114deg, transparent 0deg, #fff 26deg, transparent 70deg, transparent 150deg, rgba(255, 255, 255, 0.95) 210deg, transparent 260deg);
  filter: blur(0.8px);
  opacity: 1;
}

.tab-focused {
  box-shadow: 0 0 0 0.5rem rgba(219, 180, 43, 0.25) !important;
}

.webform-submission-business-opportunities-form .btn:not(:has(a)) {
  width: auto !important;
}

@media (max-width: 61.99875rem) {
  .webform-flexbox {
    flex-direction: column;
  }
}

.webform-type-webform-markup strong {
  color: #dbb42b;
}
