.get-in-touch-sec .form-section {
  width: calc(50% - 24px);
  padding-left: 0;
  padding-right: 0;
  margin-right: 12px;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .get-in-touch-sec .form-section {
    width: calc(100% - 24px);
  }
}
.get-in-touch-sec .contact-info-card {
  max-width: 400px;
  padding: 40px 20px;
  background: #EDF7FF;
}
.get-in-touch-sec .contact-info-card .title {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 150%;
  color: #4997D0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.get-in-touch-sec .contact-info-card .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #343434;
}
.get-in-touch-sec .contact-info-card .desc a {
  color: #343434;
}
.get-in-touch-sec .contact-info-card .contact-info:not(:last-child) {
  border-bottom: 1px solid rgba(73, 151, 208, 0.5);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .get-in-touch-sec .contact-info-card {
    padding: 24px;
    max-width: 100%;
    margin-bottom: 2px;
  }
  .get-in-touch-sec .contact-info-card .title {
    font-size: 12px !important;
    margin-bottom: 5px !important;
  }
  .get-in-touch-sec .contact-info-card .desc {
    font-size: 14px;
  }
  .get-in-touch-sec .contact-info-card .contact-info:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.form-info {
  padding: 18px 12.357%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form-info {
    padding: 18px 24px;
  }
}
.form-info::after {
  display: flex;
  content: "OR";
  font-size: 12px;
  line-height: 122%;
  font-weight: 700;
  letter-spacing: 0.01em;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background-color: var(--color-orange);
  color: var(--color-white);
  align-items: center;
  justify-content: center;
}
.form-info__item {
  font-size: 14px;
  line-height: 122%;
  letter-spacing: -0.02em;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 450px) {
  .form-info__item {
    width: 100%;
  }
}
.form-info__item a {
  text-decoration: underline;
  display: inline-block;
}
.form-info__item a:hover {
  color: var(--color-orange);
}
.form-info__item--phone .form-info__item__inner {
  padding-left: 34px;
  position: relative;
}
.form-info__item--phone .form-info__item__inner::before {
  display: block;
  content: "";
  background-image: url(../../images/icons/headphones.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-info__item--email .form-info__item__inner {
  padding-left: 34px;
  position: relative;
}
.form-info__item--email .form-info__item__inner::before {
  display: block;
  content: "";
  background-image: url(../../images/icons/mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form-wrapp {
  padding: 40px 25px 0;
}
@media only screen and (max-width: 767px) {
  .form-wrapp {
    padding: 20px 20px 0;
    padding: 24px;
  }
}
.form-wrapp .form-input {
  margin: 0 0 30px;
}
.form-wrapp .form-input .select2-container {
  width: 100% !important;
  min-width: 100% !important;
  top: inherit !important;
  left: inherit !important;
}
.form-wrapp .form-input .select2-container--open .select2-selection--single {
  border-bottom: none !important;
}
.form-wrapp .form-input .select2-container--open .select2-selection__arrow b {
  transform: rotate(226deg);
}
.form-wrapp .form-input .select2-container--open .select2-results__option:first-child {
  display: none !important;
}
.form-wrapp .form-input .select2-container--default .select2-selection--single {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
  height: 35px;
}
.form-wrapp .form-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  line-height: 35px;
  padding-left: 0;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .form-wrapp .form-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
.form-wrapp .form-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-white);
}
.form-wrapp .form-input .select2-selection__arrow {
  right: -7px;
}
.form-wrapp .form-input .select2-selection__arrow b {
  border: solid var(--color-white) !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  left: 0px !important;
  top: 50% !important;
}
@media only screen and (max-width: 767px) {
  .form-wrapp .form-input .select2-selection__arrow b {
    border-width: 0 1.5px 1.5px 0 !important;
    padding: 3px;
  }
}
.form-wrapp .form-input .wpcf7-form-control {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 35px;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
  line-height: 122%;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--color-white);
  box-shadow: none;
  outline: none;
  resize: none;
}
.form-wrapp .form-input .wpcf7-form-control.upload-file, .form-wrapp .form-input .wpcf7-form-control#uploadtextfield {
  height: auto;
  border-bottom: 0px;
}
.form-wrapp .form-input .wpcf7-form-control#uploadtextfield {
  margin-left: 0px;
  display: none;
}
.form-wrapp .form-input .wpcf7-form-control#uploadtextfield.selected {
  display: block;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .form-wrapp .form-input .wpcf7-form-control {
    font-size: 14px;
  }
}
.form-wrapp .form-input .wpcf7-form-control::-webkit-input-placeholder {
  color: var(--color-white);
  opacity: 1;
}
.form-wrapp .form-input .wpcf7-form-control::-moz-placeholder {
  color: var(--color-white);
  opacity: 1;
}
.form-wrapp .form-input .wpcf7-form-control:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-white);
}
.form-wrapp .form-input .wpcf7-form-control:-moz-placeholder {
  color: var(--color-white);
  opacity: 1;
}
.form-wrapp .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-wrapp .wpcf7-not-valid-tip {
  font-size: 13px;
  color: var(--color-orange);
  position: absolute;
  max-width: 100%;
  display: block;
  width: 100%;
  margin: 5px 0;
}
.form-wrapp .errormsg {
  font-size: 13px;
  color: var(--color-orange);
  word-break: break-all;
}
.form-wrapp .errormsg:not(:empty) + .wpcf7-not-valid-tip {
  display: none !important;
}

.select2-dropdown {
  border-radius: 0;
  border-color: var(--color-dark-blue);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--color-dark-blue);
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

.select2-results__options {
  padding: 5px 20px !important;
  max-height: 450px !important;
}

.select2-results__option[aria-selected] {
  font-weight: 400;
  font-size: 14px;
  padding: 12px 2px;
  color: var(--color-dark-blue);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.select2-results__option[aria-selected]:last-child {
  border-bottom: 0px !important;
}
.select2-results__option:first-child {
  cursor: default;
  pointer-events: none;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: var(--color-orange) !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 25px 12.357% 30px;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  border-width: 1px;
}

#pitch-deck {
  color: transparent;
  max-width: 242px;
}
@media only screen and (max-width: 767px) {
  #pitch-deck {
    max-width: 208px;
  }
}
#pitch-deck::-webkit-file-upload-button {
  visibility: hidden;
}
#pitch-deck:before {
  content: "Upload pitch deck";
  color: #F04E45;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  background: #FFFFFF url("../../images/icons/download-img.png") no-repeat 10% center;
  border-radius: 50px;
  padding: 18px 30px 18px 50px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  #pitch-deck:before {
    font-size: 14px;
  }
}
#pitch-deck::file-selector-button {
  font-weight: 500;
  border: 0px;
  font-size: 18px;
  background: #FFFFFF url("../../images/icons/download-img.png") no-repeat 15% center;
  transition: 1.3s;
  color: #F04E45;
  padding: 18px 30px 18px 50px;
  border-radius: 50px;
}
#pitch-deck::file-selector-button ::before {
  content: "Upload pitch deck";
}
#pitch-deck:active {
  outline: 0;
}
@media only screen and (max-width: 480px) {
  #pitch-deck:before {
    font-size: 14px;
    display: inline-block;
    background: #FFFFFF url("../../images/icons/download-img.png") no-repeat 10% center;
  }
}

.recaptcha-wrapper .g-recaptcha {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.recaptcha-wrapper .g-recaptcha > * {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  margin: -12px -20px -10px auto;
}
.recaptcha-wrapper .g-recaptcha::after {
  display: block;
  content: "";
  position: relative;
  left: 0;
  right: 150px;
  top: 0;
  bottom: 0;
  clear: both;
}
.recaptcha-wrapper .wpcf7-not-valid-tip {
  text-align: end;
  margin: 10px 0 0 10px;
  bottom: -5px;
}
@media only screen and (max-width: 1067px) {
  .recaptcha-wrapper .g-recaptcha > * {
    margin: -12px -10px -10px auto;
  }
  .recaptcha-wrapper .wpcf7-not-valid-tip {
    margin: 10px 0 0 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px -30px -10px auto;
  }
  .recaptcha-wrapper .wpcf7-not-valid-tip {
    margin: 10px 0 0 18px;
  }
}
@media only screen and (max-width: 991px) {
  .recaptcha-wrapper {
    width: 100% !important;
    margin-top: 10px;
  }
  .recaptcha-wrapper .g-recaptcha {
    display: flex;
    justify-content: flex-end;
  }
  .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px 0px 0px;
    transform-origin: 100% 0;
  }
  .recaptcha-wrapper .recaptcha {
    width: auto;
    margin-right: -18px;
  }
  .recaptcha-wrapper .wpcf7-not-valid-tip {
    margin: 10px 0 0 -12px;
  }
}
@media only screen and (max-width: 767px) {
  .recaptcha-wrapper {
    width: 100% !important;
    margin-top: -10px;
  }
  .recaptcha-wrapper .g-recaptcha {
    display: flex;
    justify-content: flex-end;
  }
  .recaptcha-wrapper .g-recaptcha > * {
    transform-origin: 100% 0;
    margin: 0px 0px -20px;
  }
  .recaptcha-wrapper .recaptcha {
    margin-right: -7px;
  }
  .recaptcha-wrapper .wpcf7-not-valid-tip {
    bottom: -25px;
  }
}
@media only screen and (max-width: 480px) {
  .recaptcha-wrapper {
    margin-top: 20px;
  }
  .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px 0px -20px -23px;
  }
}
@media only screen and (max-width: 400px) {
  .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px 0px -20px -23px;
  }
}
@media only screen and (max-width: 360px) {
  .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px 0px -20px -47px;
  }
}
@media only screen and (max-width: 320px) {
  .recaptcha-wrapper .g-recaptcha > * {
    margin: 0px 0px -20px -70px;
  }
  .recaptcha-wrapper .wpcf7-not-valid-tip {
    bottom: -40px;
    margin: 10px 0 0 0px;
    text-align: left;
  }
}/*# sourceMappingURL=get-touch.css.map */