.btn-default{display:inline-block;padding:.4rem 1.8rem;margin-top:1rem;border-radius:40px;color:#fcfdf6;background-color:#235347;transition:all 250ms ease-in-out;cursor:pointer;font-size:.9rem}@media screen and (max-width:767px){.btn-default{font-size:clamp(16px,calc(.8vw + 10px),22px)}}.btn-default:hover{background-color:#e8f2e3;color:#235347 !important}.btn-light{display:inline-block;padding:.4rem 1.8rem;margin-top:1rem;border-radius:40px;color:#fcfdf6;background-color:#235347;transition:all 250ms ease-in-out;cursor:pointer;font-size:.9rem;color:#fcfdf6 !important;border:2px solid #fcfdf6}@media screen and (max-width:767px){.btn-light{font-size:clamp(16px,calc(.8vw + 10px),22px)}}.btn-light:hover{background-color:#e8f2e3;color:#235347 !important}.btn-light:hover{background-color:#fcfdf6;color:#242424 !important}.btn-dark{display:inline-block;padding:.4rem 1.8rem;margin-top:1rem;border-radius:40px;color:#fcfdf6;background-color:#235347;transition:all 250ms ease-in-out;cursor:pointer;font-size:.9rem;color:#242424 !important;border:2px solid #242424;background-color:#fcfdf6}@media screen and (max-width:767px){.btn-dark{font-size:clamp(16px,calc(.8vw + 10px),22px)}}.btn-dark:hover{background-color:#e8f2e3;color:#235347 !important}.btn-dark:hover{background-color:#242424;color:#fcfdf6 !important;border-color:#fcfdf6}form{margin-top:2rem}form fieldset{display:flex;flex-wrap:wrap;gap:1rem;align-items:end}form fieldset div{display:flex;gap:1rem}@media screen and (max-width:767px){form fieldset div{flex-direction:column}}form fieldset .half{width:calc(50% - 1rem/2)}@media screen and (max-width:767px){form fieldset .half{width:100%}}form fieldset .full{width:100%}form fieldset .full select{width:calc(50% - 1rem/2)}form fieldset select,form fieldset input,form fieldset textarea{font-family:neue-haas-grotesk-text,sans-serif;border:none;background-color:#e8f2e3;border-radius:25px;padding:.75rem 1rem;color:#235347;font-size:.8rem;width:100%;height:fit-content}form fieldset select:focus,form fieldset input:focus,form fieldset textarea:focus{border-color:#235347;outline:none}form fieldset select::placeholder,form fieldset input::placeholder,form fieldset textarea::placeholder{color:#235347;font-size:.8rem}form fieldset label{margin-bottom:.4rem;font-size:.8rem;display:block}form fieldset .select{position:relative;display:inline-block}form fieldset .select select{appearance:none;padding-right:2.5rem}form fieldset .select::after{content:url(/images/chevron.svg);position:absolute;right:1rem;top:2rem;width:.8rem;height:.8rem;pointer-events:none}form fieldset textarea{resize:none}form #name__{position:absolute;left:-9999px;height:0;width:0;z-index:-1}form button{all:unset;display:inline-block;padding:.4rem 1.8rem;margin-top:1rem;border-radius:40px;color:#fcfdf6;background-color:#235347;transition:all 250ms ease-in-out;cursor:pointer;font-size:.9rem}@media screen and (max-width:767px){form button{font-size:clamp(16px,calc(.8vw + 10px),22px)}}form button:hover{background-color:#e8f2e3;color:#235347 !important}