.elementor-3894 .elementor-element.elementor-element-374f6a8{--display:flex;}.elementor-3894 .elementor-element.elementor-element-72cecfd{--display:flex;}.elementor-3894 .elementor-element.elementor-element-abd69e9{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-374f6a8 */h1.entry-title,
.page-title,
h1.page-title,
.ast-page-title,
.elementor-page-title {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abd69e9 */.as-strength-page {
  font-family: inherit;
  color: #153441;
}

.as-strength-page * {
  box-sizing: border-box;
}

.as-strength-page img {
  max-width: 100%;
  display: block;
}

.as-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.as-center {
  text-align: center;
}

.as-section {
  padding: 80px 0;
}

.as-section-label,
.as-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0b95c9;
  margin-bottom: 18px;
}

.as-strength-page h1,
.as-strength-page h2,
.as-strength-page h3 {
  color: #163743;
  line-height: 1.05;
  margin: 0 0 18px;
}

.as-strength-page h1 {
  font-size: 64px;
  font-weight: 700;
}

.as-strength-page h2 {
  font-size: 46px;
  font-weight: 700;
}

.as-strength-page h3 {
  font-size: 24px;
  font-weight: 700;
}

.as-strength-page p,
.as-strength-page li {
  font-size: 20px;
  line-height: 1.7;
  color: #2f4a55;
}

.as-hero {
  padding: 40px 0 30px;
}

.as-hero-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid #d8e3e8;
  border-radius: 34px;
  background: linear-gradient(90deg, #eef6f8 0%, #ffffff 52%, #ffffff 100%);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}

.as-hero-left {
  padding: 10px 6px 10px 6px;
}

.as-hero-buttons {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.as-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 28px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.as-btn-primary {
  background: #14a5d4;
  color: #163743 !important;
}

.as-btn-primary:hover {
  opacity: 0.92;
}

.as-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.as-feature-pill {
  background: #ffffff;
  border: 1px solid #d9e6eb;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 700;
  color: #163743;
}

.as-hero-right {
  display: flex;
  justify-content: center;
}

.as-image-card {
  width: 100%;
  max-width: 600px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(20, 34, 44, 0.12);
}

.as-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.as-intro .as-container {
  max-width: 900px;
}

.as-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.as-split-reverse {
  grid-template-columns: 1fr 1fr;
}

.as-split-image img {
  border-radius: 28px;
  width: 100%;
  box-shadow: 0 16px 40px rgba(20, 34, 44, 0.10);
}

.as-option-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 24px;
}

.as-card {
  background: #ffffff;
  border: 1px solid #dce7ec;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(20, 34, 44, 0.04);
}

.as-highlight {
  margin-top: 18px;
  font-weight: 700;
  color: #163743;
}

.as-benefits-wrap {
  background: #f7fafb;
}

.as-benefits-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.as-benefit-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.as-list {
  margin: 22px 0 0;
  padding-left: 22px;
}

.as-list li {
  margin-bottom: 10px;
}

.as-cta-section {
  background: linear-gradient(180deg, #eef6f8 0%, #f7fbfc 100%);
  border-top: 1px solid #dce7ec;
  border-bottom: 1px solid #dce7ec;
}

.as-cta-section .as-container {
  max-width: 850px;
}

@media (max-width: 1024px) {
  .as-strength-page h1 {
    font-size: 50px;
  }

  .as-strength-page h2 {
    font-size: 38px;
  }

  .as-hero-inner,
  .as-split,
  .as-split-reverse,
  .as-benefits-grid {
    grid-template-columns: 1fr;
  }

  .as-hero {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .as-section {
    padding: 56px 0;
  }

  .as-container {
    padding: 0 18px;
  }

  .as-hero-inner {
    padding: 22px;
    border-radius: 24px;
    gap: 28px;
  }

  .as-strength-page h1 {
    font-size: 38px;
  }

  .as-strength-page h2 {
    font-size: 30px;
  }

  .as-strength-page h3 {
    font-size: 22px;
  }

  .as-strength-page p,
  .as-strength-page li {
    font-size: 18px;
  }

  .as-btn {
    width: 100%;
  }

  .as-card {
    padding: 22px;
    border-radius: 18px;
  }

  .as-image-card,
  .as-split-image img {
    border-radius: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-72cecfd */.page-id-XXX .entry-title {
  display: none !important;
}/* End custom CSS */