.main-heading {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 48px;
  font-weight: 700;
}

.body {
  background-color: #fff;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.form-wrapper {
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.paragraph-copy {
  display: block;
  color: #3d3d3d;
  font-size: 22px;
  line-height: 26px;
}

.submit-button {
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #f89500;
}

.footer-section {
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
}

.text-block {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.top-section {
  height: 95vh;
  min-height: 800px;
  background-image: -webkit-linear-gradient(270deg, rgba(235, 230, 255, .6), #fff), url('../images/grupovn.jpg'), -webkit-linear-gradient(270deg, #e6e6e6, #e6e6e6);
  background-image: linear-gradient(180deg, rgba(235, 230, 255, .6), #fff), url('../images/grupovn.jpg'), linear-gradient(180deg, #e6e6e6, #e6e6e6);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  color: #524949;
}

.container-6 {
  padding-top: 46px;
}

.container-7 {
  margin-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}

.email-text-field {
  display: inline-block;
  max-width: 500px;
  min-width: 100px;
  margin-top: 7px;
  margin-right: 12px;
  border: 2px solid #6a6770;
  border-radius: 5px;
  background-color: #fff;
}

.email-text-field.z-dark-input {
  background-color: #fff;
}

.heading-4 {
  color: #14034f;
}

.content-paragraph {
  color: #14034f;
  font-size: 20px;
  line-height: 30px;
}

.content-paragraph.important-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}

.claim-section {
  margin-top: 10px;
  margin-bottom: 64px;
}

.centered-container {
  text-align: center;
}

.logo-section {
  margin-top: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(270deg, #f89500, #f89500);
  background-image: linear-gradient(180deg, #f89500, #f89500);
}

.email-text-field-light {
  display: inline-block;
  max-width: 500px;
  min-width: 100px;
  margin-top: 7px;
  margin-right: 12px;
  border: 2px solid #4b2893;
  border-radius: 5px;
}

.image {
  display: block;
}

.form-left-padding {
  padding-left: 15px;
}

.success-message {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #100048, #100048);
  background-image: linear-gradient(180deg, #100048, #100048);
  text-align: left;
}

.twitter {
  display: inline-block;
}

.twitter-2 {
  display: inline-block;
}

.paragraph-4 {
  margin-bottom: 20px;
}

.error-message {
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 0, 0, .5), rgba(255, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(255, 0, 0, .5), rgba(255, 0, 0, .5));
}

.success-message-2 {
  border: 2px solid #4b2893;
  border-radius: 5px;
  background-color: transparent;
}

.success-light {
  color: #14034f;
  text-align: left;
}

.error-message-2 {
  border-radius: 5px;
  background-color: rgba(255, 0, 0, .5);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.webkit-text-gradient {
  color: #3d3d3d;
}

.heading-5 {
  margin-top: 70px;
  color: #14034f;
}

@media (max-width: 767px) {
  .top-section {
    background-position: 50% 100%;
  }
}

@media (max-width: 479px) {
  .top-section {
    min-height: 1100px;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .logo-section {
    background-image: url('../images/dark-background.svg'), -webkit-linear-gradient(270deg, #1d076a, #1d076a);
    background-image: url('../images/dark-background.svg'), linear-gradient(180deg, #1d076a, #1d076a);
    background-position: 0% 0%, 0px 0px;
    background-size: cover, auto;
    background-repeat: repeat, repeat;
  }
  .email-text-field-light {
    margin-right: 0px;
  }
  .form-left-padding {
    padding-left: 12px;
  }
}

