@import "https://api.fontshare.com/v2/css?f[]=satoshi@1,900,700,500,301,701,300,501,401,901,400,2&display=swap";
.value-proposition {
  position: relative;
  min-height: clamp(600px, 80vh, 810px);
  width: 100%;
  overflow: hidden;
  background-image: url(./icon11-884b0293.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.value-proposition__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.8) 100%
  );
}
.value-proposition__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(40px, 8vw, 80px) 20px;
  position: relative;
  height: 100%;
}
.value-proposition__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
  text-align: center;
}
.value-proposition__subtitle {
  display: inline-flex;
  align-items: center;
  padding: clamp(15px, 2vw, 20px) clamp(20px, 3vw, 32px);
  border-radius: 89px;
  background-color: #e600ad;
  color: #fff;
  font-size: clamp(24px, 3.5vw, 35px);
  font-weight: 400;
  font-family: Readex Pro, sans-serif;
}
.value-proposition__title {
  font-size: clamp(32px, 5.5vw, 55px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #e600ad;
  font-family: Readex Pro, sans-serif;
}
.value-proposition__title-span {
  color: #000;
}
.web-value-proposition__coin {
  position: absolute;
  z-index: 3;
}
.web-value-proposition__coin--left {
  left: clamp(10%, 25vw, 355px);
  top: clamp(300px, 50vh, 400px);
}
.web-value-proposition__coin--left img {
  width: clamp(85px, 11vw, 142px);
  height: clamp(74px, 9.5vw, 124px);
  -o-object-fit: contain;
  object-fit: contain;
  filter: blur(3px);
  transform: rotate(-107deg);
}
.web-value-proposition__coin--right {
  right: clamp(10%, 22vw, 320px);
  bottom: clamp(100px, 18vh, 180px);
  transform: rotate(-45deg);
}
.web-value-proposition__coin--right img {
  width: clamp(90px, 12vw, 149px);
  height: clamp(90px, 12vw, 149px);
  -o-object-fit: contain;
  object-fit: contain;
}
.value-proposition__gradient-circle {
  position: absolute;
  right: 0;
  top: clamp(200px, 30vh, 275px);
}
.value-proposition__gradient-circle img {
  height: clamp(164px, 22vw, 274px);
  width: auto;
}
.value-proposition__detail {
  position: absolute;
}
.value-proposition__detail--bottom-left {
  left: clamp(-60px, -5vw, -35px);
  transform: rotate(-65deg);
  bottom: clamp(50px, 10vh, 85px);
}
.value-proposition__detail--bottom-left img {
  width: clamp(118px, 15vw, 196px);
  height: clamp(178px, 23vw, 296px);
  -o-object-fit: contain;
  object-fit: contain;
}
.value-proposition__detail--bottom-left-blur {
  left: clamp(-80px, -7vw, -60px);
  top: clamp(80px, 15vh, 131px);
  transform: rotate(45deg);
}
.value-proposition__detail--bottom-left-blur img {
  width: clamp(124px, 16vw, 206px);
  height: clamp(122px, 16vw, 204px);
  -o-object-fit: contain;
  object-fit: contain;
  filter: blur(clamp(8px, 1vw, 13.5px));
}
.value-proposition__detail--bottom-right {
  right: clamp(-60px, -5vw, -40px);
  transform: rotate(17deg);
  bottom: clamp(200px, 30vh, 280px);
}
.value-proposition__detail--bottom-right img {
  width: clamp(155px, 20vw, 258px);
  height: clamp(85px, 11vw, 142px);
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .value-proposition__container {
    max-width: 100%;
    padding-left: clamp(20px, 3vw, 40px);
    padding-right: clamp(20px, 3vw, 40px);
  }
}
@media (max-width: 1200px) {
  .value-proposition__content {
    transform: scale(clamp(0.7, 0.8vw + 0.3, 0.9));
  }
  .value-proposition__center-component {
    width: 80vw;
  }
}
@media (max-width: 1024px) {
  .value-proposition__content {
    transform: scale(clamp(0.6, 0.7vw + 0.25, 0.8));
  }
  .web-value-proposition__coin--left {
    left: 15%;
  }
  .web-value-proposition__coin--right {
    right: 15%;
  }
  .value-proposition__gradient-circle {
    right: -0vw;
  }
}
@media (max-width: 768px) {
  .value-proposition__content {
    transform: scale(clamp(0.5, 0.6vw + 0.2, 0.7));
    height: clamp(250px, 35vh, 350px);
  }
  .value-proposition__title {
    font-size: clamp(28px, 4.5vw, 40px);
  }
  .value-proposition__subtitle {
    font-size: clamp(20px, 3vw, 28px);
  }
  .value-proposition__center-component {
    width: 85vw;
  }
  .web-value-proposition__coin--left {
    left: 5%;
    top: 60%;
  }
  .web-value-proposition__coin--right {
    right: 5%;
    bottom: 25%;
  }
  .value-proposition__gradient-circle {
    right: 0vw;
    top: 25vh;
  }
}
.customized-solutions {
  position: relative;
  width: 100%;
  min-height: 400px;
  padding: 120px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.customized-solutions__container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customized-solutions__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.customized-solutions__title {
  font-family: Readex Pro, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25em;
  text-align: center;
  color: #000;
  margin: 0;
}
.customized-solutions__icon {
  position: absolute;
  width: 174px;
  height: 142px;
  opacity: 0.3;
}
.customized-solutions__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.customized-solutions__icon--left {
  left: 0;
  bottom: 0;
}
.customized-solutions__icon--right {
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.ecosystem-section {
  position: relative;
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  min-height: 800px;
  background: url(./icon_30-b6c44986.png) center/cover no-repeat;
}
.ecosystem-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.main-container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.circle-container {
  position: relative;
  width: 711px;
  height: 700px;
  margin: 40px auto;
}
.circle-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./icon10-74aa7659.png) center/contain no-repeat;
  animation: slowRotate 40s linear infinite;
  z-index: 1;
}
@keyframes slowRotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.section-title {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  font-family: Readex Pro, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #000;
  z-index: 2;
}
.tab-navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.tab-button {
  position: absolute;
  border-radius: 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  white-space: pre-line;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.6) 56.67%
  );
  color: #e600ad;
  border: 1px solid #e600ad;
  box-shadow: 0 0 20px #e600ad4d;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 210px;
  height: 98px;
  transform: translate(-50%, -50%);
}
.tab-button.active {
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  color: #fff;
  box-shadow: 0 0 20px #e600ad4d;
}
.tab-developer {
  right: -79px;
  top: 190px;
}
.tab-incentives {
  right: 72px;
  bottom: 42px;
}
.tab-partners {
  left: 0;
  top: 380px;
  transform: translateY(-50%);
}
.content-area {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.content-title {
  font-family: Readex Pro, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #e600ad;
  line-height: 1.2em;
}
.cards-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.nav-button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.nav-button:not(:disabled) {
  background-color: #e600ad;
  box-shadow: 0 0 20px #e600ad4d;
}
.nav-button:not(:disabled):hover {
  background-color: #e600ade6;
}
.nav-button:disabled {
  background-color: #e2e2e2;
  cursor: not-allowed;
  opacity: 0.5;
}
.cards-grid {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 900px;
  justify-content: center;
}
.card {
  flex: 1;
  height: 288px;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.3));
  border: 1px solid #e600ad;
  border-radius: 15px;
  padding: 32px;
  box-shadow: 0 0 20px #e600ad4d;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card:hover {
  box-shadow: 0 0 30px #e600ad66;
  transform: scale(1.02);
}
.card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 8px;
}
.card-icon img {
  width: 40px;
  height: 40px;
}
.card-title {
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #e600ad;
  line-height: 1.2em;
  letter-spacing: -0.035em;
  margin-bottom: 12px;
}
.card-description {
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #515151;
  line-height: 1.5em;
}
.roadmap-section {
  padding: 80px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  background-color: #fff;
  position: relative;
}
.roadmap-divider {
  position: absolute;
  top: 207px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #e600ad, rgba(230, 0, 173, 0.2));
}
.roadmap-title {
  font-family: Readex Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000;
  line-height: 1.25em;
}
.roadmap-scroll-container {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-top: 18px;
}
.roadmap-scroll-container::-webkit-scrollbar {
  display: none;
}
.roadmap-content {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.roadmap-connection-line {
  position: absolute;
  top: 40px;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #e600ad, rgba(230, 0, 173, 0.2));
  z-index: 1;
}
.roadmap-phase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.roadmap-number-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Readex Pro, sans-serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 20;
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow: 0 0 20px #e600ad4d;
}
.roadmap-card {
  width: 500px;
  height: 300px;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.3));
  border: 1px solid #e600ad;
  border-radius: 15px;
  padding: 50px 32px 32px;
  box-shadow: 0 0 20px #e600ad4d;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.roadmap-card-title {
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  white-space: pre-line;
  line-height: 1.2;
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.roadmap-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.roadmap-point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-left: 20px;
}
.roadmap-point-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #515151;
  margin-top: 12px;
  flex-shrink: 0;
}
.roadmap-point-text {
  font-family: Readex Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #515151;
}
.mobile-value-proposition {
  position: relative;
  width: 100%;
  min-height: 746px;
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: url(./icon23-5ae3d488.png) center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.mobile-value-proposition__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.mobile-value-proposition__bg-image {
  position: absolute;
  background-size: fill;
  background-repeat: no-repeat;
}
.mobile-value-proposition__bg-image--blur {
  top: -103.85px;
  left: -412.3px;
  width: 1217.65px;
  height: 970.85px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 70.82%
  );
  filter: blur(6.31px);
}
.mobile-value-proposition__bg-image--main {
  top: 104px;
  left: -165.5px;
  width: 970.85px;
  height: 970.85px;
  opacity: 0.1;
}
.mobile-value-proposition__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 393px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.mobile-value-proposition__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.mobile-value-proposition__subtitle {
  background: #e600ad;
  border: 2.7px solid #e600ad;
  border-radius: 89px;
  padding: 8px 20px;
  box-shadow: inset 0 0 3.15px #00000040;
}
.mobile-value-proposition__subtitle span {
  font-family: Readex Pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}
.mobile-value-proposition__title {
  font-family: Readex Pro, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  text-align: center;
  color: #e600ad;
  margin: 0;
  width: 100%;
}
.mobile-value-proposition__title-span {
  color: #000;
}
.value-proposition__content {
  margin-top: clamp(40px, 8vw, 80px);
  position: relative;
  height: clamp(300px, 40vh, 418px);
  transform-origin: center center;
  transform: scale(clamp(0.6, 1vw + 0.2, 1));
}
.value-proposition__center-component {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(600px, 75vw, 975px);
  height: clamp(250px, 32vh, 418px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.value-proposition__chart-top {
  position: relative;
  z-index: 2;
}
.value-proposition__chart-top img {
  width: clamp(150px, 20vw, 249px);
  height: clamp(195px, 26vw, 326px);
  -o-object-fit: contain;
  object-fit: contain;
  transform: rotate(21deg) scaleX(-1.1);
}
.value-proposition__chart-bottom {
  position: relative;
  transform: rotate(-15deg);
  margin-top: clamp(-80px, -10vw, -130px);
  z-index: 5;
}
.value-proposition__chart-bottom img {
  width: clamp(310px, 40vw, 515px);
  height: clamp(117px, 15vw, 194px);
  -o-object-fit: contain;
  object-fit: contain;
}
.value-proposition__coin {
  position: absolute;
  z-index: 3;
}
.value-proposition__coin--left {
  left: 20px;
  top: 292px;
}
.value-proposition__coin--left img {
  width: clamp(85px, 11vw, 142px);
  height: clamp(74px, 9.5vw, 124px);
  -o-object-fit: contain;
  object-fit: contain;
  filter: blur(3px);
  transform: rotate(-107deg);
}
.value-proposition__coin--right {
  right: 20px;
  bottom: 150px;
  transform: rotate(-45deg);
}
.value-proposition__coin--right img {
  width: clamp(90px, 12vw, 149px);
  height: clamp(90px, 12vw, 149px);
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-customized-solutions {
  position: relative;
  width: 100%;
  background: #ffffff;
  display: flex;
  height: 240px;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  justify-content: center;
}
.mobile-customized-solutions__container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-customized-solutions__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mobile-customized-solutions__title {
  font-family: Readex Pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #000;
  margin: 0;
  width: 100%;
}
.mobile-customized-solutions__icon {
  position: absolute;
  width: 88px;
  height: 72px;
  opacity: 0.3;
  border-radius: 4px;
}
.mobile-customized-solutions__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-customized-solutions__icon--left {
  left: 0;
  bottom: 0;
}
.mobile-customized-solutions__icon--right {
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
@media (max-width: 375px) {
  .mobile-customized-solutions {
    padding: 60px 12px;
  }
  .mobile-customized-solutions__title {
    font-size: 14px;
  }
  .mobile-customized-solutions__icon {
    width: 70px;
    height: 58px;
  }
}
.core-value-scroll-container {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.core-value-scroll-container::-webkit-scrollbar {
  display: none;
}
.mobile-key-advantages {
  position: relative;
  width: 100%;
  background: url(./icon24-f10e210b.png) top no-repeat;
  background-size: contain;
  padding: 64px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  overflow: hidden;
}
.mobile-key-advantages__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
}
.mobile-key-advantages__title {
  font-family: Readex Pro, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: -2%;
  text-align: center;
  color: #000;
  margin: 0;
}
.mobile-key-advantages__sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  width: 100%;
}
.mobile-key-advantages__section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}
.mobile-key-advantages__images {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.mobile-key-advantages__image-layout {
  position: relative;
  width: 240px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-key-advantages__single-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.mobile-key-advantages__section-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}
.mobile-key-advantages__section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 8px;
}
.mobile-key-advantages__section-title,
.mobile-key-advantages__section-subtitle {
  font-family: Readex Pro, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  color: #e600ad;
  margin: 0;
  width: 100%;
}
.mobile-key-advantages__items {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 20px;
  width: 100%;
}
.mobile-key-advantages__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: -24px;
  width: 100%;
}
.mobile-key-advantages__item-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 14px;
  box-shadow: 0 0 20px #e600ad4d;
  z-index: 20;
  margin-bottom: -24px;
}
.mobile-key-advantages__item-icon-img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile-key-advantages__item-content {
  border: 1px solid #e600ad;
  border-radius: 20px;
  box-shadow: 2px 2px 50px #0000000d;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 40px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 4px;
  width: 100%;
}
.mobile-key-advantages__item-title {
  font-family: Readex Pro, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25em;
  text-align: center;
  color: #e600ad;
  margin: 0;
  width: 100%;
}
.mobile-key-advantages__item-description {
  font-family: Readex Pro, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  color: #515151;
  margin: 0;
  width: 100%;
}
@media (max-width: 375px) {
  .mobile-key-advantages {
    padding: 48px 12px;
    gap: 48px;
  }
  .mobile-key-advantages__title {
    font-size: 24px;
  }
  .mobile-key-advantages__section-title,
  .mobile-key-advantages__section-subtitle {
    font-size: 18px;
  }
  .mobile-key-advantages__item-title {
    font-size: 14px;
  }
  .mobile-key-advantages__item-description {
    font-size: 12px;
  }
  .mobile-key-advantages__item-content {
    padding: 32px 12px 12px;
  }
  .mobile-key-advantages__item-icon {
    width: 50px;
    height: 50px;
    margin-bottom: -20px;
  }
  .mobile-key-advantages__item-icon-img {
    width: 26px;
    height: 26px;
  }
}
.mobile-roadmap-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: #fff;
  position: relative;
}
.mobile-roadmap-title {
  font-family: Readex Pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000;
  line-height: 1.25em;
}
.mobile-roadmap-scroll-container {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-top: 18px;
  padding-left: calc(50vw - 175px);
  padding-right: calc(50vw - 175px);
}
.mobile-roadmap-scroll-container::-webkit-scrollbar {
  display: none;
}
.mobile-roadmap-content {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.mobile-roadmap-connection-line {
  position: absolute;
  top: 24px;
  left: calc(-50vw + 175px);
  height: 3px;
  width: calc(100vw + 700px);
  background: linear-gradient(to right, #e600ad, rgba(230, 0, 173, 0.2));
  z-index: 1;
}
.mobile-roadmap-phase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.mobile-roadmap-number-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 20;
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow: 0 0 12px #e600ad4d;
}
.mobile-roadmap-card {
  width: 330px;
  height: 320px;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.3));
  border: 1px solid #e600ad;
  border-radius: 15px;
  padding: 24px;
  box-shadow: 0 0 20px #e600ad4d;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
}
.mobile-roadmap-card-title {
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  white-space: pre-line;
  line-height: 1.2;
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mobile-roadmap-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.mobile-roadmap-point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-left: 20px;
}
.mobile-roadmap-point-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #515151;
  margin-top: 12px;
  flex-shrink: 0;
}
.mobile-roadmap-point-text {
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #515151;
}
.font-satoshi {
  font-family: Satoshi, sans-serif;
}
.product-box {
  position: relative;
  margin-top: 4rem;
  background-image: url(./product-bg-67e32b5e.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .product-box {
    margin-top: 5rem;
  }
}
.product-box .product-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    179.93deg,
    #ffffff 0.06%,
    rgba(255, 255, 255, 0) 28.27%,
    #ffffff 59.21%
  );
}
.product-box .bg-left {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 20%;
}
@media (min-width: 1024px) {
  .product-box .bg-left {
    bottom: 8%;
    width: auto;
  }
}
.product-box .bg-right {
  position: absolute;
  top: 5%;
  right: 0;
  width: 20%;
}
@media (min-width: 1024px) {
  .product-box .bg-right {
    bottom: 8%;
    width: auto;
  }
}
.product-box .product-content {
  position: relative;
  z-index: 10;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .product-box .product-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 818px;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.product-box h2 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  font-family: Satoshi, sans-serif;
}
@media (min-width: 1024px) {
  .product-box h2 {
    margin-bottom: 2.5rem;
    font-size: 55px;
  }
}
.product-box h2 span {
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-box .product-list {
  position: relative;
  border-radius: 20px;
  padding: 1.25rem;
}
@media (min-width: 1024px) {
  .product-box .product-list {
    padding: 2.5rem 1.75rem;
  }
}
.product-box .product-list {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.12) 56.67%
  );
  box-shadow: 0 0 20px #e600ad4d;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.product-box .product-list:before {
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  content: "";
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 1px;
}
.product-box .product-list h3 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-family: Satoshi, sans-serif;
}
@media (min-width: 1024px) {
  .product-box .product-list h3 {
    font-size: 24px;
  }
}
.product-box .product-list h3 {
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-box .product-list .product-input-box {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .product-box .product-list .product-input-box {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.product-box .product-list .product-input-box h4 {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: flex;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
  .product-box .product-list .product-input-box h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.product-box .product-list .product-input-box h4 span {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(./usdt-b86a0229.svg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .product-box .product-list .product-input-box h4 span {
    height: 30px;
    width: 30px;
  }
}
.product-box .product-list .product-input {
  position: relative;
  height: 44px;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 0 173 / var(--tw-border-opacity, 1));
  padding: 1rem 7rem 1rem 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .product-box .product-list .product-input {
    height: 62px;
    border-radius: 20px;
  }
}
.product-box .product-list .product-input {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
  .product-box .product-list .product-input {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.product-box .product-list .product-input {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.3) 56.67%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.product-box .product-list .product-input:before {
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  content: "";
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 1px;
}
@media (min-width: 1024px) {
  .product-box .product-list .product-input:before {
    border-radius: 20px;
  }
}
.product-box .product-list .product-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.product-box .product-list .product-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}
.product-box .product-list .product-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}
.product-box .product-list .product-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-box .product-list .product-balance h5,
.product-box .product-list .product-balance p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .product-box .product-list .product-balance h5,
  .product-box .product-list .product-balance p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.product-box .product-list .pool-options {
  margin-top: 1.25rem;
}
.product-box .product-list .pool-options > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {
  .product-box .product-list .pool-options {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.product-box .product-list .pool-options .pool-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 0 173 / var(--tw-border-opacity, 1));
  background-color: #fff3;
  padding: 1rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.product-box .product-list .pool-options .pool-option .pool-icon {
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
}
.product-box .product-list .pool-options .pool-option .pool-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-box .product-list .pool-options .pool-option .pool-info {
  flex: 1 1 0%;
}
.product-box .product-list .pool-options .pool-option .pool-info h4 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(230 0 173 / var(--tw-text-opacity, 1));
}
.product-box .product-list .pool-options .pool-option .pool-info p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.product-box .product-list .pool-options .pool-option .pool-info .pool-details {
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.product-box
  .product-list
  .pool-options
  .pool-option
  .pool-info
  .pool-details
  span {
  border-radius: 0.25rem;
  background-color: #ffffff4d;
  padding: 0.25rem 0.5rem;
}
.product-box .pool-options {
  position: relative;
  border-radius: 20px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .product-box .pool-options {
    padding: 1.25rem;
  }
}
.product-box .pool-options {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.3) 56.67%
  );
  box-shadow: 0 0 20px #e600ad4d;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.product-box .pool-options:before {
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  content: "";
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  border-radius: 20px;
  padding: 1px;
}
@media (min-width: 1024px) {
  .product-box .pool-options:before {
    display: block;
  }
}
.product-box .pool-options ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 1024px) {
  .product-box .pool-options ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.product-box .pool-options li {
  position: relative;
  height: 200px;
  overflow: hidden;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .product-box .pool-options li {
    height: 250px;
    padding: 1.25rem;
  }
}
.product-box .pool-options li:before {
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  content: "";
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 1px;
}
.product-box .pool-options li h6 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .product-box .pool-options li h6 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.product-box .pool-options li .pool-icon {
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.product-box .pool-options li .pool-icon img {
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-box .pool-options li .pool-info {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .product-box .pool-options li .pool-info {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.product-box .product-button {
  height: 2.5rem;
  width: 100%;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: Satoshi, sans-serif;
}
@media (min-width: 1024px) {
  .product-box .product-button {
    height: 61px;
    border-radius: 20px;
    font-size: 24px;
  }
}
.product-box .product-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #e600ad var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(230 0 173 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f270d2 var(--tw-gradient-to-position);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.product-box .product-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px #e600ad4d;
}
.product-box .mint-content {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .product-box .mint-content .product-list {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.product-box .mint-content .product-input-box {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .product-box .mint-content .product-input-box {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.product-box .mint-content .product-input-box h4 span {
  background-image: url(./pb-d9ef3b65.svg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .product-box .product-list {
    background: none;
  }
  .product-box .product-list .pool-options {
    background: none;
    box-shadow: none;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000080;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-overlay.modal-overlay-enter {
  opacity: 1;
}
.modal-overlay.modal-overlay-exit {
  opacity: 0;
}
.modal-content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
  .modal-content {
    width: 818px;
  }
}
.modal-content {
  position: relative;
  border-radius: 20px;
  padding: 1.25rem;
}
@media (min-width: 1024px) {
  .modal-content {
    padding: 2.5rem;
  }
}
.modal-content {
  box-shadow: 0 0 20px #e600ad4d;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.modal-content:before {
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  content: "";
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 1px;
}
.modal-content.modal-content-enter {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.modal-content.modal-content-exit {
  opacity: 0;
  transform: scale(0.9) translateY(20px);
}
.modal-content .modal-title {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-family: Satoshi, sans-serif;
}
@media (min-width: 1024px) {
  .modal-content .modal-title {
    font-size: 24px;
  }
}
.modal-content .modal-title {
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-content .modal-description {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .modal-content .modal-description {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.modal-content .modal-input-box {
  position: relative;
  margin-bottom: 1.25rem;
  border-radius: 10px;
  padding: 0.75rem 1rem;
}
@media (min-width: 1024px) {
  .modal-content .modal-input-box {
    margin-bottom: 1.5rem;
    border-radius: 20px;
  }
}
.modal-content .modal-input-box:before {
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  content: "";
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 1px;
}
@media (min-width: 1024px) {
  .modal-content .modal-input-box:before {
    border-radius: 20px;
  }
}
.modal-content .modal-input {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .modal-content .modal-input {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.modal-content .modal-input {
  transition: all 0.2s ease-in-out;
}
.modal-content .modal-input::-moz-placeholder {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}
.modal-content .modal-input::placeholder {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}
.modal-content .modal-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.modal-content .modal-button {
  width: 100%;
  border-radius: 10px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
}
@media (min-width: 1024px) {
  .modal-content .modal-button {
    border-radius: 20px;
  }
}
.modal-content .modal-button {
  height: 2.5rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #e600ad var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(230 0 173 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f270d2 var(--tw-gradient-to-position);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .modal-content .modal-button {
    height: 61px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.modal-content .modal-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.modal-content .modal-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px #e600ad4d;
}
.modal-content .modal-button:active {
  transform: translateY(0);
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.-left-\[169px\] {
  left: -169px;
}
.-right-6 {
  right: -1.5rem;
}
.-right-\[70px\] {
  right: -70px;
}
.bottom-0 {
  bottom: 0;
}
.bottom-\[100px\] {
  bottom: 100px;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-95px\] {
  left: -95px;
}
.right-\[-150px\] {
  right: -150px;
}
.right-\[-60px\] {
  right: -60px;
}
.right-\[12\%\] {
  right: 12%;
}
.right-\[30\%\] {
  right: 30%;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-\[0\] {
  top: 0;
}
.top-\[194\.72px\] {
  top: 194.72px;
}
.top-\[27px\] {
  top: 27px;
}
.top-\[32px\] {
  top: 32px;
}
.top-\[60\%\] {
  top: 60%;
}
.top-\[80px\] {
  top: 80px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[999\] {
  z-index: 999;
}
.m-0 {
  margin: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-\[50px\] {
  margin-top: -50px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-\[-24px\] {
  margin-right: -24px;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[121px\] {
  height: 121px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[133px\] {
  height: 133px;
}
.h-\[134px\] {
  height: 134px;
}
.h-\[137px\] {
  height: 137px;
}
.h-\[138px\] {
  height: 138px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[155px\] {
  height: 155px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[184px\] {
  height: 184px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[204px\] {
  height: 204px;
}
.h-\[222px\] {
  height: 222px;
}
.h-\[268px\] {
  height: 268px;
}
.h-\[305px\] {
  height: 305px;
}
.h-\[319px\] {
  height: 319px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[353\.55px\] {
  height: 353.55px;
}
.h-\[386px\] {
  height: 386px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[475px\] {
  height: 475px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[561px\] {
  height: 561px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[83px\] {
  height: 83px;
}
.h-\[93px\] {
  height: 93px;
}
.h-full {
  height: 100%;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-32 {
  width: 8rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[107px\] {
  width: 107px;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[129px\] {
  width: 129px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[133px\] {
  width: 133px;
}
.w-\[139px\] {
  width: 139px;
}
.w-\[1440px\] {
  width: 1440px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[181px\] {
  width: 181px;
}
.w-\[186px\] {
  width: 186px;
}
.w-\[189px\] {
  width: 189px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[206px\] {
  width: 206px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[267px\] {
  width: 267px;
}
.w-\[268px\] {
  width: 268px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[285px\] {
  width: 285px;
}
.w-\[292px\] {
  width: 292px;
}
.w-\[298px\] {
  width: 298px;
}
.w-\[310px\] {
  width: 310px;
}
.w-\[312\.06px\] {
  width: 312.06px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[353\.55px\] {
  width: 353.55px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[382px\] {
  width: 382px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-\[1240px\] {
  max-width: 1240px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[361px\] {
  max-width: 361px;
}
.max-w-\[393px\] {
  max-width: 393px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[10deg\] {
  --tw-rotate: 10deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[17deg\] {
  --tw-rotate: 17deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-\[fadeIn_0\.4s_ease-in-out_0\.25s_forwards\] {
  animation: fadeIn 0.4s ease-in-out 0.25s forwards;
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[20\.86px\] {
  gap: 20.86px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[60px\] {
  gap: 60px;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-b-\[12px\] {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.rounded-r-\[20px\] {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3\.24px\] {
  border-width: 3.24px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#E600AD\],
.border-\[\#e600ad\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 0 173 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#515151\] {
  --tw-bg-opacity: 1;
  background-color: rgb(81 81 81 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E600AD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 0 173 / var(--tw-bg-opacity, 1));
}
.bg-\[\#adadad\] {
  --tw-bg-opacity: 1;
  background-color: rgb(173 173 173 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e600ad\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 0 173 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#e600ad\] {
  --tw-gradient-from: #e600ad var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(230 0 173 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ff830d\] {
  --tw-gradient-from: #ff830d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 131 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fffdfd\] {
  --tw-gradient-from: #fffdfd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 253 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(255\,255\,255\,0\.5\)\] {
  --tw-gradient-from: rgba(255, 255, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#f08ad6\] {
  --tw-gradient-to: rgb(240 138 214 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    #f08ad6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-gray-50 {
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    rgb(255 255 255 / 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-\[\#e600ad\] {
  --tw-gradient-to: #e600ad var(--tw-gradient-to-position);
}
.to-\[\#f08ad6\] {
  --tw-gradient-to: #f08ad6 var(--tw-gradient-to-position);
}
.to-\[rgba\(255\,255\,255\,0\.3\)\] {
  --tw-gradient-to: rgba(255, 255, 255, 0.3) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-white\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-10 {
  padding: 2.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[100px\] {
  padding: 100px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[72px\] {
  padding-left: 72px;
  padding-right: 72px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pl-\[72px\] {
  padding-left: 72px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-\[\'Readex_Pro\'\] {
  font-family: Readex Pro;
}
.font-readex {
  font-family: Readex Pro, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[44px\] {
  font-size: 44px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.25em\] {
  line-height: 1.25em;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.2em\] {
  line-height: 1.2em;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.5em\] {
  line-height: 1.5em;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[21px\] {
  line-height: 21px;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.tracking-\[-2\%\] {
  letter-spacing: -2%;
}
.tracking-\[-3\.5\%\] {
  letter-spacing: -3.5%;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.text-\[\#515151\] {
  --tw-text-opacity: 1;
  color: rgb(81 81 81 / var(--tw-text-opacity, 1));
}
.text-\[\#E600AD\],
.text-\[\#e600ad\] {
  --tw-text-opacity: 1;
  color: rgb(230 0 173 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-\[0_0_20px_0_rgba\(230\,0\,173\,0\.3\)\] {
  --tw-shadow: 0 0 20px 0 rgba(230, 0, 173, 0.3);
  --tw-shadow-colored: 0 0 20px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_20px_rgba\(230\,0\,173\,0\.3\)\] {
  --tw-shadow: 0 0 20px rgba(230, 0, 173, 0.3);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_15px_0px_rgba\(230\,0\,173\,0\.25\)\] {
  --tw-shadow: 0px 0px 15px 0px rgba(230, 0, 173, 0.25);
  --tw-shadow-colored: 0px 0px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_20px_0px_rgba\(230\,0\,173\,0\.3\)\] {
  --tw-shadow: 0px 0px 20px 0px rgba(230, 0, 173, 0.3);
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_3px_0px_rgba\(230\,0\,173\,0\.3\)\] {
  --tw-shadow: 0px 0px 3px 0px rgba(230, 0, 173, 0.3);
  --tw-shadow-colored: 0px 0px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[2px_2px_50px_0_rgba\(0\,0\,0\,0\.05\)\] {
  --tw-shadow: 2px 2px 50px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 2px 2px 50px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_-6\.71px_-6\.71px_23\.01px_11\.51px_rgba\(255\,255\,255\,1\)\] {
  --tw-shadow: inset -6.71px -6.71px 23.01px 11.51px rgba(255, 255, 255, 1);
  --tw-shadow-colored: inset -6.71px -6.71px 23.01px 11.51px
    var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[27px\] {
  --tw-blur: blur(27px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: Babykorn;
  src: url(../assets/fonts/Babykorn.woff2) format("woff2"),
    url(../assets/fonts/Babykorn.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.border-gradient {
  -o-border-image: linear-gradient(to right, #fedd8a, #ee63a7, #9f6bff, #80e8fa)
    1;
  border-image: linear-gradient(to right, #fedd8a, #ee63a7, #9f6bff, #80e8fa) 1;
}
.wallet-connect-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wallet-connect-btn button {
  font-family: Readex Pro;
  font-size: 16px;
  color: #f4f6f8;
  border-radius: 999px;
  cursor: pointer;
  width: 218px !important;
  height: 48px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(230, 0, 173, 1);
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow: 0 0 3.5px #00000040 inset;
}
@media (max-width: 768px) {
  .wallet-connect-btn button {
    width: 145px !important;
    height: 40px !important;
    font-size: 14px;
  }
}
.wallet-connect-btn button:hover {
  background: linear-gradient(0deg, #e600ad, #e600ad),
    radial-gradient(
      67.88% 67.88% at 45.62% 100%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%
    );
}
.wallet-connect-btn button div:nth-child(2) span:nth-child(1) span {
  color: #f4f6f8;
}
.wallet-connect-btn button div:nth-child(2) span:nth-child(2) span {
  color: #f4f6f8;
}
.modal-connect-wallet .wallet-connect-btn button {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in {
  animation: fade-in 0.3s ease-out forwards;
}
.hover\:text-black\/80:hover {
  color: #000c;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
@media not all and (min-width: 1024px) {
  .max-lg\:w-full {
    width: 100%;
  }
  .max-lg\:max-w-\[312px\] {
    max-width: 312px;
  }
  .max-lg\:flex-col {
    flex-direction: column;
  }
  .max-lg\:gap-10 {
    gap: 2.5rem;
  }
  .max-lg\:p-\[60px_40px\] {
    padding: 60px 40px;
  }
  .max-lg\:text-center {
    text-align: center;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:h-1 {
    height: 0.25rem;
  }
  .max-md\:h-\[250px\] {
    height: 250px;
  }
  .max-md\:w-\[250px\] {
    width: 250px;
  }
  .max-md\:w-full {
    width: 100%;
  }
  .max-md\:flex-col {
    flex-direction: column;
  }
  .max-md\:gap-4 {
    gap: 1rem;
  }
  .max-md\:p-\[40px_20px\] {
    padding: 40px 20px;
  }
  .max-md\:text-\[18px\] {
    font-size: 18px;
  }
  .max-md\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[162px\] {
    height: 162px;
  }
  .md\:h-\[50px\] {
    height: 50px;
  }
  .md\:w-\[168px\] {
    width: 168px;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1024px) {
  .lg\:-right-8 {
    right: -2rem;
  }
  .lg\:-ml-8 {
    margin-left: -2rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-2 {
    height: 0.5rem;
  }
  .lg\:h-\[155px\] {
    height: 155px;
  }
  .lg\:h-\[177px\] {
    height: 177px;
  }
  .lg\:h-\[380px\] {
    height: 380px;
  }
  .lg\:h-\[99px\] {
    height: 99px;
  }
  .lg\:w-2 {
    width: 0.5rem;
  }
  .lg\:w-36 {
    width: 9rem;
  }
  .lg\:w-\[180px\] {
    width: 180px;
  }
  .lg\:w-\[260px\] {
    width: 260px;
  }
  .lg\:w-\[280px\] {
    width: 280px;
  }
  .lg\:w-\[320px\] {
    width: 320px;
  }
  .lg\:w-\[400px\] {
    width: 400px;
  }
  .lg\:min-w-\[220px\] {
    min-width: 220px;
  }
  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-\[30px\] {
    gap: 30px;
  }
  .lg\:rounded-\[18px\] {
    border-radius: 18px;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-\[32px\] {
    font-size: 32px;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:shadow-\[0px_0px_18px_0px_rgba\(230\,0\,173\,0\.28\)\] {
    --tw-shadow: 0px 0px 18px 0px rgba(230, 0, 173, 0.28);
    --tw-shadow-colored: 0px 0px 18px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1280px) {
  .xl\:-right-10 {
    right: -2.5rem;
  }
  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }
  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .xl\:h-20 {
    height: 5rem;
  }
  .xl\:h-\[113px\] {
    height: 113px;
  }
  .xl\:h-\[182px\] {
    height: 182px;
  }
  .xl\:h-\[210px\] {
    height: 210px;
  }
  .xl\:h-\[424px\] {
    height: 424px;
  }
  .xl\:w-20 {
    width: 5rem;
  }
  .xl\:w-40 {
    width: 10rem;
  }
  .xl\:w-\[205px\] {
    width: 205px;
  }
  .xl\:w-\[280px\] {
    width: 280px;
  }
  .xl\:w-\[329px\] {
    width: 329px;
  }
  .xl\:w-\[380px\] {
    width: 380px;
  }
  .xl\:w-\[460px\] {
    width: 460px;
  }
  .xl\:min-w-\[250px\] {
    min-width: 250px;
  }
  .xl\:gap-5 {
    gap: 1.25rem;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
  .xl\:gap-\[40px\] {
    gap: 40px;
  }
  .xl\:rounded-\[20px\] {
    border-radius: 20px;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-\[36px\] {
    font-size: 36px;
  }
  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:shadow-\[0px_0px_20px_0px_rgba\(230\,0\,173\,0\.3\)\] {
    --tw-shadow: 0px 0px 20px 0px rgba(230, 0, 173, 0.3);
    --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1536px) {
  .\32xl\:w-\[328px\] {
    width: 328px;
  }
  .\32xl\:w-\[506px\] {
    width: 506px;
  }
  .\32xl\:min-w-\[300px\] {
    min-width: 300px;
  }
  .\32xl\:gap-\[60px\] {
    gap: 60px;
  }
  .\32xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
  .\32xl\:text-\[40px\] {
    font-size: 40px;
  }
}
