/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2026 | 07:28:18 */
#nl-wrap-2026 {
  background: #4b0320;
  padding: 0;
}

#nl-form-2026 {
  max-width: 980px;
  margin: 0 auto;
  background: #f2f0ed;
  border-radius: 22px;
  padding: 16px 16px 12px;
  box-sizing: border-box;
}

#nl-form-2026 .nl-steps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

#nl-form-2026 .nl-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 6px 10px;
  color: #4b0320;
  background: transparent;
  line-height: 1;
}

#nl-form-2026 .nl-step.is-active {
  background: #e8e5e1;
}

#nl-form-2026 .nl-step-num {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #ffffff;
  color: #4b0320;
}

#nl-form-2026 .nl-step.is-active .nl-step-num {
  background: #4b0320;
  color: #ffffff;
}

#nl-form-2026 .nl-step-text {
  font-size: 15px;
  line-height: 1;
}

#nl-form-2026 .nl-panel[hidden] {
  display: none !important;
}

#nl-form-2026 .nl-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

#nl-form-2026 .nl-field label {
  display: block;
  margin: 0 0 6px;
  color: #4b0320;
  font-size: 15px;
}

#nl-form-2026 .nl-field input[type="text"],
#nl-form-2026 .nl-field input[type="email"] {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 14px;
  background: #ffffff;
  color: #4b0320;
  padding: 0 14px;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
}

#nl-form-2026 .nl-field input::placeholder {
  color: #4b0320;
  opacity: 0.7;
}

#nl-form-2026 .nl-field input:focus-visible,
#nl-form-2026 .nl-btn:focus-visible,
#nl-form-2026 .nl-consent input:focus-visible {
  outline: 2px solid #4b0320;
  outline-offset: 2px;
}

#nl-form-2026 .nl-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 4px;
}

#nl-form-2026 .nl-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: #4b0320;
  cursor: pointer;
}

#nl-form-2026 .nl-consent label {
  margin: 0;
  color: #4b0320;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

#nl-form-2026 .nl-consent a {
  color: #4b0320;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#nl-form-2026 .nl-consent a:hover {
  opacity: 0.85;
}

#nl-form-2026 .nl-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

#nl-form-2026 .nl-actions-step2 {
  justify-content: space-between;
}

#nl-form-2026 .nl-btn {
  border: 0;
  border-radius: 14px;
  min-height: 52px;
  min-width: 180px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.18s ease;
}

#nl-form-2026 .nl-btn-primary {
  background: #4b0320;
  color: #ffffff;
}

#nl-form-2026 .nl-btn-secondary {
  background: #ffffff;
  color: #4b0320;
}

#nl-form-2026 .nl-btn:hover {
  opacity: 0.9;
}

#nl-form-2026 .nl-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#nl-form-2026 .nl-feedback {
  margin: 6px 0 0;
  min-height: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #4b0320;
}

#nl-form-2026 .nl-feedback:empty {
  display: none;
}

@media (max-width: 920px) {
  #nl-form-2026 .nl-steps {
    gap: 10px;
  }
}

@media (min-width: 760px) {
  #nl-form-2026 .nl-row {
    grid-template-columns: 1fr 1fr;
  }

  #nl-form-2026 .nl-row-single {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 759px) {
  #nl-wrap-2026 {
    padding: 0;
  }

  #nl-form-2026 {
    border-radius: 18px;
    padding: 14px;
  }

  #nl-form-2026 .nl-steps {
    gap: 8px;
    margin-bottom: 12px;
  }

  #nl-form-2026 .nl-step {
    padding: 6px 8px;
    gap: 6px;
  }

  #nl-form-2026 .nl-step-num {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  #nl-form-2026 .nl-step-text {
    font-size: 14px;
  }

  #nl-form-2026 .nl-field input[type="text"],
  #nl-form-2026 .nl-field input[type="email"],
  #nl-form-2026 .nl-btn {
    min-height: 56px;
    height: 56px;
    font-size: 16px;
    padding: 0 16px;
  }

  #nl-form-2026 .nl-btn {
    min-width: 150px;
  }

  #nl-form-2026 .nl-actions,
  #nl-form-2026 .nl-actions-step2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  #nl-form-2026 .nl-btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  #nl-form-2026 {
    border-radius: 14px;
    padding: 12px;
  }

  #nl-form-2026 .nl-steps {
    gap: 6px;
  }

  #nl-form-2026 .nl-step {
    flex: 1 1 calc(33.33% - 4px);
    justify-content: center;
    padding: 6px;
  }

  #nl-form-2026 .nl-step-text {
    font-size: 13px;
  }

  #nl-form-2026 .nl-field label {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  #nl-form-2026 .nl-step-text {
    display: none;
  }

  #nl-form-2026 .nl-step {
    justify-content: center;
    padding: 4px;
  }
}
