.elementor-256 .elementor-element.elementor-element-f046cc8{--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-256 .elementor-element.elementor-element-338a733{--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-256 .elementor-element.elementor-element-2cfcbfa{--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;}/* Start custom CSS for text-editor, class: .elementor-element-463a138 */.hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C8102E;
  border-left: 3px solid #C8102E;
  padding-left: 10px;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.5s ease 0.1s forwards;
}
.hero-main {
    padding: 10px 0;
  font-size: 38px !important;
  font-weight: 800;
  color: #111;
  line-height: 1.15;
  margin: 16px 0 12px;
  overflow: hidden;
}
.hero-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(28px);
  margin-right: 11px;
}
.hero-word.hw1 { animation: wordUp 0.5s cubic-bezier(.22,.68,0,1.2) 0.4s forwards; }
.hero-word.hw2 { animation: wordUp 0.5s cubic-bezier(.22,.68,0,1.2) 0.55s forwards; }
.hero-word.hw3 { animation: wordUp 0.5s cubic-bezier(.22,.68,0,1.2) 0.7s forwards; color: #C8102E; }
.hero-sub {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.6s ease 1.1s forwards;
}
.hero-underline-wrap {
  margin-top: 20px;
  opacity: 0;
  animation: fadeUp 0.4s ease 1.5s forwards;
}
.hero-underline {
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, #1a1a1a, #C8102E);
  animation: growLine 0.8s ease 1.6s forwards;
}
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes wordUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes growLine {
  to { width: 64px; }
}
@media (max-width: 768px) {
  .hero-main {
    font-size: 24px !important;
    margin: 12px 0 8px;
  }
  .hero-eyebrow {
    font-size: 10px;
  }
  .hero-sub {
    font-size: 13px;
  }
  .hero-word {
    margin-right: 7px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9b6bbe8 */.ab-label, .ab-mission-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C8102E;
  border-left: 3px solid #C8102E;
  padding-left: 10px;
  border-radius: 0;
  margin-bottom: 16px;
}
.ab-heading, .ab-mission-heading {
  font-size: 20px ;
  font-weight: 800;
  color: #111;
  margin-bottom: 24px;
}
.ab-divider, .ab-mission-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(to right, #1a1a1a, #C8102E);
  border-radius: 2px;
  margin-bottom: 32px;
}
.ab-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 48px;
}
.ab-intro-card, .ab-card {
  background: #ffffff;
  border: 0.5px solid #E2E2E2;
  border-left: 3px solid #C8102E;
  border-radius: 0 12px 12px 0;
  padding: 22px 18px;
  transition: box-shadow 0.3s, transform 0.3s;
}
.ab-intro-card:hover, .ab-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
  transform: translateY(-4px);
}
.ab-intro-card i, .ab-card i {
  font-size: 22px;
  color: #C8102E;
  margin-bottom: 14px;
  display: block;
}
.ab-intro-card p, .ab-card p {
  font-size: 13px;
  line-height: 1.75;
  color: #444;
  text-align: justify;
  margin: 0;
}
.ab-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b6787cc */.ab-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C8102E;
  border-left: 3px solid #C8102E;
  padding-left: 10px;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.5s ease 0.1s forwards;
}
.ab-mission-heading {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  margin: 14px 0 10px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.5s cubic-bezier(.22,.68,0,1.2) 0.3s forwards;
}
.ab-mission-divider {
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, #1a1a1a, #C8102E);
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeUp 0.3s ease 0.6s forwards, growLine 0.8s ease 0.7s forwards;
}
.ab-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.ab-card {
  background: #ffffff;
  border: 0.5px solid #E2E2E2;
  border-left: 3px solid #C8102E;
  border-radius: 0 12px 12px 0;
  padding: 22px 18px;
  font-size: 13px;
  line-height: 1.75;
  color: #444;
  text-align: justify;
  transition: box-shadow 0.3s, transform 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
.ab-card:nth-child(1) { animation: fadeUp 0.5s cubic-bezier(.22,.68,0,1.2) 0.8s forwards; }
.ab-card:nth-child(2) { animation: fadeUp 0.5s cubic-bezier(.22,.68,0,1.2) 1.0s forwards; }
.ab-card:nth-child(3) { animation: fadeUp 0.5s cubic-bezier(.22,.68,0,1.2) 1.2s forwards; }
.ab-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
  transform: translateY(-4px);
}
.ab-card i {
  font-size: 22px;
  color: #C8102E;
  margin-bottom: 14px;
  display: block;
}

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes growLine {
  to { width: 64px; }
}

@media (max-width: 768px) {
  .ab-cards { grid-template-columns: 1fr; }
  .ab-mission-heading { font-size: 22px; }
}/* End custom CSS */