.body {
  background-color: #000;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  mix-blend-mode: overlay;
}

.div-block-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #ffffffb3;
  letter-spacing: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Syne, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  position: absolute;
}

.div-block-5 img {
  max-width: 1200px
}

.text-block {
  text-align: left;
  letter-spacing: 12px;
  font-weight: 400;
}

.text-block-2 {
  letter-spacing: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-3 {
  color: #ffffffd9;
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff 54%, #fff6);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter Tight, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-2 {
  object-fit: fill;
}

.footer {
  color: #cecece;
  background-color: #171717;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-20 {
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.body-s {
  align-self: center;
  font-size: 12px;
  line-height: 16px;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.link-block-2 {
  color: #cecece;
  vertical-align: baseline;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  color: #e8e8e8;
  text-decoration: underline;
}

.text-block-10 {
  align-self: center;
  font-size: 12px;
}

.image-4 {
  object-fit: fill;
}

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

  .div-block-20 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-3 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    display: block;
  }

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

  .div-block-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image {
    max-width: 80%;
  }

  .div-block-20 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    order: 0;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-top: 16px;
  }

  .body-s {
    order: 1;
    align-self: flex-start;
  }

  .div-block-21 {
    align-self: flex-start;
  }
}

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

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .div-block-5 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block.prox, .text-block-2 {
    font-size: 16px;
  }

  .text-block-3 {
    font-size: 32px;
    line-height: 40px;
  }

  .image {
    max-width: 100%;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-20 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 16px;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .link-block-2 {
    height: 40px;
  }
}


