:root {
  --white: white;
  --black: black;
}

.body {
  cursor: auto;
  background-color: #b3b8a6;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.logo {
  z-index: 3;
  vertical-align: baseline;
  max-width: 420px;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.hero {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 60px 40px 40px;
  display: flex;
  position: static;
}

.logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: auto;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  flex: 0 auto;
  height: 60%;
  display: block;
}

.copy-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  height: 100%;
  display: flex;
}

.heading {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Degulardisplaydemo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.heading.standforth {
  margin-bottom: 6px;
  font-size: 16px;
}

.heading.lead {
  z-index: 3;
  color: #333;
  width: 420px;
  margin-bottom: 60px;
  position: relative;
}

.company-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copy-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-bottom: auto;
  display: flex;
}

.hook {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  width: 420px;
  margin-bottom: 60px;
  font-family: Degulardisplaydemo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.copy-container-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.foot {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.contact {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degulardisplaydemo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.footer-text {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degulardisplaydemo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footer-text.copyright {
  opacity: .4;
  color: #333;
}

.hook-copy {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  width: 305px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degulardisplaydemo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.link {
  color: #333;
  font-family: Degulardisplaydemo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  color: var(--white);
}

.link:active {
  opacity: .5;
  color: var(--black);
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.div-block-4 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0;
}

.image {
  width: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.paragraph {
  text-align: left;
  padding: 8px;
}

.cursor-wrapper {
  z-index: 100;
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  mix-blend-mode: hue;
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  inset: 0%;
}

.logo-container-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: auto;
  padding-bottom: 0;
  display: flex;
}

.tap-click-1 {
  opacity: .4;
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degulardisplaydemo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.tap-click-1.copyright {
  opacity: .4;
}

.tap-click-2 {
  opacity: .4;
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degulardisplaydemo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: none;
}

.tap-click-2.copyright {
  opacity: .4;
}

.particle-canvas-wrapper {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .hero {
    z-index: 10;
    position: absolute;
  }

  .contact {
    display: block;
  }

  .link {
    font-family: Degulardisplaydemo, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .link:hover {
    color: #000;
  }

  .link:active {
    opacity: .6;
    color: #fff;
  }

  .cursor-wrapper, .tap-click-1 {
    display: none;
  }

  .tap-click-2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .body {
    flex-flow: column;
  }

  .logo {
    max-width: 100%;
  }

  .hero {
    flex-flow: column;
    justify-content: flex-start;
    max-width: none;
    height: 90vh;
    max-height: none;
    padding: 40px 12px 30px;
    display: flex;
    position: static;
  }

  .logo-container {
    margin-bottom: auto;
    padding-right: 0;
  }

  .copy-container {
    flex-flow: wrap;
    width: 100%;
  }

  .heading {
    font-size: 21px;
    line-height: 24px;
  }

  .heading.lead {
    color: #333;
    width: 296px;
  }

  .copy-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hook {
    width: 296px;
    font-size: 18px;
  }

  .copy-container-1 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 100%;
  }

  .foot {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
    max-width: 100%;
  }

  .contact {
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text {
    text-align: right;
    width: 100px;
    font-size: 16px;
    line-height: 22px;
  }

  .footer-text.copyright {
    opacity: .3;
  }

  .footer-text.copyright.tap, .footer-text.copyright.click {
    text-align: left;
    width: 220px;
    line-height: 19px;
  }

  .hook-copy {
    width: 250px;
    font-size: 13px;
  }

  .link {
    color: #333;
    width: 100%;
    margin-top: 0;
  }

  .link:hover {
    color: #fff;
  }

  .link:active {
    color: #535353;
  }

  .logo-container-copy {
    margin-bottom: 80px;
    padding-right: 0;
  }

  .tap-click-1 {
    opacity: .3;
    text-align: left;
    width: 220px;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .tap-click-1.copyright {
    opacity: .3;
  }

  .tap-click-1.copyright.tap, .tap-click-1.copyright.click {
    text-align: left;
    width: 220px;
    line-height: 19px;
  }

  .tap-click-2 {
    text-align: left;
    width: 220px;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .tap-click-2.copyright {
    opacity: .3;
  }

  .tap-click-2.copyright.tap, .tap-click-2.copyright.click {
    text-align: left;
    width: 220px;
    line-height: 19px;
  }
}


@font-face {
  font-family: 'Degulardisplaydemo';
  src: url('../fonts/DegularDisplayDemo-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}