@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
/* Mixin */
.flex {
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #E1E1E1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #E1E1E1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #E1E1E1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #E1E1E1;
}

.supportPage {
  border-bottom: 1px solid #eee;
}

.supportForm {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 0;
  margin-top: 86px;
}

.supportForm h1 {
  font-size: 27px;
  color: #54536e;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 30px;
}

.supportForm label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #54536e;
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
}

.supportForm label span {
  font-family: "PT Sans", sans-serif;
}

.supportForm input[type=text], .supportForm input[type=tel], .supportForm input[type=email], .supportForm input[type=number], .supportForm input[type=date] {
  width: 100%;
  height: 50px;
  padding: 0px;
  color: #54536c;
  border-radius: 5px;
  font-size: 15px;
  padding: 4px 15px 4px 50px;
  border: 1px solid rgba(14, 19, 24, 0.2);
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  background: none !important;
}

.supportForm input[type=text]:hover, .supportForm input[type=tel]:hover, .supportForm input[type=email]:hover, .supportForm input[type=number]:hover, .supportForm input[type=date]:hover {
  border: 1px solid #FFCA00;
}

.supportForm input[type=text].error, .supportForm input[type=tel].error, .supportForm input[type=email].error, .supportForm input[type=number].error, .supportForm input[type=date].error {
  border-color: red;
}

.supportForm select {
  width: 100%;
  height: 50px;
  color: #54536c;
  line-height: 1.25;
  border: 1px solid rgba(14, 19, 24, 0.2);
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-family: "PT Sans", sans-serif;
}

.supportForm select:hover {
  border: 1px solid #FFCA00;
}

.supportForm select.error {
  border-color: red;
}

.supportForm .submitted-message {
  overflow: hidden !important;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed #ccc;
  border-radius: 4px;
}

.supportForm .hs-fieldtype-select {
  position: relative;
  margin-bottom: 30px;
}

.supportForm .hs-fieldtype-select .input:after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/down-arrow.svg) center no-repeat;
  font-family: "PT Sans", sans-serif;
  color: #333;
  right: 15px;
  top: 61px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  opacity: .75;
}

.supportForm select::-ms-expand {
  display: none;
}

.supportForm input[type=submit] {
  font-size: 15px;
  color: white;
  background-image: -webkit-gradient(linear, left top, right top, from(#503df9), to(#9e52f7));
  background-image: linear-gradient(to right, #503df9, #9e52f7);
  border-radius: 5px;
  padding: 15px 25px;
  font-family: "PT Sans", sans-serif;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
  border: 0px;
}

.supportForm input[type=submit]:hover {
  opacity: 1;
}

.supportForm .hs-error-msg {
  margin-top: 5px;
  color: red;
}

.supportForm .hs_firstname .input {
  background: #fff url("../img/name.svg") 15px 12.5px no-repeat !important;
  background-size: 14px;
}

.supportForm .hs_email .input {
  background: #fff url("../img/email-icon.svg") 15px 12.5px no-repeat !important;
  background-size: 24px;
}

.supportForm .hs_phone .input {
  background: #fff url("../img/phone.svg") 36% 12.5px no-repeat !important;
  background-size: 24px;
}

.supportForm .hs_company .input {
  background: #fff url("../img/profession.svg") 15px 12.5px no-repeat !important;
  background-size: 24px;
}

.supportForm .hs_country .input {
  background: #fff url("../img/country.svg") 15px 12.5px no-repeat !important;
  background-size: 24px;
}

.supportForm .hs_purpose_of_video .input {
  background: none;
  border: 0px solid rgba(14, 19, 24, 0.2);
  padding: 0px;
  border-radius: 0px;
}

input:internal-autofill-selected {
  -webkit-transition: background-color 50000000s ease-in-out 0s;
  transition: background-color 50000000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: none !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.submitted-message {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed rgba(14, 19, 24, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .supportForm {
    padding: 40px 20px 0;
  }
  #posting_comment{
    width: 48% !important;
  }
}

@media screen and (max-width: 479px) {
  .supportForm .hs_phone .input {
    background: #fff url("../img/phone.svg") 38% 12.5px no-repeat !important;
    background-size: 24px;
  }
}
/*# sourceMappingURL=support.css.map */