:root {
  --purple: #63f;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  color: #63f;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image {
  max-width: 500px;
}

.image-2 {
  max-width: 600px;
}

.heading {
  font-family: Generalsans, sans-serif;
}

.container {
  text-align: center;
}

.text-block {
  color: #fff;
  margin-top: 42px;
  margin-bottom: 42px;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.section-2 {
  background-image: linear-gradient(#000, #000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-2 {
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--purple);
  font-family: Generalsans Bold, sans-serif;
  font-size: 35px;
}

.heading-3 {
  color: var(--white);
  font-family: Poppins Regular, sans-serif;
  font-size: 25px;
}

.div-block {
  align-self: flex-end;
}

.button {
  background-color: var(--purple);
  margin: 16px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins Medium, sans-serif;
  font-size: 17px;
  transition: background-color .2s;
  box-shadow: 0 0 5px #ffffffc4;
}

.button:hover {
  background-color: var(--black);
}

.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;
}

@media screen and (max-width: 991px) {
  .image-2 {
    width: 600px;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    text-align: center;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Bold';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Medium';
  src: url('../fonts/Poppins-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Black';
  src: url('../fonts/Poppins-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins MediumItalic';
  src: url('../fonts/Poppins-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Bold';
  src: url('../fonts/Poppins-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Regular';
  src: url('../fonts/Poppins-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins SemiBold';
  src: url('../fonts/Poppins-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Semibold';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}