.elementor-17 .elementor-element.elementor-element-d8c147f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d8c147f */body {
  margin: 0;
}

.rq-page {
  font-family: Arial, sans-serif;
  color: #111827;
  background: #fff;
}

.rq-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 34px 24px;
  display: flex;
  align-items: top;
  gap: 70px;
}

.rq-shield {
  display: flex;
  height: 90px;
  width: 130px;
  margin-top:-30px;
}
.rq-header nav {
  display: flex;
  gap: 45px;
}

.rq-header nav a,
.rq-footer a {
  color: inherit;
  text-decoration: none;
  font-size: 15px;
  font-family: bold;
}

.rq-hero {
  min-height: 470px;
  text-align: center;
  padding: 20px 24px 80px;
  background:
    radial-gradient(circle at 75% 5%, rgba(189, 159, 255, 0.35), transparent 35%),
    #fff;
}

.rq-hero h1 {
  font-size: 40px;
  line-height: 0.95;
  margin: 30px 0 22px;
  font-weight: 800;
}

.rq-hero p {
  font-size: 14px;
  margin-bottom: 80px;
  color: #334155;
}

.rq-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.rq-card {
  width: 500px;
  height: 300px;
  padding: 35px;
  border: 1px solid #edf0f4;
  border-radius: 20px;
  color: #111;
  text-decoration: none;
  transition: 0.25s ease;

  display: flex;
  flex-direction: column;
}

.rq-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.rq-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.rq-icon {
  flex: 1;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rq-icon img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
}
.rq-card:nth-child(2) .rq-icon img {
  width: 165px;
  height: 165px;
}


@media (max-width: 768px) {
  .rq-header {
    flex-direction: column;
    gap: 20px;
  }

  .rq-hero h1 {
    font-size: 32px;
  }

  .rq-footer-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .rq-disclaimer {
    grid-column: auto;
  }
}/* End custom CSS */