html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "Texta W00 Black", "Gill Sans MT", Calibri, sans-serif;
  color: white;
  background-color: #2830c6;
  font-size: 22px;
}
@media (max-width: 1000px), (max-height: 700px) {
  html, body {
    font-size: 20px;
  }
}
@media (max-width: 500px), (max-height: 500px) {
  html, body {
    font-size: 18px;
  }
}

.container {
  background-image: url(../images/background.webp);
  background-size: cover;
  background-position: center;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container__2021 {
  padding-top: 4vh;
  font-size: 1.09rem;
}
.container__logo {
  width: 22vw;
  margin-top: 7vh;
  max-width: 185px;
}
@media (max-height: 750px) {
  .container__logo {
    margin-top: 5vh;
  }
}
.container h1 {
  text-align: center;
  max-width: calc(100vw - 40px);
  font-weight: normal;
  font-size: 1.09rem;
  line-height: 1.2em;
  margin-top: 4vh;
  padding: 0;
}
.container h2 {
  font-family: "Texta W00 Book", "Gill Sans MT", Calibri, sans-serif;
  text-align: center;
  font-weight: normal;
  max-width: calc(100vw - 40px);
  padding: 0;
  margin: 0;
  font-size: 1.09rem;
  line-height: 1.2em;
}

.form {
  flex-grow: 1;
  width: 400px;
  max-width: calc(100vw - 40px);
  margin-top: 6vh;
  color: black;
}
@media (max-height: 750px) {
  .form {
    margin-top: 4vh;
  }
}
.form_error {
  display: none;
}
.form_error_message {
  font-family: "Texta W00 Book", "Gill Sans MT", Calibri, sans-serif;
  font-size: 0.818rem;
  line-height: 1.2em;
  background-color: #FED523;
  color: black;
  padding: 0.545rem 1rem 0.545rem 1rem;
}
.form_error_message a {
  text-decoration: none;
  border-bottom: 2px solid black;
}
.form .input_wrapper {
  height: 3.636rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 1.5vh;
  padding: 0;
}
.form .input_wrapper input {
  font-family: "Texta W00 Black", "Gill Sans MT", Calibri, sans-serif;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  border: none;
  color: white;
  background-color: transparent;
  box-sizing: border-box;
  padding-left: 1.363rem;
  padding-right: 1.363rem;
  padding-top: 0.59rem;
}
.form .input_wrapper input:focus {
  outline: none;
  padding-left: calc(1.363rem - 4px);
  border: solid white 4px;
}
.form .input_wrapper label {
  font-family: "Texta W00 Book", "Gill Sans MT", Calibri, sans-serif;
  font-size: 1rem;
  box-sizing: border-box;
  padding-left: 1.363rem;
  padding-right: 1.363rem;
  position: absolute;
  color: white;
  top: 50%;
  transform: translate(0, -50%);
  transition: font-size 200ms, top 200ms;
}
.form .form_submit {
  font-family: "Texta W00 Book", "Gill Sans MT", Calibri, sans-serif;
  font-size: 1rem;
  width: 100%;
  height: 3.636rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  margin-top: 1.5vh;
  border: none;
  outline: none;
  cursor: pointer;
}
.form .form_submit:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.form .input_focus label {
  font-size: 0.636rem;
  top: 0.909rem;
}

.dropdown_container {
  margin-bottom: 4vh;
  margin-top: 4vh;
}
.dropdown_container__button {
  font-family: "Texta W00 Black", "Gill Sans MT", Calibri, sans-serif;
  font-size: 1rem;
  position: relative;
  height: 2.727rem;
  line-height: 2.727rem;
  width: 400px;
  max-width: calc(100vw - 40px);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  outline: none;
  border: none;
  cursor: pointer;
}
.dropdown_container__button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.dropdown_container__button__cross {
  position: absolute;
  right: 1rem;
  top: calc(50% - 8px);
  height: 16px;
  width: 16px;
  transform-origin: center;
  display: block;
  background-image: url(../images/cross.svg);
  background-size: contain;
  transition: transform 300ms;
}
.dropdown_container__tray {
  display: none;
  background-color: rgba(255, 255, 255, 0.05);
}
.dropdown_container__content {
  padding: 1rem;
}
.dropdown_container__contact {
  font-family: "Texta W00 Book", "Gill Sans MT", Calibri, sans-serif;
  font-size: 0.818rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  border-radius: 100px;
  height: 1.818rem;
  line-height: 1.818rem;
  color: black;
  text-align: center;
  text-decoration: none;
}
.dropdown_container__contact:hover {
  background-color: white;
}
.dropdown_container__contact:first-of-type {
  margin-bottom: 1.5vh;
}
.dropdown_container .turn_cross .dropdown_container__button__cross {
  transform: rotate(-135deg);
}

.grecaptcha-badge {
  display: none;
}

/* Delay Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: black !important;
}

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