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: #0e0e19;
  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 {
  position: absolute;
  top: 32px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.tag-content-wrapper {
  width: 100%;
  max-width: 1100px;
  color: #d5cedc;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.tag-content-text-1 {
  z-index: 2;
  color: #d5cedc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 600;
  line-height: 140%;
  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: #d5cedc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 130%;
  position: relative;
}

.tag-content-text-wrap {
  overflow: hidden;
}

.logo-link {
  z-index: 20;
  width: 128px;
  height: 30px;
  border-bottom-style: none;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 1.75rem;
  bottom: auto;
  left: 3.125rem;
  right: auto;
}

.logo-link.inner-animated {
  z-index: auto;
  width: auto;
  height: auto;
  border-bottom-width: 0;
  border-bottom-color: rgba(255, 255, 255, 0);
  position: relative;
  top: 2px;
  left: auto;
}

.logo-link.inner-animated.w--current {
  border-bottom-width: 0;
  position: relative;
}

.pinkdot-logo {
  width: 128px;
  height: auto;
  max-width: none;
  position: static;
}

.dot {
  width: 10px;
  height: 10px;
  color: #f7f7f7;
  background-color: #f75ca1;
  background-image: radial-gradient(circle, #faaec9, #f75ca1 71%, #fa397c 93%);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.text {
  z-index: 20;
  opacity: .84;
  text-align: center;
  padding-top: 2rem;
  padding-left: 8rem;
  padding-right: 5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
}

.link-2 {
  color: #f084b5;
}

@media screen and (min-width: 1280px) {
  .logo-link {
    top: 2rem;
    left: 5.25rem;
  }

  .logo-link.inner-animated {
    position: relative;
    top: auto;
  }

  .dot {
    background-color: #f53b6d;
    background-image: radial-gradient(circle, #faaec9, #f84383 71%, #f53b6d 93%);
  }
}

@media screen and (min-width: 1440px) {
  .logo-link {
    left: 6.25rem;
  }
}

@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: 16px;
    left: 50%;
  }

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

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

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

  .logo-link.inner-animated {
    position: relative;
    top: auto;
    left: 0;
  }

  .dot {
    width: 10px;
    height: 10px;
    left: -1px;
  }

  .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

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

  .logo-wrapper {
    top: 20px;
  }

  .tag-content-text-1, .tag-content-text-2 {
    font-size: 20px;
  }

  .logo-link {
    top: 1rem;
    left: 1rem;
  }

  .logo-link.inner-animated {
    left: 0;
  }

  .pinkdot-logo {
    max-width: 104px;
  }

  .dot {
    width: 10px;
    height: 10px;
    top: 1px;
    left: -2px;
  }

  .text {
    opacity: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .hide-on-phones {
    display: none;
  }
}

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

  .section {
    height: 97vh;
  }

  .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: 20px;
  }

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

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

  .logo-link {
    height: 24px;
  }

  .pinkdot-logo {
    max-width: none;
  }

  .dot {
    left: 0;
  }

  .text {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}