body {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98em;
  color: #666666;
}
body a,
body a:visited {
  text-decoration: none;
  color: #1c9595;
}

input,
textarea {
  padding: 5px !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 3px !important;
  font-size: smaller !important;
  line-height: 1.5;
  color: #666666;
}

button {
  /* background-clip: padding-box; */
  background-color: #146a6a;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  /* box-shadow: rgb(0 0 0 / 2%) 0 1px 3px 0; */
  /* box-sizing: border-box; */
  color: white;
  cursor: pointer;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

button:hover,
button:focus {
  background-color: #1c9595;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

button:hover {
  transform: translateY(-1px);
}

button:active {
  background-color: #146a6a;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  transform: translateY(0);
}

textarea:focus,
input:focus {
  outline: 1px solid #d9d9d9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: #999999;
}

header {
  background-image: linear-gradient(#105555, #167373);
  text-align: center;
  padding: 10px;
  color: #abd1d1;
}

header .toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo-on-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

header #logo-text {
  font-size: 1.8em;
  font-weight: bold;
  color: #abd1d1;
}

header #menu {
  display: flex;
}
header #menu a:nth-of-type(2) {
  margin-left: 30px;
  margin-right: 30px;
}

header .menu-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .menu-text {
  color: #abd1d1;
  font-size: smaller;
}
@media (max-width: 499px) {
  header .menu-text {
    display: none;
  }
}

header #support {
  height: 32px;
}

header .hero {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 40px 60px;
}

header h1 {
  font-size: 2.5em;
  line-height: 1.5;
  margin-bottom: 30px;
  color: white;
}

header h2 {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 50px;
  color: #effaca;
}

header #cta #cta-more {
  font-size: small;
}

header .cta-button {
  background: #ff9800;
  font-weight: bold;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px;
  display: inline-block;
}

header .cta-button:hover {
  background: #e68a00;
}

section#banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-image: linear-gradient(#105555, #167373);
  padding: 10px 0px 30px 0px;
}
section#banner #copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  color: white;
}
section#banner h1 {
  margin-top: 10px;
  margin-bottom: 3px;
}
@media (min-width: 820px) {
  section#banner h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 500px) and (max-width: 819px) {
  section#banner h1 {
    font-size: 2.5rem;
  }
}
section#banner h2 {
  margin-top: 8px;
}
@media (min-width: 820px) {
  section#banner h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 500px) and (max-width: 819px) {
  section#banner h2 {
    font-size: 1.5rem;
  }
}
section#banner h3 {
  font-size: 1.2rem;
  margin-top: 3px;
  margin-bottom: 3px;
}

section#content {
  padding: 30px;
  line-height: 1.5em;
  max-width: 800px;
  margin: auto;
  text-align: justify;
}
@media (min-width: 820px) {
  section#content h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 500px) and (max-width: 819px) {
  section#content h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  section#content h1 {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}
@media (min-width: 820px) {
  section#content h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 500px) and (max-width: 819px) {
  section#content h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 499px) {
  section#content h2 {
    font-size: 1.15rem;
    line-height: 1.5em;
  }
}
@media (min-width: 820px) {
  section#content h3 {
    font-size: 1.15rem;
  }
}
@media (min-width: 500px) and (max-width: 819px) {
  section#content h3 {
    font-size: 1.15rem;
  }
}
@media (max-width: 499px) {
  section#content h3 {
    font-size: 1.05rem;
    line-height: 1.5em;
  }
}
section#content section#main .benefit {
  color: #608050;
}

footer #consent-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d5f5f5;
  position: fixed;
  bottom: 20px;
  left: 10%;
  right: 10%;
  border-radius: 5px;
  z-index: 1;
}
footer #consent-banner #consent-text {
  padding: 10px 30px;
  font-size: 0.85rem;
  color: #0a2828;
}
footer #consent-banner #dismiss {
  padding: 3px 7px;
}
footer #consent-banner #dismiss-box {
  padding: 10px 20px;
}
footer #contact-section {
  background-color: #eafafa;
  padding: 10px;
}
footer #contact-section #contact-title {
  text-align: center;
  padding: 10px;
  color: #4a8a8a;
}
footer #contact-section #contact-form {
  padding: 0px 10px 10px 10px;
}
footer #contact-section #contact-title,
footer #contact-section #sent-msg-intent,
footer #contact-section #contact-form {
  margin: auto;
  max-width: 500px;
  min-width: 300px;
}
footer #contact-section .form-item {
  padding: 10px;
}
footer #contact-section .stacked-label {
  display: block;
  margin-bottom: 5px !important;
  font-size: smaller;
}
footer #contact-section .contact-input {
  width: 100%;
}
footer #contact-section #contact-msg {
  height: 180px;
  font-family: inherit;
}
footer #contact-section #email-consent {
  font-size: smaller;
}
footer #contact-section #consent-checkbox {
  height: 16px;
  width: 16px;
}
footer #contact-section #contact-btn-bar {
  text-align: center;
}
footer #contact-section #sent-msg-intent {
  border-radius: 3px !important;
  background-color: #d0ca75;
}
footer #contact-section #sent-msg {
  color: white;
  margin: 0px;
  padding: 20px;
  text-align: center;
}
footer #copyright {
  background-color: #105555;
  text-align: center;
  font-size: smaller;
  color: white;
  padding: 15px;
}

.invalid-input-msg {
  color: #ff9999;
  font-size: small;
  margin-top: 5px;
}

.required:after {
  content: " *";
  color: red;
}/*# sourceMappingURL=styles.css.map */