@font-face {
  font-family: Basis Grotesque;
  src: url('../fonts/basis-grotesque-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basis Grotesque;
  src: url('../fonts/basis-grotesque-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Basis Grotesque, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: #ffffffa3;
  text-decoration: underline;
}

.body {
  background-color: #04002c;
  height: 100%;
  font-family: Basis Grotesque, Arial, sans-serif;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  transition: opacity .2s;
  display: block;
}

.paragraph {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.rich-text {
  color: #fff;
  font-family: Basis Grotesque, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rich-text.small {
  color: #ffffffa3;
  font-size: 15px;
}

.rich-text.small a {
  -webkit-text-stroke-color: #fff6;
  -webkit-text-decoration: underline #fff6;
  text-decoration: underline #fff6;
  text-decoration-thickness: 1px;
  transition: all .2s;
}

.rich-text.small a:hover {
  color: #fff;
}

.rich-text a {
  color: #fff;
  text-underline-offset: 6px;
  text-decoration-color: #fff6;
  text-decoration-thickness: 1px;
  transition: all .2s;
}

.rich-text a:hover {
  text-underline-offset: 8px;
  text-decoration-color: #fff;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border: 2px solid #ffffff3d;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 16px 8px 8px;
  text-decoration: none;
  transition: opacity .2s, all .2s;
  display: flex;
}

.link-block:hover {
  background-color: #ffffff14;
  padding-left: 10px;
  padding-right: 20px;
}

.link-block.w--current {
  cursor: wait;
}

.image {
  display: block;
}

.heading {
  flex: 0 auto;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
}

.trailing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: right;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag {
  background-color: #ffffff29;
  border-radius: 100px;
  padding: 2px 8px;
  font-size: 12px;
}

.leading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  align-items: center;
  display: flex;
}

.typedjs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.typedjs-simple {
  display: inline;
}

.text-color-grey {
  color: #fbf9fc80;
}

.loader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #141314;
  border-right: 1px solid #141314;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.document {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 720px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.document-content {
  background-color: #ffffff14;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 20px;
}

.list {
  text-align: left;
  list-style-type: decimal;
}

.support-text {
  flex-flow: row;
  display: flex;
}

.div-block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  display: flex;
}

.text-block {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .loader-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .loader-wrapper {
    border-bottom: 1px solid #141314;
    border-right-style: solid;
    flex-direction: column-reverse;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .section {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .paragraph {
    font-family: Open Sans, sans-serif;
  }

  .rich-text {
    font-size: 18px;
  }

  .link-block {
    height: 72px;
  }

  .heading {
    font-size: 18px;
  }

  .trailing {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    font-size: 16px;
    display: flex;
  }

  .tag {
    order: 1;
    margin-right: -2px;
  }

  .leading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
  }

  .document {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 20px;
  }
}


@font-face {
  font-family: 'Basis Grotesque';
  src: url('../fonts/basis-grotesque-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis Grotesque';
  src: url('../fonts/basis-grotesque-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}