html, body {
  font-family: Roboto;
}
.section {
  max-width: 540px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}
.section a {
  text-decoration: none;
  border-bottom: solid 1px #a07f4a;
  color: #a07f4a;
}
.section a:hover {
  border-bottom: solid 1px #ebb176;
  color: #a07f4a;
}
.section-top b {
  margin-top: 10px;
  display: block;
}

.section-top .p-5 {
  padding: 3rem 3rem 3rem 4rem !important;
}

.fs-80px {
  font-size: 80px;
  line-height: 100px;
}
.fs-60px {
  font-size: 60px;
  line-height: 100px;
}
.fs-43px {
  font-size: 40px !important;
  font-weight: 300 !important;;
}
.fs-45px {
  font-size: 45px;
}
.fs-40px {
  font-size: 40px;
}
.fs-30px {
  font-size: 30px;
}
.fw-400 {
  font-weight: 400 !important;;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-light {
  font-weight: 200 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 strong, .fw-300 b {
    font-weight: 600;
}
.text-orange-dim {
  color: #a07f4a;
}
.form{
  position: relative;
}
.form>.error {
  position: absolute;
  color: red;
  font-size: 14px;
  left: 0;
  bottom: 0;
  padding-top: 12px;
  border: none;
}
.notice {
  display: block;
  width: 100%;
  padding: 15px;
  margin-top: 15px;
  border: solid 1px #399239;
  background: rgba(57, 146, 57, 0.4);
  text-align: center;
  font-weight: 500;
}
.field-custom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  font-weight: 300;
  border: solid 1px #333333;
  margin-bottom: 14px;
}
.field-custom span {
  width: 75%;
  border-right: solid 1px #333333;
  padding: 14px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  font-weight: 200;
  font-size: 30px;
}
.field-custom span span.error {
  position: absolute;
  color: red;
  font-size: 11px;
  left: 0;
  bottom: 0;
  padding: 3px 14px;
  border: none;
}
.field-custom label {
  padding: 14px;
  background: #000;
  border-bottom: none;
  color: #a07f4a;
  width: 25%;
  text-align: center;
}
.field-custom a:hover {
  border-bottom: none;
}
.field-custom-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.field-custom-group {
  width: 100%;
}
.field-custom-group div {
  position: relative;
}
.field-custom-group div:first-child {
  padding-right: 7px;
}
.field-custom-group div:last-child {
  padding-left: 7px;
}
.field-custom-group div span.error{
  position: absolute;
  color: red;
  font-size: 11px;
  left: 7px;
  bottom: 0;
  padding: 3px 14px;
}
.field-custom-group div:first-child span.error{
  left: 0px;
}
.field-custom-group input {
  width: 100%;
  border: solid 1px #333333;
  padding: 14px;
  font-weight: 200;
  font-size: 30px;
}
.field-custom-group input::-webkit-input-placeholder {
  font-weight: 200;
}
.field-custom-group input::-moz-placeholder {
  font-weight: 200;
}
.field-custom-group input::-ms-input-placeholder {
  font-weight: 200;
}
.field-custom-send {
  font-size: 30px;
  font-weight: 300;
  padding: 14px;
  background: #000;
  display: block;
  border-bottom: none;
  text-align: center;
}
.box-center {
  width: 335px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .fs-80px {
    font-size: 50px;
    line-height: 70px;
  }

  .px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .section.p-3 {
    padding: 0 !important;
  }

  .section-top .p-5 {
    padding: 3rem 3rem 3rem 4rem !important;
  }

  .form {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .section-pp.p-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .section {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 430px) {
  .form .field-custom label {
    font-size: 23px;
    /* line-height: 43px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}