.header .navbar {
  display: none;
}

.subscribe {
  background: #000000;
  padding-bottom: 40px;
  min-height: 100vh;
}
.subscribe .col-md-2 {
  position: relative;
}
.subscribe .sticky {
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  position: sticky;
  top: 0;
}
@media (max-width: 991.98px) {
  .subscribe .sticky {
    position: initial;
  }
}
.subscribe .lines {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 1060;
}
@media (max-width: 767.98px) {
  .subscribe .lines {
    display: none;
  }
}
.subscribe .not-sticky {
  padding-top: 60px;
}
.subscribe .not-sticky h1,
.subscribe .not-sticky h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .subscribe .not-sticky h1,
  .subscribe .not-sticky h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  .subscribe .not-sticky h1,
  .subscribe .not-sticky h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .subscribe .not-sticky h1,
  .subscribe .not-sticky h2 {
    margin-top: 3rem;
  }
}
.subscribe .not-sticky p {
  text-align: center;
  color: white;
}
.subscribe p {
  text-align: center;
  color: white;
  margin-top: 30px;
}
.subscribe hr {
  opacity: 1;
  margin: 30px 0;
  background: #fff;
  height: 2px;
}
.subscribe a {
  color: #fff;
}

.footer {
  display: none;
}
