@font-face {
  font-family: "Teodor";
  font-weight: 200;
  src: url("../fonts/teodor.woff2") format("woff2");
}
@font-face {
  font-family: "PP Mori";
  font-weight: 400;
  src: url("../fonts/regular.woff2") format("woff2");
}
@font-face {
  font-family: "PP Mori";
  font-weight: 600;
  src: url("../fonts/semibold.woff2") format("woff2");
}
h1 {
  font-family: "Teodor", Georgia, serif;
  font-weight: 200;
  margin: 0;
  line-height: 48px;
  font-size: 40px;
}

h2,
h3 {
  font-family: "Teodor", Georgia, serif;
  font-weight: 200;
  margin: 0;
  line-height: 32px;
  font-size: 32px;
}

h4,
h5 {
  font-family: "Teodor", Georgia, serif;
  font-weight: 200;
  margin: 0;
  line-height: 28px;
  font-size: 24px;
}

h6 {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0;
  line-height: 20px;
  font-size: 12px;
}

strong {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 28px;
  font-size: 24px;
}

b {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
}

p {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
  font-size: 18px;
}

small {
  font-family: "PP Mori", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
}

@media (min-width: 992px) {
  h1 {
    font-family: "Teodor", Georgia, serif;
    font-weight: 200;
    margin: 0;
    line-height: 96px;
    font-size: 100px;
  }
  h2 {
    font-family: "Teodor", Georgia, serif;
    font-weight: 200;
    margin: 0;
    line-height: 64px;
    font-size: 64px;
  }
  h3 {
    font-family: "Teodor", Georgia, serif;
    font-weight: 200;
    margin: 0;
    line-height: 48px;
    font-size: 48px;
  }
  h4 {
    font-family: "Teodor", Georgia, serif;
    font-weight: 200;
    margin: 0;
    line-height: 48px;
    font-size: 40px;
  }
  h5 {
    font-family: "Teodor", Georgia, serif;
    font-weight: 200;
    margin: 0;
    line-height: 32px;
    font-size: 32px;
  }
  strong {
    font-family: "PP Mori", Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 36px;
    font-size: 32px;
  }
  b {
    font-family: "PP Mori", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
  }
  p {
    font-family: "PP Mori", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 28px;
    font-size: 20px;
  }
}
article {
  padding: 32px 16px;
}
article:nth-of-type(1) {
  position: absolute;
  top: 10vw;
  flex-direction: row;
  justify-content: center;
  padding: 64px 15% 0;
  width: 100%;
}
article:nth-of-type(1) h1,
article:nth-of-type(1) p {
  text-align: center;
}
article:nth-of-type(1) h1 span:last-of-type {
  color: #ab7c3b;
}
article:nth-of-type(1) > div {
  align-items: center;
}
article:nth-of-type(1) > div > a {
  align-self: center;
}
article:nth-of-type(3) > figure {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-self: flex-start;
  height: auto;
}
article:nth-of-type(3) > figure::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, rgba(12, 28, 46, 0.67));
  content: " ";
}
article:nth-of-type(3) > figure > img {
  object-fit: cover;
  border-radius: 50%;
  max-width: 100%;
}
@media (min-width: 768px) {
  article:nth-of-type(3) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  article {
    padding: 98px 106px;
  }
}
@media (min-width: 1400px) {
  article {
    padding: 98px 20%;
  }
}

video {
  display: none;
}
video + img {
  display: block;
}
@media (min-width: 640px) {
  video + img {
    display: none;
  }
}
@media (min-width: 640px) {
  video {
    display: block;
  }
}