{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.section-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  padding: 0 63px;
  background-color: #1d2233;

  width: 100%;
  position: relative;
  box-sizing: border-box; /* Make sure padding is included in the width */
}


.rectangle {
  overflow: hidden;
  position: absolute;
  width: 847px;
  height: 249px;
  top: 493px;
  left: 819px;
  border-radius: 100px;
  border: 1px solid;
  border-color: #dadeff;
}

.element-black-chrome {
  position: absolute;
  width: 635px;
  height: 598px;
  top: 33px;
  left: 726px;
  object-fit: cover;
}

.vector {
  position: absolute;
  width: 254px;
  height: 498px;
  top: 272px;
  left: 0;
}

.div {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  display: flex;
  position: relative;
}

.row {
  flex-direction: column;
  width: 1170px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 60px;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.col-wrapper {
  flex-direction: column;
  width: 1170px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 60px;
  flex: 0 0 auto;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.col-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-400);
  position: relative;
  flex: 0 0 auto;
}

.earn-fixed-yield-in {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper {
  color: #16171b;
}

.span {
  color: #5c6df3;
}

.nexade-is-a-cutting {
  width: 665px;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  line-height: 28px;
  -webkit-line-clamp: 2;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.frame {
  display: inline-flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.stats {
  position: relative;
  width: 337px;
  height: 109px;
  border-radius: 26.61px;
  border: none;
  backdrop-filter: blur(2px) brightness(100%);
  -webkit-backdrop-filter: blur(2px) brightness(100%);
  background: linear-gradient(
    180deg,
    rgba(236, 238, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 26.61px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.group {
  position: absolute;
  width: 67px;
  height: 68px;
  top: 20px;
  left: 21px;
}

.text-wrapper-2 {
  position: absolute;
  width: 65px;
  height: 30px;
  top: 38px;
  left: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  color: #a3a3a3;
  font-size: 23.3px;
  letter-spacing: 0;
  line-height: 29.6px;
  white-space: nowrap;
}

.overlap-group {
  position: absolute;
  width: 29px;
  height: 29px;
  top: 0;
  left: 18px;
  background-color: #50af95;
  border-radius: 14.5px;
}

.tether-USDT {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 3px;
  left: 2px;
  object-fit: cover;
}

.group-2 {
  position: absolute;
  width: 187px;
  height: 56px;
  top: 26px;
  left: 121px;
}

.text-wrapper-3 {
  position: absolute;
  width: 34px;
  height: 24px;
  top: 26px;
  left: 149px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #a3a3a3;
  font-size: 16.9px;
  letter-spacing: 0;
  line-height: 23.7px;
  white-space: nowrap;
}

.text-wrapper-4 {
  position: absolute;
  width: 139px;
  height: 56px;
  top: 0;
  left: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  color: #5c6df3;
  font-size: 44.7px;
  letter-spacing: 0;
  line-height: 59.1px;
  white-space: nowrap;
}

.button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  padding: var(--size-space-400) var(--zoth-io-item-spacing-m)
    var(--size-space-400) var(--zoth-io-item-spacing-m);
  background-color: #5c6df3;
  border-radius: var(--shape-corner-medium);
  align-items: center;
  gap: var(--zoth-io-item-spacing-xs);
  position: relative;
  flex: 0 0 auto;
}

.launch-app {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--zoth-io-item-spacing-m);
  padding: var(--zoth-io-item-spacing-s) 0px var(--zoth-io-item-spacing-s) 0px;
  position: relative;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s);
  background-color: #5c6df3;
  border-radius: var(--shape-corner-small);
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.button:hover,
.button:focus {
  background-color: var(--variable-collection-blue-70);
}

.button-text {
  font-family: "Poppins-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: var(--zoth-io-item-spacing-s);
  }

  .nav {
    margin-top: var(--zoth-io-item-spacing-m);
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    margin-top: var(--zoth-io-item-spacing-s);
  }
}

.img {
  position: absolute;
  width: 362px;
  height: 197px;
  top: -126px;
  left: 152px;
}

.container-wrapper {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  flex: 0 0 auto;
  background: transparent; /* <- fully transparent background */
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}


.div-2 {
  flex-direction: column;
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-1200);
  align-self: stretch;
  display: flex;
  position: relative;
}

.div-wrapper {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: 891px;
  flex: 0 0 auto;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.p {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-5 {
  color: #1e2233;
}

.nexade-is-a-cutting-2 {
  position: relative;
  width: 608px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.row-2 {
  width: 1170px;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-800);
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.image-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-400);
  padding: var(--size-space-600);
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.image-text-block::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
 
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.frame-2 {
  position: relative;
  flex: 0 0 auto;
}

.div-3 {
  flex-direction: column;
  align-items: center;
  gap: var(--zoth-io-item-spacing-s);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.text {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 20px;
  text-align: center;
  line-height: 24.0px;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-2 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  -webkit-line-clamp: 5;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.image-text-block-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-400);
  padding: var(--size-space-600);
  flex: 1;
  flex-grow: 1;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    180deg,
    rgba(236, 238, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0.1) 0%,
    rgba(84, 64, 199, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.frame-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.img-2 {
  position: relative;
  width: 48px;
  height: 48px;
}

.vector-2 {
  position: relative;
  width: 11.55px;
  height: 45.77px;
  margin-bottom: -5.77px;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  gap: 52px;
  padding: var(--size-space-2400) 0px 63px 0px;
  flex: 0 0 auto;
  background-color: #1d2233;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.div-4 {
  flex-direction: column;
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-1200);
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.text-wrapper-6 {
  color: #ffffff;
}

.nexade-is-a-cutting-3 {
  width: 940px;
  font-weight: 400;
  color: #a3a3a3;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  -webkit-line-clamp: 2;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.nexade-is-a-cutting-4 {
  width: 608px;
  font-weight: 600;
  color: transparent;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.row-3 {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-800);
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.image-text-block-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  padding: var(--size-space-600);
  flex: 1;
  flex-grow: 1;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-3::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(31, 201, 136, 0) 0%,
    rgba(31, 201, 136, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.frame-4 {
  display: flex;
  align-items: center;
  gap: var(--size-space-600);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-5 {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: var(--shape-corner-full);
  border: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(22, 23, 27, 0) 100%
  );
}

.frame-5::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 1000px;
  background: linear-gradient(
    270deg,
    rgba(31, 201, 136, 0) 0%,
    rgba(31, 201, 136, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.text-3 {
  position: relative;
  flex: 1;
  font-family: "Lexend", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.vector-3 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  margin-right: -5.77px;
}

.div-5 {
  align-items: center;
  gap: var(--size-space-300);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.text-4 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  line-height: 21.6px;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-5 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #a3a3a3;
  font-size: 13px;
  line-height: 19px;
  -webkit-line-clamp: 5;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.section-3 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  flex: 0 0 auto;
  background: linear-gradient(
    180deg,
    rgba(93, 110, 243, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.div-6 {
  flex-direction: column;
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-1200);
  padding: var(--size-space-0) var(--size-space-800) var(--size-space-0)
    var(--size-space-800);
  border-radius: var(--shape-corner-medium);
  overflow: hidden;
  display: flex;
  position: relative;
}

.row-4 {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: 891px;
  flex: 0 0 auto;
  margin-left: -32.00px;
  margin-right: -32.00px;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.row-5 {
  align-items: flex-start;
  gap: var(--size-space-800);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.col-3 {
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-300);
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.frame-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 56px;
  height: 56px;
  position: relative;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    90deg,
    rgba(46, 57, 146, 1) 0%,
    rgba(22, 23, 27, 1) 100%
  );
}

.frame-6::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(31, 201, 136, 0) 0%,
    rgba(31, 201, 136, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.text-6 {
  position: relative;
  flex: 1;
  font-family: "Syne", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-7 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 16px;
  text-align: center;
  line-height: 19.2px;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.frame-7 {
  width: 56px;
  height: 56px;
  position: relative;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    90deg,
    rgba(46, 57, 146, 1) 0%,
    rgba(22, 23, 27, 1) 100%
  );
}

.frame-7::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(31, 201, 136, 0) 0%,
    rgba(31, 201, 136, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.text-8 {
  position: absolute;
  width: 56px;
  top: 12px;
  left: 0;
  font-family: "Syne", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-9 {
  position: absolute;
  width: 56px;
  top: 8px;
  left: 0;
  font-family: "Syne", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-10 {
  position: absolute;
  width: 56px;
  top: 10px;
  left: 0;
  font-family: "Syne", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.vector-4 {
  position: absolute;
  width: 171px;
  height: 1px;
  top: 28px;
  left: 126px;
}

.vector-5 {
  position: absolute;
  width: 172px;
  height: 1px;
  top: 28px;
  left: 353px;
}

.vector-6 {
  position: absolute;
  width: 172px;
  height: 1px;
  top: 29px;
  left: 581px;
}

.vector-7 {
  position: absolute;
  width: 171px;
  height: 1px;
  top: 29px;
  left: 809px;
}

.section-4 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 25px 0px var(--size-space-2400) 0px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.vector-8 {
  position: absolute;
  width: 1166px;
  height: 869px;
  top: -244px;
  left: 137px;
}
.wrapper {
  position: relative;
  width: 100%;              /* full width of the page */
  height: 243px;            /* same height as rectangle */
  overflow: hidden;         /* hides anything that overflows */
}

.rectangle-2 {
  position: absolute;
  width: 510px;             /* full width of rectangle */
  height: 243px;
  top: 0;
  left: calc(100% - 255px); /* push right so only half is visible */
  border-radius: var(--shape-corner-full);
  background: linear-gradient(
    270deg,
    rgba(236, 238, 255, 0) 0%,
    rgba(193, 200, 255, 1) 100%
  );
}
.row-6 {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-2400);
  flex: 0 0 auto;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.col-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-800);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.col-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.start-earning-USDT {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-7 {
  color: #50af95;
}

.nexade-is-a-cutting-5 {
  align-self: stretch;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  line-height: 28px;
  -webkit-line-clamp: 3;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.overlap-group-wrapper {
  position: relative;
  width: 344.5px;
  height: 504px;
}

.overlap-group-2 {
  position: relative;
  width: 346px;
  height: 504px;
  left: -1px;
}

.group-3 {
  position: absolute;
  width: 243px;
  height: 274px;
  top: 230px;
  left: 80px;
}

.frame-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-400);
  padding: var(--size-space-1200) var(--zoth-io-item-spacing-m)
    var(--size-space-400) var(--zoth-io-item-spacing-m);
  position: absolute;
  top: 0;
  left: 60px;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    180deg,
    rgba(236, 238, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.frame-8::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0.1) 0%,
    rgba(84, 64, 199, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.frame-9 {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow:hidden
  overflow-x: hidden;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.img-3 {
  position: relative;
  width: 61px;
  height: 61px;
  object-fit: cover;
}

.image {
  position: relative;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.text-wrapper-8 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.image-2 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -29px;
  left: 113px;
  object-fit: cover;
}

.vector-9 {
  position: absolute;
  width: 138px;
  height: 172px;
  top: 82px;
  left: 0;
}

.section-5 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.img-4 {
  flex: 1;
  flex-grow: 1;
  position: relative;
  align-self: stretch;
}

.image-text-block-4 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-1200);
  padding: var(--size-space-600);
  flex: 1;
  flex-grow: 1;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    180deg,
    rgba(236, 238, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-4::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0.1) 0%,
    rgba(84, 64, 199, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.frame-10 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.vector-10 {
  position: relative;
  width: 11.55px;
  height: 75.77px;
}

.div-7 {
  align-items: flex-start;
  gap: var(--zoth-io-item-spacing-s);
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.text-11 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 19px;
  line-height: 22.8px;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  border-radius: var(--shape-corner-medium);
  align-items: center;
  gap: var(--zoth-io-item-spacing-xs);
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #5c6df3;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.arrow-right {
  position: relative;
  width: 16px;
  height: 16px;
}

.rectangle-3 {
  width: 847px;
  top: 421px;
  left: 1112px;
  position: absolute;
  height: 156px;
  border-radius: 50px;
  border: 1px solid;
  border-color: #dadeff;
}

.rectangle-4 {
  width: 202px;
  top: 50px;
  left: -104px;
  transform: rotate(90.00deg);
  position: absolute;
  height: 156px;
  border-radius: 50px;
  border: 1px solid;
  border-color: #dadeff;
}

.section-6 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  flex: 0 0 auto;
  background-color: #1e2233;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.row-7 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-600);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame-12 {
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-100);
  position: relative;
  border-radius: var(--shape-corner-full);
  border: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(22, 23, 27, 0) 100%
  );
}

.frame-12::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 1000px;
  background: linear-gradient(
    270deg,
    rgba(31, 201, 136, 0) 0%,
    rgba(31, 201, 136, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.mask-group {
  position: relative;
  width: 86px;
  height: 16px;
}

.nexade-is-a-cutting-6 {
  align-self: stretch;
  font-weight: 400;
  color: #b5b5b5;
  font-size: 12px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 3;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.frame-13 {
  position: relative;
  width: 100px;
  height: 100px;
}

.img-5 {
  width: 32px;
  position: relative;
  height: 32px;
}

.image-3 {
  position: relative;
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.remove-bg-ai {
  position: relative;
  width: 65px;
  height: 32px;
  object-fit: cover;
}

.image-4 {
  position: relative;
  width: 42px;
  height: 32px;
  object-fit: cover;
}

.mask-group-2 {
  width: 29px;
  position: relative;
  height: 32px;
}

.group-4 {
  position: relative;
  width: 19px;
  height: 32px;
}

.frame-14 {
  position: relative;
  width: 48px;
  height: 32px;
}

.group-5 {
  position: relative;
  width: 31px;
  height: 32px;
}

.text-wrapper-10 {
  position: relative;
  width: fit-content;
  font-family: "Albert Sans", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.kap {
  position: relative;
  width: fit-content;
  font-family: "Karla", Helvetica;
  font-weight: 200;
  color: transparent;
  font-size: 24px;
  text-align: center;
  letter-spacing: -1.68px;
  line-height: normal;
  white-space: nowrap;
}

.text-wrapper-11 {
  color: #ffffff;
  letter-spacing: -0.40px;
}

.text-wrapper-12 {
  color: #da252b;
  letter-spacing: -0.40px;
}

.ellipse {
  left: -314px;
  position: absolute;
  width: 627px;
  height: 627px;
  top: -389px;
  border-radius: 313.5px;
}

.ellipse-2 {
  left: 1112px;
  position: absolute;
  width: 627px;
  height: 627px;
  top: -389px;
  border-radius: 313.5px;
}

.section-7 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  flex: 0 0 auto;
  background-color: #ffffff;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.vector-11 {
  position: absolute;
  width: 555px;
  height: 642px;
  top: 0;
  left: 0;
}

.row-8 {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-1200);
  flex: 0 0 auto;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.col-6 {
  display: flex;
  flex-direction: column;
  width: 537px;
  align-items: flex-start;
  gap: var(--size-space-800);
  position: relative;
}

.USDT-security-you {
  position: relative;
  width: 329px;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.col-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-800);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.image-text-block-5 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-600);
  padding: var(--size-space-600);
  width: 100%;
  flex: 0 0 auto;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(236, 238, 255, 1) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-5::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(84, 64, 199, 0) 0%,
    rgba(84, 64, 199, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.text-13 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  line-height: normal;
  -webkit-line-clamp: 5;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-wrapper-13 {
  font-weight: 600;
  color: #1e2233;
}

.text-wrapper-14 {
  color: #464646;
}

.image-text-block-6 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-600);
  padding: var(--size-space-600);
  width: 100%;
  flex: 0 0 auto;
  border-radius: 12px;
  border: none;
  background: linear-gradient(
    270deg,
    rgba(236, 238, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-6::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(84, 64, 199, 0.1) 0%,
    rgba(84, 64, 199, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.image-text-block-7 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-600);
  padding: var(--size-space-600);
  width: 100%;
  flex: 0 0 auto;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(236, 238, 255, 1) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-7::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(84, 64, 199, 0) 0%,
    rgba(84, 64, 199, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.section-8 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 50px 0px 37px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.text-wrapper-15 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-400);
  padding: var(--size-space-600);
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: var(--shape-corner-medium);
  border: none;
}

.blog::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  mask: none !important;
  z-index: -1;
  pointer-events: none;
}

.image-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.div-8 {
  align-items: flex-start;
  gap: var(--zoth-io-item-spacing-s);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.text-14 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 16px;
  line-height: 19.2px;
  -webkit-line-clamp: 3;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.frame-15 {
  display: flex;
  align-items: flex-start;
  gap: var(--size-space-400);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-16 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #a19c9c;
  font-size: 11px;
  letter-spacing: 0;
  line-height: normal;
}

.div-9 {
  flex-direction: column;
  width: 1170px;
  align-items: flex-start;
  gap: var(--size-space-1600);
  display: flex;
  position: relative;
}

.row-9 {
  align-items: flex-start;
  gap: var(--size-space-1200);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.col-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  flex: 1;
  flex-grow: 1;
}


.vector-12 {
  position: absolute;
  width: 19px;
  height: 23px;
  top: 7px;
  left: 188px;
}

.vector-13 {
  position: absolute;
  width: 25px;
  height: 23px;
  top: 7px;
  left: 158px;
}

.overlap-group-3 {
  position: absolute;
  width: 52px;
  height: 23px;
  top: 7px;
  left: 103px;
}

.vector-14 {
  position: absolute;
  width: 28px;
  height: 23px;
  top: 0;
  left: 24px;
}

.vector-15 {
  position: absolute;
  width: 25px;
  height: 23px;
  top: 0;
  left: 0;
}

.vector-16 {
  position: absolute;
  width: 19px;
  height: 23px;
  top: 7px;
  left: 82px;
}

.vector-17 {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 7px;
  left: 53px;
}

.text-15 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  line-height: normal;
  -webkit-line-clamp: 5;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.col-9 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  flex: 0 0 auto;
}

.col-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-200);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-17 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-18 {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
}

.col-11 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-400);
  position: relative;
  flex: 0 0 auto;
}

.col-12 {
  display: flex;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.x-logo-original {
  position: relative;
  width: 21px;
  height: 20px;
}

.text-wrapper-19 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Font Awesome 6 Brands-Regular", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.IG {
  position: relative;
  width: 20.72px;
  height: 20.19px;
}

.group-7 {
  position: relative;
  width: 27.74px;
  height: 19.81px;
}

.subscribe-to-our-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.subscribe-to-our {
  position: relative;
  width: fit-content;
  margin-top: -0.51px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-20 {
  color: #b6b6b6;
}

.col-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--zoth-io-item-spacing-xs);
  padding: 0px 0px var(--size-space-400) 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.launch-app-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  padding: 8px 16px;
  align-self: stretch;
  width: 100%;
  background-color: #eceeff;
  border-radius: 5.47px;
  border: none;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.launch-app-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.44px;
  border-radius: 5.47px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.launch-app-2 {
  margin-top: -0.44px;
  font-weight: 400;
  color: #16171b80;
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.button-3 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  padding: var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s)
    var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s);
  background-color: #5c6df3;
  border-radius: var(--shape-corner-small);
  align-items: center;
  gap: var(--zoth-io-item-spacing-xs);
  position: relative;
  flex: 0 0 auto;
}

.launch-app-3 {
  margin-top: -1.00px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.text-16 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 5;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.vector-18 {
  position: absolute;
  width: 1440px;
  height: 456px;
  top: 0;
  left: 0;
}
{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.section {
  height: 700px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.rectangle {
  position: absolute;
  width: 847px;
  height: 249px;
  top: 493px;
  left: 819px;
  border-radius: 100px;
  border: 1px solid;
  border-color: #dadeff;
}

.vector {
  position: absolute;
  width: 254px;
  height: 498px;
  top: 272px;
  left: 0;
}

.hero-content {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  display: flex;
  position: relative;
}

.row {
  flex-direction: column;
  width: 1170px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 60px;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.col-wrapper {
  flex-direction: column;
  width: 1170px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 60px;
  flex: 0 0 auto;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.col-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-400);
  position: relative;
  flex: 0 0 auto;
}

.earn-fixed-yield-in {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper {
  color: #16171b;
}

.span {
  color: #5c6df3;
}

.nexade-is-a-cutting {
  width: 665px;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  line-height: 28px;
  -webkit-line-clamp: 2;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.frame {
  display: inline-flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.stats {
  position: relative;
  width: 337px;
  height: 109px;
  border-radius: 26.61px;
  border: none;
  backdrop-filter: blur(2px) brightness(100%);
  -webkit-backdrop-filter: blur(2px) brightness(100%);
  background: linear-gradient(
    180deg,
    rgba(236, 238, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 26.61px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0.1) 0%,
    rgba(84, 64, 199, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.group {
  position: absolute;
  width: 67px;
  height: 68px;
  top: 20px;
  left: 21px;
}

.text-wrapper-2 {
  position: absolute;
  width: 65px;
  height: 30px;
  top: 38px;
  left: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  color: #a3a3a3;
  font-size: 23.3px;
  letter-spacing: 0;
  line-height: 29.6px;
  white-space: nowrap;
}

.overlap-group {
  position: absolute;
  width: 29px;
  height: 29px;
  top: 0;
  left: 18px;
  background-color: #50af95;
  border-radius: 14.5px;
}

.tether-USDT {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 3px;
  left: 2px;
  object-fit: cover;
}

.group-2 {
  position: absolute;
  width: 187px;
  height: 56px;
  top: 26px;
  left: 121px;
}

.text-wrapper-3 {
  position: absolute;
  width: 34px;
  height: 24px;
  top: 26px;
  left: 149px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #a3a3a3;
  font-size: 16.9px;
  letter-spacing: 0;
  line-height: 23.7px;
  white-space: nowrap;
}

.text-wrapper-4 {
  position: absolute;
  width: 139px;
  height: 56px;
  top: 0;
  left: 0;
  font-family: "Poppins", Helvetica;
  font-weight: 700;
  color: #5c6df3;
  font-size: 44.7px;
  letter-spacing: 0;
  line-height: 59.1px;
  white-space: nowrap;
}

.button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  padding: var(--size-space-400) var(--zoth-io-item-spacing-m)
    var(--size-space-400) var(--zoth-io-item-spacing-m);
  background-color: #5c6df3;
  border-radius: var(--shape-corner-medium);
  align-items: center;
  gap: var(--zoth-io-item-spacing-xs);
  position: relative;
  flex: 0 0 auto;
}

.launch-app {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.img {
  position: absolute;
  width: 362px;
  height: 197px;
  top: -126px;
  left: 152px;
}


.div-2 {
  flex-direction: column;
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-1200);
  align-self: stretch;
  display: flex;
  position: relative;
}

.div-wrapper {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: 891px;
  flex: 0 0 auto;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.p {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-5 {
  color: #1e2233;
}

.nexade-is-a-cutting-2 {
  position: relative;
  width: 608px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.row-2 {
  width: 1170px;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-800);
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.image-text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-400);
  padding: var(--size-space-600);
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.image-text-block::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0) 0%,
    rgba(84, 64, 199, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.frame-2 {
  position: relative;
  flex: 0 0 auto;
}

.div-3 {
  flex-direction: column;
  align-items: center;
  gap: var(--zoth-io-item-spacing-s);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.text {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 20px;
  text-align: center;
  line-height: 24.0px;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-2 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  -webkit-line-clamp: 5;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.image-text-block-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-400);
  padding: var(--size-space-600);
  flex: 1;
  flex-grow: 1;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    180deg,
    rgba(236, 238, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0.1) 0%,
    rgba(84, 64, 199, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.frame-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.img-2 {
  position: relative;
  width: 48px;
  height: 48px;
}

.vector-2 {
  position: relative;
  width: 11.55px;
  height: 45.77px;
  margin-bottom: -5.77px;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  gap: 52px;
  padding: 0px 63px 0px;
  flex: 0 0 auto;
  background-color: #1d2233;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.div-4 {
  flex-direction: column;
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-1200);
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.text-wrapper-6 {
  color: #ffffff;
}

.nexade-is-a-cutting-3 {
  width: 940px;
  font-weight: 400;
  color: #a3a3a3;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  -webkit-line-clamp: 2;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.nexade-is-a-cutting-4 {
  width: 608px;
  font-weight: 600;
  color: transparent;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.row-3 {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-800);
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.image-text-block-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  padding: var(--size-space-600);
  flex: 1;
  flex-grow: 1;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-3::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(31, 201, 136, 0) 0%,
    rgba(31, 201, 136, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.frame-4 {
  display: flex;
  align-items: center;
  gap: var(--size-space-600);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-5 {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: var(--shape-corner-full);
  border: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(22, 23, 27, 0) 100%
  );
}

.frame-5::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 1000px;
  background: linear-gradient(
    270deg,
    rgba(31, 201, 136, 0) 0%,
    rgba(31, 201, 136, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.text-3 {
  position: relative;
  flex: 1;
  font-family: "Lexend", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.vector-3 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  margin-right: -5.77px;
}

.div-5 {
  align-items: center;
  gap: var(--size-space-300);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.text-4 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  line-height: 21.6px;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-5 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #a3a3a3;
  font-size: 13px;
  line-height: 19px;
  -webkit-line-clamp: 5;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.section-3 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  flex: 0 0 auto;
  background: linear-gradient(
    180deg,
    rgba(93, 110, 243, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.div-6 {
  flex-direction: column;
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-1200);
  padding: var(--size-space-0) var(--size-space-800) var(--size-space-0)
    var(--size-space-800);
  border-radius: var(--shape-corner-medium);
  overflow: hidden;
  display: flex;
  position: relative;
}

.row-4 {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: 891px;
  flex: 0 0 auto;
  margin-left: -32.00px;
  margin-right: -32.00px;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.row-5 {
  align-items: flex-start;
  gap: var(--size-space-800);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.col-3 {
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-300);
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.frame-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 56px;
  height: 56px;
  position: relative;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    90deg,
    rgba(46, 57, 146, 1) 0%,
    rgba(22, 23, 27, 1) 100%
  );
}

.frame-6::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(31, 201, 136, 0) 0%,
    rgba(31, 201, 136, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.text-6 {
  position: relative;
  flex: 1;
  font-family: "Syne", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-7 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 16px;
  text-align: center;
  line-height: 19.2px;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.frame-7 {
  width: 56px;
  height: 56px;
  position: relative;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    90deg,
    rgba(46, 57, 146, 1) 0%,
    rgba(22, 23, 27, 1) 100%
  );
}

.frame-7::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(31, 201, 136, 0) 0%,
    rgba(31, 201, 136, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.text-8 {
  position: absolute;
  width: 56px;
  top: 12px;
  left: 0;
  font-family: "Syne", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-9 {
  position: absolute;
  width: 56px;
  top: 8px;
  left: 0;
  font-family: "Syne", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-10 {
  position: absolute;
  width: 56px;
  top: 10px;
  left: 0;
  font-family: "Syne", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.vector-4 {
  position: absolute;
  width: 171px;
  height: 1px;
  top: 28px;
  left: 126px;
}

.vector-5 {
  position: absolute;
  width: 172px;
  height: 1px;
  top: 28px;
  left: 353px;
}

.vector-6 {
  position: absolute;
  width: 172px;
  height: 1px;
  top: 29px;
  left: 581px;
}

.vector-7 {
  position: absolute;
  width: 171px;
  height: 1px;
  top: 29px;
  left: 809px;
}

.section-4 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 25px 0px var(--size-space-2400) 0px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.vector-8 {
  position: absolute;
  width: 1166px;
  height: 869px;
  top: -244px;
  left: 137px;
}

.rectangle-2 {
  position: absolute;
  width: 510px;
  height: 243px;
  top: 261px;
  left: 906px;
  border-radius: var(--shape-corner-full);
  background: linear-gradient(
    270deg,
    rgba(236, 238, 255, 0) 0%,
    rgba(193, 200, 255, 1) 100%
  );
}

.row-6 {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-2400);
  flex: 0 0 auto;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.col-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-800);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.col-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.start-earning-USDT {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-7 {
  color: #50af95;
}

.nexade-is-a-cutting-5 {
  align-self: stretch;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  line-height: 28px;
  -webkit-line-clamp: 3;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.overlap-group-2 {
  position: relative;
  width: 346px;
  height: 504px;
  left: -1px;
}

.group-3 {
  position: absolute;
  width: 243px;
  height: 274px;
  top: 230px;
  left: 80px;
}

.frame-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-space-400);
  padding: var(--size-space-1200) var(--zoth-io-item-spacing-m)
    var(--size-space-400) var(--zoth-io-item-spacing-m);
  position: absolute;
  top: 0;
  left: 60px;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    180deg,
    rgba(236, 238, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.frame-8::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0.1) 0%,
    rgba(84, 64, 199, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.img-3 {
  position: relative;
  width: 61px;
  height: 61px;
  object-fit: cover;
}

.image {
  position: relative;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.text-wrapper-8 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.image-2 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -29px;
  left: 113px;
  object-fit: cover;
}

.vector-9 {
  position: absolute;
  width: 138px;
  height: 172px;
  top: 82px;
  left: 0;
}

.section-5 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.img-4 {
  flex: 1;
  flex-grow: 1;
  position: relative;
  align-self: stretch;
}

.image-text-block-4 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-1200);
  padding: var(--size-space-600);
  flex: 1;
  flex-grow: 1;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    180deg,
    rgba(236, 238, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-4::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0.1) 0%,
    rgba(84, 64, 199, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.frame-10 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.vector-10 {
  position: relative;
  width: 11.55px;
  height: 75.77px;
}

.div-7 {
  align-items: flex-start;
  gap: var(--zoth-io-item-spacing-s);
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.text-11 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 19px;
  line-height: 22.8px;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-12 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 14px;
  line-height: normal;
  -webkit-line-clamp: 5;
  letter-spacing: 0;
  text-overflow: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.button-2 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  border-radius: var(--shape-corner-medium);
  align-items: center;
  gap: var(--zoth-io-item-spacing-xs);
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-9 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #5c6df3;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.arrow-right {
  position: relative;
  width: 16px;
  height: 16px;
}

.rectangle-3 {
  width: 847px;
  top: 421px;
  left: 1112px;
  position: absolute;
  height: 156px;
  border-radius: 50px;
  border: 1px solid;
  border-color: #dadeff;
}

.rectangle-4 {
  width: 202px;
  top: 50px;
  left: -104px;
  transform: rotate(90.00deg);
  position: absolute;
  height: 156px;
  border-radius: 50px;
  border: 1px solid;
  border-color: #dadeff;
}

.section-6 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  flex: 0 0 auto;
  background-color: #1e2233;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.row-7 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-600);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame-12 {
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-100);
  position: relative;
  border-radius: var(--shape-corner-full);
  border: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(22, 23, 27, 0) 100%
  );
}

.frame-12::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 1000px;
  background: linear-gradient(
    270deg,
    rgba(31, 201, 136, 0) 0%,
    rgba(31, 201, 136, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.mask-group {
  position: relative;
  width: 86px;
  height: 16px;
}

.nexade-is-a-cutting-6 {
  align-self: stretch;
  font-weight: 400;
  color: #b5b5b5;
  font-size: 12px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 3;
  position: relative;
  font-family: "Poppins", Helvetica;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.frame-13 {
  position: relative;
  width: 100px;
  height: 100px;
}

.img-5 {
  width: 32px;
  position: relative;
  height: 32px;
}

.image-3 {
  position: relative;
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.remove-bg-ai {
  position: relative;
  width: 65px;
  height: 32px;
  object-fit: cover;
}

.image-4 {
  position: relative;
  width: 42px;
  height: 32px;
  object-fit: cover;
}

.mask-group-2 {
  width: 29px;
  position: relative;
  height: 32px;
}

.group-4 {
  position: relative;
  width: 19px;
  height: 32px;
}

.frame-14 {
  position: relative;
  width: 48px;
  height: 32px;
}

.group-5 {
  position: relative;
  width: 31px;
  height: 32px;
}

.text-wrapper-10 {
  position: relative;
  width: fit-content;
  font-family: "Albert Sans", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.kap {
  position: relative;
  width: fit-content;
  font-family: "Karla", Helvetica;
  font-weight: 200;
  color: transparent;
  font-size: 24px;
  text-align: center;
  letter-spacing: -1.68px;
  line-height: normal;
  white-space: nowrap;
}

.text-wrapper-11 {
  color: #ffffff;
  letter-spacing: -0.40px;
}

.text-wrapper-12 {
  color: #da252b;
  letter-spacing: -0.40px;
}

.ellipse {
  left: -314px;
  position: absolute;
  width: 627px;
  height: 627px;
  top: -389px;
  border-radius: 313.5px;
}

.ellipse-2 {
  left: 1112px;
  position: absolute;
  width: 627px;
  height: 627px;
  top: -389px;
  border-radius: 313.5px;
}

.section-7 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: var(--size-space-2400) 0px var(--size-space-2400) 0px;
  flex: 0 0 auto;
  background-color: #ffffff;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.vector-11 {
  position: absolute;
  width: 555px;
  height: 642px;
  top: 0;
  left: 0;
}

.row-8 {
  width: 1170px;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-1200);
  flex: 0 0 auto;
  border-radius: 100px;
  display: flex;
  position: relative;
}

.col-6 {
  display: flex;
  flex-direction: column;
  width: 537px;
  align-items: flex-start;
  gap: var(--size-space-800);
  position: relative;
}

.USDT-security-you {
  position: relative;
  width: 329px;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.col-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--size-space-800);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.image-text-block-5 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-600);
  padding: var(--size-space-600);
  width: 100%;
  flex: 0 0 auto;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(236, 238, 255, 1) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-5::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(84, 64, 199, 0) 0%,
    rgba(84, 64, 199, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.text-13 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  line-height: normal;
  -webkit-line-clamp: 5;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-wrapper-13 {
  font-weight: 600;
  color: #1e2233;
}

.text-wrapper-14 {
  color: #464646;
}

.image-text-block-6 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-600);
  padding: var(--size-space-600);
  width: 100%;
  flex: 0 0 auto;
  border-radius: 12px;
  border: none;
  background: linear-gradient(
    270deg,
    rgba(236, 238, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-6::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(84, 64, 199, 0.1) 0%,
    rgba(84, 64, 199, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.image-text-block-7 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-space-600);
  padding: var(--size-space-600);
  width: 100%;
  flex: 0 0 auto;
  border-radius: var(--shape-corner-medium);
  border: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(236, 238, 255, 1) 100%
  );
  position: relative;
  align-self: stretch;
}

.image-text-block-7::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  background: linear-gradient(
    270deg,
    rgba(84, 64, 199, 0) 0%,
    rgba(84, 64, 199, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.section-8 {
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 50px 0px 37px;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.text-wrapper-15 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.image-5 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.div-8 {
  align-items: flex-start;
  gap: var(--zoth-io-item-spacing-s);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.text-14 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: #1e2233;
  font-size: 16px;
  line-height: 19.2px;
  -webkit-line-clamp: 3;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.frame-15 {
  display: flex;
  align-items: flex-start;
  gap: var(--size-space-400);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-16 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 500;
  color: #a19c9c;
  font-size: 11px;
  letter-spacing: 0;
  line-height: normal;
}

.div-9 {
  flex-direction: column;
  width: 1170px;
  align-items: flex-start;
  gap: var(--size-space-1600);
  display: flex;
  position: relative;
}

.row-9 {
  align-items: flex-start;
  gap: var(--size-space-1200);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.col-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  flex: 1;
  flex-grow: 1;
}


.vector-12 {
  position: absolute;
  width: 19px;
  height: 23px;
  top: 7px;
  left: 188px;
}

.vector-13 {
  position: absolute;
  width: 25px;
  height: 23px;
  top: 7px;
  left: 158px;
}

.overlap-group-3 {
  position: absolute;
  width: 52px;
  height: 23px;
  top: 7px;
  left: 103px;
}

.vector-14 {
  position: absolute;
  width: 28px;
  height: 23px;
  top: 0;
  left: 24px;
}

.vector-15 {
  position: absolute;
  width: 25px;
  height: 23px;
  top: 0;
  left: 0;
}

.vector-16 {
  position: absolute;
  width: 19px;
  height: 23px;
  top: 7px;
  left: 82px;
}

.vector-17 {
  position: absolute;
  width: 23px;
  height: 23px;
  top: 7px;
  left: 53px;
}

.text-15 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  line-height: normal;
  -webkit-line-clamp: 5;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.col-9 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  flex: 0 0 auto;
}

.col-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-200);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-17 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-18 {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
}

.col-11 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-space-400);
  position: relative;
  flex: 0 0 auto;
}

.col-12 {
  display: flex;
  align-items: flex-start;
  gap: var(--size-space-600);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.x-logo-original {
  position: relative;
  width: 21px;
  height: 20px;
}

.text-wrapper-19 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Font Awesome 6 Brands-Regular", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.IG {
  position: relative;
  width: 20.72px;
  height: 20.19px;
}

.group-7 {
  position: relative;
  width: 27.74px;
  height: 19.81px;
}

.subscribe-to-our-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.subscribe-to-our {
  position: relative;
  width: fit-content;
  margin-top: -0.51px;
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-20 {
  color: #b6b6b6;
}

.col-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--zoth-io-item-spacing-xs);
  padding: 0px 0px var(--size-space-400) 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.launch-app-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  padding: 8px 16px;
  align-self: stretch;
  width: 100%;
  background-color: #eceeff;
  border-radius: 5.47px;
  border: none;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.launch-app-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.44px;
  border-radius: 5.47px;
  background: linear-gradient(
    180deg,
    rgba(84, 64, 199, 0) 0%,
    rgba(84, 64, 199, 0.1) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.launch-app-2 {
  margin-top: -0.44px;
  font-weight: 400;
  color: #16171b80;
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.button-3 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  padding: var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s)
    var(--zoth-io-item-spacing-xs) var(--zoth-io-item-spacing-s);
  background-color: #5c6df3;
  border-radius: var(--shape-corner-small);
  align-items: center;
  gap: var(--zoth-io-item-spacing-xs);
  position: relative;
  flex: 0 0 auto;
}

.launch-app-3 {
  margin-top: -1.00px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.text-16 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica;
  font-weight: 400;
  color: #464646;
  font-size: 13px;
  text-align: center;
  line-height: normal;
  -webkit-line-clamp: 5;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.vector-18 {
  position: absolute;
  width: 1440px;
  height: 456px;
  top: 0;
  left: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}