@font-face {
  font-family: Apfelgrotezk;
  src: url('../fonts/ApfelGrotezk-Fett.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apfel Grotezk;
  src: url('../fonts/ApfelGrotezk-Regular.woff2') format("woff2"), url('../fonts/ApfelGrotezk-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apfel Grotezk;
  src: url('../fonts/ApfelGrotezk-Mittel.woff2') format("woff2"), url('../fonts/ApfelGrotezk-Mittel.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apfel Grotezk;
  src: url('../fonts/ApfelGrotezk-Fett.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  color: #1d1d1d;
  background-color: #e6e3d2;
  font-family: Apfel Grotezk, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 100%;
}

a {
  color: #1d1d1d;
  text-decoration: underline;
}

.page-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  overflow: hidden;
}

.info {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
}

.bottom {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55%;
  display: flex;
  position: relative;
}

.full-video {
  position: absolute;
  inset: 0%;
}

.nav {
  z-index: 500;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.logo {
  height: 32px;
}

.li-item {
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 100%;
  text-decoration: none;
}

.headline-main {
  width: 50%;
  max-width: 720px;
  margin-top: 0;
  margin-bottom: 0;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% auto;
  transform: translate(0, 5%);
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee-content.scroll {
  flex: none;
  min-width: 100%;
}

.info-skills {
  width: 25%;
  padding-top: 40px;
  padding-right: 80px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pbig {
  line-height: 140%;
}

.skills-desktop {
  margin-top: 14px;
  line-height: 140%;
}

.overlay-gradient-video {
  background-image: linear-gradient(#e6e3d2, #e6e3d200);
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .info {
    flex: none;
    height: 40%;
    padding: 31px;
  }

  .nav {
    justify-content: space-between;
    align-items: flex-end;
  }

  .headline-main {
    width: 100%;
  }

  .marquee {
    display: flex;
  }

  .info-skills {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .skills-desktop {
    display: none;
  }

  .overlay-gradient-video {
    height: 10%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 120%;
  }

  .info {
    padding: 20px 20px 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .logo {
    height: 22px;
  }

  .marquee-content.scroll {
    flex: none;
  }
}


@font-face {
  font-family: 'Apfelgrotezk';
  src: url('../fonts/ApfelGrotezk-Fett.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfel Grotezk';
  src: url('../fonts/ApfelGrotezk-Regular.woff2') format('woff2'), url('../fonts/ApfelGrotezk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfel Grotezk';
  src: url('../fonts/ApfelGrotezk-Mittel.woff2') format('woff2'), url('../fonts/ApfelGrotezk-Mittel.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfel Grotezk';
  src: url('../fonts/ApfelGrotezk-Fett.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}