@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);nav[data-v-5670d88e]{display:flex;flex-direction:row-reverse;height:112px}.header[data-v-5670d88e]{display:inline-block;text-align:center;margin:18px}.img-header[data-v-5670d88e]{width:64px}span[data-v-5670d88e]{display:block}.header-link[data-v-5670d88e]{text-decoration:none;color:var(--green)}.header-link[data-v-5670d88e]:hover{color:var(--green-light)}.img-header-hover[data-v-5670d88e]{display:none}.header-link:hover .img-header-hover[data-v-5670d88e]{display:inline-block}.header-link:hover .img-header-basic[data-v-5670d88e]{display:none}@media(max-width:640px){nav[data-v-5670d88e]{justify-content:space-evenly;height:auto}.header[data-v-5670d88e]{width:100%}.img-header[data-v-5670d88e]{width:48px}span[data-v-5670d88e]{display:none}}main[data-v-2e8d4f60]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:2em;margin:auto;border:var(--green-dark) solid 2px;border-radius:5px;color:var(--green)}h1[data-v-2e8d4f60]{text-align:center}img[data-v-2e8d4f60]{display:block;max-height:100px;max-width:available;width:auto;height:auto;margin:1em}.logos[data-v-2e8d4f60]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:available}.submitDiv[data-v-2e8d4f60]{display:flex;border:none;justify-content:center}@media(max-width:640px){main[data-v-2e8d4f60]{padding-right:0;padding-left:0;height:100%;width:100%;border:none}img[data-v-2e8d4f60]{max-width:240px}}@media(min-width:640px){main[data-v-2e8d4f60]{margin-top:4rem}}.label-input{display:flex;justify-content:space-between;align-items:center;width:available;border:var(--green-light) solid 1px;border-radius:5px;margin:1em;padding:1em}.label-input input,.label-input label{display:inline-block}label{font-weight:700}.submit{display:block;text-align:center;cursor:pointer;background:var(--green);border:var(--green) solid 1px;border-radius:5px;color:#fff;padding:1em}.submit:hover{color:var(--green);background:#fff}.error-message{color:red}@media(max-width:640px){.label-input{flex-direction:column}label{margin-bottom:.5em}}@media(min-width:640px){label{margin-right:1em}}@font-face{font-family:Poppins,sans-serif}body{--green-dark:#005657;--green:#009971;--green-light:#8fbc47;font-family:Poppins,sans-serif;font-size:20px}h1{color:var(--green-dark);text-align:center}h2{color:var(--green)}h3{color:var(--green-light)}