/* CTA */
.cta-section .section-lead {
  max-width: 768px;
}

.cta-panel {
  padding: 14px 10px;
  border: 1px solid #272651;
  border-radius: 10px;
}

.content-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  place-content: center;
  gap: 24px;
  min-height: 406px;
  padding: 43px 30px;
  z-index: 1;
  background: linear-gradient(180.17deg, rgba(0, 0, 50, 0) 15.64%, #000032 99.86%);
}

.content-wrapper:before {
  content: "";
  position: absolute;
  width: 704px;
  height: 534px;
  left: 50%;
  top: -367px;
  transform: translate(-50%);
  background: rgba(140, 69, 255, 0.49);
  filter: blur(152px);
  z-index: -1;
}

.content-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/pattern.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  z-index: -1;
}

/* Footer */
.tcw-footer {
  padding: 67px 0 50px;
  background: #0E0E3C;
}

.footer-nav,
.footer-legal-nav {
  list-style: none;
  padding: 0;
  margin: 33px 0 67px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
}

.footer-nav a,
.footer-legal-nav a {
  color: #E9D7FE;
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}

.footer-nav a:hover,
.footer-legal-nav a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 33px;
}

.footer-copy,
.footer-legal-nav a {
  color: #D6BBFB;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.footer-legal-nav {
  justify-content: flex-end;
  margin: 0;
  gap: 1rem;
}