/*-----------------------------------------------------------*/
/* LAYOUTS                                                   */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* COLORS                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* FONTS                                                     */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* OTHER                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* SPACING                                                   */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* LAYOUTS                                                   */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* COLORS                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* FONTS                                                     */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* OTHER                                                    */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* SPACING                                                   */
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/* TYPOGRAPHY                                                */
/*-----------------------------------------------------------*/
p.has-x-large-font-size {
  font-size: 28px!important;
  font-weight: normal!important;
  line-height: 1.3em!important;
}
p.has-large-font-size {
  font-size: 21px!important;
  font-weight: normal!important;
  line-height: 1.3em!important;
}
p.has-medium-font-size {
  font-size: 18px!important;
  font-weight: normal!important;
  line-height: 1.3em!important;
}
#page .fluentform .ff-message-success, #page .ff-default .ff-message-success {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em;
}
p.has-small-font-size {
  font-size: 16px!important;
  font-weight: normal!important;
  line-height: 1.3em!important;
}
#page .fluentform .ff-el-form-check, #page .ff-default .ff-el-form-check {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  p.has-medium-font-size {
    font-size: 16px!important;
    font-weight: normal!important;
    line-height: 1.3em!important;
  }
  #page .fluentform .ff-message-success, #page .ff-default .ff-message-success {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
  }
}
#page .classic-form {
  display: flex;
  flex-flow: column;
  gap: 32px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  border: solid 1px #E6E6E6;
  background-color: #ffffff;
  height: 100%;
  padding: 64px;
}
#page .classic-form h4 {
  font-family: "Nunito", sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  #page .classic-form h4 {
    text-align: center;
    font-size: 24px;
    padding-top: 12px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  #page .classic-form {
    padding: 32px;
  }
}
#page .fluentform form.ff-el-form, #page .ff-default form.ff-el-form {
  margin: 0;
  padding: 0;
}
#page .fluentform .ff-el-input--label label, #page .ff-default .ff-el-input--label label {
  display: none !important;
}
#page .fluentform .ff-el-input--label.asterisk-right, #page .ff-default .ff-el-input--label.asterisk-right {
  display: none !important;
}
#page .fluentform .ff-el-form-control, #page .ff-default .ff-el-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  transition: all 0.3s ease;
  border-radius: 200px;
  background-color: #ffffff;
  padding: 16px 24px;
}
#page .fluentform .ff-el-form-control::placeholder, #page .ff-default .ff-el-form-control::placeholder {
  opacity: 1;
}
#page .fluentform .ff-el-form-control:focus, #page .ff-default .ff-el-form-control:focus {
  border-color: #70C7FD;
  outline-color: #70C7FD;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
#page .fluentform .input-icon .ff-el-input--content, #page .ff-default .input-icon .ff-el-input--content {
  position: relative;
}
#page .fluentform .input-icon .ff-el-input--content::after, #page .ff-default .input-icon .ff-el-input--content::after {
  content: "";
  --size: 24px;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  position: absolute;
  right: 16px;
  top: 16px;
  display: block;
  z-index: 2;
  pointer-events: none;
  opacity: 0.25;
}
#page .fluentform .input-icon .ff-el-input--content input, #page .ff-default .input-icon .ff-el-input--content input {
  padding-right: 50px !important;
}
#page .fluentform .input-icon .ff-el-input--content:focus::after, #page .fluentform .input-icon .ff-el-input--content:focus-visible::after, #page .fluentform .input-icon .ff-el-input--content:focus-within::after, #page .ff-default .input-icon .ff-el-input--content:focus::after, #page .ff-default .input-icon .ff-el-input--content:focus-visible::after, #page .ff-default .input-icon .ff-el-input--content:focus-within::after {
  opacity: 1;
}
#page .fluentform .input-icon--name .ff-el-input--content::after, #page .ff-default .input-icon--name .ff-el-input--content::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/02/user-circle-2.svg");
}
#page .fluentform .input-icon--email .ff-el-input--content::after, #page .ff-default .input-icon--email .ff-el-input--content::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/02/envelope.svg");
}
#page .fluentform .input-icon--phone .ff-el-input--content::after, #page .ff-default .input-icon--phone .ff-el-input--content::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/02/phone.svg");
}
#page .fluentform textarea.ff-el-form-control, #page .ff-default textarea.ff-el-form-control {
  resize: vertical;
  min-height: 100px;
  border-radius: 20px;
}
#page .fluentform select.ff-el-form-control, #page .ff-default select.ff-el-form-control {
  cursor: pointer;
}
#page .fluentform select.ff-el-form-control::-ms-expand, #page .ff-default select.ff-el-form-control::-ms-expand {
  display: none;
}
#page .fluentform .ff-el-is-required, #page .fluentform .ff-label-text, #page .ff-default .ff-el-is-required, #page .ff-default .ff-label-text {
  display: block;
}
#page .fluentform .ff-el-group, #page .ff-default .ff-el-group {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page .fluentform .ff-el-group, #page .ff-default .ff-el-group {
    margin-bottom: 12px;
  }
}
#page .fluentform .ff-el-tc label.ff_tc_label > span, #page .ff-default .ff-el-tc label.ff_tc_label > span {
  padding-top: 0 !important;
}
#page .fluentform .ff-el-form-check, #page .ff-default .ff-el-form-check {
  --size: 24px;
  display: flex;
  align-items: center;
  margin: 16px 0;
}
@media screen and (max-width: 768px) {
  #page .fluentform .ff-el-form-check, #page .ff-default .ff-el-form-check {
    --size: 20px;
    font-size: 14px;
    max-width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#page .fluentform .ff-el-form-check ~ .error, #page .ff-default .ff-el-form-check ~ .error {
  margin-top: -22px;
}
#page .fluentform .ff-el-form-check .ff-el-form-check-label, #page .ff-default .ff-el-form-check .ff-el-form-check-label {
  display: flex !important;
  align-items: flex-start;
}
#page .fluentform .ff-el-form-check .ff_tc_checkbox, #page .ff-default .ff-el-form-check .ff_tc_checkbox {
  padding: 0;
  padding-top: 0 !important;
  padding-bottom: 2px !important;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#page .fluentform .ff-el-form-check input[type="checkbox"], #page .fluentform .ff-el-form-check input[type="radio"], #page .ff-default .ff-el-form-check input[type="checkbox"], #page .ff-default .ff-el-form-check input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  display: block;
  margin-right: 12px !important;
}
#page .fluentform .ff-el-form-check input[type="checkbox"]::before, #page .fluentform .ff-el-form-check input[type="radio"]::before, #page .ff-default .ff-el-form-check input[type="checkbox"]::before, #page .ff-default .ff-el-form-check input[type="radio"]::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: var(--size);
  height: var(--size);
  min-width: var(--size);
  min-height: var(--size);
  max-width: var(--size);
  max-height: var(--size);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/02/check-circle-unchecked.svg");
  display: block;
}
#page .fluentform .ff-el-form-check input[type="checkbox"]:checked::before, #page .fluentform .ff-el-form-check input[type="radio"]:checked::before, #page .ff-default .ff-el-form-check input[type="checkbox"]:checked::before, #page .ff-default .ff-el-form-check input[type="radio"]:checked::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/2026/02/check-circle.svg");
}
#page .fluentform .ff-el-form-check label, #page .ff-default .ff-el-form-check label {
  margin: 0;
  padding-left: 10px;
  cursor: pointer;
}
#page .fluentform .ff_submit_btn_wrapper, #page .ff-default .ff_submit_btn_wrapper {
  margin-bottom: 0 !important;
}
#page .fluentform .ff-btn-submit, #page .ff-default .ff-btn-submit {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
#page .fluentform .ff-btn-submit:disabled, #page .ff-default .ff-btn-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#page .fluentform .ff-errors, #page .fluentform .error, #page .ff-default .ff-errors, #page .ff-default .error {
  padding-left: 4px;
  padding-top: 2px;
  color: #000000;
}
#page .fluentform .ff-message-success, #page .ff-default .ff-message-success {
  box-shadow: none;
  background-color: #BDF8DE;
  border-color: #1C754F;
  text-align: center;
  border-radius: 30px;
  padding: 32px 24px;
}
