@charset "UTF-8";.pbd-form{border:1px solid #f8b102;padding:32px}.pbd-form__heading{position:relative;padding-bottom:8px;background:transparent url(../../img/wave.svg) no-repeat 0 100%;background-size:66px 8px;line-height:1.2;font-size:3.2rem;font-weight:bolder}.pbd-form__subheading{font-size:22px;margin:20px 0 15px 0;font-weight:700;padding-bottom:20px}.pbd-form__contents{max-width:80%}.pbd-form__section{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.pbd-form__section--full{grid-template-columns:1fr}.pbd-form__submit{background-color:#f9b000;color:#0f0f0f;border:0;padding:12px;cursor:pointer;border-radius:0!important}.pbd-field{display:flex;flex-direction:column;width:100%;margin-bottom:16px}.pbd-field--has-error{color:red}.pbd-field--has-error input{border-color:red}.pbd-field__label{font-size:15px;margin:0;color:#373737;line-height:1}.pbd-field__input{height:40px;border:1px solid #000;margin-top:5px;padding:10px}.pbd-field__textarea{height:200px;resize:none;font-family:inherit}.pbd-field--file input[type=file]{border:0;padding:0}.pbd-field--file input[type=file]::file-selector-button{background-color:#f9b000;color:#0f0f0f;border:0;padding:12px;cursor:pointer}.pbd-error{font-size:13px;margin:0}.pbd-checkbox{display:flex}.pbd-checkbox input[type=checkbox]{display:none}.pbd-checkbox label{font-size:15px;color:#373737;display:flex;gap:8px;cursor:pointer;position:relative}.pbd-checkbox label:before{content:" ";display:block;width:24px;height:24px;border:2px solid #373737;flex:0 0 24px}.pbd-checkbox input[type=checkbox]:checked+label:after{content:"✓";position:absolute;left:4px;top:1px;font-size:24px}@media (max-width:767px){.pbd-form__contents{max-width:unset}.pbd-form__section{grid-template-columns:repeat(1,1fr)}}.pbd-hint{margin-top:8px;font-size:13px;line-height:1.2em;color:#373737}