#field,
label {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}

#field {
  margin-left: 0.5em;
  float: left;
}

label.error {
  padding-left: 16px;
  margin-left: 0.3em;
  color: #9e2828;
  font-size: 15px;
}

label.valid {
  display: block;
  width: 16px;
  height: 16px;
}

br {
  clear: both;
}

input {
  border: 1px solid #000;
  margin-bottom: 0.5em;
}
input.error {
  border: 1px solid red;
}
.termsmodule {
  margin-left: 7%;
  padding: 15px;
}
.bullet__point {
  list-style-type: block;
}

/* dfgh */
.my_gradient_border {
  position: relative;
  border-bottom: 1px solid transparent;
  line-height: 46px;
}

.my_gradient_border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    89.98deg,
    #44d3c1ab 2.63%,
    rgb(181 203 177 / 50%) 52.59%,
    rgb(215 215 215 / 60%) 97.8%
  );
}

.static__section__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.static__section__row p {
  font-family: "Inter", sans-serif;
  line-height: 1.8em;
  font-size: 15px;
}
.lates__update {
  line-height: 32px;
  color: #999;
  text-decoration: none;
  font-size: 13px;
  list-style: none;
}
.static__section__row ul li {
  font-family: "Inter", sans-serif;
  line-height: 1.8em;
  font-size: 14px;
  list-style: block !important;
  color: #777;
}
.hight__light {
  font-weight: 600;
  color: #24312fd4;
}
.static__section__rowli{
  font-family: "Inter", sans-serif;
  line-height: 1.8em;
  font-size: 15px;
  color: #777;
}