.elementor-63 .elementor-element.elementor-element-5e15b28{--display:flex;}.elementor-63 .elementor-element.elementor-element-0ffc4e6{--display:flex;}.elementor-63 .elementor-element.elementor-element-6f269e3{--display:flex;}.elementor-63 .elementor-element.elementor-element-745b8ec{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-59db3ef */.faq-section {
  padding: 72px 0;
  background: #eef2f7;
}

.faq-wrap {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 40px 44px;
  border-radius: 28px;
  background: linear-gradient(180deg, #0b4bb8 0%, #0a3f9f 100%);
  box-shadow: 0 24px 60px rgba(12, 18, 28, .14);
}

.faq-header {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 34px;
}

.faq-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  letter-spacing: .2px;
  margin-bottom: 18px;
}

.faq-title {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.06;
  font-weight: 800;
}

.faq-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, .85);
  font-size: 18px;
  line-height: 1.6;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.faq-item {
  border-radius: 18px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .14);
  overflow: hidden;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.faq-item:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .20);
}

.faq-summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 18px;
  cursor: pointer;
  user-select: none;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-ico {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff6a2a;
}

.faq-ico svg {
  width: 22px;
  height: 22px;
}

.faq-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  flex: 1;
}

.faq-cat {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .6px;
  color: #ff6a2a;
}

.faq-q {
  color: rgba(255, 255, 255, .98);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faq-chev {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .92);
  transition: transform .15s ease, background .15s ease;
}

.faq-chev svg {
  width: 18px;
  height: 18px;
}

.faq-item[open] .faq-chev {
  transform: rotate(180deg);
  background: rgba(255, 255, 255, .18);
}

.faq-a {
  padding: 0 18px 18px 78px;
}

.faq-a p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .faq-wrap {
    padding: 46px 20px 36px;
    border-radius: 22px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .faq-q {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .faq-a {
    padding-left: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-208a345 */.cta-blue {
  padding: 72px 0;
  background: #eef2f7;
}

.cta-blue-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.cta-blue-box {
  border-radius: 34px;
  padding: 76px 26px 78px;
  text-align: center;
  background: linear-gradient(180deg, #0b4bb8 0%, #0a3f9f 100%);
  box-shadow: 0 22px 60px rgba(12, 18, 28, .16);
}

.cta-blue-title {
  margin: 0 0 16px;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.cta-blue-subtitle {
  margin: 0 auto 34px;
  max-width: 860px;
  font-size: 22px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .86);
}

.cta-blue-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6px;
}

.cta-blue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  padding: 0 44px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
  user-select: none;
  white-space: nowrap;
}

.cta-blue-btn-primary {
  background: #ff6a2e;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(12, 18, 28, .22);
}

.cta-blue-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 48px rgba(12, 18, 28, .26);
}

.cta-blue-btn-outline {
  background: rgba(255, 255, 255, .14);
  color: #ffffff;
  border: 3px solid rgba(255, 255, 255, .75);
  padding: 0 42px;
}

.cta-blue-btn-outline:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .9);
}

@media (max-width: 980px) {
  .cta-blue-box {
    border-radius: 26px;
    padding: 56px 18px 58px;
  }

  .cta-blue-subtitle {
    font-size: 18px;
    margin-bottom: 26px;
  }

  .cta-blue-btn {
    width: 100%;
    max-width: 420px;
    height: 66px;
    font-size: 18px;
  }
}/* End custom CSS */