.hs-form {
  font-family: Thicccboi, sans-serif;
}

.hs-form textarea,
.hs-form select,
.hs-form input[type="tel"],
.hs-form input[type="email"],
.hs-form input[type="text"] {
  background: white;
  outline: 0px !important;
  border: 0px !important;
  border-bottom: 1px solid #6ec9ab !important;
  font-size: 16px;
  width: 100%;
  padding-bottom: 20px;
  height: 45px;
}

.hs-form .hs-form-field > label {
  margin-bottom: 16px;
  display: block;
}

.hs-form .hs-form-field > label span:first-child {
  font-size: 20px;
}

.hs-form .hs-form-field > label span:nth-child(2) {
  display: none;
}

.hs-form fieldset {
  max-width: 100%;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .hs-form fieldset {
    flex-direction: column;
  }
  .hs-form .hs-form-field {
    width: 100% !important;
  }
}

.hs-form ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.hs-form ul.hs-error-msgs {
  color: #880c0c;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 16px;
  margin-top: 10px;
}

.hs-form ul.hs-error-msgs label {
  font-weight: 400 !important;
}

.hs-form [type="radio"]:checked,
.hs-form [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.hs-form [type="radio"]:checked + span,
.hs-form [type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.hs-form [type="radio"]:checked + span:before,
.hs-form [type="radio"]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.hs-form [type="radio"]:checked + span:after,
.hs-form [type="radio"]:not(:checked) + span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #154b6c;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hs-form [type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hs-form [type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hs-form .hs-form-radio {
  margin-bottom: 5px;
}

.hs-form .hs-form-radio span {
  font-weight: 400;
}

.hs-form .hs-button {
  padding: 12px 50px;
  background: #154b6c;
  border-radius: 5px;
  border: 0px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}

.hs-form .hs-button:hover {
  background: #f06f4d;
}

.hs-form .hs_submit.hs-submit {
  text-align: right;
}

.hs-form {
  padding: 10px;
}

.hs-form .input {
  margin-right: 0px !important;
}

.hs-form .hs-input {
  width: 100% !important;
}

.hs_error_rollup {
  display: none;
}

.hs-form .submitted-message {
  font-family: Thicccboi, sans-serif !important;
}

.hs-form .submitted-message p {
  margin-bottom: 0px;
  text-align: center;
}


.anim-word{
  left: 2px;
}