/* Start custom CSS for html, class: .elementor-element-fe1a468 */.eb-feature-hero {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  border-radius: 28px;
  isolation: isolate;
}

.eb-feature-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.eb-feature-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.82) 0%,
    rgba(0,0,0,.58) 45%,
    rgba(0,0,0,.18) 100%
  );
}

.eb-feature-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 620px;
  padding: 60px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eb-feature-category {
  display: inline-block;
  width: fit-content;
  background: #C8102E;
  color: #fff;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 22px;
}

.eb-feature-hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: .95;
  letter-spacing: -3px;
  font-weight: 900;
  margin: 0 0 20px;
  text-shadow: 0 8px 30px rgba(0,0,0,.45);
}

.eb-feature-hero p {
  color: rgba(255,255,255,.94);
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 540px;
  margin: 0 0 24px;
  text-shadow: 0 3px 18px rgba(0,0,0,.35);
}

.eb-feature-meta {
  color: rgba(255,255,255,.82);
  font-size: .9rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .eb-feature-hero {
    height: 520px;
    border-radius: 22px;
  }

  .eb-feature-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(0,0,0,.25) 0%,
      rgba(0,0,0,.65) 50%,
      rgba(0,0,0,.88) 100%
    );
  }

  .eb-feature-hero-content {
    padding: 32px 24px;
    justify-content: flex-end;
    max-width: 100%;
  }

  .eb-feature-hero h1 {
    font-size: clamp(2.4rem, 11vw, 3.5rem);
    line-height: .98;
    letter-spacing: -2px;
  }

  .eb-feature-hero p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-737883a */.vias-signature {
    max-width: 720px;
    margin: 80px auto;
    padding: 0 30px 60px;
    text-align: center;
}

.vias-divider {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    margin-bottom: 55px;
}

.vias-signature h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #102A4C;
    line-height: 1.2;
    margin-bottom: 18px;
}

.vias-subtitle {
    font-size: 1.15rem;
    color: #666;
    margin-bottom: 18px;
    line-height: 1.6;
}

.vias-copy {
    max-width: 620px;
    margin: 0 auto 34px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #102A4C;
}

.vias-button {
    display: inline-block;
    background: #C8102E;
    color: #fff;
    padding: 15px 30px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    transition: all .3s ease;
}

.vias-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200,16,46,.25);
}

@media (max-width: 768px) {
    .vias-signature {
        margin: 60px auto;
        padding: 0 22px 50px;
    }

    .vias-divider {
        margin-bottom: 42px;
    }

    .vias-signature h2 {
        font-size: 1.8rem;
    }

    .vias-subtitle {
        font-size: 1rem;
    }

    .vias-copy {
        font-size: 1rem;
    }

    .vias-button {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
}/* End custom CSS */