* {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.main-section {
  position: relative;
  overflow: hidden;

  background: #000010;
  padding-bottom: 100px;
}

.main-section::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 55%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(67, 97, 238, 0.75) 0%,
    transparent 60%
  );
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}

.main-section::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 2%;
  width: 600px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(79, 194, 255, 0.65) 0%,
    transparent 60%
  );
  filter: blur(55px);
  pointer-events: none;
  z-index: 0;
}

.glow-blob-purple {
  position: absolute;
  top: 20%;
  left: 42%;
  width: 800px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(140, 60, 240, 0.65) 0%,
    transparent 60%
  );
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.glow-blob-pink {
  position: absolute;
  bottom: -90px;
  left: 28%;
  width: 1020px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(230, 50, 160, 0.65) 0%,
    transparent 60%
  );
  filter: blur(300px);
  pointer-events: none;
  z-index: 0;
}

.glow-blob-cyan {
  position: absolute;
  top: -20px;
  left: 62%;
  width: 600px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 230, 210, 0.45) 0%,
    transparent 60%
  );
  filter: blur(45px);
  pointer-events: none;
  z-index: 0;
}

.main-section header,
.main-section-content {
  position: relative;
  z-index: 1;
}

.main-section header {
  display: flex;
  justify-self: center;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  border: 0.4px solid #94b5ff;
  border-radius: 80px;
  padding: 24px;
  margin-top: 60px;
  margin-left: 10%;
  margin-right: 10%;
}

.main-section header .header-buttons-container .link {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: 1px;
  text-decoration: none;

  color: #eff4ff;
  margin-right: 36px;
}

.main-section header .header-buttons-container .header-button {
  width: 235px;
  height: 58px;
  cursor: pointer;
  padding: 16px 20px;
  border-radius: 32px;
  border: none;

  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;

  background-color: #5360ff;
}

.main-section-content {
  display: flex;
  margin-top: 70px;
}

.main-section-content .main-text-container {
  margin-right: 60px;
  margin-left: 10%;
}

.main-section-content .main-text-container h1 {
  color: white;
  font-weight: 500;
  font-size: 4rem;
  line-height: 130%;
}

.main-section-content .main-text-container p {
  color: #cbd2e0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 150%;
  margin-top: 24px;
  margin-bottom: 64px;
}

.main-section-content .main-text-container a button {
  width: 320px;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 32px;

  color: #454fe0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 130%;
  border: none;

  cursor: pointer;
}

.slide-track-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.main-section-content .main-slide-blocks {
  display: flex;
  list-style: none;
  gap: 16px;
  transform: translateX(0);
  will-change: transform;
  margin-left: 40px;
}

.main-section-content .main-slide-blocks li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  height: 580px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.main-section-content .main-slide-blocks li:nth-child(1) {
  background-image: url("./assets/Item01.png");
  background-size: contain;

  border: 1.4px solid #4fc2ff;
}

.main-section-content .main-slide-blocks li:nth-child(2) {
  background-image: url("./assets/Item02.png");
}
.main-section-content .main-slide-blocks li:nth-child(3) {
  background-image: url("./assets/Item03.png");
}
.main-section-content .main-slide-blocks li:nth-child(4) {
  background-image: url("./assets/Item04.png");
}
.main-section-content .main-slide-blocks li:nth-child(5) {
  background-image: url("./assets/Item05.png");
}

.slide-buttons-container,
.slide-buttons-container-ecosystem,
.slide-buttons-container-multiply {
  display: flex;
  justify-content: right;
  margin: 20px 40px;
}

.slide-buttons-container button,
.slide-buttons-container-ecosystem button,
.slide-buttons-container-multiply button {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: none;
  margin: 0px 6px;
  cursor: pointer;

  font-size: 2rem;
}

/* =============================================== */
.ecosystem-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 110px;
  overflow: hidden;
}

.ecosystem-section .title {
  color: #0f172a;
  margin-top: 64px;
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 3rem;
  line-height: 130%;
}

.ecosystem-section .ecosystem-header-buttons {
  margin-bottom: 48px;
}

.ecosystem-section .ecosystem-header-buttons button {
  padding: 16px;
  border-radius: 32px;
  font-weight: 500;
  margin: 0px 6px;
  font-size: 1.125rem;
  color: #1e293b;
  border: none;
  background-color: #f1f3f9;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ecosystem-section .ecosystem-header-buttons button.active {
  background-color: white;
  color: #454fe0;
  border: 1px solid #cbd2e0;
  font-weight: 600;
}

.ecosystem-section .ecosystem-carousel-viewport {
  width: 96%;
  overflow: hidden;
  padding-right: 8%;
  box-sizing: border-box;
}

.ecosystem-section .ecosystem-content-container {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.ecosystem-section .ecosystem-content-container li {
  flex: 0 0 100%;
  min-width: 0;
  border-radius: 20px;
  transition: opacity 0.4s ease, transform 0.5s ease;
  overflow: hidden;
}

.ecosystem-section .ecosystem-content-container li:not(.active) {
  opacity: 0.6;
  transform: scale(0.98);
}

.ecosystem-section .ecosystem-content-container li.active {
  opacity: 1;
  transform: scale(1);
}

.ecosystem-section .ecosystem-content-container li:nth-child(1) {
  background: linear-gradient(0.03deg, #111214 19.24%, #191a21 75.47%);
}

.ecosystem-section .ecosystem-content-container li:nth-child(2) {
  background: linear-gradient(
    359.81deg,
    #86bff1 1.85%,
    #277cc7 33.48%,
    #602fe6 86.66%
  );
}

.ecosystem-section .ecosystem-content-container li:nth-child(2) h4 {
  color: #66ddff;
}

.ecosystem-section
  .ecosystem-content-container
  li:nth-child(2)
  .ecosystem-content
  div
  h3 {
  color: #99eaff;
}

.ecosystem-section
  .ecosystem-content-container
  li:nth-child(2)
  .ecosystem-content
  div
  span
  a {
  color: #99eaff;
}

.ecosystem-section .ecosystem-content-container li:nth-child(3) {
  background: linear-gradient(180deg, #0f1015 0%, #1b1e5b 100%);
}

.ecosystem-section
  .ecosystem-content-container
  li:nth-child(3)
  .ecosystem-content {
  flex-direction: row-reverse;
  margin-right: 8%;
}

.ecosystem-section .ecosystem-content-container li:nth-child(4) {
  background: linear-gradient(
    271.4deg,
    rgba(1, 3, 16, 0.9) 4.71%,
    rgba(3, 53, 79, 0.8) 22.31%,
    rgba(11, 37, 65, 0.92) 42.7%,
    #0f2124 79.1%
  );
}

.ecosystem-section .ecosystem-content-container li:nth-child(4) h4,
.ecosystem-section
  .ecosystem-content-container
  li:nth-child(4)
  .ecosystem-content
  div
  h3,
.ecosystem-section
  .ecosystem-content-container
  li:nth-child(4)
  .ecosystem-content
  div
  span
  a {
  color: #00b5e2;
}

.ecosystem-section .ecosystem-content-container li h4 {
  color: #6b93ff;
  text-align: center;
  padding-top: 32px;
  font-weight: 600;
  font-size: 1.5rem;
}

.ecosystem-section .ecosystem-content-container li h1 {
  color: #eff4ff;
  font-weight: 700;
  font-size: 4rem;
  line-height: 130%;
  text-align: center;
}

.ecosystem-section .ecosystem-content-container li .ecosystem-content {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.ecosystem-image-container {
  align-items: flex-end;
}

.ecosystem-image-container img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.ecosystem-section .ecosystem-content-container li .ecosystem-content div h3 {
  color: #6b93ff;
  font-size: 2rem;
  line-height: 130%;
  font-weight: 600;
}

.ecosystem-section .ecosystem-content-container li .ecosystem-content div p {
  color: #f8f9fc;
  font-size: 1.25rem;
  line-height: 150%;
  margin: 32px 0px;
}

.ecosystem-section .ecosystem-content-container li .ecosystem-content div span {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ecosystem-section
  .ecosystem-content-container
  li
  .ecosystem-content
  div
  span
  a {
  color: #6b93ff;
  font-size: 1.25rem;
  line-height: 130%;
  font-weight: 600;
  margin-right: 10px;
}

.ecosystem-section
  .ecosystem-content-container
  li
  .ecosystem-content
  .ecosystem-content-text {
  max-width: 390px;
  margin-left: 8%;
  margin-top: 90px;
}

.ecosystem-dots {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  align-items: center;
}

.ecosystem-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd2e0;
  cursor: pointer;
  transition: background 0.2s ease, width 0.2s ease;
  display: inline-block;
}

.ecosystem-dots span.active {
  background: #454fe0;
  width: 24px;
  border-radius: 4px;
}

.slide-buttons-container-ecosystem {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.slide-buttons-container-ecosystem button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #cbd2e0;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.slide-buttons-container-ecosystem button:hover {
  background: #f1f3f9;
}

/* ================================================== */
.motor-section {
  width: 100%;

  background-image: url("./assets/Frame1171283308.png");
  background-repeat: no-repeat;

  text-align: center;
  padding-top: 60px;
  /* background: linear-gradient(
    270deg,
    #6cb8ff 0%,
    #3a5ae5 43.27%,
    #363fc6 77.4%,
    #4827b6 96.15%
  ); */
}

.motor-section .header .subtitle {
  color: #ffcf66;
  font-size: 1.5rem;
  font-weight: 600;
}

.motor-section .header .title {
  font-size: 4rem;
  color: #fafafa;
  font-weight: 600;
  margin: 16px 0px;
}

.motor-section .header .paragraph {
  font-weight: 600;
  color: #f8f9fc;
  font-size: 1.5rem;
}

.motor-section .header img {
  width: 320px;
  margin-top: 64px;
}

.motor-section .motor-cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: end;
  margin: 0px;
}

.motor-section .motor-cards-container {
  display: flex;
  max-width: 60%;
  flex-wrap: wrap;
  margin-top: 64px;
  margin-bottom: 80px;
}

@media (max-width: 1640px) {
  .motor-section .motor-cards-container {
    display: flex;
    max-width: 70%;
    flex-wrap: wrap;
    margin-top: 64px;
    margin-bottom: 80px;
  }
}

@media (max-width: 1310px) {
  .motor-section .motor-cards-container {
    max-width: 90%;
    justify-content: center;
  }

  .motor-section {
    background: linear-gradient(
      270deg,
      #6cb8ff 0%,
      #3a5ae5 43.27%,
      #363fc6 77.4%,
      #4827b6 96.15%
    );
  }
}

.motor-section .motor-card {
  border-radius: 52px;
  padding: 10px;
  box-sizing: border-box;
  width: 280px;
  height: 430px;
  border: 1.4px solid #94b5ff6e;
  backdrop-filter: blur(50px);
  margin: 12px;
  padding-left: 32px;
}

.motor-section .motor-card .motor-card-header {
  display: flex;
  justify-content: space-between;
}

.motor-section .motor-card span {
  height: 37px;
  box-sizing: border-box;
  background-color: #e42a8e;
  border-radius: 32px;

  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 10%;
  font-weight: bold;
  padding: 8px 12px;
  text-align: center;
  margin-top: 12px;
  margin-right: 12px;
}

.motor-section .motor-card .motor-card-header .image-container {
  margin-top: 30px;
}

.motor-section .motor-card .points {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 16px;
}

.motor-section .motor-card .points h3 {
  font-size: 4rem;
  font-weight: 700;
  color: white;
  display: flex;
  margin-right: 6px;
}

.motor-section .motor-card .points h5 {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

.motor-section .motor-card p {
  color: #e0eaff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1%;
  max-width: 184px;

  text-align: left;
}

.second-part {
  width: 100%;
  /* height: 800px; */
  background-color: #454fe0;
  padding-bottom: 60px;

  display: flex;
  justify-content: center;
}

.unlock-the-ecosystem-container {
  position: relative;
  width: 80%;
  border: 1px solid white;
  border-radius: 52px;
  display: flex;
  margin-top: 100px;
  overflow-x: hidden;
}

.coin {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.coin-large {
  width: 90px;
  left: 30px;
  top: 80px;
}

.coin-small {
  width: 50px;
  left: 240px;
  top: 60px;
}

.unlock-the-ecosystem-container .ecosystem-text {
  text-align: left;
  margin-left: 100px;
  margin-top: 140px;
  margin-right: 50px;
}

.unlock-the-ecosystem-container .ecosystem-text h2 {
  color: #ffcf66;
  font-size: 3rem;
  font-weight: 700;
  max-width: 350px;
  margin-bottom: 32px;
}

.unlock-the-ecosystem-container .ecosystem-text p {
  color: #ffffff;
  font-size: 1.25rem;
  max-width: 230px;
  line-height: 150%;
}

.unlock-the-ecosystem-container .ecosystem-text .yellow {
  color: #ffcf66;
  font-weight: bold;
}

.apps-store-container {
  background-color: #3940bf;
  flex: 1;
  border-radius: 0px 52px 52px 0px;
}

.apps-store-container {
  display: flex;
  justify-content: space-between;
}

.apps-store-container .app-store-text-container h3 {
  color: white;
  font-size: 2rem;
  font-weight: 600;
  max-width: 170px;
  text-align: left;
  line-height: 130%;
  margin-bottom: 64px;
}

.apps-store-container .app-store-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 64px;
}

.apps-store-container .app-store-text-container a {
  text-decoration: none;
}

.apps-store-container .app-store-text-container button {
  width: 264px;
  background-color: white;
  border-radius: 12px;
  border: 1px solid #a6a6a6;
  display: flex;
  padding: 16px 20px;
  cursor: pointer;
  align-items: center;
}

.apps-store-container .app-store-text-container a:nth-child(3) {
  margin-top: 24px;
}

.apps-store-container .app-store-text-container button .button-text {
  text-align: left;
  margin-left: 12px;
}

.apps-store-container .app-store-text-container button .button-text small {
  color: #666666;
  font-size: 0.5625rem;
  letter-spacing: 2%;
}

.apps-store-container .app-store-text-container button .button-text h4 {
  font-size: 1.5rem;
}

@media (max-width: 1290px) {
  .unlock-the-ecosystem-container {
    flex-direction: column;
  }

.coin-small {
  display: none;
  width: 50px;
  left: 240px;
  top: 60px;
}


  .unlock-the-ecosystem-container .ecosystem-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* ================================================= */
.multiply-points-section h2 {
  color: #454fe0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 16px;
}

.multiply-points-section h4 {
  color: #334155;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}

.multiply-cards {
  display: flex;
  gap: 24px;
  margin-left: 140px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-right: 100px;
}

.multiply-cards::-webkit-scrollbar {
  display: none;
}

.multiply-cards .multiply-card {
  display: flex;
  flex-direction: column;
  align-content: center;

  min-width: 312px;
  height: 435px;
  border-radius: 32px;
  border: 1.4px solid #e2e6f0;
  padding: 0px 32px;
  box-sizing: border-box;
  margin-top: 48px;

  scroll-snap-align: start;
}

.multiply-cards .multiply-card .image-container {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.multiply-cards .multiply-card .logo {
  border-radius: 100%;
  border: 1px solid #e2e6f0;
}

.multiply-cards .multiply-card p {
  margin-top: 32px;
  color: #64748b;
  font-size: 1.125rem;
  line-height: 150%;
}

.multiply-cards .multiply-card a {
  margin-top: 24px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #5360ff;
  display: flex;
  align-items: center;
}

.multiply-cards .multiply-card a img {
  margin-left: 16px;
}
/* ================================================ */
.how-works-section {
  margin-bottom: 100px;
}

.how-works-section h2 {
  color: #1e293b;
  font-size: 3rem;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  margin-top: 88px;
}

.how-works-section .subtitle {
  color: #94a0b8;
  margin-top: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.how-works-section ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 24px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.how-works-section ul li {
  width: 312px;
  min-height: 350px;
  box-sizing: border-box;
  padding: 32px;
  border: 1.4px solid var(--neutral-200, #e2e6f0);
  border-radius: 24px;
}

.how-works-section ul li h4 {
  color: #5360ff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  margin-top: 32px;
  margin-bottom: 16px;
}

.how-works-section ul li p {
  color: #1e293b;
  font-size: 1.125rem;
  line-height: 150%;
}

/* ========================================= */
.faq-section {
  width: 100%;
  background-color: #f8f9fc;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq-section h2 {
  color: #1e293b;
  margin-top: 80px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 150%;
}

.faq-section h4 {
  color: #475569;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  margin-top: 16px;
}

.faq-section ul {
  list-style: none;
  margin-top: 65px;
  margin-bottom: 92px;
}

.faq-section ul li {
  width: 660px;
  min-height: 75px;
  box-sizing: border-box;
  padding: 24px 32px;
  border: 1px solid #e7e8e9;
  background-color: white;
  border-radius: 16px;
  margin-bottom: 2px;
}

@media (max-width: 680px) {

  .coin-large {
    display: none;
  }

  .faq-section ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .faq-section ul li {
    width: 90%;
  }
}

.faq-section ul li img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.faq-section ul li.open img {
  transform: rotate(180deg);
}

.faq-section ul li div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-section ul li div h5 {
  color: #475569;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
}

.faq-section ul li .answer {
  margin-top: 12px;
  color: #0f172a;
  font-weight: 600;
  line-height: 150%;
  font-size: 1.125rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, margin-top 0.3s ease;
  margin-top: 0;
}

.faq-section ul li.open .answer {
  max-height: 200px;
  margin-top: 12px;
}

/* ============================================== */
footer {
  width: 100%;
  padding: 64px 172px;
  box-sizing: border-box;
  background-color: #0f172a;
}

footer .title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  margin-top: 32px;
}

footer .subtitle {
  color: #94a0b8;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1%;
  margin-bottom: 64px;
  margin-top: 4px;
}

footer .about-us-container {
  display: flex;
  justify-content: space-between;
}

footer .about-us-container .about-us-left,
footer .about-us-container .about-us-right {
  display: flex;
}

footer .about-us-container .about-us-left div:nth-child(1),
footer .about-us-container .about-us-right div:nth-child(1) {
  margin-right: 92px;
}

footer .about-us-container h5 {
  color: #94a0b8;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1%;
  max-width: 150px;
  margin-bottom: 40px;
}

footer .about-us-container .about-us-card h4 {
  font-size: 1.25rem;
  color: white;
  line-height: 150%;
  font-weight: 700;
}

footer .about-us-container .about-us-card p {
  color: #94a0b8;
  font-size: 0.75rem;
  letter-spacing: 1%;
  margin-bottom: 24px;
  max-width: 170px;
  line-height: 150%;
}

footer .about-us-container .about-us-right .about-us-card {
  display: flex;
  flex-direction: column;
}

footer .about-us-container .about-us-right .about-us-card a {
  margin-bottom: 16px;
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 150%;
}

.midia-and-newsletter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 113px;
}

.midia-and-newsletter-container .midia-container {
  display: flex;
  align-items: center;
}

.midia-and-newsletter-container .midia-container a {
  margin-right: 24px;
}

.midia-and-newsletter-container .midia-container p {
  color: #94a0b8;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1%;
  margin-left: 12px;
}

.midia-and-newsletter-container .newsletter-container h5 {
  color: #94a0b8;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1%;
}

.midia-and-newsletter-container .newsletter-container p {
  color: #94a0b8;
  font-size: 0.75rem;
  line-height: 150%;
  letter-spacing: 1%;
}

.midia-and-newsletter-container .newsletter-container form {
  margin: 24px 0px;
}

.midia-and-newsletter-container .newsletter-container input {
  width: 220px;
  background: #464bad33;
  border: 2px solid var(--brand-indigo-700, #3940bf);
  border-radius: 44px;
  box-sizing: border-box;
  padding: 16px 20px;

  color: #6b93ff;
  font-size: 1.125rem;
  line-height: 150%;
  margin-right: 8px;
}

.midia-and-newsletter-container .newsletter-container input::placeholder {
  color: #6b93ff;
}

.midia-and-newsletter-container .newsletter-container input:focus {
  border: 2px solid var(--brand-indigo-700, #3940bf);
  outline: none;
}

.midia-and-newsletter-container .newsletter-container button[type="submit"] {
  background-color: #5360ff;
  box-sizing: border-box;
  padding: 16px 20px;
  border-radius: 32px;
  border: none;

  text-align: center;
  color: #e0eaff;
  font-size: 1.125rem;
  line-height: 150%;
  cursor: pointer;
}

footer hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #334155;
  margin: 1em 0;
  padding: 0;
}

footer .copyright-container {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

footer .copyright-container p {
  color: #94a0b8;
  font-size: 1.125rem;
  line-height: 150%;
}

@media (max-width: 1100px) {
  footer {
    padding: 24px 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  footer .about-us-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .about-us-right {
    margin-top: 36px;
  }

  .midia-and-newsletter-container {
    flex-direction: column-reverse;
  }

  .midia-and-newsletter-container .newsletter-container input {
    width: 160px;
    font-size: 0.8rem;
  }

  .copyright-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .copyright-container img {
    width: 146px;
  }
}

@media (max-width: 687px) {
  .main-section header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-section-content {
    text-align: center;
  }

  .main-section-content .main-text-container h1 {
    font-size: 3rem;
  }

  .main-section-content .main-text-container p {
    font-size: 1rem;
    line-height: 180%;
  }

  .main-section-content {
    flex-direction: column;
  }

  .main-section-content .main-text-container a button {
    margin-bottom: 40px;
  }

  .ecosystem-section .title {
    font-size: 2rem;
  }

  .ecosystem-section .ecosystem-header-buttons button {
    font-size: 0.875rem;
    margin: 0px 2px;
  }

  .ecosystem-section .ecosystem-content-container li h4 {
    font-size: 1rem;
  }

  .ecosystem-section .ecosystem-content-container li h1 {
    font-size: 2.5rem;
  }

  .ecosystem-section .ecosystem-content-container li .ecosystem-content {
    justify-content: center;
    text-align: center;
    flex-direction: column-reverse;
    margin: 20px 10px;
  }

  .ecosystem-section .ecosystem-content-container li .ecosystem-content div h3 {
    font-size: 1.5rem;
    margin: 30px 0px;
  }

  .ecosystem-image-container {
    align-items: center;
    margin: 0px;
    margin-bottom: 20px;
  }

  .ecosystem-image-container img {
    vertical-align: middle;
  }

  .ecosystem-section .ecosystem-content-container li .ecosystem-content div p {
    margin: 0px;
    font-size: 0.875rem;
  }

  .ecosystem-section
    .ecosystem-content-container
    li
    .ecosystem-content
    .ecosystem-content-text {
    max-width: 100%;
    margin: 0px 20px;
    text-align: center;
  }

  .ecosystem-section
    .ecosystem-content-container
    li
    .ecosystem-content
    div
    span {
    justify-content: center;
    margin-top: 20px1;
  }

  .ecosystem-section
    .ecosystem-content-container
    li
    .ecosystem-content
    div
    span
    a {
    font-size: 0.875rem;
    text-align: center;
    margin: 0px;
  }

  .ecosystem-section
    .ecosystem-content-container
    li:nth-child(3)
    .ecosystem-content {
    flex-direction: column-reverse;
    margin-right: 0px;
  }

  .motor-section .header .subtitle {
    font-size: 1rem;
  }

  .motor-section .header .title {
    font-size: 3rem;
  }

  .motor-section .header .paragraph {
    font-size: 1rem;
    margin: 0px 30px;
    text-align: center;
  }

  .motor-section .header img {
    width: 50%;
  }

  .unlock-the-ecosystem-container .ecosystem-text {
    margin: 40px 20px;
  }

  .unlock-the-ecosystem-container .ecosystem-text h2 {
    font-size: 2rem;
  }

  .unlock-the-ecosystem-container .ecosystem-text p {
    font-size: 1rem;
    max-width: 100%;
  }

  .apps-store-container {
    border-radius: 0px;
    flex-direction: column;
  }

  .apps-store-container .app-store-text-container {
    margin: 20px;
    margin-top: 60px;
  }

  .apps-store-container .app-store-text-container h3 {
    max-width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }

  .apps-store-container .app-store-text-container button {
    width: 100%;
    padding: 10px 14px;
  }

  .apps-store-container .app-store-text-container button .button-text h4 {
    font-size: 1rem;
  }

  .unlock-the-ecosystem-image-app-container {
    display: none;
  }

  .apps-store-container {
    padding-bottom: 30px;
  }

  .multiply-points-section h2 {
    font-size: 1.5rem;
  }

  .multiply-points-section h4 {
    font-size: 1.125rem;
    margin: 0px 20px;
  }

  .multiply-cards {
    margin: 0px 20px;
    margin-right: 0px;
  }

  .multiply-cards .multiply-card {
    min-width: 350px;
    background-color: #e2e6f0;
  }

  .multiply-cards .multiply-card:last-child {
    margin-right: 20px;
  }

  .how-works-section ul {
    justify-content: center;
    text-align: center;
  }

  .how-works-section ul li {
    min-height: 300px;
  }

  .how-works-section ul li h4 {
    font-size: 1.125rem;
  }

  .how-works-section ul li p {
    font-size: 1rem;
  }

  .how-works-section h2 {
    font-size: 1.5rem;
  }

  .how-works-section .subtitle {
    display: none;
    font-size: 1.125rem;
    margin: 10px 20px;
    margin-top: 20px;
  }

  .faq-section h2 {
    font-size: 2rem;
  }

  .faq-section h4 {
    font-size: 1rem;
    margin: 16px 20px;
    text-align: center;
  }

  .faq-section ul li .answer {
    font-size: 1rem;
  }

  .main-section header .header-buttons-container {
    margin-top: 16px;
  }

  .main-section header .header-buttons-container .link {
    font-size: 0.875rem;
    letter-spacing: 0px;
    margin: 0px;
  }

  .main-section header .header-buttons-container .header-button {
    max-width: 160px;
    height: 40px;
    font-size: 0.875rem;
    letter-spacing: 0px;
    padding: 10px 16px;
  }

  .motor-section .motor-cards-container {
    max-width: 100%;
  }

  .main-section-content .main-slide-blocks {
    margin-left: 10px;
  }

  footer {
    padding: 60px 20px;
  }

  footer .about-us-container .about-us-left,
  footer .about-us-container .about-us-right {
    flex-direction: column;
  }

  footer .about-us-container h5 {
    max-width: 100%;
  }

  footer .about-us-container .about-us-left div:nth-child(1),
  footer .about-us-container .about-us-right div:nth-child(1) {
    margin: 0px;
  }

  footer .about-us-container .about-us-card p {
    max-width: 100%;
  }
}
