/* Start custom CSS for html, class: .elementor-element-73c8b20 */.gpx3-hero em { font-style: normal; color: #96CED0; }
.gpx3-hero h1 { margin: 0; }
.gpx3-hero button { cursor: pointer; }

.gpx3-hero {
  background: #0E3E6F;
  padding: 84px 24px; 
}
.gpx3-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}

/* left column */
.gpx3-hero-left { text-align: left; }
.gpx3-eyebrow {
  display: inline-block;
  color: #96CED0;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid rgba(150,206,208,0.4);
  border-radius: 20px;
  margin-bottom: 20px;
}
.gpx3-h1 { color: #fff; font-weight: 800; line-height: 1.25; margin: 0 0 18px; }
.gpx3-lead { color: rgba(255,255,255,0.75); line-height: 1.7; margin: 0 0 32px; max-width: 500px; }
.gpx3-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.gpx3-btn-primary-inv { background: #fff; color: #0E3E6F; border: none; border-radius: 10px;font-weight: 700; transition: background 0.2s ease, transform 0.15s ease; }
.gpx3-btn-primary-inv:hover { background: #96CED0; transform: translateY(-2px); }
.gpx3-btn-ghost-inv { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.4); border-radius: 10px;  font-weight: 700; transition: border-color 0.2s ease, background 0.2s ease; }
.gpx3-btn-ghost-inv:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

/* right column - stats */
.gpx3-hero-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.gpx3-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 26px 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 16px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.gpx3-stat:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(150,206,208,0.5);
  transform: translateY(-3px);
}
.gpx3-stat-num { color: #96CED0; font-weight: 800; }
.gpx3-stat-label { color: rgba(255,255,255,0.72); font-weight: 600; line-height: 1.4; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .gpx3-hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .gpx3-hero-left { text-align: center; }
  .gpx3-lead { margin-left: auto; margin-right: auto; }
  .gpx3-hero-ctas { justify-content: center; }
}
@media (max-width: 560px) {
  .gpx3-hero { padding: 52px 18px; border-radius: 14px; }
  .gpx3-hero-right { grid-template-columns: 1fr 1fr; gap: 12px; }
  .gpx3-stat { padding: 20px 16px; }
  .gpx3-hero-ctas { flex-direction: column; align-items: stretch; }
  .gpx3-hero-ctas button { width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a54f8b6 */.gpx4-how button { cursor: pointer; }

.gpx4-how { background: #fff; padding: 54px 24px; }
.gpx4-how-inner { max-width: 1180px; margin: 0 auto; }
.gpx4-how-head { max-width: 840px; margin: 0 auto 64px; text-align: center; }

 
.gpx4-h2 { color: #0E3E6F; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.gpx4-p { color: #64748b; line-height: 1.7; margin: 0; }

/* timeline */
.gpx4-timeline { display: flex; flex-direction: column; }

.gpx4-step { display: flex; gap: 32px; }

.gpx4-step-rail {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
}
.gpx4-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0E3E6F;
  color: #fff;
  font-weight: 800;
  flex: 0 0 auto;
}
.gpx4-step-line {
  flex: 1;
  width: 2px;
  background: #dbe6f5;
  margin: 8px 0;
  min-height: 40px;
}

.gpx4-step-card {
  flex: 1;
  padding-bottom: 48px;
}
.gpx4-step-last .gpx4-step-card { padding-bottom: 0; }

.gpx4-step-tag {
  display: inline-block;
  color: #135DA8;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.gpx4-step-title { color: #0E3E6F; font-weight: 800; line-height: 1.35; margin-bottom: 12px; }
.gpx4-step-text { color: #64748b; line-height: 1.7; margin: 0 0 20px; max-width: 620px; }

.gpx4-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.gpx4-pill {
  position: relative;
  padding: 8px 14px 8px 30px;
  background: #f8faff;
  border: 1px solid #e7edf6;
  border-radius: 20px;
  color: #0E3E6F;
  font-weight: 600;
}
.gpx4-pill::before {
  content: "\2713";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #5A9EA0;
  font-weight: 800;
}

.gpx4-btn-primary { background: #135DA8; color: #fff; border: none; border-radius: 10px; font-weight: 700; transition: background 0.2s ease, transform 0.15s ease; }
.gpx4-btn-primary:hover { background: #0E3E6F; transform: translateY(-2px); }
.gpx4-btn-outline { background: transparent; color: #135DA8; border: 1.5px solid #135DA8; border-radius: 10px;  font-weight: 700; transition: background 0.2s ease, color 0.2s ease; }
.gpx4-btn-outline:hover { background: #135DA8; color: #fff; }

/* RESPONSIVE */
@media (max-width: 767px) {
  .gpx4-how { padding: 56px 18px; }
  .gpx4-how-head { margin-bottom: 44px; }
  .gpx4-step { gap: 18px; }
  .gpx4-step-rail { width: 40px; }
  .gpx4-step-num { width: 40px; height: 40px; }
  .gpx4-step-card { padding-bottom: 36px; }
  .gpx4-pills { gap: 8px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5ac0be */.gpx5-calc button { cursor: pointer; }

.gpx5-calc { background: #eef3fb; padding: 34px 24px; }
.gpx5-calc-inner { max-width: 990px; margin: 0 auto; }
.gpx5-calc-head { text-align: center; margin-bottom: 40px; }

 
.gpx5-h2 { color: #0E3E6F; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.gpx5-p { color: #64748b; line-height: 1.7; margin: 0; }

.gpx5-card {
  background: #fff;
  border: 1px solid #dbe6f5;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 24px 48px -30px rgba(14,62,111,0.25);
}

.gpx5-field { margin-bottom: 30px; }
.gpx5-field-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.gpx5-field-label { color: #64748b; font-weight: 600; }
.gpx5-field-value { color: #0E3E6F; font-weight: 800; }

.gpx5-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background: #dbe6f5;
  outline: none;
  cursor: pointer;
}
.gpx5-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #135DA8;
  cursor: pointer;
  transition: transform 0.15s ease;
}
.gpx5-slider::-webkit-slider-thumb:hover { transform: scale(1.1); }
.gpx5-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #135DA8;
  cursor: pointer;
}
.gpx5-slider::-moz-range-track { background: #dbe6f5; height: 6px; border-radius: 6px; }

.gpx5-result {
  display: flex;
  gap: 16px;
  margin: 34px 0 26px;
  padding-top: 26px;
  border-top: 1px solid #e7edf6;
}
.gpx5-result-block { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.gpx5-result-block-main {
  padding: 16px 18px;
  background: #f8faff;
  border: 1px solid #e7edf6;
  border-radius: 14px;
}
.gpx5-result-label { color: #64748b; font-weight: 600; }
.gpx5-result-value { color: #0E3E6F; font-weight: 700; }
.gpx5-result-value-big { color: #135DA8; font-weight: 800; }

.gpx5-btn-primary {
  width: 100%;
  background: #135DA8;
  color: #fff;
  border: none;
  border-radius: 10px; 
  font-weight: 700;
  transition: background 0.2s ease, transform 0.15s ease;
}
.gpx5-btn-primary:hover { background: #0E3E6F; transform: translateY(-2px); }

/* RESPONSIVE */
@media (max-width: 560px) {
  .gpx5-calc { padding: 56px 16px; }
  .gpx5-card { padding: 28px 22px; }
  .gpx5-result { flex-direction: column; gap: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba94ee0 */.gpx6-feat { background: #fff; padding: 44px 24px; }
.gpx6-feat-inner { max-width: 1080px; margin: 0 auto; }
.gpx6-feat-head { max-width: 940px; margin: 0 auto 48px; text-align: center; }

.gpx6-eyebrow {
  display: inline-block;
  color: #135DA8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid #dbe6f5;
  border-radius: 20px;
  margin-bottom: 16px;
}
.gpx6-h2 { color: #0E3E6F; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.gpx6-p { color: #64748b; line-height: 1.7; margin: 0; }

/* bento grid */
.gpx6-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}

.gpx6-feat-card {
  background: #f8faff;
  border: 1px solid #e7edf6;
  border-radius: 18px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.gpx6-feat-card:hover { box-shadow: 0 20px 36px -24px rgba(19,93,168,0.3); transform: translateY(-4px); border-color: #cddcf0; }

.gpx6-feat-featured {
  position: relative;
  overflow: hidden;
  grid-column: span 2;
  grid-row: span 2;
  background: #0E3E6F;
  border-color: #0E3E6F;
  justify-content: flex-start;
  padding: 36px 32px;
}
.gpx6-feat-featured:hover { box-shadow: 0 24px 44px -24px rgba(14,62,111,0.5); border-color: #0E3E6F; }
.gpx6-feat-decor { position: absolute; top: -40px; right: -40px; width: 200px; height: 200px; opacity: 0.08; }
.gpx6-feat-timeline { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.gpx6-feat-tl-step { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.75); font-weight: 600; }
.gpx6-feat-tl-dot { width: 8px; height: 8px; border-radius: 50%; background: #96CED0; flex: 0 0 auto; }
.gpx6-feat-badge { margin-top: auto; }

.gpx6-feat-icon { width: 44px; height: 44px; border-radius: 12px; background: #eaf2fb; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.gpx6-feat-icon svg { width: 20px; height: 20px; }
.gpx6-feat-icon-inv { background: rgba(255,255,255,0.12); width: 52px; height: 52px; }
.gpx6-feat-icon-inv svg { width: 24px; height: 24px; }

.gpx6-feat-title { color: #0E3E6F; font-weight: 700; margin-bottom: 8px; }
.gpx6-feat-text { color: #64748b; line-height: 1.6; margin: 0; }
.gpx6-feat-title-inv { color: #fff; font-weight: 800; margin-bottom: 12px; }
.gpx6-feat-text-inv { color: rgba(255,255,255,0.75); line-height: 1.7; margin: 0 0 20px; }

.gpx6-feat-badge {
  display: inline-block;
  align-self: flex-start;
  color: #96CED0;
  font-weight: 700;
  padding: 8px 16px;
  border: 1px solid rgba(150,206,208,0.4);
  border-radius: 20px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .gpx6-feat-grid { grid-template-columns: 1fr 1fr; }
  .gpx6-feat-featured { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 600px) {
  .gpx6-feat { padding: 56px 16px; }
  .gpx6-feat-head { margin-bottom: 36px; }
  .gpx6-feat-grid { grid-template-columns: 1fr; }
  .gpx6-feat-featured { grid-column: span 1; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a519e7b */.gpx7-ship { background: #eef3fb; padding: 44px 24px; }
.gpx7-ship-inner { max-width: 1080px; margin: 0 auto; }
.gpx7-ship-head { max-width: 780px; margin: 0 auto 48px; text-align: center; }

 
.gpx7-h2 { color: #0E3E6F; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.gpx7-p { color: #64748b; line-height: 1.7; margin: 0 0 28px; }

.gpx7-stat-strip {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.gpx7-stat-strip-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #dbe6f5;
  border-radius: 30px;
  padding: 10px 18px;
  color: #64748b;
  font-weight: 600;
}
.gpx7-stat-strip-num { color: #135DA8; font-weight: 800; }

/* card grid */
.gpx7-ship-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gpx7-ship-card {
  background: #fff;
  border: 1px solid #dbe6f5;
  border-radius: 16px;
  padding: 26px 24px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.gpx7-ship-card:hover { box-shadow: 0 20px 36px -24px rgba(19,93,168,0.28); transform: translateY(-4px); border-color: #cddcf0; }

.gpx7-ship-icon { width: 42px; height: 42px; border-radius: 12px; background: #eaf2fb; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.gpx7-ship-icon svg { width: 20px; height: 20px; }

.gpx7-ship-title { color: #0E3E6F; font-weight: 700; margin-bottom: 8px; line-height: 1.35; }
.gpx7-ship-text { color: #64748b; line-height: 1.6; margin: 0; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .gpx7-ship-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .gpx7-ship { padding: 56px 16px; }
  .gpx7-ship-head { margin-bottom: 36px; }
  .gpx7-ship-grid { grid-template-columns: 1fr; }
  .gpx7-stat-strip { gap: 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bbd3c4 */.gpx8-tsr button { cursor: pointer; }

.gpx8-tsr { background: #fff; padding: 34px 24px; }
.gpx8-tsr-inner { max-width: 1080px; margin: 0 auto; }
.gpx8-tsr-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }

 
.gpx8-h2 { color: #0E3E6F; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.gpx8-p { color: #64748b; line-height: 1.7; margin: 0; }

/* testimonial cards */
.gpx8-tsr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.gpx8-tsr-card {
  background: #f8faff;
  border: 1px solid #e7edf6;
  border-radius: 16px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.gpx8-tsr-card:hover { box-shadow: 0 20px 36px -24px rgba(19,93,168,0.28); transform: translateY(-4px); border-color: #cddcf0; }

.gpx8-tsr-stars { color: #f5a623; letter-spacing: 2px; margin-bottom: 14px; }
.gpx8-tsr-quote { color: #0E3E6F; line-height: 1.7; margin: 0 0 22px; flex: 1; }

.gpx8-tsr-person { display: flex; align-items: center; gap: 12px; }
.gpx8-tsr-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: #135DA8; color: #fff; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex: 0 0 auto;
}
.gpx8-tsr-person-info { display: flex; flex-direction: column; }
.gpx8-tsr-name { color: #0E3E6F; font-weight: 700; }
.gpx8-tsr-role { color: #64748b; font-weight: 600; }

/* footer row */
.gpx8-tsr-foot { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.gpx8-tsr-avatars { display: flex; align-items: center; }
.gpx8-tsr-avatars span { width: 32px; height: 32px; border-radius: 50%; background: #135DA8; color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; margin-left: -8px; }
.gpx8-tsr-avatars span:first-child { margin-left: 0; }
.gpx8-tsr-avatars-more { background: #eaf2fb !important; color: #135DA8 !important; width: auto !important; padding: 0 12px; border-radius: 20px !important; }

.gpx8-btn-outline { background: transparent; color: #135DA8; border: 1.5px solid #135DA8; border-radius: 10px; font-weight: 700; transition: background 0.2s ease, color 0.2s ease; }
.gpx8-btn-outline:hover { background: #135DA8; color: #fff; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .gpx8-tsr-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .gpx8-tsr { padding: 56px 16px; }
  .gpx8-tsr-head { margin-bottom: 36px; }
  .gpx8-tsr-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0706c34 */.gpx10-qual { background: #fff; padding: 34px 24px; }
.gpx10-qual-inner { max-width: 1080px; margin: 0 auto; }
.gpx10-qual-head { max-width: 880px; margin: 0 auto 48px; text-align: center; }

.gpx10-eyebrow {
  display: inline-block;
  color: #135DA8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid #dbe6f5;
  border-radius: 20px;
  margin-bottom: 16px;
}
.gpx10-h2 { color: #0E3E6F; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.gpx10-p { color: #64748b; line-height: 1.7; margin: 0; }

.gpx10-qual-body {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  align-items: center;
}

/* checklist */
.gpx10-qual-list { display: flex; flex-direction: column; gap: 26px; }
.gpx10-qual-item { display: flex; gap: 18px; align-items: flex-start; }
.gpx10-qual-num { color: #dbe6f5; font-weight: 800; flex: 0 0 auto; }
.gpx10-qual-title { color: #0E3E6F; font-weight: 700; margin-bottom: 6px; line-height: 1.4; }
.gpx10-qual-text { color: #64748b; line-height: 1.6; margin: 0; }

/* gauge card */
.gpx10-qual-stat {
  background: #f8faff;
  border: 1px solid #e7edf6;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gpx10-gauge { position: relative; width: 140px; height: 140px; margin-bottom: 26px; }
.gpx10-gauge-svg { width: 100%; height: 100%; }
.gpx10-gauge-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.gpx10-gauge-num { color: #0E3E6F; font-weight: 800; }
.gpx10-gauge-label { color: #64748b; font-weight: 600; }

.gpx10-qual-stat-foot { width: 100%; display: flex; flex-direction: column; gap: 14px; }
.gpx10-qual-stat-row { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid #e7edf6; }
.gpx10-qual-stat-row:first-child { padding-top: 0; border-top: none; }
.gpx10-qual-stat-row span:last-child { color: #64748b; font-weight: 600; }
.gpx10-qual-stat-num { color: #135DA8; font-weight: 800; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .gpx10-qual-body { grid-template-columns: 1fr; gap: 36px; }
  .gpx10-qual-stat { max-width: 340px; margin: 0 auto; }
}
@media (max-width: 560px) {
  .gpx10-qual { padding: 56px 16px; }
  .gpx10-qual-head { margin-bottom: 36px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2200986 */.gpx11-brand { background: #eef3fb; padding: 34px 24px; }
.gpx11-brand-inner { max-width: 1080px; margin: 0 auto; }
.gpx11-brand-head { max-width: 880px; margin: 0 auto 48px; text-align: center; }

.gpx11-eyebrow {
  display: inline-block;
  color: #135DA8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid #dbe6f5;
  border-radius: 20px;
  margin-bottom: 16px;
}
.gpx11-h2 { color: #0E3E6F; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.gpx11-p { color: #64748b; line-height: 1.7; margin: 0; }

/* card grid */
.gpx11-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gpx11-brand-card {
  background: #fff;
  border: 1px solid #dbe6f5;
  border-radius: 16px;
  padding: 26px 22px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.gpx11-brand-card:hover { box-shadow: 0 20px 36px -24px rgba(19,93,168,0.28); transform: translateY(-4px); border-color: #cddcf0; }

.gpx11-brand-icon { width: 42px; height: 42px; border-radius: 12px; background: #eaf2fb; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.gpx11-brand-icon svg { width: 20px; height: 20px; }

.gpx11-brand-title { color: #0E3E6F; font-weight: 700; margin-bottom: 8px; line-height: 1.35; }
.gpx11-brand-text { color: #64748b; line-height: 1.6; margin: 0; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .gpx11-brand-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .gpx11-brand { padding: 56px 16px; }
  .gpx11-brand-head { margin-bottom: 36px; }
  .gpx11-brand-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3010a20 */.gpx12-grow { background: #fff; padding: 34px 24px; }
.gpx12-grow-inner { max-width: 1080px; margin: 0 auto; }
.gpx12-grow-head { max-width: 880px; margin: 0 auto 48px; text-align: center; }

.gpx12-eyebrow {
  display: inline-block;
  color: #135DA8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid #dbe6f5;
  border-radius: 20px;
  margin-bottom: 16px;
}
.gpx12-h2 { color: #0E3E6F; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.gpx12-p { color: #64748b; line-height: 1.7; margin: 0; }

/* card grid */
.gpx12-grow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gpx12-grow-card {
  background: #f8faff;
  border: 1px solid #e7edf6;
  border-radius: 16px;
  padding: 28px 24px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.gpx12-grow-card:hover { box-shadow: 0 20px 36px -24px rgba(19,93,168,0.28); transform: translateY(-4px); border-color: #cddcf0; }

.gpx12-grow-icon { width: 44px; height: 44px; border-radius: 12px; background: #eaf2fb; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.gpx12-grow-icon svg { width: 20px; height: 20px; }

.gpx12-grow-title { color: #0E3E6F; font-weight: 700; margin-bottom: 8px; }
.gpx12-grow-text { color: #64748b; line-height: 1.6; margin: 0; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .gpx12-grow-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .gpx12-grow { padding: 56px 16px; }
  .gpx12-grow-head { margin-bottom: 36px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72c5eee */.gpx13-scale { background: #eef3fb; padding: 34px 24px; }
.gpx13-scale-inner { max-width: 1080px; margin: 0 auto; }
.gpx13-scale-head { max-width: 680px; margin: 0 auto 48px; text-align: center; }

.gpx13-eyebrow {
  display: inline-block;
  color: #135DA8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid #dbe6f5;
  border-radius: 20px;
  margin-bottom: 16px;
}
.gpx13-h2 { color: #0E3E6F; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.gpx13-p { color: #64748b; line-height: 1.7; margin: 0; }

/* grid */
.gpx13-scale-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gpx13-scale-card {
  background: #fff;
  border: 1px solid #dbe6f5;
  border-radius: 18px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.gpx13-scale-card:hover { box-shadow: 0 20px 36px -24px rgba(19,93,168,0.28); transform: translateY(-4px); border-color: #cddcf0; }

.gpx13-scale-icon { width: 44px; height: 44px; border-radius: 12px; background: #eaf2fb; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.gpx13-scale-icon svg { width: 20px; height: 20px; }

.gpx13-scale-title { color: #0E3E6F; font-weight: 700; margin-bottom: 8px; line-height: 1.35; }
.gpx13-scale-text { color: #64748b; line-height: 1.6; margin: 0; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .gpx13-scale-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .gpx13-scale { padding: 56px 16px; }
  .gpx13-scale-head { margin-bottom: 36px; }
  .gpx13-scale-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a8dfe6 */.gpx14-faq button { cursor: pointer; }

.gpx14-faq { background: #fff; padding: 24px 24px; }
.gpx14-faq-inner { max-width: 1080px; margin: 0 auto; }
.gpx14-faq-head { max-width: 620px; margin: 0 auto 44px; text-align: center; }

.gpx14-eyebrow {
  display: inline-block;
  color: #135DA8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid #dbe6f5;
  border-radius: 20px;
  margin-bottom: 16px;
}
.gpx14-h2 { color: #0E3E6F; font-weight: 800; line-height: 1.3; margin-bottom: 14px; }
.gpx14-p { color: #64748b; line-height: 1.7; margin: 0; }

/* accordion list */
.gpx14-faq-list { display: grid; grid-template-columns: 1fr 1fr; grid-auto-flow: column; grid-template-rows: repeat(4, auto); gap: 12px 20px; align-items: start; }
.gpx14-faq-item {
  background: #f8faff;
  border: 1px solid #e7edf6;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.gpx14-faq-item.gpx14-faq-open { background: #fff; border-color: #135DA8; box-shadow: 0 16px 32px -24px rgba(19,93,168,0.35); }

.gpx14-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: none;
  padding: 40px 22px;
  text-align: left;
}
.gpx14-faq-q:hover{
    background: #eef3fb;
}
.gpx14-faq-q span:first-child { color: #0E3E6F; font-weight: 700; line-height: 1.45; }

.gpx14-faq-icon {
  position: relative;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eaf2fb;
}
.gpx14-faq-icon::before, .gpx14-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #135DA8;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background 0.2s ease;
}
.gpx14-faq-icon::before { width: 12px; height: 2px; }
.gpx14-faq-icon::after { width: 2px; height: 12px; }
.gpx14-faq-item.gpx14-faq-open .gpx14-faq-icon { background: #135DA8; }
.gpx14-faq-item.gpx14-faq-open .gpx14-faq-icon::before,
.gpx14-faq-item.gpx14-faq-open .gpx14-faq-icon::after { background: #fff; }
.gpx14-faq-item.gpx14-faq-open .gpx14-faq-icon::after { transform: translate(-50%, -50%) rotate(90deg) scaleY(0); }

.gpx14-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.gpx14-faq-a p { color: #64748b; line-height: 1.7; margin: 0; padding: 0 22px 22px; }

/* RESPONSIVE */
@media (max-width: 767px) {
  .gpx14-faq-list { grid-template-columns: 1fr; grid-auto-flow: row; grid-template-rows: none; }
}
@media (max-width: 560px) {
  .gpx14-faq { padding: 56px 16px; }
  .gpx14-faq-head { margin-bottom: 32px; }
  .gpx14-faq-q { padding: 16px 18px; }
}/* End custom CSS */