form{margin:0 auto;width:50%;display:flex;flex-wrap:wrap;justify-content:center;align-content:center}form input:not(.btn),form select,form textarea{all:unset;width:85%;color:#1e355e;border-bottom:2px solid #1e355e;padding:1em;margin:1em}form input:not(.btn)::placeholder,form select::placeholder,form textarea::placeholder{color:#1e355e}form input:not(.btn).error,form select.error,form textarea.error{border-color:#e14a4a;color:#e14a4a}form input:not(.btn).error::placeholder,form select.error::placeholder,form textarea.error::placeholder{color:#e14a4a}form input.btn{margin-bottom:1em;font-size:1em}form select{cursor:pointer;background-image:url(/assets/img/arrow_down.svg);background-repeat:no-repeat;background-position:center right;background-size:1.5em}form textarea{height:20%}form p{width:100%;text-align:center;font-weight:700}.map{border:0;width:100%;height:35vh}@media (max-width:1024px){form{width:85%}}@media (max-width:640px){form{width:95%}}