.marketing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #ccc url(../img/marketing_bg_v2.png) no-repeat center;
  background-size: cover;
}

.marketing-content {
  max-width: 500px;
  text-align: center;
}

.marketing hr {
  width: 95%;
  margin: 0 auto;
  height: 2px;
  border: none;
  background-color: #ffffff;
}

.marketing-title {
  margin-top: 75px;
  font-size: 60px;
  font-size: calc(40px + 1vw);
  line-height: 1;
  font-family: 'Inter', sans-serif;
  font-feature-settings: "ss01", "cv05", "cv06", "cv08";
  font-weight: 700;
  color: #ffffff;
}

.marketing-subtitle {
  margin: 20px 0 70px;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Inter', sans-serif;
  font-feature-settings: "ss01", "cv05", "cv06", "cv08";
  font-weight: 300;
  font-style: italic;
  letter-spacing: 4px;
  word-spacing: 4px;
  color: #ffffff;
}

.marketing-button {
  display: inline-flex;
  box-sizing: border-box;
  padding: 15px 30px;
  font-size: 30px;
  font-size: calc(15px + 1vw);
  line-height: 1;
  margin: 50px auto 0;
  background: transparent;
  border: 2px solid #ffffff;
  font-family: 'Inter', sans-serif;
  font-feature-settings: "ss01", "cv05", "cv06", "cv08";
  font-weight: 900;
  font-style: italic;
  letter-spacing: 6px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.marketing-button:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .marketing-content {
    width: 100%;
    max-width: 95vw;
  }

  .marketing-subtitle,
  hr {
    display: none;
  }

  .marketing {
    position: fixed;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: -1;
    visibility: hidden;
  }

  .marketing-title {
    font-size: 25px;
    font-size: 3vh;
    line-height: calc(1.1em + 1vw);
    margin: 0;
  }

  .marketing-button {
    display: block;
    width: 60%;
    max-width: 350px;
    min-width: 200px;
    margin-top: 15px;
    padding: 8px 5px;
    font-size: 13px;
    font-size: 2vh;
    line-height: calc(1.1em + 1vw);
    letter-spacing: 1px;
  }
}
