/* Start custom CSS for html, class: .elementor-element-e987c5b */.pc-cta-card {
  background: #0a1f44;
  border-radius: 12px;
  padding: 32px 36px;
  margin: 36px 0;
  text-align: center;
}
.pc-cta-card h3 {
  color: #ffffff;
  margin: 0 0 12px;
  font-weight: 700;
}
.pc-cta-card p {
  color: #cfd8e8;
  margin: 0 0 24px;
}
.pc-cta-card a {
  display: inline-block;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  margin: 0 8px 10px;
}
.pc-cta-card a.pc-cta-primary {
  background: #c9a84c;
  color: #0a1f44;
}
.pc-cta-card a.pc-cta-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #c9a84c;
  padding: 12px 26px;
}
table.pc-stat-box {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(10, 31, 68, 0.12);
}
table.pc-stat-box th {
  background: #0a1f44;
  color: #ffffff;
  text-align: left;
  padding: 14px 18px;
  font-weight: 700;
}
table.pc-stat-box td {
  padding: 14px 18px;
  border-bottom: 1px solid #e2e6ec;
}
table.pc-stat-box tr:last-child td {
  border-bottom: none;
}
table.pc-stat-box tr:nth-child(even) td {
  background: #f7f8fb;
}
table.pc-stat-box td:first-child {
  font-weight: 600;
  color: #0a1f44;
}/* End custom CSS */