* {
  transition: all 0.5s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  align-items: start;
  justify-content: center;

  background: #000;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;

  font-size: 10px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #fff;
}

main {
  max-width: 800px;
  background: #000;
}

header {
  display: flex;
}

header img {
  width: 200px;
  margin: 6rem 0 2rem;
}

[skew] {
  transform: skew(0, 0deg);
}

[claim] {
  font-size: 2.8rem;
  letter-spacing: -0.25rem;
  line-height: 2.8rem;
  font-weight: 900;
  overflow: hidden;
}

[people] {
  height: 14rem;
  margin-bottom: -2rem;
  background: url(../img/people_001.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2rem 0;
}

footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin: 4rem 0 0 0;
  opacity: 0.75;
}

footer > section {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 2rem !important;
  width: 33%;
  background: transparent;
  color: #fe0;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

header {
  background: transparent;
  width: 100%;
}

header > h1 {
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #ff0;
  line-height: 6rem;
  text-align: left;
  margin-left: 1.75rem;
  height: 3.75rem;
}

menu > header > h1 {
  margin-bottom: -0.5rem;
}

section {
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: -0.05rem;
  margin: 0;
  padding: 2rem 2rem !important;
  text-transform: uppercase;
  background: #ff0;
  color: #000;
}

menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 5rem 0 0 0;
}

menu > a {
  padding: 0.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  width: 100%;
  margin: 0.5rem 0;
  font-size: 1.25rem;
  background: #ff0;
  color: #000;
}

main > header {
  flex-direction: column;
  align-items: center;
}

strong {
  font-weight: 900;
}

#checkliste section ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  border-bottom: 6px #000 solid;
}

#checkliste section ul li:last-of-type {
  border-bottom: 0;
}
#checkliste section ul li i,
#checkliste section ul li strong {
  margin-top: 0;
}

#checkliste section ul li i {
  font-weight: 400;
  display: flex;
  align-items: start;
  letter-spacing: normal;
  text-transform: none;
}

#checkliste section ul li strong {
  font-weight: 800;
  display: flex;
  align-items: start;
  margin: 2rem 0 0.25rem;
}

#checkliste section ul li strong::before,
#checkliste section ul li i:before {
  font-family: "Material Symbols Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 34px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;

  margin: -0.1rem 1rem 0.5rem 0rem;
}

#checkliste section ul li strong::before {
  font-weight: 900;
  content: "help";
}
#checkliste section ul li i:before {
  font-weight: 400;
  content: "check_box";
}
