/* src/app/styles/main.scss */
@font-face {
  font-family: Aller;
  src: url(/assets/fonts/aller_rg.woff2) format("woff2");
  font-display: swap;
  font-weight: normal;
}
@font-face {
  font-family: Aller;
  font-weight: bold;
  src: url(/assets/fonts/aller_bd.woff2) format("woff2");
  font-display: swap;
}
* {
  font-family: "Aller", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  line-height: 150%;
  margin: 0;
}
.h1 {
  text-align: center;
}
.h1,
.h2 {
  color: #22506c;
}
.h5 {
  font-size: 20px;
}
.h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 48px;
  }
  .h2 {
    font-size: 40px;
  }
  .h3 {
    font-size: 32px;
  }
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .h1 {
    font-size: 36px;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 28px;
  }
  .h4 {
    font-size: 24px;
  }
}
p {
  line-height: 150%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
p.big {
  font-size: 20px;
}
p.big-bold {
  font-size: 20px;
  font-weight: bold;
}
p.bold {
  font-size: 16px;
  font-weight: bold;
}
p.small {
  font-size: 14px;
}
p.small-bold {
  font-size: 14px;
  font-weight: bold;
}
* {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 2px solid #22506c;
  outline-offset: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  position: relative;
  background-color: #ffffff;
  padding-top: 80px;
}
a {
  text-decoration: none;
  color: #22506c;
}
a:hover {
  color: #00709b;
}
.browserSupport {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  text-align: center;
  background-color: #ffffff;
}
.browserSupport p {
  line-height: 24px;
}
.browserSupport .browsers {
  margin-top: 15px;
}
.browserSupport .browser {
  margin: auto 10px;
}
.browserSupport .browser img {
  height: 50px;
  width: 50px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
