body {
  color: #1b1b1b;
  display: flex;
  flex-direction: column;
  font-family: Inter, sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

.main {
  flex: 1;
}

a:hover {
  color: #1851B4;
  text-decoration: underline;
}

.content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}

h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
}

h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
}

h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

p.body1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

p.body2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

p.body3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
  }
  h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
  }
  p.body1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}
.hidden {
  display: none;
}

.text-center {
  text-align: center;
}

a.no-underline {
  text-decoration: none;
}

.button {
  background-color: #2c6bed;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
}

.button a {
  color: #fff;
}

.button[disabled] {
  color: #1b1b1b;
}

.button:hover, .button:hover a {
  background-color: #1851B4;
  color: #fff;
}

.button2 {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #2c6bed;
  color: #2c6bed;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.button2 a {
  color: #2c6bed;
}

.button2:hover, .button2:hover a {
  background-color: #fff;
  border-color: #1851B4;
  color: #1851B4;
}

.button-white {
  background-color: #fff;
  color: #2C6BED;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 20px;
}

.button-white a {
  color: #2C6BED;
}

.button-white:hover, .button-white:hover a {
  background-color: #fff;
  color: #1851B4;
}

.signal-logo {
  height: 28px;
  vertical-align: middle;
}

body.has-navbar-fixed-top, html.has-navbar-fixed-top {
  padding-top: 52px;
}

.signal-navbar {
  border-bottom: 1px solid #ebeaeb;
}

@media (min-width: 1024px) {
  body.has-navbar-fixed-top, html.has-navbar-fixed-top {
    padding-top: 85px;
  }
  .signal-navbar {
    padding: 16px 0;
  }
  .signal-logo {
    height: 44px;
  }
}
.signal-navbar .navbar-brand {
  align-items: center;
  padding-left: 18px;
}

@media (min-width: 1024px) {
  .signal-navbar .navbar-brand {
    padding: 0px;
  }
}
.navbar-menu.is-active {
  position: absolute;
  width: 100%;
}

.signal-navbar .navbar-item, .signal-navbar .navbar-link {
  color: #1b1b1b;
  font-size: 16px;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #1b1b1b;
}

.navbar-dropdown {
  max-height: 200px;
  overflow: scroll;
}

@media (max-width: 1024px) {
  .navbar-link:not(.is-arrowless)::after {
    display: none;
  }
}
.signal-navbar a.navbar-item:hover {
  background-color: inherit;
  text-decoration: none;
}

.signal-navbar a.navbar-item:hover {
  color: #2C6BED;
}

.signal-navbar .language-selector .icon {
  margin-right: 4px;
}

.footer {
  background-color: #3C3744;
  color: #E9E9E9;
  font-size: 16px;
  line-height: 22px;
}

.footer strong {
  color: #E9E9E9;
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
}

.footer a {
  color: #E9E9E9;
}

.footer a:hover {
  text-decoration: underline;
}

p.stickers {
  font-size: 17px;
}

/* icons */
.icon {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.icon-external-link-alt {
  background-image: asset_url("icons/external-link-alt.svg");
  background-position: center;
  height: 20px !important;
}

.icon-globe {
  background-image: url("/assets/images/icons/solid_globe.svg");
}

/* rtl */
html[dir=rtl] .signal-logo {
  margin-left: 40px;
}
html[dir=rtl] .navbar-end {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}
html[dir=rtl] .signal-navbar .language-selector .icon {
  margin-left: 4px;
  margin-right: 0;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Inter-Regular"), asset_url("inter/Inter-Regular.woff2") format("woff2"), asset_url("inter/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Inter-ExtraBold"), asset_url("inter/Inter-ExtraBold.woff2") format("woff2"), asset_url("inter/Inter-ExtraBold.woff") format("woff");
}

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