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

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

.body {
  background-color: #0a0a0c;
  font-family: Sf Pro Rounded, sans-serif;
  font-size: 15px;
  display: block;
}

.text-block {
  color: #fff;
}

.columns {
  width: 560px;
  margin-top: 36px;
  margin-left: 12px;
  margin-right: 12px;
}

.text-span {
  color: #a478e8;
}

.column {
  text-align: center;
  margin-top: 8px;
}

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

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

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

.flex-block {
  align-items: center;
  margin-top: 0;
}

.image-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.container {
  margin-top: 28px;
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .flex-block {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    width: 480px;
  }

  .flex-block {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #0a0a0c;
    font-size: 14px;
  }

  .text-block {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .image {
    background-color: #0a0a0c;
  }

  .columns {
    width: auto;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .text-span {
    color: #a478e8;
  }

  .column {
    margin-top: 8px;
  }

  .flex-block {
    margin-top: 0;
  }
}


@font-face {
  font-family: 'Sf Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}