/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../Inter-Regular-subset.woff2) format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../../../Inter-Regular-subset.woff2) format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../Inter-Bold-subset.woff2) format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../../../Inter-ExtraBold-subset.woff2) format("woff2");
}
form label,
  form input,
  form button {
    margin: 10px 0;
    display: block;
  }
form input {
    border-color: #d1d5db;
    color: #9ca3af;
    background-color: #f9fafb;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    padding: 10px;
    width: 100%;
  }
form input.invalid {
      border-color: var(--error-color);
    }
form span.invalid {
    color: var(--error-color);
  }
:root {
  --font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --background: linear-gradient(90deg, #1cb5e0 0%, #000851 100%);
  --primary-color: #3e8ed0;
  --error-color: #e53e3e;
  --max-width-large: 1024px;
}
body {
  font-family: var(--font-family);
  background: var(--background);
  color: #ffffff;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #ffffff;
}
h1 {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 4rem;
}
h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.8rem;
}
h6 {
  font-size: 0.7em;
}
p {
  margin-top: 1.5rem;
  margin-bottom: 1em;
}
button {
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 0.5rem;
  border: solid 1px transparent;
  color: #ffffff;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  cursor: pointer;
}
button:hover {
    background-color: #1a55d6;
  }
svg.icon {
  fill: #ffffff;
  padding: 0 5px;
}
.prominent-box {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #ffffff;
  color: black;
  padding: 30px 20px;
  width: 60%;
  margin: 0 auto;
}
.prominent-box h1 {
    margin-bottom: 10px;
  }
.prominent-box a {
    color: var(--primary-color);
  }
.prominent-box a:hover {
      text-decoration: underline;
    }
img {
  align-self: center;
}
header.svelte-qxb82n.svelte-qxb82n,main.svelte-qxb82n.svelte-qxb82n{max-width:var(--max-width-large);margin:1rem;margin-left:auto;margin-right:auto}@media screen and (max-width: 1050px){header.svelte-qxb82n.svelte-qxb82n,main.svelte-qxb82n.svelte-qxb82n{max-width:80vw}}nav.svelte-qxb82n.svelte-qxb82n{font-size:1.25rem;font-weight:300;display:flex;justify-content:space-between;align-items:center}nav.svelte-qxb82n .title.svelte-qxb82n{text-transform:uppercase;font-size:1.4em}nav.svelte-qxb82n a.svelte-qxb82n{padding:0.5rem 1rem}hr.svelte-qxb82n.svelte-qxb82n{opacity:0.25}