:root {
  --ink-black: #0a0a0a;
  --soft-neutral-cloud: #f5f5f3;
}

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

a {
  text-decoration: underline;
}

.body {
  background-color: var(--ink-black);
  background-image: url('../images/Subtle-Grain-Texture-7.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.heading {
  color: #00ffc8;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 113px;
  line-height: 100%;
  display: flex;
}

.paragraph {
  color: var(--soft-neutral-cloud);
  margin-top: 60px;
  font-size: 24px;
  line-height: 28px;
}

.text-block {
  color: #e8e8e8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 40px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.link-block {
  height: 56px;
}

.link-block-2, .image {
  width: auto;
  height: 56px;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-2 {
  height: 56px;
}

.div-block-2 {
  border: 1px solid #000;
  border-top-color: #3b3b3b;
  height: 15%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-2 {
  color: var(--soft-neutral-cloud);
  font-family: PT Sans, sans-serif;
  font-size: 1.2vw;
  line-height: 120%;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.image-3 {
  height: 15px;
}

.image-4 {
  width: auto;
  height: 120px;
  margin-bottom: 40px;
}

.div-block-4 {
  border: 1px solid #000;
  border-bottom-color: #2a2a2a;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.link {
  color: #d2d2d2;
  border: 1px #000;
  border-radius: 0;
}

.section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-2 {
  color: #cf0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 100%;
  display: flex;
}

.container {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-width: 240px;
  height: auto;
  display: flex;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.image-5 {
  height: 382px;
}

.image-6 {
  width: auto;
  height: 174px;
}

.div-block-6 {
  width: auto;
  padding-top: 8%;
}

.div-block-7 {
  background-color: #1b1b1b00;
  margin-top: auto;
  padding-top: 5%;
  padding-bottom: 0%;
}

.support-link {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  text-decoration: none;
}

.help-text {
  color: #9f9f9f;
  text-align: center;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
}

.body-2 {
  color: var(--ink-black);
}

.container-2 {
  color: var(--ink-black);
  background-color: #0a0a0a00;
  justify-content: center;
  align-items: flex-start;
  height: 90svh;
  margin-top: 5svh;
  line-height: 100;
  display: block;
}

.heading-3 {
  color: #000;
}

.text-block-3 {
  color: #2f2f2f;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

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

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.image-7 {
  width: 150px;
  height: auto;
  margin-bottom: 40px;
}

.code-embed {
  width: auto;
  height: auto;
}

.heading-4 {
  color: #cf0;
  justify-content: center;
  align-items: center;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.heading-5 {
  color: #fff;
  font-family: PT Sans, sans-serif;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-8 {
  height: 48px;
  display: block;
}

.div-block-11 {
  color: var(--soft-neutral-cloud);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 20px;
  display: flex;
}

.back {
  color: #fff;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  justify-content: center;
  align-items: center;
  height: 64px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-3.w--current {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  color: #fff;
  border: 1px solid #000;
  border-bottom-color: #fff;
  text-decoration: none;
}

.heading-6 {
  color: #fdfdfd;
  font-weight: 400;
}

.link-block-5 {
  text-decoration: none;
}

.div-block-12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-text {
  color: #9f9f9f;
  margin-top: 20px;
  font-family: PT Sans, sans-serif;
}

.contact-us-text:hover {
  color: #fff;
}

.code-embed-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
}

.privacy-notice {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.text-span {
  text-overflow: clip;
  white-space: normal;
  text-decoration-style: solid;
}

.code-embed-3 {
  color: #e8e8e8;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

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

  .text-block-2 {
    text-align: center;
    font-size: 22px;
  }

  .div-block-3 {
    width: auto;
  }

  .div-block-5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 84px;
  }

  .div-block-2 {
    padding-top: 20px;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .section {
    padding-top: 60px;
  }

  .div-block-5 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 47px;
  }

  .div-block-6 {
    width: 90%;
  }

  .div-block-7 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-top: 140px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: auto;
  }

  .heading {
    text-align: center;
    width: auto;
    font-size: 17vw;
    display: block;
  }

  .paragraph {
    text-align: center;
    width: auto;
    max-width: none;
    margin-top: 40px;
    font-size: 22px;
    line-height: 31px;
  }

  .image {
    height: 48px;
  }

  .div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    height: 48px;
  }

  .div-block-2 {
    height: 15%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block-2 {
    text-align: left;
    flex-flow: wrap;
    font-size: 5vw;
    display: block;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 85%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-5 {
    text-align: left;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0%;
    margin-bottom: 0;
    padding-bottom: 0%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-2 {
    text-align: center;
    margin-top: 10px;
    font-size: 36px;
    display: block;
  }

  .container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 470px;
    height: auto;
    min-height: auto;
    margin: auto;
    display: flex;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0%;
    padding-top: 10%;
    display: flex;
  }

  .div-block-7 {
    z-index: 2;
    text-align: left;
    flex-flow: column;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: auto;
    padding: 0 0 20px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .support-link, .help-text {
    margin-top: 0;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .contact-us-text {
    margin-top: 10px;
  }
}


