* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}


@font-face {
  font-family: Jpbgm;
  src: url("https://cdn.prod.website-files.com/687d487d8a0a65f393372154/687d512db4dccc2c15d33eff_RasterForgeRegular-JpBgm.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0f0f0f;
  --yellow: #ffd22d;
  --purple: #ae3cff;
  --blue: #3995ff;
}

.body {
  background-color: var(--black);
  height: 100%;
}

.navbar {
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 75%;
  display: flex;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  display: flex;
}

.image {
  background-image: url("https://cdn.prod.website-files.com/687d487d8a0a65f393372154/687d519c0385e8ae49eb4ce5_scanners_logo.png");
  background-position: 0 0;
}

.button {
  text-decoration: none;
  background-color: var(--yellow);
  color: var(--black);
  border: 4px solid #000;
  padding: .75rem 2rem;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 18px;
  box-shadow: 4px 4px #000, inset 5px 5px #ffeeb1;
}

.button:hover {
  transform: translate(-3px, -3px);
}

.options {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  color: #fff;
  font-family: Jpbgm, Arial, sans-serif;
  text-decoration: none;
}

.link-block:hover {
  transform: translate(0, -3px);
}

.quick-stack {
  height: 100%;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.minititle {
  cursor: pointer;
  background-color: #ffffff1a;
  padding: .25rem 1rem;
  box-shadow: inset 3px 3px #fff3;
}

.minititle:hover {
  transform: scale(.99);
}

.text-block {
  background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(180deg, #ffffff80, #ffffff80 7%, #fff0 9%, #fff3 49%, #ffffff80 57%, #fff0 58%, #fff0), linear-gradient(180deg, var(--yellow) 15%, var(--purple));
  filter: drop-shadow(0 0 50px #fff3);
  letter-spacing: -4px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 115px;
  line-height: 95px;
}

.text-block-2 {
  color: #fff;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 13px;
}

.text-block-copy {
  background-color: var(--blue);
  filter: drop-shadow(0 0 50px #fff3);
  color: var(--blue);
  letter-spacing: -4px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(#fff, #ffffff80 23%, #fff0 24%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 90px;
  line-height: 95px;
}

.text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  z-index: 1;
  position: absolute;
  inset: 10% 10% 0% auto;
}

.image-3 {
  z-index: 1;
  position: static;
  top: 193.812px;
  left: 922px;
  right: 57px;
}

.image-4 {
  position: absolute;
  transform: translate(450px, -100px);
}

.div-block {
  background-color: #c9c9c9;
  background-image: linear-gradient(0deg, #3995ffbf, #fff0), linear-gradient(#ffd22d33, #0000), url("/assets/ss.png");
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  border-top: 10px solid #000;
  border-left: 10px solid #000;
  border-right: 10px solid #000;
  width: 75%;
  height: 350px;
  transition: box-shadow .2s;
  /* inset 10px 10px #ffd22d */
  box-shadow: 0 0 150px 20px #3995ff;
}

/* .div-block:hover {
  box-shadow: inset 10px 10px 0 0 #ffd22d, 0 0 100px 20px var(--blue);
} */

.image-5 {
  position: absolute;
  transform: rotate(15deg)translate(375px, -56px);
}

.section-2 {
  background-color: #0f0f0f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4000px;
  margin-top: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: visible;
}

.text-block-3 {
  filter: drop-shadow(0 0 40px #fff3);
  color: #fff;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.text-span {
  background-image: linear-gradient(90deg, var(--yellow), var(--purple));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span:hover {
  background-image: linear-gradient(90deg, var(--yellow), var(--purple));
}

.block {
  background-color: var(--blue);
  border: 5px solid #000;
  width: 375px;
  height: 125px;
  padding: .75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 300px;
  left: 150px;
  box-shadow: inset 3px 3px #fff3, 7px 7px #000;
}

.block:hover {
  transform: rotate(0);
}

.paragraph {
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-family: Jpbgm, Arial, sans-serif;
}

.block-2 {
  width: 400px;
  height: 100px;
  background-color: #272727;
  border: 5px solid #000;
  padding: .75rem 2rem;
  display: flex;
  position: absolute;
  top: 800px;
  right: 250px;
  box-shadow: inset 3px 3px #fff3, 7px 7px #000;
  align-items: center;
  justify-content: center;
}

.block-3 {
  background-color: var(--purple);
  border: 5px solid #000;
  padding: .75rem 2rem;
  display: flex;
  position: absolute;
  width: 400px;
  height: 100px;
  top: 900px;
  left: 200px;
  box-shadow: inset 3px 3px #fff3, 7px 7px #000;
  align-items: center;
  justify-content: center;
}

.block-4 {
  background-color: var(--yellow);
  border: 5px solid #000;
  padding: .75rem 2rem;
  display: flex;
  position: absolute;
  bottom: 200px;
  right: 50px;
  width: 400px;
  height: 100px;
  box-shadow: inset 3px 3px #fff3, 7px 7px #000;
  align-items: center;
  justify-content: center;
}

.block-5 {
  background-color: var(--blue);
  border: 5px solid #000;
  padding: .75rem 2rem;
  display: flex;
  position: absolute;
  bottom: -400px;
  right: 75px;
  width: 400px;
  height: 100px;
  box-shadow: inset 3px 3px #fff3, 7px 7px #000;
  align-items: center;
  justify-content: center;
}

.block-6 {
  background-image: linear-gradient(180deg, var(--yellow), var(--purple));
  border: 5px solid #000;
  padding: .75rem 2rem;
  display: flex;
  position: absolute;
  bottom: -3000px;
  left: 500px;
  width: 400px;
  height: 150px;
  box-shadow: inset 3px 3px #fff3, 7px 7px #000;
  box-shadow: 0px 0px 50px #ffffff25;
  align-items: center;
  justify-content: center;
}

.paragraph-1 {
  font-size: 20px;
  color: var(--black);
  margin: 0;
  font-family: Jpbgm, Arial, sans-serif;
}

.section-2-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--black), #fff0);
  width: 100%;
  height: 5vh;
  position: sticky;
  inset: 0 0% 0%;
}

.section-3 {
  background-color: var(--black);
  background-image: linear-gradient(320deg, #ffd22d, #fff0 35%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120vh;
  display: flex;
  overflow: hidden;
  flex-flow: column;
}

.text-block-copy-copy {
  background-color: var(--yellow);
  filter: drop-shadow(0 0 50px #fff3);
  color: var(--blue);
  text-align: center;
  letter-spacing: -4px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(#fff, #fff0 12% 23%, #fff0 38%, #ffffff80 39%, #fff0 45% 69%, #ffffff80 75%, #fff0 76%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  width: 65%;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 65px;
  line-height: 65px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  width: 55%;
  margin: 0;
  font-family: Jpbgm, Arial, sans-serif;
}

.minititle-copy {
  cursor: auto;
  background-color: #ffffff1a;
  padding: .25rem 1rem;
  box-shadow: inset 3px 3px #fff3;
}

.pnls-line {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5rem;
  display: flex;
  overflow: hidden;
}

.pnls-track
{
    grid-column-gap: 10px;
}

.pnls-line {
  scrollbar-width: none;         /* Firefox */
  -ms-overflow-style: none;      /* IE and Edge */
}
.pnls-line::-webkit-scrollbar {
  display: none;                 /* Chrome, Safari, Opera */
}

.wrap-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-6:hover {
  transform: scale(.99);
}

.image-7 {
  z-index: 1;
  position: absolute;
  transform: translate(-250px, -190px);
}

.section-4 {
  background-color: var(--black);
  background-image: linear-gradient(180deg, #0000 57%, #292121), linear-gradient(215deg, var(--yellow), #fff0 35%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.grid-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  border: 5px solid #fff;
  width: 75%;
  height: 50%;
  margin-top: 5rem;
  padding: 0;
  box-shadow: 0 0 100px #ffffff26;
}

.cell-2 {
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}

.feature-1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: var(--blue) #fff #fff var(--blue);
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 200px;
  padding: 2rem;
  display: flex;
  background-image: linear-gradient(135deg, rgba(57, 149, 255, 0.2), rgba(255, 255, 255, 0));
}

.title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: var(--blue);
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 20px;
}

.paragraph-3 {
  color: #fff;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.feature-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: var(--yellow) var(--yellow) #fff #fff;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 200px;
  padding: 2rem;
  display: flex;
  background-image: linear-gradient(rgba(255, 210, 45, 0.3), rgba(255, 255, 255, 0));
}

.feature-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: var(--purple) #fff #fff #fff;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 200px;
  padding: 2rem;
  display: flex;
}

.feature-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff #fff #fff var(--yellow);
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 200px;
  padding: 2rem;
  display: flex;
}

.feature-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff #fff var(--purple) var(--purple);
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 200px;
  padding: 2rem;
  display: flex;
  background-image: linear-gradient(0deg, rgba(174, 60, 255, 0.5), rgba(255, 255, 255, 0) 46%);
}

.feature-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black);
  border: 5px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 200px;
  padding: 2rem;
  display: flex;
}

.text-block-4-copy {
  color: var(--blue);
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 20px;
}

.text-block-4-copy-copy {
  color: var(--yellow);
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 20px;
}

.text-block-4-copy-copy-copy {
  color: var(--purple);
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 20px;
}

.section-5 {
  background-color: #292121;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: visible;
}

.scannersacademy-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  background-image: linear-gradient(#292121, #292121f2 50%, #292121), url("https://cdn.prod.website-files.com/687d487d8a0a65f393372154/687e3a0e20c8cbb7b0d70efb_d4ffc617ce7d999bdebb1c77e28a2420.jpg");
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border: 7px solid #423636;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 860px;
  height: 75%;
  display: flex;
  box-shadow: 0 0 50px #463636;
}

.text-block-copy {
  background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(180deg, #ffffff80, #ffffff80 7%, #fff0 9%, #fff3 49%, #ffffff80 57%, #fff0 58%, #fff0), linear-gradient(180deg, var(--yellow) 15%, var(--purple));
  filter: drop-shadow(0 0 50px #fff3);
  text-align: center;
  letter-spacing: -4px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 100px;
  line-height: 85px;
}

.image-8 {
  z-index: 1;
  position: absolute;
  transform: rotate(-10deg)translate(-300px, -300px);
}

.section-6 {
  background-image: linear-gradient(180deg, #292121, var(--black));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  margin-bottom: 10rem;
  display: flex;
  overflow: hidden;
}

.text-block-copy-copy-copy {
  filter: drop-shadow(0 0 50px #fff3);
  color: var(--blue);
  text-align: center;
  letter-spacing: -4px;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(#fff, #fff0 12% 23%, #fff0 38%, #ffffff80 39%, #fff0 45% 69%, #ffffff80 75%, #fff0 76%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  width: 65%;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 65px;
  line-height: 65px;
}

.text-block-copy-copy {
  background-color: var(--blue);
  filter: drop-shadow(0 0 50px #fff3);
  color: var(--blue);
  letter-spacing: -4px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(#fff, #ffffff80 23%, #fff0 24%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 90px;
  line-height: 95px;
}

.pricing-line {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue);
  border: 7px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 375px;
  height: 175px;
  padding-left: 2.5rem;
  display: flex;
  box-shadow: 7px 7px #000;
}

.text-block-5 {
  color: #0f0f0f80;
  letter-spacing: -.5px;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 20px;
}

.text-span-2 {
  color: #0f0f0f;
  letter-spacing: -1px;
  font-size: 40px;
}

.div-block-2-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue);
  border: 7px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 375px;
  height: 175px;
  padding-left: 2.5rem;
  display: flex;
  box-shadow: 7px 7px #000;
}

.section-7 {
  width: 100%;
  height: 100vh;
  padding-left: 4rem;
  padding-right: 4rem;
  overflow: hidden;
}

.div-block-3 {
  padding-left: 20px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: 5rem;
  display: flex;
}

.div-block-2-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--yellow);
  border: 6px solid #000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  /* width: 375px;
  height: 200px; */
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 80%;
  display: flex;
  box-shadow: inset 15px 15px rgb(255, 255, 255), 7px 7px #000;
  box-shadow: 0px 0px 20px #ffd12d4d;
}

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

.image-9 {
  border-radius: 20px;
}

.paragraph-4 {
  color: #0f0f0f80;
  margin-bottom: 0;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.div-block-6 {
  background-image: linear-gradient(180deg, #0f0f0f, #fff0 50%, var(--black));
  width: 35%;
  height: 100%;
  display: block;
  position: absolute;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 8rem;
  display: flex;
}

.text-block-copy-copy-copy-copy {
  background-color: var(--purple);
  filter: drop-shadow(0 0 50px #fff3);
  color: var(--blue);
  text-align: left;
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 55px;
  line-height: 47px;
}

.text-block-2-copy {
  color: #fff;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 10px;
}

.text-block-copy-copy-copy-copy-copy {
  background-color: var(--yellow);
  filter: drop-shadow(0 0 50px #fff3);
  color: var(--blue);
  text-align: center;
  letter-spacing: -4px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(#fff, #fff0 12% 23%, #fff0 38%, #ffffff80 39%, #fff0 45% 69%, #ffffff80 75%, #fff0 76%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  width: 65%;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 65px;
  line-height: 65px;
}

.footer {
  background-image: radial-gradient(circle farthest-side at 50% 350%, #3995ff, #3995ff 23%, #3995ff 73%, var(--black) 94%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  margin-top: 7.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.footer-data {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.socials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-family: Jpbgm, Arial, sans-serif;
  font-size: 18px;
}

@media (max-width: 991px) {
  .block,
  .block-2,
  .block-3,
  .block-4,
  .block-5,
  .block-6 {
    /* Remove these lines: */
    /* position: static !important; */
    /* transform: none !important; */
    margin: 2rem auto !important;
    width: 90vw !important;
    max-width: 350px;
  }
  .section-2 {
    min-height: 2000px; /* or higher, but NOT auto */
    display: block;     /* NOT flex */
    align-items: initial;
  }
}

@media screen and (max-width: 991px) {
  .button {
    padding-top: .7rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .options {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block {
    font-size: 90px;
    line-height: 85px;
  }

  .image-4 {
    transform: translate(300px, -100px);
  }

  .div-block {
    cursor: pointer;
  }

  .image-5 {
    transform: rotate(15deg)translate(215px, -30px);
  }

  .text-block-copy-copy {
    width: 75%;
    font-size: 70px;
    line-height: 70px;
  }

  .paragraph-2 {
    width: 75%;
  }

  .image-7 {
    transform: translate(-150px, -150px);
  }

  .section-4 {
    height: 175vh;
  }

  .feature-2 {
    border-right-width: 5px;
  }

  .feature-3 {
    border-top-width: 0;
    border-right-width: 5px;
  }

  .feature-4 {
    border-left-width: 0;
  }

  .feature-5 {
    border-left-width: 5px;
    border-right-width: 5px;
  }

  .feature-6 {
    border-left-style: none;
  }

  .scannersacademy-block {
    width: 650px;
  }

  .text-block-copy {
    font-size: 90px;
    line-height: 85px;
  }

  .image-8 {
    transform: rotate(-10deg)translate(-187px, -300px);
  }

  .section-6 {
    height: 120vh;
  }

  .text-block-copy-copy-copy {
    width: 75%;
    font-size: 70px;
    line-height: 70px;
  }

  .text-block-copy-copy {
    font-size: 80px;
    line-height: 80px;
  }

  .pricing-line {
    flex-flow: wrap;
  }

  .section-7 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-block-3 {
    flex-flow: row;
    width: 100%;
    overflow: visible;
  }

  .div-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-6 {
    display: none;
  }

  .div-block-7 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .text-block-copy-copy-copy-copy {
    width: 100%;
    font-size: 70px;
    line-height: 70px;
  }

  .text-block-copy-copy-copy-copy-copy {
    width: 75%;
    font-size: 70px;
    line-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .options {
    display: none;
  }

  .text-block {
    background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(180deg, #ffffff80, #ffffff80 11%, #fff0 15%, #fff3 49%, #ffffff80 57%, #fff0 64%, #fff0), linear-gradient(180deg, var(--yellow) 15%, var(--purple));
    font-size: 65px;
    line-height: 65px;
  }

  .text-block-2 {
    font-size: 13px;
    line-height: 19px;
  }

  .text-block-copy {
    font-size: 65px;
    line-height: 65px;
  }

  .image-4 {
    max-width: 18%;
    transform: translate(200px, -80px);
  }

  .div-block {
    border-top-width: 8px;
    border-left-width: 8px;
    border-right-width: 8px;
  }

  .image-5 {
    max-width: 20%;
    transform: rotate(15deg)translate(175px, -50px);
  }

  .text-block-3 {
    text-align: center;
  }

  .text-block-copy-copy {
    width: 90%;
    font-size: 60px;
    line-height: 60px;
  }

  .paragraph-2 {
    font-size: 13px;
    line-height: 19px;
  }

  .image-7 {
    max-width: 20%;
    transform: translate(-125px, -180px);
  }

  .section-4 {
    height: 225vh;
  }

  .feature-2 {
    border-top-width: 0;
    border-left-width: 5px;
  }

  .feature-4 {
    border-left-width: 5px;
  }

  .feature-5 {
    border-bottom-color: #fff;
  }

  .feature-6 {
    border-left-style: solid;
  }

  .scannersacademy-block {
    width: 450px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-copy {
    background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(180deg, #ffffff80, #ffffff80 11%, #fff0 15%, #fff3 49%, #ffffff80 57%, #fff0 64%, #fff0), linear-gradient(180deg, var(--yellow) 15%, var(--purple));
    font-size: 65px;
    line-height: 65px;
  }

  .image-8 {
    max-width: 30%;
    transform: rotate(-10deg)translate(-95px, -270px);
  }

  .text-block-copy-copy-copy {
    width: 90%;
    font-size: 60px;
    line-height: 60px;
  }

  .text-block-copy-copy {
    font-size: 65px;
    line-height: 65px;
  }

  .div-block-7 {
    padding-right: 2rem;
  }

  .text-block-copy-copy-copy-copy {
    width: 100%;
    font-size: 60px;
    line-height: 60px;
  }

  .text-block-2-copy {
    font-size: 13px;
    line-height: 19px;
  }

  .text-block-copy-copy-copy-copy-copy {
    width: 90%;
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding: .5rem 1.5rem;
    font-size: 14px;
  }

  .text-block {
    text-align: center;
    letter-spacing: -3px;
    font-size: 45px;
    line-height: 45px;
  }

  .text-block-2 {
    font-size: 10px;
    line-height: 15px;
  }

  .text-block-copy {
    background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(#fff, #ffffff80 28%, #fff0 37%, #fff0);
    font-size: 45px;
    line-height: 45px;
  }

  .image-4 {
    transform: translate(130px, 55px);
  }

  .div-block {
    width: 85%;
    height: 250px;
  }

  .image-5 {
    max-width: 25%;
    transform: rotate(15deg)translate(75px, -5px);
  }

  .block {
    width: 250px;
    left: 0;
  }

  .block-2 {
    width: 250px;
    right: 0;
  }

  .block-3 {
    width: 250px;
    display: none;
    left: 0;
  }

  .block-4 {
    width: 250px;
    height: 75px;
    right: 0;
  }

  .block-5 {
    width: 250px;
    display: none;
    right: 0;
  }

  .block-6 {
    width: 250px;
    display: none;
    left: 0;
  }

  .section-3 {
    height: 130vh;
  }

  .text-block-copy-copy {
    letter-spacing: -2px;
    background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(#fff, #ffffff80 28%, #fff0 37%, #fff0);
    font-size: 35px;
    line-height: 35px;
  }

  .paragraph-2 {
    width: 80%;
    font-size: 10px;
    line-height: 16px;
  }

  .image-7 {
    transform: translate(-70px, -335px);
  }

  .section-4 {
    height: 225vh;
  }

  .scannersacademy-block {
    width: 260px;
  }

  .text-block-copy {
    background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(180deg, #fff, #ffffff80 6%, #fff0 14%, #fff0), linear-gradient(180deg, var(--yellow) 15%, var(--purple));
    text-align: center;
    letter-spacing: -2px;
    font-size: 35px;
    line-height: 35px;
  }

  .image-8 {
    max-width: 45%;
    transform: rotate(-10deg)translate(-7px, -270px);
  }

  .text-block-copy-copy-copy {
    letter-spacing: -2px;
    background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(#fff, #ffffff80 28%, #fff0 37%, #fff0);
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-copy-copy {
    background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(#fff, #ffffff80 28%, #fff0 37%, #fff0);
    font-size: 45px;
    line-height: 45px;
  }

  .div-block-2 {
    width: 260px;
    padding-left: 1.5rem;
  }

  .text-block-5 {
    font-size: 13px;
  }

  .text-span-2 {
    font-size: 30px;
  }

  .div-block-2-copy {
    width: 260px;
    padding-left: 1.5rem;
  }

  .section-7 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-3 {
    overflow: visible;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-2-copy-copy {
    width: 250px;
    height: 175px;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .paragraph-4 {
    font-size: 10px;
    line-height: 13px;
  }

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-copy-copy-copy-copy {
    letter-spacing: -2px;
    background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(#fff, #ffffff80 28%, #fff0 37%, #fff0);
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-2-copy {
    font-size: 10px;
  }

  .text-block-copy-copy-copy-copy-copy {
    letter-spacing: -2px;
    background-image: linear-gradient(240deg, #fff0 35%, #fff3 50%, #fff0 65%), linear-gradient(#fff, #ffffff80 28%, #fff0 37%, #fff0);
    font-size: 35px;
    line-height: 35px;
  }

  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-data {
    flex-flow: row;
  }

  .socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .text-block-6 {
    display: none;
  }

  .image-10, .image-11 {
    max-width: 75%;
  }
}