 @media only screen and (min-width: 0rem) {#banner-1401 {overflow: hidden;position: relative;background: #000;opacity: 0.9;z-index: 1;}#banner-1401 .cs-container {padding: 7.1875rem 1rem 3.125rem 1rem;text-align: center;width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;gap: clamp(0.5rem, 1vw, 0.75rem);}#banner-1401 .cs-int-title {font-size: var(--headerFontSize);font-weight: 900;line-height: 1.2em;text-align: inherit;margin: 0;color: var(--bodyTextColorWhite);position: relative;}#banner-1401 .cs-breadcrumbs {display: flex;justify-content: center;align-items: center;}#banner-1401 .cs-link {font-size: var(--bodyFontSize);line-height: 1.2em;text-decoration: none;color: var(--bodyTextColorWhite);position: relative;display: flex;justify-content: center;align-items: center;}#banner-1401 .cs-link:last-of-type {}#banner-1401 .cs-link:last-of-type::after {display: none;}#banner-1401 .cs-link:after {content: "";width: 0.4375rem;height: 0.75rem;margin: 0 1rem;background: url("/assets/svgs/white-chev.svg");background-size: contain;background-position: center;background-repeat: no-repeat;position: relative;display: block;}#banner-1401 .cs-link.cs-active {color: var(--primaryLight);}}body {font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;color: #1f2937;line-height: 1.6;margin: 0;padding: 0;background-color: #f9fafb;}.questionnaire-container {max-width: 800px;margin: 0 auto;padding: 2rem 1rem;}.questionnaire-header {background: white;padding: 2rem;border-radius: 8px;margin-bottom: 2rem;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}.questionnaire-header h1 {margin: 0;color: #2563eb;font-size: 2rem;font-weight: 700;}.progress-widget {position: fixed;top: 120px;right: 2rem;background: white;padding: 1.5rem;border-radius: 8px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);z-index: 100;min-width: 200px;transition: all 0.3s ease-in-out;}@media (max-width: 1024px) {.progress-widget {top: auto;bottom: 1rem;right: 1rem;left: 1rem;max-width: 300px;margin: 0 auto;}}.progress-bar {width: 100%;height: 8px;background-color: #e5e7eb;border-radius: 4px;overflow: hidden;margin-bottom: 0.5rem;}.progress-bar .progress-fill {height: 100%;background: linear-gradient(90deg, #2563eb, #1e40af);width: 0%;transition: width 0.5s ease-in-out;}.progress-text {text-align: center;font-size: 0.875rem;color: #6b7280;margin: 0;font-weight: 600;}.save-indicator {margin-top: 0.75rem;padding: 0.5rem;background: #10b981;color: white;border-radius: 4px;font-size: 0.875rem;text-align: center;opacity: 0;transition: opacity 0.3s ease-in-out;font-weight: 600;}.save-indicator.show {opacity: 1;}.instructions {background: white;padding: 1.5rem;border-radius: 8px;margin-bottom: 2rem;border-left: 4px solid #2563eb;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}.instructions p {margin: 0 0 1rem 0;color: #6b7280;}.instructions p:last-child {margin-bottom: 0;}.instructions p strong {color: #1f2937;}.form-section {background: white;padding: 2rem;border-radius: 8px;margin-bottom: 2rem;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}.form-section h2 {margin: 0 0 1.5rem 0;color: #1f2937;font-size: 1.5rem;font-weight: 600;padding-bottom: 0.75rem;border-bottom: 2px solid #e5e7eb;}.form-section.optional-section h2 {display: flex;align-items: center;justify-content: space-between;}.optional-badge {font-size: 0.875rem;color: #6b7280;font-weight: 400;background: #f9fafb;padding: 0.25rem 0.75rem;border-radius: 4px;}.section-description {font-style: italic;color: #6b7280;margin: -0.5rem 0 1.5rem 0;font-size: 0.9375rem;}.form-group {margin-bottom: 1.5rem;}.form-group label {display: block;font-weight: 600;margin-bottom: 0.5rem;color: #1f2937;font-size: 1rem;}.form-group .required {color: #ef4444;}.form-group .field-description {font-size: 0.875rem;color: #6b7280;margin: 0.25rem 0 0.5rem 0;font-style: italic;}.form-group .field-note {font-size: 0.875rem;color: #6b7280;margin: 0.25rem 0 0.5rem 0;}.form-group .field-note em {font-style: italic;}.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="url"], .form-group textarea, .form-group select {width: 100%;padding: 0.75rem;border: 2px solid #e5e7eb;border-radius: 6px;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size: 1rem;color: #1f2937;transition: border-color 0.3s ease-in-out;}.form-group input[type="text"]:focus, .form-group input[type="email"]:focus, .form-group input[type="tel"]:focus, .form-group input[type="url"]:focus, .form-group textarea:focus, .form-group select:focus {outline: none;border-color: #2563eb;box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);}.form-group input[type="text"]::placeholder, .form-group input[type="email"]::placeholder, .form-group input[type="tel"]::placeholder, .form-group input[type="url"]::placeholder, .form-group textarea::placeholder, .form-group select::placeholder {color: #9ca3af;}.form-group textarea {resize: vertical;min-height: 100px;}.form-actions {display: flex;gap: 1rem;margin-top: 2rem;flex-wrap: wrap;}.submit-btn, .clear-btn {padding: 1rem 2rem;font-size: 1rem;font-weight: 600;border-radius: 6px;border: none;cursor: pointer;transition: all 0.3s ease-in-out;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;}.submit-btn:disabled, .clear-btn:disabled {opacity: 0.6;cursor: not-allowed;}.submit-btn {background: #2563eb;color: white;flex: 1;min-width: 200px;}.submit-btn:hover:not(:disabled) {background: #1e40af;box-shadow: 0 4px 6px rgba(37, 99, 235, 0.3);}.submit-btn:active:not(:disabled) {transform: translateY(1px);}.clear-btn {background: white;color: #1f2937;border: 2px solid #e5e7eb;}.clear-btn:hover {background: #f9fafb;border-color: #6b7280;}.success-message {background: #d1fae5;border: 2px solid #10b981;color: #065f46;padding: 1rem;border-radius: 6px;margin-top: 1.5rem;text-align: center;}.success-message p {margin: 0;font-weight: 600;}.success-message.hidden {display: none;}.hidden {display: none !important;}@media (max-width: 768px) {.questionnaire-container {padding: 1rem;}.questionnaire-header {padding: 1.5rem;}.questionnaire-header h1 {font-size: 1.5rem;}.form-section {padding: 1.5rem;}.form-section h2 {font-size: 1.25rem;}.form-actions {flex-direction: column;}.form-actions .submit-btn, .form-actions .clear-btn {width: 100%;}.optional-badge {font-size: 0.75rem;padding: 0.25rem 0.5rem;}.form-section.optional-section h2 {flex-direction: column;align-items: flex-start;gap: 0.5rem;}}@media print {.questionnaire-header, .instructions, .form-actions, .progress-bar, .progress-text {display: none;}.form-section {page-break-inside: avoid;box-shadow: none;border: 1px solid #e5e7eb;}}