@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Domine:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700&display=swap");
html {
  word-wrap: break-word;
}

body {
  display: flex;
  justify-content: center;
  scroll-behavior: smooth;
  font-family: "Poppins", Arial, sans-serif;
  background-color: hsl(0, 0%, 100%);
  font-weight: 400;
  margin: 3rem;
}

nav a.back-to-top-container {
  display: none;
  bottom: 5em;
  right: 5em;
  cursor: pointer;
}
@media only screen and (max-width: 680px) {
  nav a.back-to-top-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 7em;
    height: 7em;
    border-radius: 50%;
    border: 1px solid #1d1d1d;
    background-color: #ffffff;
    text-align: center;
    padding: 1em;
  }
  nav a.back-to-top-container p {
    margin-top: 0;
  }
}

main {
  max-width: 80vw;
}
main .translations {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #1d1d1d;
  background-color: #ffffff;
  text-align: center;
  padding: 1em;
}
main .translations a {
  padding: 1em;
}
main h1 {
  font-weight: 700;
}
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-weight: 600;
  color: #1d1d1d;
}
main h1 {
  font-size: 40px;
  line-height: 45px;
}
main h2 {
  font-size: 32px;
  line-height: 36px;
}
main h3 {
  font-size: 28px;
  line-height: 31.5px;
}
main h4 {
  font-size: 24px;
  line-height: 22.5px;
}
main h5 {
  font-size: 16px;
  line-height: 18px;
}
main h6 {
  font-size: 16px;
  line-height: 18px;
}
main .small {
  font-size: 14px;
  line-height: 18px;
}
main .extra-small {
  font-size: 12px;
  line-height: 18px;
}
main p,
main aside,
main section {
  line-height: 1.8rem;
  color: #222;
}
main a:link,
main a:visited {
  color: #0064c8;
}
main a:hover,
main a:active {
  color: #d62528;
  text-decoration: underline;
}
main img {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
}
main a.icon {
  vertical-align: text-top;
}
main .icon-box {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
main .icon-box-inline {
  display: inline;
}
main img.icon {
  display: inline-block;
  max-width: 1em;
  margin: 0px auto;
  vertical-align: text-top;
}
main img.icon-medium {
  display: inline-block;
  max-width: 3em;
  margin: 0px auto;
  vertical-align: text-top;
}
main img.icon-big {
  display: inline-block;
  max-width: 10em;
  margin: 0px auto;
  vertical-align: text-top;
}
main .icon-box a img .icon,
main .icon-box img .icon {
  max-width: 1em;
}
main .icon-box a img .icon-medium,
main .icon-box img .icon-medium {
  max-width: 3em;
}
main .logos {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main .logos div {
  display: flex;
}
main .logos img {
  margin: auto;
}
main div.logos div {
  margin: 1em;
}
main .map-with-legend {
  display: flex;
  justify-content: center;
}
main .map-with-legend div {
  display: block;
  width: 1200px;
}
main .map-with-legend div div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main .map-with-legend div div div:first-child {
  width: 35%;
}
main .map-with-legend div div div:first-child img {
  object-fit: contain;
}
main .map-with-legend div div div img {
  object-fit: contain;
}
main address {
  font-variant: normal;
  padding: 1rem;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #eee;
}
main figure {
  text-align: center;
  margin-top: 2rem;
}
main aside {
  background-color: #eee;
  padding: 2rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
main nav ul {
  border: 1px solid #1d1d1d;
  padding: 2rem;
}
main nav ul li {
  display: list-item;
  line-height: 2rem;
}

.no-bullet-points {
  list-style: none;
}

.no-border {
  border: none;
}

.no-margin {
  margin: 0;
}

figcaption {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}

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