/* Start custom CSS for html, class: .elementor-element-43f5e5d */:root {
  --stc-primary: #021b5b;
  --stc-accent: #1e73ff;
  --stc-bg: #ffffff;
  --stc-text: #07122f;
  --stc-muted: #667085;
  --stc-line: rgba(2, 27, 91, 0.1);
  --stc-glass: rgba(255, 255, 255, 0.72);
  --stc-shadow-sm: 0 16px 40px rgba(2, 27, 91, 0.1);
  --stc-shadow-md: 0 28px 80px rgba(2, 27, 91, 0.16);
  --stc-shadow-lg: 0 40px 120px rgba(2, 27, 91, 0.22);
  --stc-radius: 28px;
  --stc-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.stc-hero,
.stc-hero * {
  box-sizing: border-box;
}

.stc-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 720px;
  padding: 112px 24px 96px;
  background:
    radial-gradient(circle at 78% 20%, rgba(30, 115, 255, 0.16), transparent 34%),
    radial-gradient(circle at 12% 80%, rgba(2, 27, 91, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  color: var(--stc-text);
  font-family: var(--stc-font);
}

.stc-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(2, 27, 91, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 27, 91, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent 88%);
}

.stc-hero__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 72px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.stc-hero__content {
  max-width: 650px;
}

.stc-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 24px;
  padding: 8px 14px;
  border: 1px solid rgba(30, 115, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 26px rgba(2, 27, 91, 0.07);
  color: var(--stc-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.stc-hero__title {
  margin: 0;
  max-width: 720px;
  color: var(--stc-primary);
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 820;
  line-height: 0.98;
  letter-spacing: 0;
}

.stc-hero__description {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--stc-muted);
  font-size: 18px;
  font-weight: 450;
  line-height: 1.72;
}

.stc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.stc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.stc-button:hover {
  transform: translateY(-2px);
}

.stc-button--primary {
  background: linear-gradient(135deg, var(--stc-primary), var(--stc-accent));
  box-shadow: 0 18px 42px rgba(30, 115, 255, 0.28);
  color: #ffffff;
}

.stc-button--primary:hover {
  box-shadow: 0 24px 56px rgba(30, 115, 255, 0.34);
}

.stc-button--secondary {
  border-color: rgba(2, 27, 91, 0.14);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 34px rgba(2, 27, 91, 0.08);
  color: var(--stc-primary);
}

.stc-button--secondary:hover {
  border-color: rgba(30, 115, 255, 0.28);
  color: var(--stc-accent);
}

.stc-dashboard {
  position: relative;
  min-height: 570px;
}

.stc-dashboard__shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 520px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--stc-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.64)),
    radial-gradient(circle at 80% 0%, rgba(30, 115, 255, 0.16), transparent 38%);
  box-shadow: var(--stc-shadow-lg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.stc-dashboard__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), transparent 42%);
}

.stc-dashboard__header,
.stc-dashboard__metrics,
.stc-dashboard__footer {
  position: relative;
  z-index: 1;
}

.stc-dashboard__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.stc-dashboard__eyebrow {
  margin: 0 0 7px;
  color: var(--stc-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.stc-dashboard__title {
  margin: 0;
  color: var(--stc-primary);
  font-size: 28px;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.1;
}

.stc-dashboard__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(30, 115, 255, 0.18);
  border-radius: 999px;
  background: rgba(30, 115, 255, 0.08);
  color: var(--stc-accent);
  font-size: 12px;
  font-weight: 800;
}

.stc-dashboard__status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--stc-accent);
  box-shadow: 0 0 0 5px rgba(30, 115, 255, 0.12);
}

.stc-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.stc-metric {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(2, 27, 91, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--stc-shadow-sm);
}

.stc-metric__label,
.stc-float-card__label,
.stc-progress__label {
  display: block;
  color: var(--stc-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.stc-metric__value {
  display: block;
  margin-top: 10px;
  color: var(--stc-primary);
  font-size: 25px;
  font-weight: 830;
  line-height: 1;
}

.stc-metric__trend {
  display: block;
  margin-top: 10px;
  color: var(--stc-accent);
  font-size: 12px;
  font-weight: 800;
}

.stc-chart {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 260px;
  margin-top: 20px;
  border: 1px solid rgba(2, 27, 91, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 250, 255, 0.72));
}

.stc-chart__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(2, 27, 91, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 27, 91, 0.06) 1px, transparent 1px);
  background-size: 100% 25%, 20% 100%;
}

.stc-chart__svg {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  filter: drop-shadow(0 18px 24px rgba(30, 115, 255, 0.18));
}

.stc-dashboard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(2, 27, 91, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.66);
}

.stc-progress {
  flex: 1;
  min-width: 0;
}

.stc-progress__track {
  display: block;
  overflow: hidden;
  height: 9px;
  margin-top: 10px;
  border-radius: 999px;
  background: rgba(2, 27, 91, 0.08);
}

.stc-progress__bar {
  display: block;
  width: 92%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--stc-primary), var(--stc-accent));
}

.stc-progress__score {
  color: var(--stc-primary);
  font-size: 26px;
  font-weight: 850;
}

.stc-float-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 13px;
  width: 210px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 20px;
  background: var(--stc-glass);
  box-shadow: var(--stc-shadow-md);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.stc-float-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 84px rgba(2, 27, 91, 0.2);
}

.stc-float-card--top {
  top: 72px;
  right: -34px;
}

.stc-float-card--bottom {
  bottom: 54px;
  left: -38px;
}

.stc-float-card__icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(30, 115, 255, 0.96), rgba(2, 27, 91, 0.96)),
    #1e73ff;
  box-shadow: 0 16px 28px rgba(30, 115, 255, 0.28);
}

.stc-float-card__value {
  display: block;
  margin-top: 5px;
  color: var(--stc-primary);
  font-size: 24px;
  font-weight: 850;
  line-height: 1;
}

@media (max-width: 1024px) {
  .stc-hero {
    padding: 88px 22px 78px;
  }

  .stc-hero__container {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .stc-hero__content {
    max-width: 760px;
  }

  .stc-dashboard {
    min-height: auto;
  }

  .stc-float-card--top {
    right: 16px;
  }

  .stc-float-card--bottom {
    left: 16px;
  }
}

@media (max-width: 680px) {
  .stc-hero {
    min-height: auto;
    padding: 72px 18px 64px;
  }

  .stc-hero__title {
    font-size: clamp(38px, 13vw, 54px);
    line-height: 1.02;
  }

  .stc-hero__description {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.68;
  }

  .stc-hero__actions {
    margin-top: 30px;
  }

  .stc-button {
    width: 100%;
  }

  .stc-dashboard__shell {
    min-height: auto;
    padding: 18px;
    border-radius: 24px;
  }

  .stc-dashboard__header {
    align-items: flex-start;
  }

  .stc-dashboard__title {
    font-size: 23px;
  }

  .stc-dashboard__metrics {
    grid-template-columns: 1fr;
  }

  .stc-metric {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 6px 12px;
  }

  .stc-metric__value,
  .stc-metric__trend {
    margin-top: 0;
  }

  .stc-metric__trend {
    text-align: right;
  }

  .stc-chart {
    height: 220px;
  }

  .stc-dashboard__footer {
    padding: 16px;
  }

  .stc-float-card {
    position: relative;
    width: 100%;
    margin-top: 14px;
    inset: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf25b4b */:root {
  --stc-primary: #021b5b;
  --stc-accent: #1e73ff;
  --stc-bg: #ffffff;
  --stc-text: #07122f;
  --stc-muted: #667085;
  --stc-line: rgba(2, 27, 91, 0.1);
  --stc-glass: rgba(255, 255, 255, 0.72);
  --stc-shadow-sm: 0 16px 40px rgba(2, 27, 91, 0.1);
  --stc-shadow-md: 0 28px 80px rgba(2, 27, 91, 0.16);
  --stc-radius: 28px;
  --stc-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.stc-challenges,
.stc-challenges * {
  box-sizing: border-box;
}

.stc-challenges {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 108px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(30, 115, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  color: var(--stc-text);
  font-family: var(--stc-font);
}

.stc-challenges__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(2, 27, 91, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 27, 91, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 12%, rgba(0, 0, 0, 0.95), transparent 68%);
}

.stc-challenges__container {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.stc-challenges__header {
  max-width: 790px;
  margin: 0 auto 58px;
  text-align: center;
}

.stc-challenges__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 22px;
  padding: 8px 14px;
  border: 1px solid rgba(30, 115, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 26px rgba(2, 27, 91, 0.07);
  color: var(--stc-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.stc-challenges__title {
  margin: 0;
  color: var(--stc-primary);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 820;
  line-height: 1.04;
  letter-spacing: 0;
}

.stc-challenges__description {
  margin: 24px auto 0;
  max-width: 760px;
  color: var(--stc-muted);
  font-size: 18px;
  font-weight: 450;
  line-height: 1.72;
}

.stc-challenges__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stc-challenge-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--stc-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 82% 0%, rgba(30, 115, 255, 0.15), transparent 36%);
  box-shadow: var(--stc-shadow-sm);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.stc-challenge-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), transparent 44%);
}

.stc-challenge-card::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(30, 115, 255, 0.08);
  filter: blur(4px);
}

.stc-challenge-card:hover {
  transform: translateY(-8px);
  border-color: rgba(30, 115, 255, 0.28);
  box-shadow: var(--stc-shadow-md);
}

.stc-challenge-card__icon,
.stc-challenge-card__title,
.stc-challenge-card__description {
  position: relative;
  z-index: 1;
}

.stc-challenge-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 34px;
  border: 1px solid rgba(30, 115, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(30, 115, 255, 0.12), rgba(2, 27, 91, 0.06)),
    rgba(255, 255, 255, 0.66);
  box-shadow: 0 16px 34px rgba(30, 115, 255, 0.14);
  color: var(--stc-accent);
}

.stc-challenge-card__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stc-challenge-card__title {
  margin: 0;
  color: var(--stc-primary);
  font-size: 24px;
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: 0;
}

.stc-challenge-card__description {
  margin: 16px 0 0;
  color: var(--stc-muted);
  font-size: 16px;
  font-weight: 450;
  line-height: 1.68;
}

@media (max-width: 1024px) {
  .stc-challenges {
    padding: 88px 22px;
  }

  .stc-challenges__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stc-challenge-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .stc-challenges {
    padding: 72px 18px;
  }

  .stc-challenges__header {
    margin-bottom: 42px;
  }

  .stc-challenges__title {
    font-size: clamp(34px, 11vw, 46px);
  }

  .stc-challenges__description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.68;
  }

  .stc-challenges__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stc-challenge-card,
  .stc-challenge-card:last-child {
    grid-column: auto;
  }

  .stc-challenge-card {
    min-height: auto;
    padding: 26px;
    border-radius: 24px;
  }

  .stc-challenge-card__icon {
    margin-bottom: 26px;
  }

  .stc-challenge-card__title {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-602fcdc */:root {
  --stc-primary: #021b5b;
  --stc-accent: #1e73ff;
  --stc-bg: #ffffff;
  --stc-text: #07122f;
  --stc-muted: #667085;
  --stc-line: rgba(2, 27, 91, 0.1);
  --stc-glass: rgba(255, 255, 255, 0.72);
  --stc-shadow-sm: 0 16px 40px rgba(2, 27, 91, 0.1);
  --stc-shadow-md: 0 28px 80px rgba(2, 27, 91, 0.16);
  --stc-shadow-lg: 0 40px 120px rgba(2, 27, 91, 0.2);
  --stc-radius: 28px;
  --stc-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.stc-framework,
.stc-framework * {
  box-sizing: border-box;
}

.stc-framework {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 112px 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(30, 115, 255, 0.12), transparent 32%),
    radial-gradient(circle at 92% 72%, rgba(2, 27, 91, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  color: var(--stc-text);
  font-family: var(--stc-font);
}

.stc-framework__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(2, 27, 91, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 27, 91, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 88%);
}

.stc-framework__container {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  align-items: start;
  gap: 76px;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.stc-framework__content {
  position: sticky;
  top: 96px;
  max-width: 560px;
  padding-top: 12px;
}

.stc-framework__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 24px;
  padding: 8px 14px;
  border: 1px solid rgba(30, 115, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 26px rgba(2, 27, 91, 0.07);
  color: var(--stc-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.stc-framework__title {
  margin: 0;
  color: var(--stc-primary);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 820;
  line-height: 1.02;
  letter-spacing: 0;
}

.stc-framework__subtitle {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--stc-muted);
  font-size: 18px;
  font-weight: 450;
  line-height: 1.72;
}

.stc-framework__timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0 0 0 42px;
  list-style: none;
  counter-reset: stc-step;
}

.stc-framework__timeline::before,
.stc-framework__timeline::after {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 13px;
  width: 2px;
  border-radius: 999px;
}

.stc-framework__timeline::before {
  background: rgba(2, 27, 91, 0.1);
}

.stc-framework__timeline::after {
  background: linear-gradient(180deg, var(--stc-accent), rgba(30, 115, 255, 0));
  transform-origin: top;
  animation: stcTimelineGrow 1600ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.stc-step {
  position: relative;
  animation: stcStepReveal 700ms ease both;
}

.stc-step:nth-child(1) {
  animation-delay: 90ms;
}

.stc-step:nth-child(2) {
  animation-delay: 180ms;
}

.stc-step:nth-child(3) {
  animation-delay: 270ms;
}

.stc-step:nth-child(4) {
  animation-delay: 360ms;
}

.stc-step:nth-child(5) {
  animation-delay: 450ms;
}

.stc-step:nth-child(6) {
  animation-delay: 540ms;
}

.stc-step__marker {
  position: absolute;
  top: 30px;
  left: -42px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  background: var(--stc-accent);
  box-shadow:
    0 0 0 1px rgba(30, 115, 255, 0.22),
    0 12px 24px rgba(30, 115, 255, 0.28);
}

.stc-step__marker::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: inherit;
  background: rgba(30, 115, 255, 0.14);
  animation: stcPulse 2200ms ease-in-out infinite;
}

.stc-step__card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  min-height: 98px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.64)),
    radial-gradient(circle at 88% 0%, rgba(30, 115, 255, 0.14), transparent 36%);
  box-shadow: var(--stc-shadow-sm);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.stc-step__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), transparent 45%);
}

.stc-step__card:hover {
  transform: translateY(-5px);
  border-color: rgba(30, 115, 255, 0.28);
  box-shadow: var(--stc-shadow-md);
}

.stc-step__number,
.stc-step__title {
  position: relative;
  z-index: 1;
}

.stc-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(30, 115, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(30, 115, 255, 0.13), rgba(2, 27, 91, 0.06)),
    rgba(255, 255, 255, 0.7);
  color: var(--stc-accent);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(30, 115, 255, 0.12);
}

.stc-step__title {
  margin: 0;
  color: var(--stc-primary);
  font-size: 22px;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: 0;
}

@keyframes stcTimelineGrow {
  from {
    transform: scaleY(0);
    opacity: 0;
  }

  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes stcStepReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stcPulse {
  0%,
  100% {
    transform: scale(0.78);
    opacity: 0.4;
  }

  50% {
    transform: scale(1);
    opacity: 0.12;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stc-framework__timeline::after,
  .stc-step,
  .stc-step__marker::after {
    animation: none;
  }

  .stc-step__card,
  .stc-step__card:hover {
    transition: none;
  }
}

@media (max-width: 1024px) {
  .stc-framework {
    padding: 88px 22px;
  }

  .stc-framework__container {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .stc-framework__content {
    position: relative;
    top: auto;
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .stc-framework {
    padding: 72px 18px;
  }

  .stc-framework__title {
    font-size: clamp(34px, 11vw, 46px);
  }

  .stc-framework__subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.68;
  }

  .stc-framework__timeline {
    gap: 14px;
    padding-left: 34px;
  }

  .stc-framework__timeline::before,
  .stc-framework__timeline::after {
    left: 10px;
  }

  .stc-step__marker {
    left: -34px;
    width: 22px;
    height: 22px;
    border-width: 6px;
  }

  .stc-step__card {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .stc-step__number {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .stc-step__title {
    font-size: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ff3a64 */:root {
  --stc-primary: #021b5b;
  --stc-accent: #1e73ff;
  --stc-bg: #ffffff;
  --stc-text: #07122f;
  --stc-muted: #667085;
  --stc-line: rgba(2, 27, 91, 0.1);
  --stc-glass: rgba(255, 255, 255, 0.72);
  --stc-shadow-sm: 0 16px 40px rgba(2, 27, 91, 0.1);
  --stc-shadow-md: 0 28px 80px rgba(2, 27, 91, 0.16);
  --stc-radius: 28px;
  --stc-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.stc-services,
.stc-services * {
  box-sizing: border-box;
}

.stc-services {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 108px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(30, 115, 255, 0.12), transparent 32%),
    radial-gradient(circle at 8% 88%, rgba(2, 27, 91, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  color: var(--stc-text);
  font-family: var(--stc-font);
}

.stc-services__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(2, 27, 91, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 27, 91, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 12%, rgba(0, 0, 0, 0.95), transparent 70%);
}

.stc-services__container {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.stc-services__header {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.stc-services__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 22px;
  padding: 8px 14px;
  border: 1px solid rgba(30, 115, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 26px rgba(2, 27, 91, 0.07);
  color: var(--stc-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.stc-services__title {
  margin: 0;
  color: var(--stc-primary);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 820;
  line-height: 1.04;
  letter-spacing: 0;
}

.stc-services__subtitle {
  margin: 24px auto 0;
  max-width: 680px;
  color: var(--stc-muted);
  font-size: 18px;
  font-weight: 450;
  line-height: 1.72;
}

.stc-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stc-service-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--stc-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 82% 0%, rgba(30, 115, 255, 0.15), transparent 36%);
  box-shadow: var(--stc-shadow-sm);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.stc-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), transparent 44%);
}

.stc-service-card::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(30, 115, 255, 0.08);
  filter: blur(4px);
}

.stc-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(30, 115, 255, 0.28);
  box-shadow: var(--stc-shadow-md);
}

.stc-service-card__icon,
.stc-service-card__title,
.stc-service-card__description,
.stc-service-card__link {
  position: relative;
  z-index: 1;
}

.stc-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 32px;
  border: 1px solid rgba(30, 115, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(30, 115, 255, 0.12), rgba(2, 27, 91, 0.06)),
    rgba(255, 255, 255, 0.66);
  box-shadow: 0 16px 34px rgba(30, 115, 255, 0.14);
  color: var(--stc-accent);
}

.stc-service-card__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stc-service-card__title {
  margin: 0;
  color: var(--stc-primary);
  font-size: 24px;
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: 0;
}

.stc-service-card__description {
  margin: 16px 0 0;
  color: var(--stc-muted);
  font-size: 16px;
  font-weight: 450;
  line-height: 1.66;
}

.stc-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--stc-accent);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color 220ms ease, transform 220ms ease;
}

.stc-service-card__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 220ms ease;
}

.stc-service-card__link:hover {
  color: var(--stc-primary);
  transform: translateX(2px);
}

.stc-service-card__link:hover::after {
  transform: translateX(3px) rotate(45deg);
}

@media (max-width: 1024px) {
  .stc-services {
    padding: 88px 22px;
  }

  .stc-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .stc-services {
    padding: 72px 18px;
  }

  .stc-services__header {
    margin-bottom: 42px;
  }

  .stc-services__title {
    font-size: clamp(34px, 11vw, 46px);
  }

  .stc-services__subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.68;
  }

  .stc-services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stc-service-card {
    min-height: auto;
    padding: 26px;
    border-radius: 24px;
  }

  .stc-service-card__icon {
    margin-bottom: 26px;
  }

  .stc-service-card__title {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9838e4a */:root {
  --stc-primary: #021b5b;
  --stc-accent: #1e73ff;
  --stc-bg: #ffffff;
  --stc-text: #07122f;
  --stc-muted: #667085;
  --stc-line: rgba(2, 27, 91, 0.1);
  --stc-glass: rgba(255, 255, 255, 0.72);
  --stc-shadow-sm: 0 16px 40px rgba(2, 27, 91, 0.1);
  --stc-shadow-md: 0 28px 80px rgba(2, 27, 91, 0.16);
  --stc-shadow-lg: 0 40px 120px rgba(2, 27, 91, 0.2);
  --stc-radius: 28px;
  --stc-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.stc-about,
.stc-about * {
  box-sizing: border-box;
}

.stc-about {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 112px 24px;
  background:
    radial-gradient(circle at 18% 24%, rgba(30, 115, 255, 0.13), transparent 32%),
    radial-gradient(circle at 90% 76%, rgba(2, 27, 91, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  color: var(--stc-text);
  font-family: var(--stc-font);
}

.stc-about__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(2, 27, 91, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 27, 91, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 88%);
}

.stc-about__container {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1fr);
  align-items: center;
  gap: 78px;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.stc-about__media {
  position: relative;
  min-height: 620px;
}

.stc-about__portrait-frame {
  position: relative;
  overflow: hidden;
  width: min(470px, 100%);
  min-height: 590px;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 80% 0%, rgba(30, 115, 255, 0.18), transparent 38%);
  box-shadow: var(--stc-shadow-lg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.stc-about__portrait-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), transparent 44%);
}

.stc-about__portrait-placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 560px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(30, 115, 255, 0.2), transparent 30%),
    linear-gradient(145deg, #f7faff 0%, #ffffff 48%, #eaf2ff 100%);
  overflow: hidden;
}

.stc-about__portrait-placeholder::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(2, 27, 91, 0.95), rgba(30, 115, 255, 0.88));
  transform: translateY(-52px);
  box-shadow: 0 28px 70px rgba(30, 115, 255, 0.22);
}

.stc-about__portrait-placeholder::after {
  content: "";
  position: absolute;
  bottom: -120px;
  width: 420px;
  height: 330px;
  border-radius: 48% 48% 0 0;
  background: linear-gradient(135deg, rgba(2, 27, 91, 0.98), rgba(30, 115, 255, 0.82));
  box-shadow: 0 -24px 80px rgba(2, 27, 91, 0.16);
}

.stc-about__portrait-initials {
  position: relative;
  z-index: 2;
  transform: translateY(-52px);
  color: #ffffff;
  font-size: 74px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.stc-about__glass-card {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 6px;
  min-width: 190px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 20px;
  background: var(--stc-glass);
  box-shadow: var(--stc-shadow-md);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.stc-about__glass-card--top {
  top: 78px;
  right: 0;
}

.stc-about__glass-card--bottom {
  bottom: 74px;
  left: 0;
}

.stc-about__glass-label {
  color: var(--stc-muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.stc-about__glass-value {
  color: var(--stc-primary);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.1;
}

.stc-about__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 24px;
  padding: 8px 14px;
  border: 1px solid rgba(30, 115, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 26px rgba(2, 27, 91, 0.07);
  color: var(--stc-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.stc-about__title {
  margin: 0;
  color: var(--stc-primary);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 820;
  line-height: 1.02;
  letter-spacing: 0;
}

.stc-about__identity {
  margin-top: 26px;
  padding-left: 18px;
  border-left: 3px solid var(--stc-accent);
}

.stc-about__name {
  margin: 0;
  color: var(--stc-text);
  font-size: 26px;
  font-weight: 830;
  line-height: 1.15;
}

.stc-about__role {
  margin: 7px 0 0;
  color: var(--stc-accent);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.stc-about__copy {
  margin-top: 26px;
}

.stc-about__copy p {
  margin: 0;
  color: var(--stc-muted);
  font-size: 17px;
  font-weight: 450;
  line-height: 1.72;
}

.stc-about__copy p + p {
  margin-top: 18px;
}

.stc-about__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.stc-about__highlights li {
  position: relative;
  min-height: 52px;
  padding: 15px 16px 15px 46px;
  border: 1px solid rgba(2, 27, 91, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--stc-shadow-sm);
  color: var(--stc-primary);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.35;
}

.stc-about__highlights li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--stc-accent);
  box-shadow: 0 0 0 5px rgba(30, 115, 255, 0.12);
}

.stc-about__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}

.stc-about__button,
.stc-about__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  font-size: 15px;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.stc-about__button {
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--stc-primary), var(--stc-accent));
  box-shadow: 0 18px 42px rgba(30, 115, 255, 0.28);
  color: #ffffff;
}

.stc-about__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(30, 115, 255, 0.34);
}

.stc-about__link {
  gap: 8px;
  color: var(--stc-accent);
}

.stc-about__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 220ms ease;
}

.stc-about__link:hover {
  color: var(--stc-primary);
  transform: translateX(2px);
}

.stc-about__link:hover::after {
  transform: translateX(3px) rotate(45deg);
}

@media (max-width: 1024px) {
  .stc-about {
    padding: 88px 22px;
  }

  .stc-about__container {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .stc-about__media {
    order: 2;
    min-height: 560px;
  }

  .stc-about__content {
    order: 1;
    max-width: 780px;
  }

  .stc-about__portrait-frame {
    max-width: 520px;
    min-height: 530px;
  }

  .stc-about__portrait-placeholder {
    min-height: 500px;
  }

  .stc-about__glass-card--top {
    right: max(0px, calc((100% - 520px) / 2));
  }

  .stc-about__glass-card--bottom {
    left: max(0px, calc((100% - 520px) / 2));
  }
}

@media (max-width: 680px) {
  .stc-about {
    padding: 72px 18px;
  }

  .stc-about__title {
    font-size: clamp(34px, 11vw, 46px);
  }

  .stc-about__identity {
    margin-top: 22px;
  }

  .stc-about__copy p {
    font-size: 16px;
    line-height: 1.68;
  }

  .stc-about__highlights {
    grid-template-columns: 1fr;
  }

  .stc-about__actions {
    align-items: stretch;
    margin-top: 30px;
  }

  .stc-about__button {
    width: 100%;
  }

  .stc-about__link {
    justify-content: center;
    width: 100%;
  }

  .stc-about__media {
    min-height: auto;
  }

  .stc-about__portrait-frame {
    min-height: auto;
    padding: 10px;
    border-radius: 28px;
  }

  .stc-about__portrait-placeholder {
    min-height: 430px;
    border-radius: 20px;
  }

  .stc-about__portrait-placeholder::before {
    width: 210px;
    height: 210px;
  }

  .stc-about__portrait-placeholder::after {
    width: 340px;
    height: 280px;
  }

  .stc-about__portrait-initials {
    font-size: 60px;
  }

  .stc-about__glass-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdec1b3 */:root {
  --stc-primary: #021b5b;
  --stc-accent: #1e73ff;
  --stc-bg: #f8fafc;
  --stc-text: #07122f;
  --stc-muted: #667085;
  --stc-line: rgba(2, 27, 91, 0.1);
  --stc-glass: rgba(255, 255, 255, 0.72);
  --stc-shadow-sm: 0 16px 40px rgba(2, 27, 91, 0.1);
  --stc-shadow-md: 0 28px 80px rgba(2, 27, 91, 0.16);
  --stc-radius: 28px;
  --stc-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.stc-testimonials,
.stc-testimonials * {
  box-sizing: border-box;
}

.stc-testimonials {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 108px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(30, 115, 255, 0.12), transparent 32%),
    radial-gradient(circle at 90% 86%, rgba(2, 27, 91, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  color: var(--stc-text);
  font-family: var(--stc-font);
}

.stc-testimonials__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(2, 27, 91, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 27, 91, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 12%, rgba(0, 0, 0, 0.95), transparent 70%);
}

.stc-testimonials__container {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.stc-testimonials__header {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.stc-testimonials__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 22px;
  padding: 8px 14px;
  border: 1px solid rgba(30, 115, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 26px rgba(2, 27, 91, 0.07);
  color: var(--stc-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.stc-testimonials__title {
  margin: 0;
  color: var(--stc-primary);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 820;
  line-height: 1.04;
  letter-spacing: 0;
}

.stc-testimonials__subtitle {
  margin: 24px auto 0;
  max-width: 680px;
  color: var(--stc-muted);
  font-size: 18px;
  font-weight: 450;
  line-height: 1.72;
}

.stc-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.stc-testimonial-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--stc-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.64)),
    radial-gradient(circle at 82% 0%, rgba(30, 115, 255, 0.15), transparent 36%);
  box-shadow: var(--stc-shadow-sm);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.stc-testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), transparent 44%);
}

.stc-testimonial-card::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(30, 115, 255, 0.08);
  filter: blur(4px);
}

.stc-testimonial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(30, 115, 255, 0.28);
  box-shadow: var(--stc-shadow-md);
}

.stc-testimonial-card__quote,
.stc-testimonial-card__text,
.stc-testimonial-card__footer {
  position: relative;
  z-index: 1;
}

.stc-testimonial-card__quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  border: 1px solid rgba(30, 115, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(30, 115, 255, 0.12), rgba(2, 27, 91, 0.06)),
    rgba(255, 255, 255, 0.66);
  box-shadow: 0 16px 34px rgba(30, 115, 255, 0.14);
  color: var(--stc-accent);
}

.stc-testimonial-card__quote svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.stc-testimonial-card__text {
  margin: 0;
  color: var(--stc-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.72;
}

.stc-testimonial-card__footer {
  display: grid;
  gap: 16px;
  margin-top: auto;
  padding-top: 30px;
}

.stc-testimonial-card__name {
  margin: 0;
  color: var(--stc-primary);
  font-size: 18px;
  font-weight: 830;
  line-height: 1.2;
}

.stc-testimonial-card__type {
  margin: 7px 0 0;
  color: var(--stc-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
}

.stc-testimonial-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--stc-accent);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  .stc-testimonials {
    padding: 88px 22px;
  }

  .stc-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stc-testimonial-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .stc-testimonials {
    padding: 72px 18px;
  }

  .stc-testimonials__header {
    margin-bottom: 42px;
  }

  .stc-testimonials__title {
    font-size: clamp(34px, 11vw, 46px);
  }

  .stc-testimonials__subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.68;
  }

  .stc-testimonials__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stc-testimonial-card,
  .stc-testimonial-card:last-child {
    grid-column: auto;
  }

  .stc-testimonial-card {
    min-height: auto;
    padding: 26px;
    border-radius: 24px;
  }

  .stc-testimonial-card__quote {
    margin-bottom: 24px;
  }

  .stc-testimonial-card__text {
    font-size: 16px;
    line-height: 1.68;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1cdfc66 */:root {
  --stc-primary: #021b5b;
  --stc-accent: #1e73ff;
  --stc-bg: #ffffff;
  --stc-text: #07122f;
  --stc-muted: #667085;
  --stc-glass-dark: rgba(255, 255, 255, 0.1);
  --stc-border-dark: rgba(255, 255, 255, 0.18);
  --stc-shadow-dark: 0 40px 120px rgba(0, 0, 0, 0.34);
  --stc-radius: 32px;
  --stc-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.stc-cta,
.stc-cta * {
  box-sizing: border-box;
}

.stc-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 108px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(30, 115, 255, 0.34), transparent 36%),
    radial-gradient(circle at 8% 90%, rgba(30, 115, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #021b5b 0%, #03133d 54%, #02091f 100%);
  color: #ffffff;
  font-family: var(--stc-font);
}

.stc-cta__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0.95), transparent 72%);
}

.stc-cta__container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.stc-cta__panel {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 52px;
  border: 1px solid var(--stc-border-dark);
  border-radius: var(--stc-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    radial-gradient(circle at 50% 0%, rgba(30, 115, 255, 0.24), transparent 42%);
  box-shadow: var(--stc-shadow-dark);
  text-align: center;
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}

.stc-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 42%);
}

.stc-cta__badge,
.stc-cta__title,
.stc-cta__description,
.stc-cta__actions {
  position: relative;
  z-index: 1;
}

.stc-cta__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 24px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.stc-cta__title {
  max-width: 820px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
}

.stc-cta__description {
  max-width: 720px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  font-weight: 450;
  line-height: 1.72;
}

.stc-cta__actions {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: 38px;
}

.stc-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #dfeaff);
  box-shadow: 0 22px 58px rgba(30, 115, 255, 0.34);
  color: var(--stc-primary);
  font-size: 15px;
  font-weight: 830;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.stc-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 70px rgba(30, 115, 255, 0.42);
}

.stc-cta__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .stc-cta {
    padding: 78px 18px;
  }

  .stc-cta__panel {
    padding: 56px 24px;
    border-radius: 26px;
  }

  .stc-cta__title {
    font-size: clamp(34px, 11vw, 48px);
  }

  .stc-cta__description {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.68;
  }

  .stc-cta__button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8139156 */:root {
  --stc-primary: #021b5b;
  --stc-accent: #1e73ff;
  --stc-bg: #f8fafc;
  --stc-text: #07122f;
  --stc-muted: #667085;
  --stc-line: rgba(2, 27, 91, 0.1);
  --stc-glass: rgba(255, 255, 255, 0.72);
  --stc-shadow-sm: 0 16px 40px rgba(2, 27, 91, 0.1);
  --stc-shadow-md: 0 28px 80px rgba(2, 27, 91, 0.16);
  --stc-shadow-lg: 0 40px 120px rgba(2, 27, 91, 0.2);
  --stc-radius: 28px;
  --stc-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.stc-contact,
.stc-contact * {
  box-sizing: border-box;
}

.stc-contact {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 112px 24px;
  background:
    radial-gradient(circle at 16% 18%, rgba(30, 115, 255, 0.13), transparent 32%),
    radial-gradient(circle at 88% 76%, rgba(2, 27, 91, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  color: var(--stc-text);
  font-family: var(--stc-font);
}

.stc-contact__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(2, 27, 91, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 27, 91, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 16%, rgba(0, 0, 0, 0.95), transparent 72%);
}

.stc-contact__container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  align-items: start;
  gap: 70px;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.stc-contact__content {
  max-width: 570px;
}

.stc-contact__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 24px;
  padding: 8px 14px;
  border: 1px solid rgba(30, 115, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 26px rgba(2, 27, 91, 0.07);
  color: var(--stc-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.stc-contact__title {
  margin: 0;
  color: var(--stc-primary);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 820;
  line-height: 1.02;
  letter-spacing: 0;
}

.stc-contact__subtitle {
  max-width: 540px;
  margin: 26px 0 0;
  color: var(--stc-muted);
  font-size: 18px;
  font-weight: 450;
  line-height: 1.72;
}

.stc-contact__info-card {
  position: relative;
  overflow: hidden;
  margin-top: 36px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--stc-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 82% 0%, rgba(30, 115, 255, 0.15), transparent 36%);
  box-shadow: var(--stc-shadow-sm);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.stc-contact__info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), transparent 44%);
}

.stc-contact__info-title,
.stc-contact__benefits,
.stc-contact__details {
  position: relative;
  z-index: 1;
}

.stc-contact__info-title {
  margin: 0;
  color: var(--stc-primary);
  font-size: 24px;
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: 0;
}

.stc-contact__benefits {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.stc-contact__benefits li {
  position: relative;
  padding-left: 30px;
  color: var(--stc-text);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.stc-contact__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(30, 115, 255, 0.1);
  color: var(--stc-accent);
  font-size: 12px;
  font-weight: 900;
}

.stc-contact__details {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.stc-contact__detail {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(2, 27, 91, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  color: inherit;
  text-decoration: none;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.stc-contact__detail:hover {
  transform: translateY(-2px);
  border-color: rgba(30, 115, 255, 0.24);
  box-shadow: 0 16px 38px rgba(2, 27, 91, 0.1);
}

.stc-contact__detail span {
  color: var(--stc-muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.stc-contact__detail strong {
  color: var(--stc-primary);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.stc-contact__form {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--stc-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.64)),
    radial-gradient(circle at 86% 0%, rgba(30, 115, 255, 0.16), transparent 38%);
  box-shadow: var(--stc-shadow-lg);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.stc-contact__form::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), transparent 44%);
}

.stc-contact__field,
.stc-contact__submit {
  position: relative;
  z-index: 1;
}

.stc-contact__field {
  display: grid;
  gap: 9px;
}

.stc-contact__field--full {
  grid-column: 1 / -1;
}

.stc-contact__field label {
  color: var(--stc-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.stc-contact__field input,
.stc-contact__field select,
.stc-contact__field textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(2, 27, 91, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(2, 27, 91, 0.05);
  color: var(--stc-text);
  font: 500 15px/1.4 var(--stc-font);
  outline: none;
  padding: 0 16px;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.stc-contact__field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--stc-primary) 50%),
    linear-gradient(135deg, var(--stc-primary) 50%, transparent 50%);
  background-position:
    calc(100% - 21px) 23px,
    calc(100% - 15px) 23px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.stc-contact__field textarea {
  min-height: 136px;
  padding: 15px 16px;
  resize: vertical;
}

.stc-contact__field input:focus,
.stc-contact__field select:focus,
.stc-contact__field textarea:focus {
  border-color: rgba(30, 115, 255, 0.55);
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 4px rgba(30, 115, 255, 0.1),
    0 16px 34px rgba(2, 27, 91, 0.08);
}

.stc-contact__submit {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--stc-primary), var(--stc-accent));
  box-shadow: 0 18px 42px rgba(30, 115, 255, 0.28);
  color: #ffffff;
  cursor: pointer;
  font: 830 15px/1 var(--stc-font);
  text-decoration: none;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.stc-contact__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(30, 115, 255, 0.34);
}

@media (max-width: 1024px) {
  .stc-contact {
    padding: 88px 22px;
  }

  .stc-contact__container {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .stc-contact__content {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .stc-contact {
    padding: 72px 18px;
  }

  .stc-contact__title {
    font-size: clamp(34px, 11vw, 46px);
  }

  .stc-contact__subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.68;
  }

  .stc-contact__info-card,
  .stc-contact__form {
    padding: 24px;
    border-radius: 24px;
  }

  .stc-contact__form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stc-contact__field--full,
  .stc-contact__submit {
    grid-column: auto;
  }
}/* End custom CSS */