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

@font-face {
  font-family: PPNeueYork;
  src: url('../fonts/PPNeueYork-NormalExtrabold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PPNeueYork;
  src: url('../fonts/PPNeueYork-NormalMedium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Moca;
  src: url('../fonts/Moca-Black-Trial.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DotMatrix;
  src: url('../fonts/DotMatrix-TwoRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff03;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 360px;
  height: 100%;
  max-height: 720px;
  padding: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 38px 2px #b0b0b033;
}

.marquee-text.swiper {
  max-width: 360px;
}

.marquee-text.swiper.last {
  margin-top: auto;
}

.swiper-wrapper {
  display: flex;
}

.swiper-wrapper.is-text {
  max-width: 360px;
}

.marquee-dot {
  font-family: Dotrice, Arial, sans-serif;
}

.marquee-joya {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.marquee-joya.swiper {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.marquee-big {
  color: #fff;
  text-transform: uppercase;
  font-family: Moca, Arial, sans-serif;
  font-size: 800px;
  line-height: 1.2;
}

.brand-logo {
  width: 100%;
}

.brand-tagline {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  color: #000;
  letter-spacing: -.04rem;
  text-underline-offset: 10%;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-position: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PPNeueYork, Arial, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 112%;
  text-decoration: underline;
}

.dot-grid {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  margin-top: 8px;
  display: flex;
}

.button {
  color: #000;
  letter-spacing: -.03rem;
  background-color: #ececec;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  font-family: PPNeueYork, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.brand-box {
  color: #fff;
  letter-spacing: -.04rem;
  background-color: #ff23ff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 16px 48px;
  font-family: PPNeueYork, Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
}

.email-form {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.form-input {
  color: #fff;
  background-color: #000;
  border: 0 #000;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 16px;
  font-family: PPNeueYork, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.form-input::placeholder {
  color: #fff;
}

.form-submit {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 0 0 0 2px;
  font-family: DotMatrix, Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.form-submit:hover {
  color: #000;
  background-color: #fff;
}

.form-wrap {
  margin: 8px 0 0;
}

.success-wrap {
  background-color: #000;
  border-radius: 24px;
}

.thank-you {
  color: #fff;
  text-align: left;
  letter-spacing: -.04rem;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PPNeueYork, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 100%;
    max-height: 100vh;
  }

  .marquee-text.swiper.last {
    margin-top: 8px;
  }

  .brand-tagline {
    font-size: 13vw;
  }

  .button-wrap {
    margin-top: auto;
  }
}


@font-face {
  font-family: 'Dotrice';
  src: url('../fonts/Dotrice-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PPNeueYork';
  src: url('../fonts/PPNeueYork-NormalExtrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PPNeueYork';
  src: url('../fonts/PPNeueYork-NormalMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moca';
  src: url('../fonts/Moca-Black-Trial.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DotMatrix';
  src: url('../fonts/DotMatrix-TwoRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}