@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap);
.hp-five {
  --tw-blue: #3E5EE2;
  --tw-violet-3: #7526C5;
  --tw-text: #190750;
  --tw-text-muted: #6B6480;
  --tw-border: rgba(25, 7, 80, 0.08);
  --tw-border-blue: rgba(62, 94, 226, 0.35);
  --tw-grad-main-violet: linear-gradient(95deg, #3E5EE2 0%, #3E5EE2 40%, #7526C5 100%);
  --tw-shadow-lg: 0 18px 40px -16px rgba(25, 7, 80, 0.18);
  background-color: #FBF9FF;
  padding: 64px 0;
  font-family: "Poppins", sans-serif;
  color: var(--tw-text);
}
.hp-five *, .hp-five *::before, .hp-five *::after {
  box-sizing: border-box;
}
.hp-five .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}
.hp-five .section-head {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}
.hp-five .section-head h2 {
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 0;
  color: var(--tw-text);
}
.hp-five .section-head h2 em {
  font-style: normal;
  font-weight: 600;
  background: var(--tw-grad-main-violet);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hp-five .section-head p {
  margin: 14px auto 0;
  color: #2D1C62;
  font-size: 16px;
  line-height: 1.55;
}
.hp-five .moat-card {
  background: #fff;
  border-radius: 24px;
  padding: 22px 22px;
  border: 1px solid var(--tw-border);
  display: flex;
  flex-direction: column;
  transition: transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.18s ease, border-color 0.18s ease;
}
.hp-five .moat-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--tw-shadow-lg);
  border-color: var(--tw-border-blue);
}
.hp-five .moat-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 0 0 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--tw-text);
  line-height: 1.35;
  text-align: center;
}
.hp-five .moat-card p {
  font-size: 14px;
  color: var(--tw-text-muted);
  margin: 0;
  line-height: 1.55;
}
.hp-five .moat-card ul:not(.moat-col-list) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--tw-text-muted);
}
.hp-five .moat-card ul:not(.moat-col-list) strong {
  color: var(--tw-text);
  font-weight: 700;
}
.hp-five .moat-card .moat-title-grad {
  background: var(--tw-grad-main-violet);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hp-five .moat-hero {
  padding: 24px 28px;
  margin-bottom: 14px;
}
.hp-five .moat-hero h4 {
  font-size: 22px;
  margin: 0 0 18px;
  line-height: 1.25;
  text-align: center;
}
.hp-five .moat-hero-cols {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0 32px;
  align-items: start;
}
.hp-five .moat-col-divider {
  background: var(--tw-border);
  width: 1px;
  align-self: stretch;
}
.hp-five .moat-col-eyebrow {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--tw-blue);
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.hp-five .moat-col-list,
.hp-five ul.moat-col-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
  align-items: baseline;
  gap: 2px 6px;
  font-family: "Avenir Next", "Avenir", "Nunito", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: var(--tw-text);
  line-height: 1.5;
}
.hp-five .moat-col-list li,
.hp-five ul.moat-col-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.hp-five .moat-col-list .sep,
.hp-five ul.moat-col-list .sep {
  opacity: 0.3;
}
.hp-five .moat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: stretch;
}

@media (max-width: 1100px) {
  .hp-five .moat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hp-five .moat-hero-cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hp-five .moat-col-divider {
    display: none;
  }
  .hp-five .moat-col-list,
  .hp-five ul.moat-col-list {
    flex-wrap: wrap;
    white-space: normal;
  }
}
@media (max-width: 600px) {
  .hp-five {
    padding: 48px 0;
  }
  .hp-five .section-head h2 {
    font-size: 30px;
  }
  .hp-five .moat-grid {
    grid-template-columns: 1fr;
  }
  .hp-five .moat-hero h4 {
    font-size: 19px;
  }
}
