.enertect-security-check-page .enertect-security-check-intro h1,
.enertect-security-check-page .enertect-security-check-intro p,
.enertect-security-check-page .enertect-security-check-card h2,
.enertect-security-check-page .enertect-security-check-card h3,
.enertect-security-check-page .enertect-security-check-card p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.enertect-security-check-page .enertect-security-check-intro h1 {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  color: #10141b !important;
  font-size: 42px !important;
  line-height: 1.12em !important;
  font-weight: 850 !important;
}

.enertect-security-check-page .enertect-security-check-kicker {
  color: #d75c27 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 850 !important;
  text-transform: uppercase;
}

.enertect-security-check-page .enertect-security-check-direct,
.enertect-security-check-page .enertect-security-check-card {
  border: 1px solid rgba(215, 92, 39, 0.2);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(44, 26, 18, 0.08);
}

.enertect-security-check-page .enertect-security-check-direct {
  align-self: stretch;
}

.enertect-security-check-page .enertect-security-check-direct .et_pb_text_inner {
  height: 100%;
}

.enertect-security-check-page .enertect-security-check-phone,
.enertect-security-check-page .enertect-security-check-email {
  display: inline-block;
  color: #b94d20 !important;
  font-weight: 850;
  text-decoration: none !important;
}

.enertect-security-check-page .enertect-security-check-phone {
  margin: 3px 0 5px;
  font-size: 24px;
  line-height: 1.2;
}

.enertect-security-check-page .enertect-security-check-email {
  font-size: 15px;
}

.enertect-security-check-page .enertect-security-check-points {
  margin: 18px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.enertect-security-check-page .enertect-security-check-points li {
  position: relative;
  margin: 0 0 12px !important;
  padding-left: 28px;
  color: #343e39;
  line-height: 1.5;
}

.enertect-security-check-page .enertect-security-check-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f47a24;
  box-shadow: 0 0 0 5px rgba(244, 122, 36, 0.12);
}

.enertect-security-check-page .enertect-security-check-card .fluentform {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.enertect-security-check-page .enertect-security-check-card .ff-el-group {
  margin-bottom: 14px !important;
}

.enertect-security-check-page .enertect-security-check-card .ff-el-input--label {
  margin-bottom: 6px !important;
}

.enertect-security-check-page .enertect-security-check-card .ff-el-input--label label {
  color: #17201c !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
}

.enertect-security-check-page .enertect-security-check-card input,
.enertect-security-check-page .enertect-security-check-card textarea {
  width: 100% !important;
  min-height: 44px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(44, 26, 18, 0.2) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #10141b !important;
  box-shadow: inset 0 1px 2px rgba(44, 26, 18, 0.04) !important;
  font: inherit !important;
}

.enertect-security-check-page .enertect-security-check-card textarea {
  min-height: 132px !important;
  resize: vertical;
}

.enertect-security-check-page .enertect-security-check-card input:focus,
.enertect-security-check-page .enertect-security-check-card textarea:focus {
  border-color: #f47a24 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(244, 122, 36, 0.16) !important;
}

.enertect-security-check-page .enertect-security-check-card .ff-el-form-check {
  display: block !important;
}

.enertect-security-check-page .enertect-security-check-card .ff-el-form-check-label {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
}

.enertect-security-check-page .enertect-security-check-card .ff-el-form-check input {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
}

.enertect-security-check-page .enertect-security-check-card .ff-el-form-check-label,
.enertect-security-check-page .enertect-security-check-card .ff-el-form-check-label p {
  margin: 0 !important;
  color: #4b5752 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.enertect-security-check-page .enertect-security-check-card .ff-el-form-check-label a {
  color: #b94d20 !important;
  text-decoration: underline;
}

.enertect-security-check-page .enertect-security-check-card .ff-btn-submit {
  width: 100% !important;
  min-height: 48px !important;
  margin: 2px 0 0 !important;
  padding: 0 22px !important;
  border: 1px solid rgba(194, 78, 5, 0.88) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #ffad42 0%, #ff7e1f 48%, #e95800 100%) !important;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 10px 22px rgba(219, 88, 0, 0.24) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  text-shadow: none !important;
}

.enertect-security-check-page .enertect-security-check-card .ff-btn-submit:hover,
.enertect-security-check-page .enertect-security-check-card .ff-btn-submit:focus {
  background: linear-gradient(180deg, #ffc25d 0%, #ff8c2b 48%, #f26608 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 11px 24px rgba(255, 116, 23, 0.32),
    0 0 0 3px rgba(255, 116, 23, 0.15) !important;
  transform: translateY(-1px);
}

.enertect-security-check-page .enertect-security-check-card .text-danger,
.enertect-security-check-page .enertect-security-check-card .error {
  color: #b43a1f !important;
}

.enertect-security-check-page .enertect-security-check-card .ff-message-success {
  margin: 0 !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(215, 92, 39, 0.22) !important;
  border-radius: 6px !important;
  background: #fff4ea !important;
  color: #7f3416 !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  .enertect-security-check-page .enertect-security-check-intro h1 {
    font-size: 34px !important;
    line-height: 1.15em !important;
  }

  .enertect-security-check-page .enertect-security-check-phone {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .enertect-security-check-page .enertect-security-check-intro h1 {
    font-size: 29px !important;
    line-height: 1.18em !important;
  }

  .enertect-security-check-page .enertect-security-check-phone {
    font-size: 21px;
  }

  .enertect-security-check-page .enertect-security-check-card textarea {
    min-height: 116px !important;
  }
}
