@font-face {
  font-family: Uncut Sans;
  src: url('../fonts/Uncut-Sans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncut Sans;
  src: url('../fonts/Uncut-Sans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncut Sans;
  src: url('../fonts/Uncut-Sans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncut Sans;
  src: url('../fonts/Uncut-Sans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: #b3b3b3;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 5px;
  font-size: 17px;
}

.section {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}

.body {
  background-color: #1a1a1a;
}

.image {
  width: 100%;
  position: static;
}

.div-block {
  z-index: -2;
  width: 100%;
  max-width: 900px;
  position: absolute;
}

.div-block.buttom {
  inset: auto 0% 0%;
}

.image-2 {
  text-align: center;
  width: 30%;
}

.container {
  text-align: center;
}

.section-2 {
  flex-flow: column;
  height: 100dvh;
  display: flex;
  position: relative;
}

.section-3 {
  flex-flow: column;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Uncut Sans, Arial, sans-serif;
  display: flex;
}

.info {
  color: #fff;
  text-align: center;
}

.bottom-info {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.qr {
  background-color: #333;
  border-radius: 17px;
  width: 200px;
  min-height: 100px;
  margin-bottom: 40px;
}

.image-3 {
  width: 100%;
  padding: 5px;
}

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

.heading {
  margin-bottom: 0;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.scan-text {
  color: #d8d8d8;
  margin-bottom: 10px;
  font-family: Uncut Sans, Arial, sans-serif;
  font-weight: 500;
}


@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/Uncut-Sans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/Uncut-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/Uncut-Sans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncut Sans';
  src: url('../fonts/Uncut-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}