.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: #200e26;
  background-image: linear-gradient(#040108a1, #040108a1), url('../images/bg-te.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-without-image {
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b80045;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #cc0751;
}

.button-primary:active {
  background-color: #43464d;
}

.text-span {
  font-size: 24px;
}

.heading {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 56px;
}

.text-span-2 {
  font-size: 20px;
  font-weight: 400;
}

.text-span-2.sub {
  line-height: 24px;
}

.image {
  margin-bottom: -24px;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }
}


