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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.tag-wrapper {
  width: 100%;
  height: 100%;
  background-color: #15181d;
  background-image: url('../images/content-bg-shape.svg');
  background-position: 50% 18%;
  background-repeat: no-repeat;
  background-size: 799px;
  padding: 96px;
  position: relative;
}

.tag-element {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(82, 89, 99, .3);
  position: relative;
  overflow: visible;
}

.tag-vector-1 {
  position: absolute;
  top: -17px;
  bottom: auto;
  left: -17px;
  right: auto;
}

.tag-vector-2 {
  position: absolute;
  top: -17px;
  bottom: auto;
  left: auto;
  right: -17px;
}

.tag-vector-3 {
  position: absolute;
  top: auto;
  bottom: -22px;
  left: -17px;
  right: auto;
}

.tag-vector-4 {
  position: absolute;
  top: auto;
  bottom: -22px;
  left: auto;
  right: -17px;
}

.tag-line-1 {
  width: 97px;
  height: 97px;
  border-bottom: 1px solid rgba(82, 89, 99, .3);
  border-right: 1px solid rgba(82, 89, 99, .3);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tag-line-2 {
  width: 97px;
  height: 97px;
  border-bottom: 1px solid rgba(82, 89, 99, .3);
  border-left: 1px solid rgba(82, 89, 99, .3);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tag-line-3 {
  width: 97px;
  height: 97px;
  border-top: 1px solid rgba(82, 89, 99, .3);
  border-right: 1px solid rgba(82, 89, 99, .3);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tag-line-4 {
  width: 97px;
  height: 97px;
  border-top: 1px solid rgba(82, 89, 99, .3);
  border-left: 1px solid rgba(82, 89, 99, .3);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tag-canvas {
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  overflow: hidden;
  transform: scale(1);
}

.logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.tag-content-wrapper {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  top: 130px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.tag-content-text-1 {
  z-index: 2;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lekton, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 110%;
  position: relative;
}

.tag-content-shape {
  z-index: 1;
  width: 800px;
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.tag-content-text-2 {
  z-index: 2;
  color: #ced1dc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lekton, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 110%;
  position: relative;
}

.tag-content-text-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.tag-footer {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.tag-footer-text {
  aspect-ratio: auto;
  color: #ced1dc;
  text-align: center;
  font-family: Lekton, sans-serif;
}

.tag-footer-email {
  aspect-ratio: auto;
  color: #ced1dc;
  text-align: center;
  margin-top: 10px;
  font-family: Lekton, sans-serif;
}

@media screen and (max-width: 991px) {
  .tag-wrapper {
    padding: 65px;
  }

  .tag-line-1, .tag-line-2, .tag-line-3, .tag-line-4 {
    width: 66px;
    height: 66px;
  }

  .logo-wrapper {
    top: 10px;
  }

  .tag-content-text-1 {
    font-size: 40px;
    font-weight: 600;
  }

  .tag-content-shape {
    width: 451px;
  }

  .tag-content-text-2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    width: 100vw;
    height: 100vh;
  }

  .tag-canvas {
    width: 125%;
    height: 125%;
    transform: scale(.8);
  }

  .tag-content-text-1 {
    font-size: 32px;
  }

  .tag-content-text-2 {
    font-size: 24px;
  }

  .tag-content-text-wrap {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    background-color: #15181d;
  }

  .section {
    height: 100vh;
  }

  .tag-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tag-line-1, .tag-line-2, .tag-line-3, .tag-line-4 {
    width: 26px;
  }

  .tag-content-wrapper {
    top: 50px;
  }

  .tag-content-text-1 {
    font-size: 24px;
  }

  .tag-content-shape {
    width: 200px;
  }

  .tag-content-text-2 {
    font-size: 14px;
  }

  .tag-footer-text, .tag-footer-email {
    font-size: 10px;
  }
}


