*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #575554;
}

video {
  max-width: 100%;
}


p {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-feature-settings: "palt" 1;
  letter-spacing: .03em;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

section {
  padding: 60px 0;
}

small {
  font-size: 12px;
}

label {
  cursor: pointer;
}


