.ds-form{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;max-width:600px;margin:0 auto;padding:30px}.ds-form__title{font-size:28px;font-weight:700;color:#3d3c4f;margin:0 0 20px 0;line-height:1.3}.ds-form__subtitle{font-size:16px;color:#666;margin:0 0 30px 0;line-height:1.5}.ds-form__section{margin-bottom:30px}.ds-form__section-title{font-size:18px;font-weight:600;color:#3d3c4f;margin:0 0 20px 0;padding-bottom:10px;border-bottom:2px solid #ddd}.ds-form__field{margin-bottom:20px}.ds-form__label{display:block;font-size:14px;font-weight:500;color:#3d3c4f;margin-bottom:5px;line-height:1.4}.ds-form__label-required{color:#d32f2f;margin-left:3px}.ds-form__input-wrapper{position:relative}.ds-form__input,.ds-form__select,.ds-form__textarea{width:100%;padding:12px 14px;font-size:15px;line-height:1.5;color:#3d3c4f;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease;box-sizing:border-box;font-family:inherit}.ds-form__input:focus,.ds-form__select:focus,.ds-form__textarea:focus{outline:none;border-color:#1f936d;box-shadow:0 0 0 3px rgba(31,147,109,.1)}.ds-form__input:disabled,.ds-form__select:disabled,.ds-form__textarea:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.ds-form__input::placeholder,.ds-form__select::placeholder,.ds-form__textarea::placeholder{color:#666;opacity:1}.ds-form__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27%23333%27 d=%27M6 9L1 4h10z%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.ds-form__select::-ms-expand{display:none}.ds-form__textarea{min-height:100px;resize:vertical}.ds-form__input-hint{display:block;font-size:12px;color:#666;margin-top:5px}.ds-form__error{display:block;font-size:13px;color:#d32f2f;margin-top:5px;min-height:18px;line-height:1.4}.ds-form__error:empty{display:none}.ds-form__checkbox{margin:20px 0}.ds-form__checkbox-label{display:flex;align-items:flex-start;cursor:pointer;font-size:14px;line-height:1.6;color:#3d3c4f}.ds-form__checkbox-input{margin:3px 10px 0 0;flex-shrink:0;width:18px;height:18px;cursor:pointer}.ds-form__checkbox-text{flex:1}.ds-form__checkbox-link{color:#1f936d;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:all .2s ease}.ds-form__checkbox-link:hover{border-bottom-color:#1f936d}.ds-form__checkbox-link:focus{outline:2px solid #1f936d;outline-offset:2px}.ds-form__captcha{margin:20px 0;padding:20px;background-color:#f5f5f5;border-radius:4px}.ds-form__agreements{margin:30px 0;padding-top:20px;border-top:1px solid #ddd}.ds-form__agreements-title{font-size:16px;font-weight:600;color:#3d3c4f;margin:0 0 20px 0}.ds-form__hidden{display:none}.ds-form__honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none;visibility:hidden}.ds-form__submit{margin-top:30px;padding-top:20px;border-top:1px solid #ddd}.ds-form__submit-btn{width:100%;padding:14px 24px;font-size:16px;font-weight:600;line-height:1.5;text-align:center;color:#fff;background-color:#1f936d;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;position:relative;box-sizing:border-box}.ds-form__submit-btn:hover:not(:disabled){background-color:#1a7a5a;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.ds-form__submit-btn:active:not(:disabled){transform:translateY(0)}.ds-form__submit-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(31,147,109,.3)}.ds-form__submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ds-form__submit-btn[data-loading=true],.ds-form__submit-btn.ds-form__submit-btn--loading{color:rgba(0,0,0,0);pointer-events:none}.ds-form__submit-btn[data-loading=true]::after,.ds-form__submit-btn.ds-form__submit-btn--loading::after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #fff;border-top-color:rgba(0,0,0,0);border-radius:50%;animation:ds-form-spin .6s linear infinite}.ds-form__submit-btn-text{display:block}.ds-form--closed{text-align:center;padding:60px}.ds-form__closed-message{max-width:500px;margin:0 auto}.ds-form__closed-title{font-size:24px;font-weight:700;color:#3d3c4f;margin-bottom:20px}.ds-form__closed-text{font-size:18px;color:#3d3c4f;margin-bottom:20px;line-height:1.5}.ds-form__closed-footer{font-size:16px;color:#666}@keyframes ds-form-spin{to{transform:rotate(360deg)}}.ds-form__captcha .mock-captcha{padding:10px;background:#fff3cd;border:1px dashed #ffc107;border-radius:4px;text-align:center;font-size:12px;color:#856404}.ds-forms-notifications{position:fixed;top:20px;right:20px;z-index:10000;pointer-events:none}.ds-forms-notification{width:400px;border:1px solid rgba(0,0,0,0);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:16px 20px;margin-bottom:12px;display:flex;align-items:flex-start;position:relative;pointer-events:auto;transform:translateX(calc(100% + 20px));opacity:0;transition:transform .3s ease,opacity .3s ease}.ds-forms-notification.ds-forms-notification-show{transform:translateX(0);opacity:1}.ds-forms-notification.ds-forms-notification-hide{animation:slideOutRight .3s ease forwards}.ds-forms-notification .ds-forms-notification-icon{width:24px;height:24px;flex-shrink:0;margin-right:12px;margin-top:2px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;font-weight:bold}.ds-forms-notification .ds-forms-notification-content{flex:1;min-width:0}.ds-forms-notification .ds-forms-notification-title{font-weight:600;font-size:16px;margin:0 0 4px 0;line-height:1.4}.ds-forms-notification .ds-forms-notification-message{font-size:14px;margin:0;line-height:1.5;word-wrap:break-word}.ds-forms-notification .ds-forms-notification-close{position:absolute;top:8px;right:8px;width:20px;height:20px;border:none;background:rgba(0,0,0,0);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s}.ds-forms-notification .ds-forms-notification-close:hover{opacity:1}.ds-forms-notification .ds-forms-notification-close::before,.ds-forms-notification .ds-forms-notification-close::after{content:"";position:absolute;width:12px;height:1.5px;background-color:currentColor;transform:rotate(45deg)}.ds-forms-notification .ds-forms-notification-close::after{transform:rotate(-45deg)}.ds-forms-notification.ds-forms-notification-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.ds-forms-notification.ds-forms-notification-success .ds-forms-notification-icon{background-color:#28a745;color:#fff}.ds-forms-notification.ds-forms-notification-success .ds-forms-notification-close{color:#155724}.ds-forms-notification.ds-forms-notification-error{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.ds-forms-notification.ds-forms-notification-error .ds-forms-notification-icon{background-color:#dc3545;color:#fff}.ds-forms-notification.ds-forms-notification-error .ds-forms-notification-close{color:#721c24}.ds-forms-notification.ds-forms-notification-warning{background-color:#fff3cd;border-color:#ffeaa7;color:#856404}.ds-forms-notification.ds-forms-notification-warning .ds-forms-notification-icon{background-color:#ffc107;color:#fff}.ds-forms-notification.ds-forms-notification-warning .ds-forms-notification-close{color:#856404}.ds-forms-notification.ds-forms-notification-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.ds-forms-notification.ds-forms-notification-info .ds-forms-notification-icon{background-color:#17a2b8;color:#fff}.ds-forms-notification.ds-forms-notification-info .ds-forms-notification-close{color:#0c5460}@media(max-width: 768px){.ds-forms-notifications{top:10px;right:10px;left:10px}.ds-forms-notification{width:100%;max-width:none}}@keyframes slideOutRight{from{transform:translateX(0);opacity:1}to{transform:translateX(calc(100% + 20px));opacity:0}}

/*# sourceMappingURL=forms.css.map*/