.abt-acc-role-name, .abt-acc-chair-name, .abt-acc-year, .abt-stat-num, .abt-sponsor-title, .abt-award-body h4, .abt-chairman-name, .abt-milestone-val, .abt-timeline-body h4, .abt-timeline-year, .abt-value-name, .abt-vm-title, .abt-fact-value, .abt-identity-logo-name, .abt-collage-stat-val, .abt-hero-title, .f-brand-name, .cta-stat-val, .cta-title, .s-title, .nav-wordmark .wm-main {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  background: #F8F9FB;
  color: #1F2937;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 768px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

img {
  max-width: 100%;
}

#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2.5px;
  width: 0%;
  background: linear-gradient(90deg, #F4B400, #F6C430);
  z-index: 10000;
  transition: width 0.1s linear;
}

#back-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F4B400;
  border: 1px solid rgba(244, 180, 0, 0.35);
  color: #003A70;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 500;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.25s;
}
#back-top.visible {
  opacity: 1;
  transform: translateY(0);
}
#back-top:hover {
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3);
  border-color: #F6C430;
  color: #003A70;
}
@media (max-width: 576px) {
  #back-top {
    bottom: 20px;
    right: 20px;
  }
}

#main-nav {
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  background: rgba(248, 249, 251, 0.92) !important;
  border-bottom: 1px solid rgba(244, 180, 0, 0.16);
  padding-top: 0;
  padding-bottom: 0;
  height: 70px;
  transition: box-shadow 0.3s;
}
#main-nav.scrolled {
  box-shadow: 0 4px 28px rgba(0, 58, 112, 0.09);
}
@media (max-width: 576px) {
  #main-nav {
    height: 60px;
  }
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  padding: 0;
}
.nav-logo:hover .wm-main {
  color: #003A70;
}

.nav-seal {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-wordmark {
  line-height: 1;
}
.nav-wordmark .wm-sub {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #F4B400;
  display: block;
  margin-bottom: 1px;
}
.nav-wordmark .wm-main {
  font-size: 19px;
  color: #003A70;
  display: block;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}

.navbar-nav .nav-link {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #374151;
  padding: 7px 13px;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
  position: relative;
}
.navbar-nav .nav-link:hover {
  color: #003A70;
  background: #FEF9E7;
}
.navbar-nav .nav-link.active {
  color: #003A70;
  font-weight: 600;
}
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background: #F4B400;
  border-radius: 2px;
}

.nav-pill-link {
  background: #003A70 !important;
  color: #F8D060 !important;
  border-radius: 40px !important;
  padding: 8px 22px !important;
  font-weight: 600 !important;
}
.nav-pill-link::after {
  display: none !important;
}
.nav-pill-link:hover {
  background: #003A70 !important;
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3) !important;
  transform: translateY(-1px);
  color: #F8D060 !important;
}

.navbar-toggler {
  border: none;
  padding: 8px;
  border-radius: 8px;
  box-shadow: none !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23162D56' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 992px) {
  .navbar-collapse {
    background: rgba(248, 249, 251, 0.98);
    border-top: 1px solid #E0E4EF;
    padding: 16px 0 20px;
    margin-top: 8px;
    border-radius: 14px;
  }
  .navbar-collapse .nav-link {
    padding: 12px 16px;
    border-radius: 8px;
  }
  .navbar-collapse .nav-pill-link {
    margin-top: 8px;
    display: inline-flex !important;
  }
}

.btn {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s, border-color 0.2s;
}
.btn-gold {
  background: #F4B400;
  color: #003A70;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
}
.btn-gold:hover, .btn-gold:focus {
  background: #F6C430;
  color: #003A70;
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3);
  transform: translateY(-2px);
}
.btn-gold:active {
  background: #F4B400;
  color: #003A70;
  transform: none;
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.btn-ghost:hover, .btn-ghost:focus {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(244, 180, 0, 0.42);
  color: #F8D060;
  box-shadow: none;
}
.btn-navy-ghost {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-navy-ghost:hover, .btn-navy-ghost:focus {
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  border-color: rgba(244, 180, 0, 0.4);
}
.btn-ev {
  background: #FEF9E7;
  color: #003A70;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 14px;
  border: 1px solid #E0E4EF;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.btn-ev:hover {
  background: #F4B400;
  color: #003A70;
  border-color: #F4B400;
}

.s-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F4B400;
  margin-bottom: 14px;
}
.s-eyebrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #F4B400;
  flex-shrink: 0;
}

.s-title {
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 800;
  color: #003A70;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.s-title em {
  font-style: italic;
  color: #F4B400;
}

.s-lead {
  font-size: 16px;
  color: #6B7280;
  max-width: 560px;
  line-height: 1.85;
  margin-bottom: 56px;
}

.site-bottom {
  position: relative;
  overflow: hidden;
  background: #003A70;
}
.site-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 55% at 12% 0%, rgba(0, 87, 168, 0.38) 0%, transparent 58%), radial-gradient(ellipse 70% 50% at 92% 8%, rgba(244, 180, 0, 0.055) 0%, transparent 52%), linear-gradient(180deg, #002255 0%, #003A70 38%, #003A70 100%);
  pointer-events: none;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 48px;
  text-align: center;
  background: transparent;
}
@media (max-width: 768px) {
  .cta-section {
    padding-top: 80px;
    padding-bottom: 36px;
  }
}

.cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 55%, transparent 92%);
          mask-image: linear-gradient(to bottom, black 0%, black 55%, transparent 92%);
}

.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, 120vw);
  height: min(900px, 120vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 180, 0, 0.11) 0%, rgba(244, 180, 0, 0.03) 35%, transparent 68%);
  animation: breathe 8s ease-in-out infinite;
}

.cta-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(244, 180, 0, 0.1);
  transform: translate(-50%, -50%);
}
.cta-ring--1 {
  width: 520px;
  height: 520px;
  animation: ctaRingPulse 10s ease-in-out infinite;
}
.cta-ring--2 {
  width: 720px;
  height: 720px;
  border-color: rgba(244, 180, 0, 0.06);
  animation: ctaRingPulse 10s ease-in-out infinite 1.5s;
}
.cta-ring--3 {
  width: 940px;
  height: 940px;
  border-color: rgba(255, 255, 255, 0.04);
  animation: ctaRingPulse 10s ease-in-out infinite 3s;
}
@media (max-width: 768px) {
  .cta-ring--1 {
    width: 340px;
    height: 340px;
  }
  .cta-ring--2 {
    width: 480px;
    height: 480px;
  }
  .cta-ring--3 {
    width: 620px;
    height: 620px;
  }
}

.cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 75%);
          mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 75%);
}

.cta-inner {
  position: relative;
  z-index: 2;
}

.cta-card {
  position: relative;
  padding: clamp(40px, 6vw, 64px) clamp(28px, 5vw, 56px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 180, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 24px 80px rgba(0, 0, 0, 0.28), 0 0 60px rgba(244, 180, 0, 0.06);
}
.cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #F4B400, transparent);
  border-radius: 2px;
}

.cta-ornament {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.cta-ornament-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.35), transparent);
}
.cta-ornament-diamond {
  width: 7px;
  height: 7px;
  background: #F4B400;
  transform: rotate(45deg);
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(244, 180, 0, 0.5);
}

.cta-eyebrow {
  justify-content: center;
  margin-bottom: 18px;
}
.cta-eyebrow::before {
  background: linear-gradient(90deg, transparent, #F4B400);
}

.cta-title {
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin-bottom: 18px;
}
.cta-title em {
  font-style: italic;
  color: #F4B400;
  text-shadow: 0 0 40px rgba(244, 180, 0, 0.35);
}

.cta-sub {
  font-size: clamp(15px, 1.6vw, 17px);
  color: rgba(255, 255, 255, 0.52);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.85;
}

.cta-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-bottom: 36px;
  padding: 18px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.cta-stat {
  flex: 1 1 120px;
  text-align: center;
  padding: 4px 12px;
}
.cta-stat-val {
  display: block;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  color: #F8D060;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 3px;
}
.cta-stat-lbl {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.cta-stat-divider {
  width: 1px;
  height: 32px;
  background: rgba(244, 180, 0, 0.2);
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .cta-stat-divider {
    display: none;
  }
}

.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 28px !important;
  padding-right: 24px !important;
}

.cta-btn-arrow {
  transition: transform 0.25s ease;
}

.cta-btn-primary:hover .cta-btn-arrow {
  transform: translateX(3px);
}

footer {
  position: relative;
  z-index: 1;
  background: transparent;
  color: rgba(255, 255, 255, 0.42);
  padding-top: 0;
  padding-bottom: 36px;
}
footer::before {
  content: "";
  display: block;
  width: min(220px, 42%);
  height: 1px;
  margin: 0 auto 52px;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.22), transparent);
}

.f-brand-name {
  font-size: 24px;
  color: #ffffff;
  display: block;
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}
.f-brand-sub {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F4B400;
  display: block;
  margin-bottom: 18px;
}
.f-brand-desc {
  font-size: 13.5px;
  line-height: 1.85;
  max-width: 280px;
}

.f-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.f-social a {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.42);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.f-social a:hover {
  background: rgba(244, 180, 0, 0.15);
  color: #F4B400;
  border-color: rgba(244, 180, 0, 0.3);
}

.f-col h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F4B400;
  margin-bottom: 18px;
}
.f-col ul {
  list-style: none;
  padding: 0;
}
.f-col ul li {
  margin-bottom: 10px;
}
.f-col ul a {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  transition: color 0.2s;
}
.f-col ul a:hover {
  color: #F8D060;
}

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
}
.footer-bottom a {
  color: #F4B400;
  text-decoration: none;
}

.ornament {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 44px;
}
.ornament-line {
  flex: 1;
  height: 1px;
  background: #E0E4EF;
}
.ornament-diamond {
  width: 7px;
  height: 7px;
  background: #F4B400;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.hero-theme-img {
  position: absolute;
  bottom: 20px;
  left: -20px;
  width: 200px;
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3);
  border: 2px solid rgba(244, 180, 0, 0.5);
  overflow: hidden;
  z-index: 6;
}
.hero-theme-img img {
  width: 100%;
  display: block;
  opacity: 0.95;
}
@media (max-width: 768px) {
  .hero-theme-img {
    display: none;
  }
}

.blue-stripe {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #0057A8;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
}

.footer-rti-logo {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.footer-rti-logo:hover {
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.75);
  }
}
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes breathe {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}
@keyframes ctaRingPulse {
  0%, 100% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03);
  }
}
.abt-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  background: linear-gradient(155deg, #002255 0%, #003A70 50%, #002255 100%);
}
@media (max-width: 768px) {
  .abt-hero {
    padding: 64px 0 56px;
  }
}

.abt-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.abt-hero-glow {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 55%;
  height: 120%;
  background: radial-gradient(ellipse at center, rgba(244, 180, 0, 0.1) 0%, transparent 62%);
  animation: breathe 9s ease-in-out infinite;
}

.abt-hero-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.7) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 65% 35%, black 15%, transparent 72%);
          mask-image: radial-gradient(ellipse 75% 65% at 65% 35%, black 15%, transparent 72%);
}

.abt-hero-inner {
  position: relative;
  z-index: 2;
}

.abt-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 22px;
  padding: 6px 14px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation: fadeUp 0.6s ease both;
}
.abt-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.abt-breadcrumb a:hover {
  color: #F8D060;
}
.abt-breadcrumb [aria-current=page] {
  color: #F8D060;
}

.abt-hero-title {
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  animation: fadeUp 0.65s ease both 0.12s;
}
.abt-hero-title em {
  font-style: italic;
  color: #F4B400;
  text-shadow: 0 0 48px rgba(244, 180, 0, 0.28);
}

.abt-hero-sub {
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.88;
  color: rgba(255, 255, 255, 0.54);
  max-width: 500px;
  margin-bottom: 28px;
  animation: fadeUp 0.65s ease both 0.2s;
}

.abt-chip {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 7px 14px !important;
  border-radius: 40px !important;
  animation: fadeUp 0.65s ease both 0.28s;
}
.abt-chip--gold {
  background: rgba(244, 180, 0, 0.12) !important;
  border-color: rgba(244, 180, 0, 0.3) !important;
  color: #F8D060 !important;
}

.abt-hero-collage {
  position: relative;
  min-height: 450px;
  animation: fadeUp 0.7s ease both 0.18s;
}
@media (max-width: 768px) {
  .abt-hero-collage {
    min-height: 300px;
    margin-top: 24px;
  }
}

.abt-collage-main {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(244, 180, 0, 0.2);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3);
}
.abt-collage-main img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.abt-collage-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 22px;
  background: linear-gradient(to top, rgba(0, 58, 112, 0.92) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.abt-collage-caption .abt-collage-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #F4B400;
}

.abt-collage-float {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(244, 180, 0, 0.35);
  box-shadow: 0 20px 60px rgba(0, 58, 112, 0.2);
}
.abt-collage-float--1 {
  width: 130px;
  top: -16px;
  left: -20px;
  animation: abtFloat 5s ease-in-out infinite;
}
.abt-collage-float--1 img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.abt-collage-float--2 {
  width: 150px;
  height: 150px;
  bottom: -40px;
  right: -30px;
  background: #003A70;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: abtFloat 5s ease-in-out infinite 1.2s;
}

.abt-collage-logo {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

.abt-collage-stat {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 14px 18px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
  text-align: center;
  min-width: 100px;
}
.abt-collage-stat-val {
  font-size: 26px;
  font-weight: 800;
  color: #003A70;
  line-height: 1;
}
.abt-collage-stat-lbl {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6B7280;
  margin-top: 4px;
}

.abt-subnav {
  top: 70px;
  z-index: 1019;
  background: rgba(248, 249, 251, 0.94);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid #E0E4EF;
  padding: 10px 0;
}
@media (max-width: 576px) {
  .abt-subnav {
    top: 60px;
  }
}

.abt-subnav-pills-wrap {
  position: relative;
}

.abt-subnav-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #F4B400;
  border-radius: 40px;
  z-index: 0;
  pointer-events: none;
  box-shadow: 0 4px 18px rgba(244, 180, 0, 0.14);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), width 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
  opacity: 0;
}
.abt-subnav-indicator.is-ready {
  opacity: 1;
}

.abt-subnav-pills {
  position: relative;
  z-index: 1;
  gap: 6px;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.abt-subnav-pills::-webkit-scrollbar {
  display: none;
}
.abt-subnav-pills .nav-link {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #374151;
  padding: 8px 16px;
  border-radius: 40px;
  white-space: nowrap;
  background: transparent;
  transition: color 0.25s ease;
}
.abt-subnav-pills .nav-link:hover {
  color: #003A70;
}
.abt-subnav-pills .nav-link.active {
  background: #F8D060;
  color: #003A70;
}
.abt-subnav-pills .nav-link:focus-visible {
  outline-offset: 2px;
}

.abt-rti {
  background: #F8F9FB;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .abt-rti {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.abt-media-stack {
  position: relative;
  min-height: 420px;
}
@media (max-width: 768px) {
  .abt-media-stack {
    min-height: 320px;
    margin-bottom: 24px;
  }
}

.abt-media-main {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #E0E4EF;
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
}
.abt-media-main img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .abt-media-main img {
    height: 300px;
  }
}

.abt-media-badge {
  position: absolute;
  top: 20px;
  right: -12px;
  padding: 12px 18px !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #003A70;
}
.abt-media-badge-logo {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}

.abt-media-thumb {
  position: absolute;
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.08);
}
.abt-media-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.abt-media-thumb--1 {
  width: 120px;
  height: 120px;
  bottom: -16px;
  left: -16px;
}
.abt-media-thumb--2 {
  width: 100px;
  height: 100px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}

.abt-aim-card {
  transition-delay: inherit;
}

.abt-identity {
  background: #ffffff;
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (max-width: 768px) {
  .abt-identity {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.abt-identity-card {
  border-radius: 28px !important;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
  background: #ffffff !important;
}

.abt-identity-visual {
  position: relative;
  min-height: 360px;
  background: #003A70;
}
@media (max-width: 992px) {
  .abt-identity-visual {
    min-height: 280px;
  }
}

.abt-identity-img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.55;
}
@media (max-width: 992px) {
  .abt-identity-img {
    min-height: 280px;
  }
}

.abt-identity-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 34, 85, 0.3) 0%, rgba(0, 58, 112, 0.85) 100%);
}

.abt-identity-logo-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.abt-identity-logo {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.3));
}

.abt-identity-logo-name {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.abt-identity-logo-sub {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F8D060;
  margin-top: 6px;
}

.abt-identity-body {
  padding: clamp(32px, 5vw, 52px);
}

.abt-fact {
  background: #F8F9FB;
  border: 1px solid #E0E4EF;
  border-radius: 14px;
  padding: 16px 14px;
  text-align: center;
  height: 100%;
}
.abt-fact-label {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9CA3AF;
  display: block;
  margin-bottom: 6px;
}
.abt-fact-value {
  font-size: 13px;
  font-weight: 700;
  color: #003A70;
  line-height: 1.3;
  display: block;
}

.abt-story {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .abt-story {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.abt-story-img {
  border: 1px solid #E0E4EF;
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.08);
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt-history-video {
  border-radius: 28px !important;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
  margin-top: 8px;
  position: relative;
}
.abt-history-video-poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt-history-video-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  background: linear-gradient(to top, rgba(0, 58, 112, 0.9), transparent);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.abt-vision {
  background: #003A70;
  padding-top: 100px;
  padding-bottom: 100px;
}
.abt-vision .s-eyebrow {
  color: #F4B400;
}
.abt-vision .s-title {
  color: #ffffff;
}
.abt-vision .s-title em {
  color: #F4B400;
}
@media (max-width: 768px) {
  .abt-vision {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.abt-vm-card {
  border-radius: 28px !important;
  padding: 36px 32px;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(244, 180, 0, 0.15) !important;
  transition: border-color 0.25s, transform 0.25s;
}
.abt-vm-card:hover {
  border-color: rgba(244, 180, 0, 0.35) !important;
  transform: translateY(-3px);
}
.abt-vm-card--vision {
  border-top: 3px solid #F4B400 !important;
}
.abt-vm-card--mission {
  border-top: 3px solid #0057A8 !important;
}

.abt-vm-icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.abt-vm-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.abt-vm-text {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.abt-value-card {
  border-radius: 20px !important;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.abt-value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
}
.abt-value-card:hover {
  border-color: rgba(244, 180, 0, 0.3) !important;
}

.abt-value-img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.abt-value-body {
  padding: 18px 16px 22px;
}

.abt-value-name {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.abt-value-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.6;
}

.abt-journey {
  background: #F8F9FB;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .abt-journey {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.abt-journey-side-img {
  border: 1px solid #E0E4EF;
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.08);
  margin-top: 24px;
}

.abt-timeline {
  position: relative;
  padding-left: 28px;
}
.abt-timeline::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, #F4B400, rgba(244, 180, 0, 0.15));
  border-radius: 2px;
}

.abt-timeline-item {
  position: relative;
  padding-bottom: 32px;
}
.abt-timeline-item:last-child {
  padding-bottom: 0;
}
.abt-timeline-item::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F4B400;
  border: 2px solid #F8F9FB;
  box-shadow: 0 0 0 3px rgba(244, 180, 0, 0.2);
}

.abt-timeline-year {
  font-size: 12px;
  font-weight: 800;
  color: #F4B400;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  display: inline-block;
  background: #FEF9E7;
  padding: 4px 14px;
  border-radius: 40px;
  border: 1px solid rgba(244, 180, 0, 0.28);
}

.abt-timeline-content {
  border-radius: 20px !important;
  overflow: hidden;
  background: #ffffff !important;
  border: 1px solid #E0E4EF !important;
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.08);
  display: flex;
  flex-direction: row;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.abt-timeline-content:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
}
@media (max-width: 576px) {
  .abt-timeline-content {
    flex-direction: column;
  }
}

.abt-timeline-img {
  width: 160px;
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .abt-timeline-img {
    width: 100%;
    height: 160px;
  }
}

.abt-timeline-body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.abt-timeline-body h4 {
  font-size: 16px;
  font-weight: 700;
  color: #003A70;
  margin-bottom: 6px;
}
.abt-timeline-body p {
  font-size: 13.5px;
  color: #6B7280;
  line-height: 1.7;
  margin: 0;
}

.abt-milestones {
  background: #ffffff;
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (max-width: 768px) {
  .abt-milestones {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.abt-milestone-card {
  border-radius: 28px !important;
  padding: 32px 20px !important;
  background: #F8F9FB !important;
  border: 1px solid #E0E4EF !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.abt-milestone-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
}
.abt-milestone-card:hover {
  border-color: rgba(244, 180, 0, 0.35) !important;
}

.abt-milestone-val {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  color: #003A70;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}

.abt-milestone-lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6B7280;
}

.abt-chairmen {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .abt-chairmen {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.abt-chairmen-track {
  overflow: hidden;
}

.abt-chairmen-scroll {
  overflow-x: auto;
  flex-wrap: nowrap !important;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 180, 0, 0.4) transparent;
}
.abt-chairmen-scroll::-webkit-scrollbar {
  height: 6px;
}
.abt-chairmen-scroll::-webkit-scrollbar-thumb {
  background: rgba(244, 180, 0, 0.4);
  border-radius: 3px;
}

.abt-chairman-card {
  border-radius: 28px !important;
  overflow: hidden;
  background: #ffffff !important;
  border: 1px solid #E0E4EF !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.abt-chairman-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
}
.abt-chairman-card:hover {
  border-color: rgba(244, 180, 0, 0.3) !important;
}
.abt-chairman-card:hover .abt-chairman-photo img {
  transform: scale(1.05);
}

.abt-chairman-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #003A70;
}
.abt-chairman-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.82;
  transition: transform 0.45s ease;
}

.abt-chairman-year {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #F4B400 !important;
  color: #003A70 !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 5px 10px !important;
  border-radius: 40px !important;
}

.abt-chairman-info {
  padding: 16px 18px 20px;
  text-align: center;
}

.abt-chairman-name {
  font-size: 14px;
  font-weight: 700;
  color: #003A70;
  margin-bottom: 3px;
  line-height: 1.3;
}

.abt-chairman-role {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9CA3AF;
}

.abt-awards {
  background: #ffffff;
  padding-top: 88px;
  padding-bottom: 88px;
  border-top: 1px solid #E0E4EF;
}
@media (max-width: 768px) {
  .abt-awards {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.abt-awards-carousel .carousel-indicators {
  margin-bottom: -28px;
}
.abt-awards-carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E0E4EF;
  border: none;
  opacity: 1;
}
.abt-awards-carousel .carousel-indicators [data-bs-target].active {
  background: #F4B400;
}
.abt-awards-carousel .carousel-control-prev,
.abt-awards-carousel .carousel-control-next {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  background: #003A70;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid rgba(244, 180, 0, 0.3);
}
.abt-awards-carousel .carousel-control-prev:hover,
.abt-awards-carousel .carousel-control-next:hover {
  background: #003A70;
}
.abt-awards-carousel .carousel-control-prev {
  left: -16px;
}
.abt-awards-carousel .carousel-control-next {
  right: -16px;
}

.abt-award-slide {
  border-radius: 28px !important;
  overflow: hidden;
  background: #F8F9FB !important;
  border: 1px solid #E0E4EF !important;
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.08);
}

.abt-award-img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .abt-award-img {
    height: 180px;
  }
}

.abt-award-body {
  padding: 28px 32px;
}
@media (max-width: 768px) {
  .abt-award-body {
    padding: 24px 20px;
  }
}
.abt-award-body h4 {
  font-size: 20px;
  font-weight: 700;
  color: #003A70;
  margin: 12px 0 10px;
}
.abt-award-body p {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.75;
  margin: 0;
}

.abt-award-badge {
  background: #FEF9E7 !important;
  color: #003A70 !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 5px 12px !important;
  border-radius: 40px !important;
}

.abt-projects {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .abt-projects {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.abt-sponsors {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .abt-sponsors {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.abt-sponsor-group {
  background: #F8F9FB;
  border: 1px solid #E0E4EF;
  border-radius: 28px;
  padding: 24px 22px;
  height: 100%;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.abt-sponsor-group:hover {
  border-color: rgba(244, 180, 0, 0.3);
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.08);
}
.abt-sponsor-group--past {
  background: #ffffff;
  border-style: dashed;
  border-color: #E0E4EF;
}
.abt-sponsor-group--past .abt-sponsor-title {
  color: #374151;
}

.abt-sponsor-group-head {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E0E4EF;
}

.abt-sponsor-eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #F4B400;
  display: block;
  margin-bottom: 6px;
}

.abt-sponsor-title {
  font-size: 17px;
  font-weight: 700;
  color: #003A70;
  margin: 0;
  letter-spacing: -0.01em;
}

.abt-sp-chip--past {
  opacity: 0.48;
  background: #ffffff;
  font-weight: 500;
  font-size: 13px;
}
.abt-sp-chip--past:hover {
  opacity: 0.72;
}

.abt-sponsor-cta-text {
  font-size: 15px;
  color: #6B7280;
  max-width: 480px;
  margin: 0 auto 20px;
  line-height: 1.75;
}

.abt-hero-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: rgba(244, 180, 0, 0.11) !important;
  border: 1px solid rgba(244, 180, 0, 0.28) !important;
  color: #F8D060 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 7px 14px 7px 10px !important;
  border-radius: 40px !important;
  margin-bottom: 20px;
  animation: fadeUp 0.6s ease both 0.06s;
}

.abt-hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F4B400;
  flex-shrink: 0;
  animation: pulse 2.4s ease-in-out infinite;
}

.abt-stats-strip {
  background: #ffffff;
  border-bottom: 1px solid #E0E4EF;
  position: relative;
  z-index: 2;
}
.abt-stats-strip::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.4), transparent);
}

.abt-stat-item {
  padding: 26px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid #E0E4EF;
}
.abt-stat-item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .abt-stat-item {
    padding: 20px 12px;
  }
  .abt-stat-item:nth-child(2n) {
    border-right: none;
  }
  .abt-stat-item:nth-child(n+3) {
    border-top: 1px solid #E0E4EF;
  }
}

.abt-stat-icon {
  font-size: 22px;
  color: #F4B400;
  margin-bottom: 10px;
  opacity: 0.85;
}

.abt-stat-num {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  color: #003A70;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 5px;
}

.abt-stat-lbl {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9CA3AF;
}

.aim-icon i {
  font-size: 19px;
  color: #003A70;
  line-height: 1;
}

.abt-milestone-icon {
  font-size: 28px;
  color: #F4B400;
  opacity: 0.8;
  margin-bottom: 12px;
  display: block;
  transition: opacity 0.25s;
}

.abt-milestone-card:hover .abt-milestone-icon {
  opacity: 1;
}

.abt-chairman-hover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 58, 112, 0) 40%, rgba(0, 58, 112, 0.85) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.abt-chairman-hover-overlay span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F4B400;
  background: rgba(0, 58, 112, 0.6);
  padding: 5px 14px;
  border-radius: 40px;
  border: 1px solid rgba(244, 180, 0, 0.35);
}

.abt-chairman-card:hover .abt-chairman-hover-overlay {
  opacity: 1;
}

.abt-vm-icon i {
  font-size: 32px;
  line-height: 1;
  color: #F8D060;
}

.abt-committees {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .abt-committees {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.abt-committees-accordion {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.08);
}

.abt-acc-item {
  border: none !important;
  border-bottom: 1px solid #E0E4EF !important;
}
.abt-acc-item:last-child {
  border-bottom: none !important;
}

.abt-acc-btn {
  background: #ffffff !important;
  color: #003A70 !important;
  font-weight: 600;
  padding: 18px 24px;
  gap: 16px;
  box-shadow: none !important;
  border: none;
}
.abt-acc-btn:not(.collapsed) {
  background: #F8F9FB !important;
  color: #003A70 !important;
  box-shadow: none !important;
}
.abt-acc-btn:not(.collapsed) .abt-acc-year {
  background: rgba(244, 180, 0, 0.18);
  border-color: rgba(244, 180, 0, 0.4);
  color: rgb(203.2, 149.9016393443, 0);
}
.abt-acc-btn::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003A70'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.abt-acc-year {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #003A70;
  background: #FEF9E7;
  border: 1px solid rgba(244, 180, 0, 0.25);
  border-radius: 40px;
  padding: 5px 14px;
  flex-shrink: 0;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}

.abt-acc-chair {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.abt-acc-chair-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border: 2px solid #E0E4EF;
  flex-shrink: 0;
}

.abt-acc-chair-name {
  font-size: 14px;
  font-weight: 700;
  color: #003A70;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.abt-acc-chair-role {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9CA3AF;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .abt-acc-chair-role {
    display: none;
  }
}

.abt-acc-body {
  background: #F8F9FB;
  padding: 24px 28px;
  border-top: 1px solid #E0E4EF;
}

.abt-acc-photo {
  width: 72px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 14px;
  border: 2px solid rgba(244, 180, 0, 0.2);
  flex-shrink: 0;
}

.abt-acc-role-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
@media (max-width: 576px) {
  .abt-acc-role-grid {
    grid-template-columns: 1fr;
  }
}

.abt-acc-role {
  background: #ffffff;
  border: 1px solid #E0E4EF;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.abt-acc-role--chair {
  background: rgba(0, 58, 112, 0.04);
  border-color: rgba(0, 58, 112, 0.12);
}
.abt-acc-role--chair .abt-acc-role-label {
  color: #F4B400;
}
.abt-acc-role--chair .abt-acc-role-name {
  color: #003A70;
  font-size: 14px;
}

.abt-acc-role-label {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9CA3AF;
}

.abt-acc-role-name {
  font-size: 13px;
  font-weight: 700;
  color: #003A70;
  line-height: 1.3;
}

@keyframes abtFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}/*# sourceMappingURL=about.css.map */