@charset "UTF-8";
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: #FFFFFF;
}
@media (max-width: 60rem) {
  body {
    background: #FFFFFF;
  }
}
body main {
  background: #FFFFFF;
  max-width: 75rem;
  margin: auto;
}
@media (max-width: 75rem) {
  body main {
    width: 100%;
  }
}
@media (max-width: 60rem) {
  body main {
    margin-top: 0rem;
  }
}
body main header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
}
@media (max-width: 60rem) {
  body main header {
    flex-flow: column;
    padding: 0.75rem;
    padding-bottom: 0.25rem;
  }
}
@media (max-width: 60rem) {
  body main header .img {
    width: 100%;
    align-self: flex-start;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: start;
  }
}
body main header .img img {
  height: 5rem;
}
body main header .img #open-menu {
  display: none;
}
@media (max-width: 60rem) {
  body main header .img #open-menu {
    display: block;
    width: 3.75rem;
    height: auto;
    cursor: pointer;
  }
}
@media (max-width: 60rem) {
  body main header .links {
    background: #FFFFFF;
    transition: 0.25s;
    max-height: 0rem;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    width: 100%;
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 90%, rgba(0, 0, 0, 0) 100%);
  }
  body main header .links.visible {
    padding: 0.5rem;
    max-height: 20rem;
  }
  body main header .links button {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
body main header .links a {
  text-decoration: none;
  color: #161A41;
  margin-right: 0.5rem;
}
@media (max-width: 60rem) {
  body main header .links a {
    padding: 0.75rem;
    text-align: center;
  }
}
body main header .links a::before {
  content: "●";
  margin-right: 0.25rem;
  display: inline-block;
  color: #15B473;
}
body main header .links a:nth-of-type(2)::before {
  color: #D90061;
}
body main header .links a:nth-of-type(3)::before {
  color: #008FC6;
}
body main div.main-title, body main div.content-title {
  background: rgba(134, 142, 150, 0.07);
  border-radius: 1.875rem;
  margin: 0.5rem;
  font-weight: 800;
  padding: 0 0.5rem;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
body main div.main-title.hidden, body main div.content-title.hidden {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 75rem) {
  body main div.main-title, body main div.content-title {
    margin: 0.5rem;
  }
}
body main div.main-title span, body main div.main-title h1, body main div.content-title span, body main div.content-title h1 {
  font-weight: 800;
}
body main div.main-title h1, body main div.content-title h1 {
  font: inherit;
}
body main div.main-title .support, body main div.content-title .support {
  display: block;
  margin-top: 1.75rem;
}
@media (max-width: 60rem) {
  body main div.main-title .support, body main div.content-title .support {
    margin-top: 0.5rem;
  }
}
body main div.main-title .support a, body main div.content-title .support a {
  text-transform: none;
  font-weight: bold;
}
body main .content {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body main .content.hidden {
  opacity: 0;
  visibility: hidden;
}
body main footer {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
body main footer.hidden {
  opacity: 0;
  visibility: hidden;
}
body main footer .footer-counters-flexbox {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1rem;
}
body main footer .footer-counters-flexbox .item {
  margin: 0.75rem;
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
}
body main footer .footer-counters-flexbox .item .value {
  font-size: 3.75rem;
  font-weight: 200;
  color: #161A41;
}
body main footer .footer-counters-flexbox .item hr {
  border-radius: 1.875rem;
  height: 1.68rem;
  width: 15.625rem;
  margin: 1rem 0;
  border: none;
  transition: filter 0.2s;
}
body main footer .footer-counters-flexbox .item a:hover hr {
  filter: brightness(0.75);
}
body main footer .footer-counters-flexbox .item .desc div {
  margin: 0.1rem 0;
}
body main footer .footer-counters-flexbox .item.magenta hr {
  background: #D90061;
}
body main footer .footer-counters-flexbox .item.orange hr {
  background: #FFAD00;
}
body main footer .footer-counters-flexbox .item.blue hr {
  background: #008FC6;
}
body main footer .footer-counters-flexbox .item.green .value {
  font-size: 5rem;
}
body main footer .footer-counters-flexbox .item.green hr {
  background: #16B675;
}
body main footer .footer-links {
  color: #008FC6;
  margin: auto;
  text-align: center;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  text-transform: uppercase;
  background: rgba(134, 142, 150, 0.07);
  border-radius: 1.875rem 1.875rem 0 0;
  margin: 0.5rem;
  margin-bottom: 0;
  margin-top: 2rem;
}
body main footer .footer-links .copy {
  flex: 0 0 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 5rem;
}
@media (max-width: 75rem) {
  body main footer .footer-links .copy {
    justify-content: space-evenly;
    padding: 0.75rem;
  }
}
body main footer .footer-links .links {
  background: #262A4E;
  border-radius: 1.875rem 1.875rem 0 0;
  width: 100%;
  padding: 3rem 4rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-evenly;
}
@media (max-width: 75rem) {
  body main footer .footer-links .links {
    padding: 2rem 1.5rem;
  }
}
body main footer .footer-links .links a {
  display: flex;
  flex-flow: column;
}
body main footer .footer-links .links a .img img {
  width: 5rem;
  height: auto;
  display: block;
  margin: auto;
}
body main footer .footer-links .links a .desc {
  color: #FFFFFF;
  margin: 1rem 0;
}/*# sourceMappingURL=base.css.map */