/*  Variables For Font Weight */
/* Variables for colors */
/* linear-gradient */
/* Variables for mobile first media query */
/* only used for some spacing */
/* only used for container */
/* used for header only */
/* wordpress breakpoints */
/* wordpress breakpoints */
:root {
  /* Heading 1 */
  --heading1: 3.5rem;
  /* Heading 2 */
  --heading2: 3rem;
  /* Heading 3 */
  --heading3: 2.6rem;
  /* Heading 4 */
  --heading4: 2rem;
  /* Heading 5 */
  --heading5: 1.8rem;
  /* Heading 6 */
  --heading6: 1.6rem;
  /* Paragraph */
  --paragraph: 1.4rem;
  /* Small */
  --small: 1.2rem;
}
@media (min-width: 768px) {
  :root {
    --heading1: 4rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading1: 5rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading1: 7rem;
  }
}
:root .has-heading-1-font-size {
  line-height: 1.172;
}
@media (min-width: 768px) {
  :root {
    --heading2: 3.5rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading2: 4.2rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading2: 5.4rem;
  }
}
:root .has-heading-2-font-size {
  line-height: 1.22;
}
@media (min-width: 768px) {
  :root {
    --heading3: 3rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading3: 3.5rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading3: 4.2rem;
  }
}
:root .has-heading-3-font-size {
  line-height: 1.29;
}
@media (min-width: 768px) {
  :root {
    --heading4: 2.4rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading4: 2.9rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading4: 3.2rem;
  }
}
:root .has-heading-4-font-size {
  line-height: 1.313;
}
@media (min-width: 768px) {
  :root {
    --heading5: 2.1rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading5: 2.4rem;
  }
}
:root .has-heading-5-font-size {
  line-height: 1.34;
}
@media (min-width: 992px) {
  :root {
    --heading6: 2rem;
  }
}
:root .has-heading-6-font-size {
  line-height: 1.4;
}
@media (min-width: 768px) {
  :root {
    --paragraph: 1.8rem;
  }
}
:root .has-paragraph-font-size {
  line-height: 1.371;
}
@media (min-width: 768px) {
  :root {
    --small: 1.6rem;
  }
}
:root .has-small-font-size {
  line-height: 1.375;
}

.contact-form {
  padding: 5rem 0 1rem;
  position: relative;
  overflow: visible;
}
.contact-form:before {
  content: "";
  background: #F3F7F9;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .contact-form {
    margin-top: -10rem;
    padding: 5rem 0 2.5rem;
  }
}
@media (min-width: 1499px) {
  .contact-form {
    margin-top: -14rem;
    padding: 0 0 6rem;
  }
}
@media (min-width: 1699px) {
  .contact-form {
    margin-top: -18.4rem;
    padding: 0 0 8rem;
  }
}
.contact-form--inner {
  position: relative;
  z-index: 6;
  background: #fff;
  border-radius: 2rem;
  box-shadow: inset 0px 8px 24px 24px rgba(0, 95, 131, 0.0509803922);
  padding: 2rem;
}
@media (min-width: 768px) {
  .contact-form--inner {
    box-shadow: 0px 8px 24px 0px rgba(0, 95, 131, 0.0509803922);
    padding: 4rem 4rem 3rem;
  }
}
@media (min-width: 992px) {
  .contact-form--inner {
    padding: 6rem 6rem 3.5rem;
  }
}
@media (min-width: 1499px) {
  .contact-form--inner {
    padding: 8rem 8rem 4rem;
  }
}
.contact-form span#gform_ajax_spinner_2 {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}
.contact-form .gform_wrapper.gform-theme--foundation .gfield_validation_message {
  display: block;
  color: red !important;
}
@media (min-width: 576px) {
  .contact-form .gform_wrapper.gform-theme .gf_progressbar {
    width: calc(100% - 58px);
    margin: 0 auto;
  }
}
.contact-form .gform_wrapper.gform-theme .gf_progressbar_percentage {
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
}
.contact-form .gform_wrapper.gform-theme .gf_progressbar_title {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.375;
  margin-bottom: 1.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper.gform-theme .gf_progressbar_title {
    font-size: 1.6rem;
  }
}
.contact-form .gform_wrapper.gform-theme .gf_progressbar_wrapper {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper.gform-theme .gf_progressbar_wrapper {
    margin-bottom: 4rem;
  }
}
.contact-form .gform_wrapper.gform-theme form {
  margin: 0 !important;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .gfield_label {
  color: #000;
  font-family: "Gotham";
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.34;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper.gform-theme .gfield--type-radio .gfield_label {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .contact-form .gform_wrapper.gform-theme .gfield--type-radio .gfield_label {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .gchoice {
  padding: 10px 20px !important;
  margin-right: 7px;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .gchoice .gfield-choice-input:focus {
  box-shadow: none;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .gchoice .gfield-choice-input:before {
  width: 10px;
  height: 10px;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .gchoice .gform-field-label {
  color: #000;
  font-family: "Gotham";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2rem;
  margin: 0;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper.gform-theme .gfield--type-radio .gchoice .gform-field-label {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .gchoice:last-child {
  margin-right: 0;
}
.contact-form .gform_wrapper.gform-theme .gfield_required {
  display: none;
}
.contact-form .gform_wrapper.gform-theme .gform_page_fields {
  padding-bottom: 2rem;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgba(14, 125, 195, 0) 0%, rgba(14, 125, 195, 0.2) 39%, rgba(14, 125, 195, 0.2) 63.5%, rgba(14, 125, 195, 0) 100%);
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper.gform-theme .gform_page_fields {
    padding-bottom: 4rem;
  }
}
.contact-form .gform_wrapper.gform-theme .gfield--type-checkbox legend {
  color: #595959;
  font-family: "Kumbh Sans";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.371;
  letter-spacing: 0.01em;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper.gform-theme .gfield--type-checkbox legend {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.contact-form .gform_wrapper.gform-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox {
  display: grid;
  gap: 12px;
  width: 85%;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper.gform-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1380px) {
  .contact-form .gform_wrapper.gform-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1699px) {
  .contact-form .gform_wrapper.gform-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox {
    grid-template-columns: repeat(5, 1fr);
  }
}
.contact-form .gform_wrapper.gform-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice {
  padding: 0;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice input {
  border-radius: 4px;
  position: relative;
  background: transparent;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice input:checked {
  border: none !important;
  background: #F3F7F9;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice input:checked::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: url(../../assets/icons/check-icon.svg) no-repeat transparent;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice input:focus, .contact-form .gform_wrapper.gform-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice input:active {
  --gf-local-outline-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox .gchoice .gform-field-label {
  cursor: pointer;
  white-space: nowrap;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .ginput_container_radio .gfield_radio .gchoice {
  position: relative;
  padding: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .ginput_container_radio .gfield_radio .gchoice input {
  left: 0;
  top: 50%;
  margin-right: 5px;
  position: absolute;
  transform: translate(20px, -50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1.5px solid #BCBCBC !important;
  border-radius: 50%;
  outline: none;
  background-color: white;
  cursor: pointer;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .ginput_container_radio .gfield_radio .gchoice input:checked {
  background-color: #F3F7F9;
  border: none !important;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .ginput_container_radio .gfield_radio .gchoice input:checked::before {
  background-color: #005F83 !important;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .ginput_container_radio .gfield_radio .gchoice input:checked + label {
  border-color: #005F83;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .ginput_container_radio .gfield_radio .gchoice label {
  padding: 10px 20px 10px 52px;
  border: 1px solid #BCBCBC;
  border-radius: 1rem;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio .ginput_container_radio .gfield_radio .gchoice .gform-field-label {
  cursor: pointer;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio.hire-employees .ginput_container .gfield_radio .gchoice {
  position: relative;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio.hire-employees .ginput_container .gfield_radio .gchoice input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio.hire-employees .ginput_container .gfield_radio .gchoice input:checked + label {
  border-color: #005F83;
  color: #005F83;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-radio.hire-employees .ginput_container .gfield_radio .gchoice label {
  border: 1px solid #BCBCBC;
  border-radius: 1rem;
  margin-right: 0;
  padding: 0 !important;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper.gform-theme .gfield--type-radio.hire-employees .ginput_container .gfield_radio .gchoice label {
    width: 50px;
    height: 50px;
  }
}
.contact-form .gform_wrapper.gform-theme .gform_page_footer {
  position: relative;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .contact-form .gform_wrapper.gform-theme .gform_page_footer {
    margin-top: 4rem;
  }
}
.contact-form .gform_wrapper.gform-theme #gform_page_1_1 .gform_page_footer {
  justify-content: flex-end;
}
.contact-form .gform_wrapper.gform-theme .gform_page:first-child .gform_page_footer {
  justify-content: flex-end;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-phone .ginput_container_phone .iti--show-flags .iti__selected-flag {
  padding-left: 20px;
}
.contact-form .gform_wrapper.gform-theme .gfield--type-phone .ginput_container_phone .iti__tel-input {
  padding-left: 64px;
}
