.elementor-5 .elementor-element.elementor-element-4dbc865{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-4dbc865.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-5 .elementor-element.elementor-element-4dbc865{--width:97.703%;}}/* Start custom CSS for html, class: .elementor-element-9f180f6 */<style>
:root {
  --str-navy: #061b33;
  --str-navy-2: #08213d;
  --str-navy-3: #041427;
  --str-gold: #d4a638;
  --str-gold-dark: #b88922;
  --str-blue: #0b4f8a;
  --str-text: #253246;
  --str-muted: #5f6f82;
  --str-light: #f5f7fa;
  --str-border: #dfe6ee;
  --str-white: #ffffff;
}

.str-section,
.str-hero,
.str-final-cta {
  box-sizing: border-box;
  font-family: inherit;
}

.str-section *,
.str-hero *,
.str-final-cta * {
  box-sizing: border-box;
}

.str-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.str-section {
  padding: 84px 0;
  background: #ffffff;
  color: var(--str-text);
}

.str-section-light {
  background: var(--str-light);
}

.str-eyebrow {
  display: block;
  margin: 0 0 14px;
  color: var(--str-gold) !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.str-section-header {
  max-width: 820px;
  margin: 0 0 42px;
}

.str-section-header.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.str-section h2,
.str-final-cta h2 {
  margin: 0 0 18px;
  color: var(--str-navy) !important;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.str-section h3 {
  color: var(--str-navy) !important;
}

.str-section p,
.str-final-cta p {
  color: var(--str-muted);
  font-size: 17px;
  line-height: 1.65;
}

.str-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.str-btn:hover {
  transform: translateY(-2px);
}

.str-btn-primary {
  background: var(--str-gold) !important;
  color: var(--str-navy) !important;
  border: 2px solid var(--str-gold) !important;
}

.str-btn-primary:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--str-navy) !important;
}

.str-btn-dark-hover:hover {
  background: var(--str-navy) !important;
  border-color: var(--str-navy) !important;
  color: #ffffff !important;
}

.str-btn-secondary {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.42) !important;
}

.str-btn-secondary:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--str-navy) !important;
}

.str-btn-light {
  background: #ffffff !important;
  color: var(--str-navy) !important;
  border: 2px solid #ffffff !important;
}

.str-btn-light:hover {
  background: var(--str-gold) !important;
  border-color: var(--str-gold) !important;
  color: var(--str-navy) !important;
}

.str-card-grid {
  display: grid;
  gap: 24px;
}

.str-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.str-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.str-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 54px;
  align-items: center;
}

.str-center {
  text-align: center;
}

.str-product-card,
.str-proof-card,
.str-process-step,
.str-insight-card,
.str-standard-box {
  background: #ffffff;
  border: 1px solid var(--str-border);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(7, 27, 51, 0.07);
}

.str-product-card {
  overflow: hidden;
}

.str-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.str-product-card-content,
.str-proof-card,
.str-process-step,
.str-insight-card,
.str-standard-box {
  padding: 28px;
}

.str-product-card h3,
.str-proof-card h3,
.str-process-step h3,
.str-insight-card h3,
.str-standard-box h3 {
  margin: 0 0 10px;
  color: var(--str-navy) !important;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 900;
}

.str-product-card p,
.str-proof-card p,
.str-process-step p,
.str-insight-card p {
  margin: 0 0 18px;
}

.str-product-card a,
.str-insight-card a,
.str-text-link {
  color: var(--str-blue) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.str-product-card a:hover,
.str-insight-card a:hover,
.str-text-link:hover {
  color: var(--str-gold-dark) !important;
}

@media (max-width: 1080px) {
  .str-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .str-section {
    padding: 64px 0;
  }

  .str-two-column,
  .str-grid-3,
  .str-grid-4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .str-container {
    width: min(100% - 34px, 1180px);
  }

  .str-section {
    padding: 54px 0;
  }

  .str-btn {
    width: 100%;
  }

  .str-product-card-content,
  .str-proof-card,
  .str-process-step,
  .str-insight-card,
  .str-standard-box {
    padding: 22px;
  }
}
</style>/* End custom CSS */