body {
  font-family: AirbnbCereal, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.bg-video {
  width: 100vw;
  height: 100vh;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 4vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.h1 {
  max-width: 47vw;
  margin-top: 0px;
  margin-bottom: 4vh;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 900;
}

.paragraph {
  font-size: 2.2vw;
  line-height: 2.7vw;
  font-weight: 300;
}

.h2 {
  margin-top: 4vh;
  margin-bottom: 2vh;
  font-size: 2.4vw;
  line-height: 2.8vw;
  text-transform: uppercase;
}

.link {
  color: #fff;
  font-size: 2vw;
  line-height: 2vw;
  font-weight: 500;
  text-decoration: none;
}

.logo {
  position: absolute;
  left: 3vw;
  top: 7vh;
  width: 8vw;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 66vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .content {
    padding-top: 190px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .h1 {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 36px;
  }
  .paragraph {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 32px;
  }
  .h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 32px;
  }
  .link {
    font-size: 28px;
    line-height: 32px;
  }
  .logo {
    left: auto;
    top: 20px;
    width: 100px;
  }
  .container {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .content {
    padding-top: 150px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }
  .paragraph {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
  }
  .h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }
  .link {
    font-size: 20px;
    line-height: 20px;
  }
  .logo {
    width: 80px;
  }
}

@media (max-width: 479px) {
  .content {
    padding-top: 150px;
  }
  .h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .logo {
    left: auto;
  }
}

@font-face {
  font-family: 'AirbnbCereal';
  src: url('../fonts/AirbnbCerealBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'AirbnbCereal';
  src: url('../fonts/AirbnbCerealExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'AirbnbCereal';
  src: url('../fonts/AirbnbCerealBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'AirbnbCereal';
  src: url('../fonts/AirbnbCerealMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AirbnbCereal';
  src: url('../fonts/AirbnbCerealBook.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AirbnbCereal';
  src: url('../fonts/AirbnbCerealLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}