@font-face {
  font-family: "Inter";
  src: url("/resources/style/fonts/Inter/Inter-100.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/resources/style/fonts/Inter/Inter-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/resources/style/fonts/Inter/Inter-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/resources/style/fonts/Inter/Inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/resources/style/fonts/Inter/Inter-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/resources/style/fonts/Inter/Inter-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/resources/style/fonts/Inter/Inter-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/resources/style/fonts/Inter/Inter-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/resources/style/fonts/Inter/Inter-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background-color: #FFFFFF;
  color: #54547A;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.03em;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  font-weight: 600;
  color: #101044;
}
html h1 h1, html h2 h1, html h3 h1, html h4 h1, html h5 h1, html h6 h1 {
  font-size: 2.75rem;
}
html h1 h1.title, html h2 h1.title, html h3 h1.title, html h4 h1.title, html h5 h1.title, html h6 h1.title {
  font-size: 3.375rem;
}
html h1 h2, html h2 h2, html h3 h2, html h4 h2, html h5 h2, html h6 h2 {
  font-size: 2.25rem;
}
html h1 h3, html h2 h3, html h3 h3, html h4 h3, html h5 h3, html h6 h3 {
  font-size: 1.5rem;
}
html button, html input, html select, html textarea {
  font: inherit;
  color: inherit;
}
html button {
  cursor: pointer;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html ul {
  list-style: none;
}
html a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s;
  border: 1px solid transparent;
}
html a.link.nav {
  padding: 0.5rem;
  font-weight: 500;
}
html a.link:hover {
  border-bottom: 1px solid #2161E0;
  color: #101044;
}
html a.button {
  font-size: 0.9rem;
  border-radius: 0.5rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
html a.button.blue {
  background-color: #2161E0;
  color: #FFFFFF;
}
html a.button.blue:hover {
  box-shadow: 0 8px 24px 0 rgba(33, 97, 224, 0.25);
  background-color: #90b0f0;
  color: #113170;
}
html p.text {
  font-size: 1rem;
}
html p.intro {
  font-size: 1.125rem;
}
html p.heading {
  font-size: 1.25rem;
}
html header, html main, html footer {
  width: 100%;
  position: relative;
}
html header .filter, html main .filter, html footer .filter {
  width: 100%;
  height: 100%;
  position: relative;
}
html header .filter .wrap, html main .filter .wrap, html footer .filter .wrap {
  width: 80rem;
  margin: 0 auto;
  padding: 6rem 4rem;
  position: relative;
}
@media all and (max-width: 48rem) {
  html header .filter .wrap, html main .filter .wrap, html footer .filter .wrap {
    padding: 6rem 2rem;
  }
}
@media all and (max-width: 62rem) {
  html header .filter .wrap, html main .filter .wrap, html footer .filter .wrap {
    padding: 6rem 3rem;
  }
}
@media all and (max-width: 95rem) {
  html header .filter .wrap, html main .filter .wrap, html footer .filter .wrap {
    padding: 6rem 4rem;
  }
}
html header .filter .wrap {
  padding: 2rem 4rem;
}
@media all and (max-width: 48rem) {
  html header .filter .wrap {
    padding: 2rem 2rem;
  }
}
@media all and (max-width: 62rem) {
  html header .filter .wrap {
    padding: 2rem 3rem;
  }
}
@media all and (max-width: 95rem) {
  html header .filter .wrap {
    padding: 2rem 4rem;
  }
}

html body header {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
html body header nav .logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body header nav .logo img {
  height: 100%;
}
html body header nav .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
html body header nav .auth .register {
  margin-left: 1rem;
}/*# sourceMappingURL=init.css.map */