.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-43c3149 */.apt-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

.apt-el-hero {
  background: linear-gradient(135deg, #07111f 0%, #0d2238 55%, #102f4d 100%);
  color: #fff;
  padding: 90px 0;
}

.apt-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}

.apt-kicker {
  color: #4fb3ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 12px;
}

.apt-el-hero h1,
.apt-hero-copy h1 {
  color: #ffffff !important;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  margin: 0 0 22px;
  font-weight: 900;
}

.apt-lead,
.apt-section p,
.apt-dark p,
.apt-cta p {
  font-size: 18px;
  line-height: 1.7;
}

.apt-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.apt-hero-points span {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 700;
}

.apt-btn {
  display: inline-block;
  background: #1d8fe1;
  color: #fff;
  padding: 15px 24px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.apt-btn:hover {
  background: #0f76bf;
  color: #fff;
}

.apt-hero-img img,
.apt-card img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.apt-hero-img img {
  box-shadow: 0 24px 70px rgba(0,0,0,.4);
}

.apt-section {
  padding: 80px 0;
  background: #fff;
}

.apt-center {
  max-width: 860px;
  margin: 0 auto 45px;
  text-align: center;
}

.apt-section h2,
.apt-dark h2,
.apt-cta h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 18px;
  color: #07111f;
}

.apt-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.apt-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(7,17,31,.12);
  border: 1px solid #e8edf3;
}

.apt-card-body {
  padding: 26px;
}

.apt-card h3 {
  font-size: 24px;
  margin: 0 0 16px;
  color: #0d2238;
}

.apt-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.apt-card li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  line-height: 1.45;
}

.apt-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1d8fe1;
  font-weight: 900;
}

.apt-dark {
  background: #07111f;
  color: #fff;
  padding: 80px 0;
}

.apt-dark h2 {
  color: #fff;
}

.apt-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.apt-icon-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.apt-icon-list div {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  padding: 20px;
}

.apt-icon-list span {
  flex: 0 0 42px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: #1d8fe1;
  border-radius: 8px;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
}

.apt-icon-list strong {
  display: block;
  font-size: 17px;
  line-height: 1.4;
  color: #fff;
}

.apt-two-col {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.apt-materials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.apt-materials span {
  display: flex;
  align-items: center;
  background: #f3f7fb;
  border: 1px solid #dbe6f0;
  border-left: 5px solid #1d8fe1;
  padding: 15px 16px;
  border-radius: 10px;
  font-weight: 700;
  color: #0d2238;
  line-height: 1.3;
}

.apt-materials span:before {
  content: "•";
  color: #1d8fe1;
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
  font-weight: 900;
}

.apt-cta {
  background: linear-gradient(135deg, #0d2238, #1d8fe1);
  color: #fff;
  text-align: center;
  padding: 75px 0;
}

.apt-cta h2 {
  color: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.apt-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
}

.apt-btn-light {
  background: #fff;
  color: #0d2238;
}

.apt-btn-light:hover {
  background: #eaf4ff;
  color: #0d2238;
}

@media (max-width: 900px) {
  .apt-hero-grid,
  .apt-split,
  .apt-two-col {
    grid-template-columns: 1fr;
  }

  .apt-card-grid {
    grid-template-columns: 1fr;
  }

  .apt-el-hero,
  .apt-section,
  .apt-dark,
  .apt-cta {
    padding: 60px 0;
  }
}

@media (max-width: 600px) {
  .apt-hero-points,
  .apt-icon-list,
  .apt-materials {
    grid-template-columns: 1fr;
  }

  .apt-el-hero h1,
  .apt-hero-copy h1 {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-db51e68 */.apt-local-ecosystem {
  background: #f4f8fc;
  padding: 80px 0;
}

.apt-ecosystem-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 46px;
  align-items: center;
}

.apt-ecosystem-copy h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 20px;
  color: #07111f;
}

.apt-ecosystem-copy p {
  font-size: 18px;
  line-height: 1.7;
  color: #4d5967;
}

.apt-ecosystem-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.apt-ecosystem-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #dbe6f0;
  border-left: 5px solid #1d8fe1;
  border-radius: 14px;
  padding: 18px 20px;
  font-weight: 800;
  color: #0d2238;
  box-shadow: 0 12px 28px rgba(7,17,31,.08);
}

.apt-ecosystem-list span {
  color: #1d8fe1;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 900px) {
  .apt-ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .apt-local-ecosystem {
    padding: 60px 0;
  }
}

@media (max-width: 600px) {
  .apt-ecosystem-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-98771b8 */.apt-faq-section {
  padding: 85px 0;
  background: #ffffff;
}

.apt-faq-header {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.apt-faq-header h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 18px;
  color: #07111f;
}

.apt-faq-header p {
  font-size: 18px;
  line-height: 1.7;
  color: #5b6674;
}

.apt-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.apt-faq-item {
  background: #f7fafe;
  border: 1px solid #dbe6f0;
  border-left: 5px solid #1d8fe1;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(7,17,31,.06);
}

.apt-faq-item h3 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 14px;
  color: #07111f;
}

.apt-faq-item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #586474;
}

@media (max-width: 900px) {
  .apt-faq-grid {
    grid-template-columns: 1fr;
  }

  .apt-faq-section {
    padding: 60px 0;
  }
}/* End custom CSS */