

:root {
  
  --eif-font: "effra", "Noto Sans Armenian", "Noto Sans", sans-serif;
}

body {
  background: #fff !important;
}

body,
input,
textarea,
button,
select,
.tk-effra,
h1, h2, h3, h4, h5, h6,
.sf-menu,
.sf-menu a,
.eif-footer,
.eif-footer-heading,
.eif-footer-brand-text,
.eif-footer-links,
.eif-footer-contact,
.eif-footer-copy {
  font-family: var(--eif-font);
}
li{ line-height:25px;}
.slider-full {
  width: 100%;
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
  overflow: hidden;
}

.slider.slider-hidden {
  display: none !important;
}

.eif-home-slider {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  background: #fff !important;
}

.eif-home-slider .camera_wrap {
  width: 100% !important;
  max-width: 1920px;
  height: 630px !important;
  border: none !important;
  margin: 0 auto !important;
  display: none;
  background: #fff !important;
}

/* Only the image layer — never cameraContents (it sits above photos). */
.eif-home-slider .camera_wrap .camera_target,
.eif-home-slider .camera_wrap .cameraCont,
.eif-home-slider .camera_wrap .cameraSlide {
  background: #fff !important;
}

.eif-home-slider .camera_wrap .camera_fakehover,
.eif-home-slider .camera_wrap .camera_target,
.eif-home-slider .camera_wrap .camera_overlayer,
.eif-home-slider .camera_wrap .camera_target_content,
.eif-home-slider .camera_wrap .camera_cont,
.eif-home-slider .camera_wrap .cameraContents,
.eif-home-slider .camera_wrap .cameraContent {
  width: 100% !important;
  height: 100% !important;
}

.eif-home-slider .camera_target_content {
  z-index: 2;
}

.eif-home-slider .cameraContent {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.eif-home-slider .eif-slide-video {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  background: #fff;
}

.eif-home-slider .eif-slide-yt-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  background: #fff;
}

.eif-home-slider .eif-slide-video.is-playing .eif-slide-yt-poster {
  display: none !important;
}

.eif-home-slider .eif-slide-video-frame,
.eif-home-slider .eif-slide-html5 {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: auto;
}

.eif-home-slider .eif-slide-video-frame iframe,
.eif-home-slider .eif-slide-html5 {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #000;
}

.eif-home-slider .cameraContent > .camera_caption {
  position: absolute;
  z-index: 3;
}

.eif-home-slider .eif-slide-video.is-playing ~ .camera_caption {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.eif-home-slider .camera_caption {
  display: block !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: min(640px, 88%) !important;
  max-width: 640px !important;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  text-align: center;
  background: transparent !important;
  box-sizing: border-box;
}

.eif-home-slider .camera_caption > div,
.eif-home-slider .eif-slide-copy {
  max-width: 560px;
  margin: 0 auto;
}

.eif-home-slider .camera_caption span {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  padding: 0;
  text-transform: inherit;
}

.eif-home-slider .camera_caption p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.eif-home-slider .eif-slide-title {
  margin: 0 0 16px;
  padding: 0;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.02;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.eif-home-slider .eif-slide-title-line {
  display: block;
  color: var(--eif-slide-title-color, #ffffff);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.eif-home-slider .eif-slide-title-accent {
  display: block;
  color: var(--eif-slide-accent-color, #ffffff);
}

.eif-home-slider .eif-slide-text {
  margin: 0 auto 24px;
  max-width: 460px;
  color: var(--eif-slide-text-color, #ffffff);
  font-size: 1.2rem;
  line-height: 1.55;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.eif-home-slider .eif-slide-cta {
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(196, 18, 48, 0.35);
}

.eif-home-slider .eif-slide-cta span {
  display: inline;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0;
  padding: 0;
}

.eif-home-slider .camera_prev,
.eif-home-slider .camera_next {
  opacity: 0.75;
}

.eif-home-slider .camera_pag {
  bottom: 14px;
}

.eif-home-slider .camera_pag_ul li {
  background: rgba(255, 255, 255, 0.45);
}

.eif-home-slider .camera_pag_ul li.cameracurrent {
  background: #c41230;
}


@media (min-width: 768px) {
  .slider-full.eif-home-slider .camera_caption {
    left: 50% !important;
    width: min(640px, 88%) !important;
    max-width: 640px !important;
  }
}

@media (max-width: 979px) {
  .eif-home-slider .camera_wrap {
    height: 570px !important;
  }

  .eif-home-slider .camera_caption {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .eif-home-slider .camera_wrap {
    height: 400px !important;
  }

  .eif-home-slider .camera_caption {
    display: block !important;
    top: 50% !important;
    left: 50% !important;
    width: calc(100% - 40px) !important;
    max-width: none !important;
    transform: translate(-50%, -50%);
  }

  .eif-home-slider .eif-slide-title {
    font-size: 2.25rem;
  }

  .eif-home-slider .eif-slide-text {
    font-size: 1.05rem;
    margin-bottom: 18px;
  }
}

.eif-page-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.eif-page-hero-inner {
  position: relative;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.eif-page-hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: top;
}

.eif-page-hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(640px, 88%);
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.eif-page-hero-text {
  margin: 0;
  color: #c41230;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
  .eif-page-hero-text {
    font-size: 1.6rem;
  }
}

.eif-map-tabs-block.eif-map-tabs-hidden {
  display: none !important;
}

.eif-stats.eif-stats-hidden {
  display: none !important;
}

.eif-home-block-hidden {
  display: none !important;
}

.slider-full .camera_wrap {
  width: 100% !important;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.slider-full .camera_wrap .camera_fakehover,
.slider-full .camera_wrap .camera_target,
.slider-full .camera_wrap .camera_cont,
.slider-full .camera_wrap .camera_contents {
  width: 100% !important;
}

@media (min-width: 1200px) {
  .slider-full .camera_caption {
    left: calc((100% - 1170px) / 2 + 30px);
    width: 55%;
    max-width: 640px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .slider-full .camera_caption {
    left: calc((100% - 940px) / 2 + 30px);
    width: 55%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .slider-full .camera_caption {
    left: calc((100% - 724px) / 2 + 20px);
    width: 60%;
  }
}

.eif-section-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eif-section-title span {
  display: block;
  font-size: 1.05rem;
  font-weight: 400;
  color: #888;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 4px;
}

.box-projects .eif-project-placeholder {
  margin: 8px 0 0;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #888;
  font-style: italic;
}

.eif-gallery-carousel-section {
  background: #fff;
  padding: 42px 0 36px;
  border-bottom: 1px solid #e8e8e8;
}

.eif-cards-carousel {
  position: relative;
  padding: 0 8px;
}

.eif-cards-carousel-viewport {
  overflow: hidden;
  margin: 0 24px;
}

.eif-cards-carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.eif-cards-carousel-item {
  flex: 0 0 calc(25% - 15px);
  min-width: 0;
  text-align: center;
  font-family: var(--eif-font);
}

.eif-cards-carousel-figure {
  margin: 0 0 16px;
  padding: 0;
}

.eif-cards-carousel-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.eif-cards-carousel-title {
  margin: 0 0 6px;
  padding: 0;
  font-size: 1.275rem;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}

.eif-cards-carousel-subtitle {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #808384;
}

.eif-cards-carousel-btn {
  position: absolute;
  top: 32%;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(214, 214, 214, 0.92);
  color: #5a5a5a;
  font-size: 2.25rem;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.eif-cards-carousel-btn:hover:not(:disabled) {
  background: rgba(200, 200, 200, 1);
  color: #333;
}

.eif-cards-carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.eif-cards-carousel-prev {
  left: -4px;
}

.eif-cards-carousel-next {
  right: -4px;
}

@media (max-width: 979px) {
  .eif-cards-carousel-item {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .eif-gallery-carousel-section {
    padding: 28px 0 24px;
  }

  .eif-cards-carousel-viewport {
    margin: 0 18px;
  }

  .eif-cards-carousel-item {
    flex: 0 0 100%;
  }

  .eif-cards-carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 1.8rem;
    line-height: 34px;
  }
}

.eif-announcements-section {
  background: #fff;
  padding: 42px 0 48px;
  border-top: 1px solid #e8e8e8;
}

.eif-announcements-section .eif-section-title {
  margin-bottom: 28px;
}

.eif-announcements-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.eif-announcements-grid .eif-announcement-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 0;
  box-sizing: border-box;
}

@media (max-width: 979px) {
  .eif-announcements-grid .eif-announcement-card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .eif-announcements-grid .eif-announcement-card {
    flex: 0 0 100%;
  }
}

a.eif-announcement-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.eif-announcement-card:hover {
  text-decoration: none;
  color: inherit;
}

a.eif-announcement-card:hover .eif-cards-carousel-title {
  color: #c00000;
}

.eif-map-section {
  padding: 56px 0 60px;
  background: #f4f6f9;
}

.eif-map-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
}

.eif-map-layout:before,
.eif-map-layout:after {
  display: none;
}

.eif-map-layout > .eif-map-col {
  float: none;
  width: 50%;
  margin-left: 0;
  box-sizing: border-box;
}

.eif-map-col-map {
  padding-right: 28px;
}

.eif-map-col-panel {
  padding-left: 12px;
}

.eif-map-panel {
  color: #1f2a44;
  padding: 0;
}

.eif-map-eyebrow {
  margin: 0 0 10px;
  padding: 0;
  font-family: var(--eif-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #c00000;
}

.eif-map-heading {
  margin: 0 0 16px;
  padding: 0;
  font-family: var(--eif-font);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0f1f3d;
  text-transform: none;
}

.eif-map-lead {
  margin: 0 0 12px;
  padding: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #5a6478;
}

.eif-map-lead:last-of-type {
  margin-bottom: 22px;
}

.eif-map-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.eif-map-stat-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(15, 31, 61, 0.04);
}

.eif-map-stat-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #5b6c8f;
}

.eif-map-stat-text {
  min-width: 0;
}

.eif-map-stat-text strong {
  display: block;
  font-family: var(--eif-font);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.15;
  color: #0f1f3d;
}

.eif-map-stat-text span {
  display: block;
  margin-top: 2px;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #6b778d;
}

.eif-map-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 8px;
  padding: 14px 20px;
  background: #0f1f3d;
  color: #fff !important;
  text-decoration: none;
  font-family: var(--eif-font);
  font-size: 0.975rem;
  font-weight: 600;
  border-radius: 10px;
  transition: background 0.2s;
}

.eif-map-cta:hover {
  background: #1a2f55;
  color: #fff !important;
  text-decoration: none;
}

.eif-map-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  margin-top: 36px;
  padding: 22px 28px;
  background: #e8eef8;
  border-radius: 16px;
}

.eif-map-banner-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  flex: 0 0 auto;
  max-width: 220px;
}

.eif-map-banner-logo {
  display: inline-block;
  background: #c00000;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 6px 10px;
  letter-spacing: 1px;
  border-radius: 4px;
}

.eif-map-banner-years {
  font-family: var(--eif-font);
  font-size: 2.55rem;
  font-weight: 700;
  line-height: 1;
  color: #0f1f3d;
}

.eif-map-banner-years small {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.eif-map-banner-tag {
  flex: 1 1 100%;
  font-size: 0.75rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #6b778d;
  font-weight: 600;
}

.eif-map-banner-copy {
  flex: 1 1 240px;
  min-width: 0;
}

.eif-map-banner-copy h4 {
  margin: 0 0 6px;
  padding: 0;
  font-family: var(--eif-font);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f1f3d;
  text-transform: none;
}

.eif-map-banner-copy p {
  margin: 0;
  padding: 0;
  font-size: 0.975rem;
  line-height: 1.55;
  color: #5a6478;
}

.eif-map-banner-link {
  flex: 0 0 auto;
  margin-left: auto;
  font-family: var(--eif-font);
  font-size: 0.975rem;
  font-weight: 700;
  color: #0f1f3d !important;
  text-decoration: none;
  white-space: nowrap;
}

.eif-map-banner-link:hover {
  color: #c00000 !important;
  text-decoration: none;
}

.eif-map-brand,
.eif-map-achievements-title,
.eif-map-achievements {
  display: none;
}

.eif-map-tab-content {
  max-height: 320px;
  overflow-y: auto;
  background: #fff !important;
  border: 1px solid #e6ebf2 !important;
  border-top: none !important;
  border-radius: 0 0 4px 4px;
  padding: 0 !important;
  min-height: 140px;
  color: #333;
}

.eif-map-tab-pane {
  display: none;
}

.eif-map-tab-pane.active {
  display: block;
}

.eif-map-tabs {
  margin-bottom: 0;
  border-bottom: none !important;
}

.eif-map-tabs:before,
.eif-map-tabs:after {
  display: none;
}

.eif-map-tabs > li {
  width: 50%;
  margin-bottom: 0;
  text-align: center;
}

.eif-map-tabs > li > a {
  display: block;
  margin: 0;
  padding: 10px 8px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-align: center;
  border-radius: 4px 4px 0 0 !important;
  color: #6b778d !important;
  background: #eef2f7 !important;
  border: 1px solid #e6ebf2 !important;
  border-bottom: none !important;
}

.eif-map-tabs > li + li > a {
  border-left: none !important;
}

.eif-map-tabs > .active > a,
.eif-map-tabs > .active > a:hover,
.eif-map-tabs > .active > a:focus {
  color: #0f1f3d !important;
  background: #fff !important;
  border-color: #e6ebf2 !important;
  border-bottom-color: transparent !important;
}

.eif-map-wrap {
  position: relative;
  margin-bottom: 0;
}

.eif-map-canvas {
  position: relative;
  width: 100%;
  background: transparent;
  border: none;
  overflow: hidden;
}

.eif-map-canvas.eif-map-all-marzes .eif-map-svg {
  filter: brightness(1.05);
}

.eif-map-svg {
  display: block;
  width: 100%;
  height: auto;
}

.eif-map-cities {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.eif-map-city {
  position: absolute;
  transform: translate(-50%, -100%);
  text-decoration: none;
  z-index: 2;
  color: #1f6fd6;
}

.eif-map-city-pin {
  display: block;
  width: 22px;
  height: 30px;
  line-height: 0;
  filter: drop-shadow(0 2px 4px rgba(11, 31, 58, 0.28));
  transition: transform 0.2s, filter 0.2s;
}

.eif-map-city-pin svg {
  display: block;
  width: 100%;
  height: 100%;
}

.eif-map-city-main .eif-map-city-pin {
  width: 26px;
  height: 34px;
}

.eif-map-city-dot {
  display: none;
}

.eif-map-city-label {
  display: block;
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  transform: translateX(-50%);
  margin-top: 0;
  font-size: 0.825rem;
  font-weight: 700;
  color: #0b1f3a;
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255,255,255,0.9);
  opacity: 1;
  pointer-events: none;
}

.eif-map-city:hover .eif-map-city-pin,
.eif-map-city.highlight .eif-map-city-pin {
  transform: scale(1.12);
  filter: drop-shadow(0 3px 8px rgba(31, 111, 214, 0.45));
}

.eif-map-city:hover .eif-map-city-label,
.eif-map-city.highlight .eif-map-city-label {
  color: #1f6fd6;
}

.eif-map-markers {
  display: none;
}

.eif-map-locations {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eif-map-locations li {
  padding: 12px 14px 12px 16px;
  margin: 0;
  background: transparent;
  border-left: 3px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.eif-map-locations li:last-child {
  border-bottom: none;
}

.eif-map-locations li:hover,
.eif-map-locations li.active {
  background: rgba(255, 255, 255, 0.08);
  border-left-color: #c00000;
}

.eif-map-locations li[data-href] {
  cursor: pointer;
}

.eif-map-locations li[data-href]:hover strong {
  color: #fff;
}

.eif-map-locations li strong {
  display: block;
  font-size: 0.975rem;
  font-weight: 600;
  color: #ffffff !important;
  line-height: 1.4;
  margin-bottom: 3px;
}

.eif-map-locations li span {
  display: block;
  font-size: 0.9rem;
  color: #b8c4d4 !important;
  line-height: 1.35;
}

.eif-pillars .thumbnail-1 {
  min-height: 280px;
}

.eif-pillars .thumbnail-1 h4 {
  min-height: 44px;
}

.eif-pillar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 14px;
  color: #333;
}

.eif-pillar-icon svg {
  width: 44px;
  height: 44px;
  display: block;
}

.eif-pillar-icon--engineering,
.eif-pillar-icon--science,
.eif-pillar-icon--ai,
.eif-pillar-icon--regional {
  color: #333;
}

.eif-strategic-directions .thumbnail-1 h4 {
  min-height: 48px;
}

.eif-impact-story {
  scroll-margin-top: 100px;
}

#content {
  color: #000;
}

.eif-impact-page-title {
  color: #000;
  margin-bottom: 25px;
}

.eif-impact-list {
  list-style: none;
  margin: 20px 0 30px;
  padding: 0;
}

.eif-impact-list li {
  position: relative;
  padding: 14px 0 14px 28px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  border-bottom: 1px solid #e8e8e8;
}

.eif-impact-list li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: #dc3027;
  font-size: 1.8rem;
  line-height: 1;
}

.eif-impact-intro {
  margin-top: 10px;
}

.eif-impact-photo {
  margin: 0 0 20px;
  padding: 4px;
}

.eif-impact-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.eif-stats-page {
  padding: 50px 0 60px;
  min-height: 400px;
}

.eif-stats-page .eif-sidebar-nav li a {
  color: #ccc;
  border-bottom-color: rgba(255,255,255,0.12);
}

.eif-stats-page .eif-sidebar-nav li a:hover,
.eif-stats-page .eif-sidebar-nav li.active a {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.eif-impact-highlights .stat-item {
  margin-bottom: 25px;
}

.eif-impact-highlights .stat-number {
  font-size: 2.7rem;
}

.eif-stats {
  padding: 50px 0;
  background: #333;
  color: #fff;
}

.eif-stats .stat-item {
  text-align: center;
  padding: 20px 10px;
}

.eif-stats .stat-number {
  display: block;
  font-size: 3.15rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  font-family: var(--eif-font);
}

.eif-stats .stat-label {
  display: block;
  font-size: 0.975rem;
  margin-top: 8px;
  color: #ccc;
  line-height: 1.4;
}

.eif-events .event-item {
  padding: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
}

.eif-events .event-date {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 4px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.eif-events .event-item h5 {
  margin: 0 0 8px;
}

.eif-upcoming-events {
  padding: 52px 0 56px;
  background: #fff;
}

.eif-upcoming-events-card {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.eif-upcoming-events-card:hover,
.eif-upcoming-events-card:focus {
  color: inherit;
  text-decoration: none;
  opacity: 0.96;
}

.eif-upcoming-events-card:hover .eif-upcoming-events-btn {
  background: #a00000;
}

.eif-upcoming-events-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
}

.eif-upcoming-events-row:before,
.eif-upcoming-events-row:after {
  display: none;
}

.eif-upcoming-events-row > .span5,
.eif-upcoming-events-row > .span7 {
  float: none;
  margin-left: 0;
  box-sizing: border-box;
}

.eif-upcoming-events-row > .span5 {
  width: 40%;
  padding-right: 52px;
}

.eif-upcoming-events-row > .span7 {
  width: 60%;
}

.eif-upcoming-events-figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.eif-upcoming-events-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.eif-upcoming-events-body {
  padding: 0;
}

.eif-upcoming-events-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.eif-upcoming-events-copy {
  flex: 1 1 auto;
}

.eif-upcoming-events-label {
  margin: 0 0 14px;
  padding: 0;
  font-family: var(--eif-font);
  font-size: 0.975rem;
  font-weight: 600;
  line-height: 1.2;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.eif-upcoming-events-name {
  margin: 0 0 24px;
  padding: 0;
  font-family: var(--eif-font);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.22;
  color: #1a1a1a;
  text-transform: none;
}

.eif-upcoming-events-copy p {
  margin: 0;
  padding: 0;
  font-size: 0.975rem;
  line-height: 1.75;
  color: #666;
}

.eif-upcoming-events-btn {
  display: inline-block;
  align-self: flex-start;
  margin: 28px 0 0;
  padding: 15px 28px;
  background: #c00000;
  color: #fff !important;
  text-decoration: none;
  font-family: var(--eif-font);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.825rem;
  letter-spacing: 0.35px;
  line-height: 1.2;
  border: 0;
  border-radius: 0;
}

.eif-upcoming-events-btn:hover {
  background: #a00000;
  color: #fff !important;
  text-decoration: none;
}

@media (min-width: 768px) {
  
  .eif-upcoming-events-content {
    aspect-ratio: 1.705 / 1;
  }
}

@media (max-width: 767px) {
  .eif-upcoming-events {
    padding: 36px 0 40px;
  }

  .eif-upcoming-events-row > .span5,
  .eif-upcoming-events-row > .span7 {
    width: 100%;
  }

  .eif-upcoming-events-row > .span5 {
    padding-right: 0;
    margin-bottom: 28px;
  }

  .eif-upcoming-events-content {
    aspect-ratio: auto;
    min-height: 0;
  }

  .eif-upcoming-events-name {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }

  .eif-upcoming-events-btn {
    margin-top: 24px;
  }
}

.eif-ew-page-label {
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #c00000;
}

.eif-ew-page {
  margin-top: 10px;
  margin-bottom: 40px;
}

.eif-ew-page-figure {
  margin: 0 0 24px;
  line-height: 0;
}

.eif-ew-page-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.eif-ew-page-content h3,
.eif-ew-page-content h4 {
  margin-top: 0;
  padding-top: 0;
}

.eif-ew-page-content h4 {
  margin-top: 28px;
  padding-top: 0;
}

.eif-trusted {
  padding: 28px 0;
  background: #f5f6f8;
}

.eif-trusted .container {
  background: transparent;
}

.eif-trusted .row-clients {
  background: transparent;
}

.eif-partners-title {
  flex: 0 0 auto;
  margin: 0;
  padding: 0 28px 0 0;
  color: #0b1f3a;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.eif-partners-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  background: transparent;
  border: none;
  min-height: 120px;
}

.eif-partners-carousel-viewport {
  flex: 1 1 auto;
  overflow: hidden;
  min-width: 0;
  border: none;
}

.eif-trusted .eif-partners-carousel-track,
.eif-trusted .list-clients.eif-partners-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  float: none;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
  transition: transform 0.45s ease;
  will-change: transform;
}

.eif-trusted .eif-partners-carousel-track li,
.eif-trusted .list-clients.eif-partners-carousel-track li {
  float: none;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 180px;
  min-height: 110px;
  margin: 0;
  padding: 10px 28px;
  background: none;
  border: none;
  box-sizing: border-box;
  text-align: center;
}

.eif-trusted .eif-partners-carousel-track li:last-child,
.eif-trusted .list-clients.eif-partners-carousel-track li:last-child,
.eif-trusted .eif-partners-carousel-track li:first-child,
.eif-trusted .list-clients.eif-partners-carousel-track li:first-child {
  border: none;
  background: none;
}

.eif-trusted .eif-partners-carousel-track li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 90px;
  opacity: 1;
}

.eif-trusted .eif-partners-carousel-track li a:hover {
  opacity: 0.8;
}

.eif-trusted .eif-partners-carousel-track img {
  display: block;
  max-width: 180px;
  max-height: 90px;
  width: auto;
  height: auto;
  margin: 0 auto;
  filter: none;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.eif-trusted .eif-partners-carousel-track li a:hover img {
  opacity: 1;
}

.eif-partners-carousel-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eif-partners-carousel-btn {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid #c9d0db;
  border-radius: 50%;
  background: transparent;
  color: #5a6478;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.eif-partners-carousel-btn:before {
  display: none;
}

.eif-partners-carousel-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -3px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.eif-partners-carousel-prev:after {
  margin-left: -2px;
  transform: rotate(-135deg);
}

.eif-partners-carousel-btn:hover:before {
  display: none;
}

.eif-partners-carousel-btn:hover {
  background: #fff;
  border-color: #0b1f3a;
  color: #0b1f3a;
}

.eif-partners-carousel-btn:hover:after {
  border-color: currentColor;
}

@media (max-width: 767px) {
  .eif-trusted {
    padding: 24px 0;
  }

  .eif-partners-carousel {
    flex-wrap: wrap;
    gap: 14px;
  }

  .eif-partners-title {
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
  }

  .eif-partners-carousel-viewport {
    order: 3;
    width: 100%;
  }

  .eif-partners-carousel-nav {
    margin-left: auto;
  }

  .eif-partners-carousel-btn {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .eif-trusted .eif-partners-carousel-track li,
  .eif-trusted .list-clients.eif-partners-carousel-track li {
    min-width: 140px;
    min-height: 80px;
    padding: 8px 16px;
  }

  .eif-trusted .eif-partners-carousel-track li a {
    min-height: 64px;
  }

  .eif-trusted .eif-partners-carousel-track img {
    max-width: 140px;
    max-height: 64px;
  }
}

.eif-who-we-are {
  position: relative;
  padding: 72px 0 80px;
  background: #f7f8fb;
  overflow: hidden;
}

.eif-who-we-are-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 100% 20%, rgba(192, 0, 0, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 0% 80%, rgba(15, 31, 61, 0.05) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f4f6f9 100%);
  pointer-events: none;
}

.eif-who-we-are .container {
  position: relative;
  z-index: 1;
}

.eif-who-we-are-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
}

.eif-who-we-are-row:before,
.eif-who-we-are-row:after {
  display: none;
}

.eif-who-we-are-row > .span6 {
  float: none;
  width: 50%;
  margin-left: 0;
  box-sizing: border-box;
}

.eif-who-we-are-text {
  padding-right: 48px;
}

.eif-who-we-are-eyebrow {
  margin: 0 0 14px;
  padding: 0;
  font-family: var(--eif-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #c00000;
  animation: eifWhoFadeUp 0.7s ease both;
}

.eif-who-we-are-title {
  margin: 0 0 12px;
  padding: 0;
  font-family: var(--eif-font);
  font-size: 3.15rem;
  font-weight: 700;
  line-height: 1.1;
  color: #0f1f3d;
  text-transform: none;
  letter-spacing: -0.5px;
  animation: eifWhoFadeUp 0.7s ease 0.08s both;
}

.eif-who-we-are-subtitle {
  margin: 0 0 22px;
  padding: 0 0 0 14px;
  border-left: 3px solid #c00000;
  font-size: 1.275rem;
  line-height: 1.4;
  color: #5a6478;
  font-weight: 500;
  animation: eifWhoFadeUp 0.7s ease 0.14s both;
}

.eif-who-we-are-body {
  margin: 0 0 16px;
  padding: 0 !important;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #4b5568;
  max-width: 34em;
  animation: eifWhoFadeUp 0.7s ease 0.2s both;
}

.eif-who-we-are-body:last-of-type {
  margin-bottom: 28px;
}

.eif-who-we-are-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff !important;
  background: #0f1f3d;
  font-family: var(--eif-font);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.6px;
  padding: 14px 22px;
  border-radius: 999px;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  animation: eifWhoFadeUp 0.7s ease 0.28s both;
  box-shadow: 0 8px 24px rgba(15, 31, 61, 0.18);
}

.eif-who-we-are-link:hover {
  background: #c00000;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(192, 0, 0, 0.25);
}

.eif-who-we-are-link:after {
  content: '\2192';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 0;
  transition: transform 0.25s ease;
}

.eif-who-we-are-link:hover:after {
  background: transparent;
  transform: translateX(3px);
}

.eif-who-we-are-media {
  text-align: right;
  padding-top: 0;
}

.eif-who-we-are-frame {
  position: relative;
  display: inline-block;
  max-width: 100%;
  animation: eifWhoFadeIn 0.9s ease 0.15s both;
}

.eif-who-we-are-frame:before {
  content: '';
  position: absolute;
  right: -14px;
  top: 18px;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(192, 0, 0, 0.35);
  border-radius: 20px;
  z-index: 0;
  pointer-events: none;
}

.eif-who-we-are-figure {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(15, 31, 61, 0.16);
}

.eif-who-we-are-figure img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.eif-who-we-are-frame:hover .eif-who-we-are-figure img {
  transform: scale(1.04);
}

.eif-who-we-are-badge {
  position: absolute;
  left: -12px;
  bottom: 28px;
  z-index: 2;
  padding: 10px 16px;
  background: #fff;
  color: #0f1f3d;
  font-family: var(--eif-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(15, 31, 61, 0.14);
  animation: eifWhoFadeUp 0.7s ease 0.4s both;
}

@keyframes eifWhoFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes eifWhoFadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .eif-who-we-are {
    padding: 48px 0 52px;
  }

  .eif-who-we-are-row > .span6 {
    width: 100%;
  }

  .eif-who-we-are-text {
    padding-right: 0;
    margin-bottom: 32px;
  }

  .eif-who-we-are-title {
    font-size: 2.4rem;
  }

  .eif-who-we-are-subtitle {
    font-size: 1.125rem;
  }

  .eif-who-we-are-media {
    text-align: left;
  }

  .eif-who-we-are-frame:before {
    right: -8px;
    top: 12px;
  }

  .eif-who-we-are-figure img {
    max-width: 100%;
    aspect-ratio: 5 / 4;
  }

  .eif-who-we-are-badge {
    left: 12px;
    bottom: 16px;
  }
}

.eif-page-header {
  padding: 30px 0 10px;
}

.eif-page-header h2 {
  margin-bottom: 10px;
}

.eif-search-page-header {
  padding-bottom: 24px;
}

.eif-search-page-form {
  margin-top: 18px;
  max-width: 720px;
}

.eif-search-page-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.eif-search-page-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.eif-search-page-row input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid #d7dde5;
  border-radius: 0;
  box-sizing: border-box;
  font-family: var(--eif-font);
  font-size: 1.125rem;
  color: #0b1f3a;
  background: #fff;
}

.eif-search-page-row input[type="search"]:focus {
  outline: none;
  border-color: #c00000;
}

.eif-search-page-submit {
  flex: 0 0 auto;
  min-width: 120px;
  height: 48px;
  padding: 0 22px;
  border: none;
  border-radius: 0;
  background: #c00000;
  color: #fff;
  font-family: var(--eif-font);
  font-size: 0.975rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.eif-search-page-submit:hover {
  background: #a00000;
  color: #fff;
}

.eif-search-results {
  padding: 8px 0 56px;
}

.eif-search-status {
  margin: 0 0 28px;
  font-size: 1.125rem;
  line-height: 1.55;
  color: #334155;
}

.eif-search-query {
  color: #c00000;
  font-weight: 700;
}

.eif-search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eif-search-item {
  margin: 0 0 22px;
  padding: 0 0 22px;
  border-bottom: 1px solid #e8edf3;
}

.eif-search-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.eif-search-type {
  display: inline-block;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eif-search-item-title {
  margin: 0 0 8px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}

.eif-search-item-title a {
  color: #0b1f3a;
  text-decoration: none;
}

.eif-search-item-title a:hover {
  color: #c00000;
}

.eif-search-snippet {
  margin: 0;
  max-width: 52em;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.6;
}

.eif-search-snippet mark {
  padding: 0 2px;
  background: #ffe3e0;
  color: #c00000;
  font-weight: 700;
}

@media (max-width: 767px) {
  .eif-search-page-row {
    flex-direction: column;
  }

  .eif-search-page-submit {
    width: 100%;
  }
}

.eif-anchor-section {
  padding: 48px 0;
  border-bottom: 1px solid #e5e7eb;
  scroll-margin-top: 96px;
}

.eif-anchor-section:last-child {
  border-bottom: none;
}

.eif-about-page {
  padding: 28px 0 56px;
}

body.eif-page-about {
  scroll-behavior: smooth;
}

.eif-about-section-head {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e7eb;
}

.eif-about-section-title {
  margin: 0 0 12px;
  font-size: 2.55rem;
  line-height: 1.15;
  color: #0b1f3a;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.eif-about-section-lead {
  margin: 0;
  padding: 0;
  font-size: 1.275rem;
  line-height: 1.45;
  color: #0b1f3a;
  font-weight: 700;
}

@media (max-width: 767px) {
  .eif-about-section-title {
    font-size: 1.95rem;
  }

  .eif-about-section-lead {
    font-size: 1.1rem;
  }
}

.eif-values-list li {
  margin-bottom: 12px;
}

.eif-team-member {
  text-align: center;
  margin-bottom: 30px;
}

.eif-team-member img {
  width: 100%;
  max-width: 200px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.eif-projects-grid .span3 {
  margin-bottom: 10px;
}

.eif-centers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 2%;
  margin-left: 0;
  margin-right: 0;
}

.eif-centers-col {
  width: calc((100% - 8%) / 5);
  float: none;
  margin: 0;
  min-width: 0;
}

@media (max-width: 979px) {
  .eif-centers-col {
    width: calc((100% - 4%) / 3);
  }
}

@media (max-width: 767px) {
  .eif-centers-col {
    width: calc((100% - 2%) / 2);
  }
}

@media (max-width: 480px) {
  .eif-centers-col {
    width: 100%;
  }
}

.eif-project-card {
  display: block;
  margin-bottom: 30px;
  text-decoration: none !important;
  color: #000 !important;
}

.eif-project-card h5 {
  margin: 12px 0 6px;
  font-size: 0.975rem;
  line-height: 1.35;
  color: #000;
}

.eif-project-card:hover,
.eif-project-card:focus {
  text-decoration: none !important;
  color: #000 !important;
}

.eif-project-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 2px;
  overflow: hidden;
  box-sizing: border-box;
}

.eif-project-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eif-project-card:hover h5 {
  color: #c00000;
}

.eif-project-card p {
  margin: 0;
  padding-bottom: 0;
  color: #000;
  font-size: 0.975rem;
  line-height: 1.45;
}

.eif-project-article {
  padding: 28px 0 56px;
  
}

.eif-project-article-back {
  margin: 0 0 22px;
  padding: 0;
}

.eif-project-article-back a {
  color: #6b7280;
  text-decoration: none;
  font-size: 1.05rem;
}

.eif-project-article-back a:hover {
  color: #c00000;
}

.eif-project-article-header {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e7eb;
}

.eif-project-article-title {
  margin: 0 0 12px;
  font-size: 2.55rem;
  line-height: 1.15;
  color: #0b1f3a;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.eif-project-article-lead {
  margin: 0;
  padding: 0;
  font-size: 1.275rem;
  line-height: 1.45;
  color: #0b1f3a;
  font-weight: 700;
}

.eif-project-article-content {
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 8px;
}

.eif-project-article-media {
  
  width: 100%; 
  margin: 0 28px 18px 0;
  padding: 0;
 
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.eif-project-article-media img {
  display: block;
  width: 65%; margin: 0 auto;
 /* height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;*/
}

.eif-project-article-body {
  color: #1f2937;
}

.eif-project-article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.25rem 0;
  border-radius: 6px;
}

.eif-project-article-body img.eif-ql-img--sm { max-width: 25%; }
.eif-project-article-body img.eif-ql-img--md { max-width: 50%; }
.eif-project-article-body img.eif-ql-img--lg { max-width: 75%; }
.eif-project-article-body img.eif-ql-img--full { max-width: 100%; }

.eif-project-article-body img.eif-ql-img--left {
  margin-left: 0;
  margin-right: auto;
  float: none;
}

.eif-project-article-body img.eif-ql-img--center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.eif-project-article-body img.eif-ql-img--right {
  margin-left: auto;
  margin-right: 0;
  float: none;
}

.eif-project-article-body img.eif-ql-img--float-left {
  float: left;
  margin: 0.25rem 1.25rem 1rem 0;
}

.eif-project-article-body img.eif-ql-img--float-right {
  float: right;
  margin: 0.25rem 0 1rem 1.25rem;
}

.eif-project-article-body::after {
  content: "";
  display: table;
  clear: both;
}

.eif-project-article-body iframe.ql-video,
.eif-project-article-body .ql-video {
  display: block;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 240px;
  margin: 1.25rem 0;
  border: 0;
  border-radius: 6px;
  background: #0f172a;
}

.eif-project-article-body p {
  margin: 0 0 0;
  font-size: 1.125rem; padding:0;
 

}

.eif-project-article-body p:last-child {
  margin-bottom: 0;
}

.eif-text-article-date {
  margin: 0 0 10px;
  padding: 0;
  color: #6b7280;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.4;
}

.eif-project-article-body h3,
.eif-text-article .eif-project-article-body h3 {
  margin: 22px 0 10px;
  color: #0b1f3a;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 700;
}

.eif-project-article-body h3:first-child,
.eif-text-article .eif-project-article-body h3:first-child {
  margin-top: 0;
}

.eif-project-article-body ul,
.eif-text-article .eif-project-article-body ul,
.eif-project-article-body ol,
.eif-text-article .eif-project-article-body ol {
  margin: 0 0 16px;
  padding-left: 1.25em;
}

.eif-project-article-body li,
.eif-text-article .eif-project-article-body li {
  margin: 0;
  font-size: 1.125rem;

}
.eif-project-article-body a{ color:unset;}
.eif-project-article-body h1,
.eif-project-article-body h2,
.eif-project-article-body h3,
.eif-project-article-body h4 {
  margin: 1.25em 0 0.5em;
  color: #111827;
  font-weight: 700;
  line-height: 1.3;
}

.eif-project-article-body h1 { font-size: 2rem; }
.eif-project-article-body h2 { font-size: 1.6rem; }
.eif-project-article-body h3 { font-size: 1.3rem; }
.eif-project-article-body h4 { font-size: 1.15rem; }

.eif-project-article-body .ql-align-center { text-align: center; }
.eif-project-article-body .ql-align-right { text-align: right; }
.eif-project-article-body .ql-align-justify { text-align: justify; }

.eif-project-article-body blockquote {
  margin: 1rem 0;
  padding: 0.65rem 0 0.65rem 1rem;
  border-left: 3px solid #c00000;
  color: #4b5563;
  font-style: italic;
}

.eif-project-article-body pre.ql-syntax,
.eif-project-article-body pre {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  overflow-x: auto;
  border-radius: 6px;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.eif-project-article-body code {
  padding: 0.1em 0.35em;
  border-radius: 4px;
  background: #f3f4f6;
  font-size: 0.92em;
}

.eif-project-article-body table,
.eif-text-article .eif-project-article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.25rem;
  table-layout: fixed;
}

.eif-project-article-body table td,
.eif-project-article-body table th,
.eif-text-article .eif-project-article-body table td,
.eif-text-article .eif-project-article-body table th {
  border: 1px solid #d1d5db;
  padding: 10px 12px;
  vertical-align: top;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #1f2937;
  word-break: break-word;
}

.eif-project-article-body table th,
.eif-text-article .eif-project-article-body table th {
  background: #f3f4f6;
  font-weight: 700;
  color: #0b1f3a;
}

.eif-project-article-body table.eif-table-noborder td,
.eif-project-article-body table.eif-table-noborder th,
.eif-text-article .eif-project-article-body table.eif-table-noborder td,
.eif-text-article .eif-project-article-body table.eif-table-noborder th {
  border-color: transparent;
}

.eif-project-article-body table.eif-table-noborder th,
.eif-text-article .eif-project-article-body table.eif-table-noborder th {
  background: transparent;
}

.eif-text-article-cta {
  margin-top: 24px !important;
}

.eif-project-article-cta {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin: 32px 0 0;
  padding-top: 22px;
  border-top: 1px solid #e5e7eb;
}

.eif-project-article-cta-link {
  color: #c00000 !important;
  font-size: 0.975rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.eif-project-article-cta-link:hover {
  color: #8f0000 !important;
}

.eif-project-article-cta-link span {
  margin-left: 4px;
}

@media (max-width: 767px) {

  .eif-project-article-title {
    font-size: 1.95rem;
  }

  .eif-project-article-media {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
  }
}

.eif-impact-story {
  padding: 25px;
  background: #f9f9f9;
  margin-bottom: 20px;
  border-left: 4px solid #333;
}

.eif-sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eif-sidebar-nav li a {
  display: block;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  color: #333;
}

.eif-sidebar-nav li a:hover,
.eif-sidebar-nav li.active > a {
  background: #f5f5f5;
  text-decoration: none;
}

.eif-sidebar-group > a {
  font-weight: 600;
}

.eif-sidebar-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eif-sidebar-sub li a {
  padding-left: 24px;
  font-size: 0.975rem;
}

.eif-sidebar-sub li.active a {
  border-left: 3px solid #c00;
  padding-left: 21px;
}

.eif-city-page {
  padding: 28px 0 56px;
}

.eif-city-sidebar-title {
  margin: 0 0 14px;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0b1f3a;
}

.eif-city-nav li a {
  padding: 12px 10px;
  border-bottom: 1px solid #e8ecf1;
  color: #0b1f3a;
  font-size: 1.125rem;
}

.eif-city-nav li.active > a {
  background: #f0f2f5;
  font-weight: 600;
}

.eif-city-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #c4122f;
  font-size: 0.975rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.eif-city-back:hover {
  color: #9e0e25;
  text-decoration: none;
}

.eif-city-back-icon {
  display: inline-flex;
  color: #c4122f;
  line-height: 0;
}

.eif-city-header {
  margin: 0 0 22px;
}

.eif-city-title {
  margin: 0 0 8px;
  font-size: 2.55rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0b1f3a;
}

.eif-city-subtitle {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #6b7785;
}

.eif-city-content {
  overflow: hidden;
}

.eif-city-media {
 margin: 0;
  width: 100%;

}

.eif-city-media img {
display: block;
    width: 75%;
    margin: 0 auto;
}

.eif-city-body {
  color: #3a4553;
  font-size: 1.125rem;
  line-height: 25px;
}

.eif-city-body p {
  
}

.eif-city-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
        .eif-project-article-media img, .eif-city-media img{ width:100%;}
  .eif-city-page {
    padding-top: 16px;
  }

  .eif-city-sidebar {
    margin-bottom: 28px;
  }

  .eif-city-title {
    font-size: 2.1rem;
  }

  .eif-city-media {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
  }
}

.eif-values-sub {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.eif-header {
  width: 100%;
  max-width: none;
  background: #fff;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  padding: 0;
  box-sizing: border-box;
}

.eif-header > .container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.eif-navbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 24px;
  width: 100%;
  padding: 18px 0;
  min-height: 0;
  box-sizing: border-box;
}

.eif-navbar .brand {
  float: none !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-align: left;
  grid-column: 1;
  justify-self: start;
  overflow: visible;
}

.eif-navbar .brand a {
  display: inline-block;
  line-height: 0;
  text-align: left;
}

.eif-navbar .brand img {
  width: 210px;
  max-width: 100%;
  height: auto;
  display: block;
}

.eif-navbar .eif-nav-toggle {
  display: none;
}

.eif-navbar .nav-collapse_ {
  float: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0;
  position: relative;
  clear: none !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  grid-column: 2;
  justify-self: center;
}

.eif-header-tools {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  order: unset;
}

.eif-header-search,
.eif-navbar #search {
  float: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-sizing: border-box;
}

.eif-header-search--icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border: none;
  background: transparent;
}

.eif-header-search--icon input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 34px;
  opacity: 0;
  padding: 0;
  border: 1px solid #d7dde6;
  background: #fff;
  pointer-events: none;
  transition: width 0.2s, opacity 0.2s, padding 0.2s;
  z-index: 5;
}

.eif-header-search--icon:focus-within input,
.eif-header-search--icon.is-open input {
  width: 180px;
  opacity: 1;
  padding: 0 36px 0 12px;
  pointer-events: auto;
}

.eif-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.eif-navbar #search input,
.eif-header-search input {
  float: none;
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  font-family: "effra", sans-serif;
  font-size: 0.975rem;
  color: #0b1f3a;
  outline: none;
}

.eif-navbar #search input:focus,
.eif-header-search input:focus {
  box-shadow: none;
}

.eif-search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #0b1f3a;
  line-height: 0;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 6;
}

.eif-search-submit:hover {
  color: #c41230;
}

.eif-lang {
  position: relative;
}

.eif-lang-btn {
  border: none;
  background: transparent;
  color: #0b1f3a;
  font-family: var(--eif-font);
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 2px;
  line-height: 1;
}

.eif-lang-btn:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: 1px;
}

.eif-lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e6ebf2;
  min-width: 72px;
  z-index: 40;
  box-shadow: 0 8px 20px rgba(11, 31, 58, 0.08);
}

.eif-lang-menu li {
  padding: 0;
  cursor: default;
  font-size: 0.975rem;
  color: #0b1f3a;
}

.eif-lang-menu a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 6px 12px;
}

.eif-lang-menu a:hover {
  background: rgba(11, 31, 58, 0.06);
}

.eif-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 6px;
  background: #c41230;
  color: #fff !important;
  font-family: var(--eif-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  line-height: 1;
  border: none;
  transition: background 0.2s;
}

.eif-header-cta:hover {
  background: #a50e28;
  color: #fff !important;
  text-decoration: none !important;
}

.eif-navbar .nav {
  margin: 0 !important;
  float: none !important;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0;
}

.eif-header .nav-collapse_ .nav > li {
  background: none !important;
  margin: 0;
  padding: 0 18px;
  border-left: none !important;
  box-shadow: none;
  float: none !important;
}

.eif-header .nav-collapse_ .nav > li:first-child {
  padding-left: 0;
}

.eif-header .nav-collapse_ .nav > li:last-child {
  padding-right: 0;
}

.eif-header .nav-collapse_ .nav > li > a {
  display: inline-block;
  padding: 8px 0;
  margin: 0;
  font-family: var(--eif-font);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  color: #0b1f3a;
  background: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none;
  white-space: nowrap;
}

.eif-header .nav-collapse_ .nav > li > a:hover,
.eif-header .nav-collapse_ .nav > li.sfHover > a,
.eif-header .nav-collapse_ .nav > li.active > a,
.eif-header .nav-collapse_ .nav > li.active > a:hover {
  color: #c41230;
  background: none !important;
  box-shadow: none !important;
}

.eif-header .nav-collapse_ .nav > li > a .sf-sub-indicator {
  display: none !important;
}

.eif-header .nav-collapse_ .nav > li > ul {
  top: 100%;
  left: 0;
  margin-top: 12px;
  text-align: left;
  min-width: 200px;
  width: auto;
  padding: 8px 18px;
  border: 1px solid #ececec;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

@media (min-width: 980px) and (max-width: 1199px) {
  .eif-navbar .brand img {
    width: 176px;
  }

  .eif-header .nav-collapse_ .nav > li {
    padding: 0 12px;
  }

  .eif-header .nav-collapse_ .nav > li > a {
    font-size: 0.975rem;
  }

  .eif-header-cta {
    padding: 10px 14px;
    font-size: 0.825rem;
  }
}

.eif-nav-toggle {
  display: none;
}

body.eif-menu-open {
  overflow: hidden;
}

@media (max-width: 979px) {
  /* Fix: Bootstrap clearfix uses line-height:0 which can affect vertical centering
     in the responsive header layout. */
  .eif-header .clearfix:before,
  .eif-header .clearfix:after {
    line-height: normal !important;
  }

  .eif-header {
    position: relative;
    z-index: 10001;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
  }

  .eif-header.eif-menu-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .eif-header.eif-menu-open + *,
  .eif-header.eif-menu-open ~ #content,
  .eif-header.eif-menu-open ~ .slider {
    pointer-events: none;
  }

  .eif-navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0 12px;
    grid-template-columns: none;
  }

  .eif-navbar .brand {
    float: none !important;
    display: flex !important;
    align-items: center;
    height: 44px;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
    min-width: auto;
    max-width: none !important;
    width: auto;
    order: 1;
    grid-column: auto;
    text-align: left;
    line-height: normal;
    overflow: visible;
    position: relative;
    z-index: 2;
    margin-right: auto !important;
  }

  .eif-navbar .brand a,
  .eif-navbar .brand .brand-link {
    display: inline-block !important;
    line-height: normal !important;
    max-width: 100%;
  }

  .eif-navbar .brand img {
    display: block !important;
    width: auto !important;
    max-width: 180px !important;
    height: 40px !important;
    max-height: 40px !important;
    object-fit: contain;
    object-position: left center;
    margin: 0 !important;
  }

  .eif-navbar .eif-nav-toggle {
    display: flex !important;
    order: 2;
    margin-left: auto !important;
    flex: 0 0 auto;
  }

  .eif-navbar .nav-collapse_ {
    order: 3;
    margin: 0 !important;
  }

  .eif-header-tools .eif-header-search,
  .eif-header-tools .eif-navbar #search {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
  }

  .eif-header .nav-collapse_ .nav > li {
    border-left: none;
    padding: 0;
  }

  .eif-header .nav-collapse_ .nav > li > a {
    display: block;
    padding: 14px 0;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  .eif-header .nav-collapse_ .nav > li > ul {
    margin-top: 0;
    border: none;
    box-shadow: none;
    min-width: 0;
  }

  .eif-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 10002;
  }

  .eif-nav-toggle-bar {
    display: block;
    width: 26px;
    height: 3px;
    background: #0f1f3d;
    border-radius: 2px;
    transition: transform 0.2s, opacity 0.2s;
  }

  .eif-nav-toggle.is-open .eif-nav-toggle-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .eif-nav-toggle.is-open .eif-nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .eif-nav-toggle.is-open .eif-nav-toggle-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .navbar_ .nav-collapse_ {
    display: none !important;
    float: none;
    clear: both;
    width: 100%;
    margin: 0;
    overflow: visible;
    height: auto !important;
  }

  .navbar_ .nav-collapse_.eif-nav-open {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    padding: 76px 20px 24px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    box-sizing: border-box;
  }

  .select-menu,
  .sf-menu:not(.eif-mobile-menu) {
    display: none !important;
  }

  .eif-mobile-menu,
  .eif-mobile-menu.sf-menu {
    display: block !important;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    border-top: none;
  }

  .nav-collapse_ .nav > li,
  .nav-collapse_ .nav > li:first-child {
    float: none;
    margin: 0;
    background: none !important;
    box-shadow: none !important;
  }

  .nav-collapse_ .nav > li > a,
  .nav-collapse_ .nav > li.active > a,
  .nav-collapse_ .nav > li.active > a:hover,
  .nav-collapse_ .nav > li > a:hover {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
    color: #1f2937 !important;
    border-radius: 0;
    text-shadow: none;
  }

  .eif-mobile-menu > li {
    float: none;
    display: block;
    margin: 0;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #ececec;
  }

  .eif-mobile-menu > li > a,
  .eif-mobile-menu ul li > a {
    display: block;
    float: none;
    padding: 14px 44px 14px 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937 !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: transparent !important;
    box-shadow: none !important;
    position: relative;
    text-decoration: none;
  }

  .eif-mobile-menu ul li > a {
    padding: 12px 40px 12px 0;
    font-size: 1.05rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
  }

  .eif-mobile-menu ul ul li > a {
    padding-left: 0;
    font-size: 0.975rem;
  }

  .eif-mobile-menu > li > a:hover,
  .eif-mobile-menu ul li > a:hover {
    color: #0f1f3d !important;
    background: transparent !important;
  }

  .eif-mobile-menu li > a span {
    display: block;
    margin-top: 3px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #6b7280;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.35;
  }

  .eif-mobile-menu li.eif-has-children > a:after,
  .eif-mobile-menu li:has(> ul) > a:after {
    content: '+';
    position: absolute;
    right: 2px;
    top: 14px;
    transform: none;
    font-size: 1.65rem;
    font-weight: 400;
    color: #0f1f3d;
    line-height: 1;
    width: 28px;
    text-align: center;
  }

  .eif-mobile-menu ul li:has(> ul) > a:after {
    top: 12px;
    font-size: 1.5rem;
  }

  .eif-mobile-menu li.eif-submenu-open > a:after {
    content: '\2212';
  }

  .eif-mobile-menu li:not(.eif-submenu-open) > ul {
    display: none !important;
  }

  .nav-collapse_ .nav.eif-mobile-menu > li.eif-submenu-open > ul,
  .nav-collapse_ .nav.eif-mobile-menu li.eif-submenu-open > ul,
  .eif-mobile-menu li.eif-submenu-open > ul.eif-nav-sub-visible,
  .eif-mobile-menu li.eif-submenu-open > ul {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    padding: 4px 0 8px !important;
    background: #f8f9fa !important;
    border: none !important;
    border-top: 1px solid #ececec !important;
    box-shadow: none !important;
    text-align: left !important;
    list-style: none;
    zoom: 1;
  }

  .eif-mobile-menu ul,
  .eif-mobile-menu .sub-menu,
  .nav-collapse_ .nav ul,
  .nav-collapse_ .nav .sub-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    background: #f8f9fa !important;
    border: none !important;
    box-shadow: none !important;
    text-align: left !important;
    list-style: none;
    zoom: 1;
  }

  .eif-mobile-menu ul li {
    float: none;
    margin: 0;
    border: none !important;
    background: none;
  }

  .eif-mobile-menu ul li > a {
    padding-left: 20px !important;
    border-top: 1px solid #ececec;
  }

  .eif-mobile-menu ul li:first-child > a {
    border-top: none;
  }

  .eif-mobile-menu ul ul {
    background: #f1f3f5 !important;
  }

  .eif-mobile-menu ul ul li > a {
    padding-left: 36px !important;
  }

  .eif-mobile-menu .sf-sub-indicator {
    display: none !important;
  }
}

.eif-footer {
  width: 100%;
  max-width: none;
  padding: 0 15px;
  background: #0b1f3a;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--eif-font);
  box-sizing: border-box;
}

.eif-footer-main {
  padding: 52px 0 40px;
}

.eif-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 0.85fr)) 1.25fr;
  gap: 28px 24px;
  align-items: start;
}

.eif-footer-col {
  min-width: 0;
}

.eif-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  text-decoration: none !important;
  color: #fff !important;
}

.eif-footer-brand-logo {
  flex: 0 0 auto;
  display: block;
  width: 52px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

.eif-footer-brand-text {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 160px;
}

.eif-footer-tagline {
  margin: 0 0 22px;
  padding: 0;
  font-size: 0.975rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 260px;
}

.eif-footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.eif-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  color: #fff !important;
  background: transparent !important;
  line-height: 1;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.eif-footer-social-link svg {
  display: block;
}

.eif-footer-social-link:hover {
  opacity: 1;
  color: #fff !important;
  background: transparent !important;
}

.eif-footer-heading {
  margin: 0 0 16px;
  padding: 0;
  font-family: var(--eif-font);
  font-size: 0.975rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: none;
}

.eif-footer-links,
.eif-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eif-footer-links li,
.eif-footer-contact li {
  margin: 0 0 11px;
  padding: 0;
  font-size: 1.05rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.eif-footer-links a,
.eif-footer-contact a {
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none !important;
  transition: color 0.2s;
}

.eif-footer-links a:hover,
.eif-footer-contact a:hover {
  color: #fff !important;
}

.eif-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.eif-footer-contact-icon {
  flex: 0 0 16px;
  margin-top: 2px;
  color: #fff;
  opacity: 0.9;
  line-height: 0;
}

.eif-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  padding: 16px 0;
}

.eif-footer-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.65);
}

.eif-footer-copy-left {
  margin: 0;
}

.eif-footer-copy-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.eif-footer-copy-links a {
  color: rgba(255, 255, 255, 0.65) !important;
  text-decoration: none !important;
}

.eif-footer-copy-links a:hover {
  color: #fff !important;
}

.eif-footer-copy-links a.colcopyright {
  font-size: 0.6rem;
  letter-spacing: 0.02em;
  color: rgb(149 149 149 / 65%) !important;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .eif-footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .eif-footer-brand-col {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .eif-footer-main {
    padding: 40px 0 28px;
  }

  .eif-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 18px;
  }

  .eif-footer-brand-col,
  .eif-footer-contact-col {
    grid-column: 1 / -1;
  }

  .eif-footer-tagline {
    max-width: none;
  }

  .eif-footer-copy {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 479px) {
  .eif-footer-copy-links a {
    color: rgba(255, 255, 255, 0.65) !important;
    display: block;
    text-decoration: none !important;
}
   .container .eif-home-about h2, .container .eif-home-map-copy h2, 
   .container .eif-home-section-head h2, 
   .container .eif-home-news h2, .container .eif-home-event-label {
     font-size: 1.9rem;
  }

 .eif-home-projects .eif-home-section-head {
    display: block;
   
}
  .eif-footer-copy-links a.colcopyright
 {
    display: block;
    font-size: 0.6rem;
    letter-spacing: 0.02em;
    color: rgb(149 149 149 / 65%) !important;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
}
  .eif-footer-copy-links {
    display: block;      
    width: 100%;
  }
  .eif-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .eif-stats .stat-number {
    font-size: 2.4rem;
  }

  .eif-map-layout > .eif-map-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .eif-map-col-panel {
    margin-top: 28px;
  }

  .eif-map-heading {
    font-size: 1.8rem;
  }

  .eif-map-stats {
    grid-template-columns: 1fr;
  }

  .eif-map-banner {
    padding: 20px;
  }

  .eif-map-banner-brand {
    max-width: none;
  }

  .eif-map-banner-link {
    margin-left: 0;
  }
}

.eif-mt-12 { margin-top: 12px; }
.eif-mt-15 { margin-top: 15px; }
.eif-mt-20 { margin-top: 20px; }
.eif-mt-25 { margin-top: 25px; }
.eif-mt-28 { margin-top: 28px; }
.eif-mt-30 { margin-top: 30px; }
.eif-mt-40 { margin-top: 40px; }
.eif-my-30 { margin: 30px 0; }
.eif-link-light { color: #fff; }
.eif-link-light:hover { color: #fff; }

.eif-news-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 10px 0 40px;
}

.eif-news-card {
  display: flex;
  gap: 24px;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  background: #f4f5f6;
  border: 1px solid #e8e8e8;
  text-decoration: none !important;
  color: inherit;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

.eif-news-card:hover {
  border-color: #d0d0d0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  text-decoration: none !important;
  color: inherit;
}

.eif-news-card-media {
  flex: 0 0 280px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ddd;
}

.eif-news-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.eif-news-card-body {
  flex: 1 1 auto;
  min-width: 0;
  padding: 22px 24px 22px 0;
}

.eif-news-card-date {
  display: inline-block;
  margin-right: 12px;
  font-size: 0.9rem;
  color: #888;
  letter-spacing: 0.03em;
}

.eif-news-card-label {
  display: inline-block;
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #dc3027;
}

.eif-news-card-title {
  margin: 10px 0 8px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}

.eif-news-card:hover .eif-news-card-title {
  color: #dc3027;
}

.eif-news-card-excerpt {
  margin: 0 0 14px;
  padding: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #666;
}

.eif-news-card-more {
  font-size: 0.975rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #dc3027;
}

.eif-news-article {

  margin: 0 auto 50px;
}

.eif-news-article-back {
  margin: 0 0 18px;
}

.eif-news-article-back a {
  color: #666;
  text-decoration: none;
  font-size: 1.05rem;
}

.eif-news-article-back a:hover {
  color: #dc3027;
  text-decoration: none;
}

.eif-news-article-header {
  margin-bottom: 22px;
}

.eif-news-article-title {
  margin: 12px 0 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
}

.eif-news-article-media {
  margin: 0 0 28px;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
}

.eif-news-article-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: cover;
}

.eif-news-article-body p {
  margin: 0 0 16px;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #444;
}

.eif-news-article-cta {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .eif-news-card {
    flex-direction: column;
  }

  .eif-news-card-media {
    flex: none;
    width: 100%;
  }

  .eif-news-card-media img {
    min-height: 160px;
    aspect-ratio: 16 / 9;
  }

  .eif-news-card-body {
    padding: 18px 16px 20px;
  }

  .eif-news-article-title {
    font-size: 1.8rem;
  }
}

:root {
  --eif-navy: #0b1f3a;
  --eif-navy-deep: #071628;
  --eif-red: #c41230;
  --eif-blue: #1a4f9c;
  --eif-muted: #5a6478;
  --eif-line: #e6ebf2;
  --eif-soft: #f4f6f9;
}

.eif-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 2px;
  font-family: var(--eif-font);
  font-size: 0.975rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.eif-btn--primary {
  background: #d8050c;
  color: #fff !important;
}

.eif-btn--primary:hover {
  background: #a50e28;
  border-color: #a50e28;
  color: #fff !important;
}

.eif-btn--outline {
  background: #fff;
  color: var(--eif-navy) !important;
  border-color: var(--eif-navy);
}

.eif-btn--outline:hover {
  background: var(--eif-navy);
  color: #fff !important;
}

.eif-btn--sm {
  padding: 10px 16px;
  font-size: 0.9rem;
}

.eif-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--eif-blue) !important;
  font-weight: 700;
  font-size: 0.975rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none !important;
}

.eif-text-link:hover {
  color: var(--eif-red) !important;
}

.eif-home-kicker {
  margin: 0 0 8px;
  color: var(--eif-muted);
  font-size: 0.975rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eif-page-home #content {
  padding-bottom: 0;
  overflow-x: hidden;
}

.eif-home-hero {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  height: 350px;
  background: #fff;
  padding: 0;
}

.eif-home-hero-bg,
.eif-home-hero-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1170px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.eif-home-hero-fade {
  z-index: 1;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 28%,
    rgba(255, 255, 255, 0.92) 38%,
    rgba(255, 255, 255, 0.55) 52%,
    rgba(255, 255, 255, 0.15) 68%,
    transparent 82%
  );
}

.eif-home-hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  

}

@media (min-width: 980px) and (max-width: 1199px) {
  .eif-home-hero-bg,
  .eif-home-hero-fade {
    max-width: 940px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .eif-home-hero-bg,
  .eif-home-hero-fade {
    max-width: 724px;
  }
}

.eif-home-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 350px;
  padding-top: 28px;
  padding-bottom: 28px;
  box-sizing: border-box;
}

.eif-home-hero-copy {
  max-width: 440px; margin:0 auto;
}

.eif-home-hero-title {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.eif-home-hero-title-line {
  display: block;
  color: var(--eif-navy);
}

.eif-home-hero-title-accent {
  display: block;
  color: var(--eif-red);
}

.eif-home-hero-rule {
  display: block;
  width: 56px;
  height: 4px;
  margin: 0 0 18px;
  background: var(--eif-red);
}

.eif-home-hero-text {
  margin: 0 0 28px;
  max-width: 400px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--eif-navy);
}

.eif-home-hero-cta {
  border-radius: 4px;
}

.eif-home-stats {
  background: #fff;
  padding: 32px 0;
  border: none;
}

.eif-home-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: center;
}

.eif-home-stat {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
  padding: 10px 20px;
  position: relative;
}

.eif-home-stat + .eif-home-stat:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: #d9dee7;
}

.eif-home-stat-icon {
  display: inline-flex;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #3b7dc4;
  margin: 0; display: none;
}

.eif-home-stat-icon svg {
  width: 38px;
  height: 38px;
  display: block;
}

.eif-home-stat-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  flex: 1 1 auto;
}

.eif-home-stat-text strong {
  display: block;
  font-size: 1.95rem;
  line-height: 1.1;
  color: #0b1f3a;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.eif-home-stat-text span {
  display: block;
  margin-top: 3px;
  color: #0b1f3a;
  font-size: 0.975rem;
  font-weight: 500;
  line-height: 1.25;
}

@media (max-width: 979px) {
  .eif-home-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eif-home-stat:nth-child(2n+1):before {
    display: none;
  }
}

@media (max-width: 767px) {
  .eif-home-stats-grid {
    grid-template-columns: 1fr;
  }

  .eif-home-stat + .eif-home-stat:before {
    display: none;
  }

  .eif-home-stat {
    padding: 12px 0;
    border-bottom: 1px solid #e8ecf2;
  }

  .eif-home-stat:last-child {
    border-bottom: none;
  }
}

.eif-home-about {
  padding: 56px 0;
  background: #fff;
}

.eif-home-about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.eif-home-about h2,
.eif-home-map-copy h2,
.eif-home-section-head h2,
.eif-home-news h2,
.eif-home-event-label {
  margin: 0 0 14px;
  color: var(--eif-navy);
  font-size: 2.1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.eif-home-about-copy p {
  color: var(--eif-muted);
  font-size: 1.125rem;
  line-height: 1.65;
}

.eif-home-about-media {
  position: relative;
}

.eif-home-about-media img {
  display: block;
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  min-height: 260px;
}

.eif-home-about-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--eif-red);
  color: #fff;
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eif-home-gallery {
  background: #fff;
  border-top: 1px solid var(--eif-line);
}

.eif-home-pillars {
  padding: 48px 0 56px;
  background: #fff;
}

.eif-home-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.eif-home-pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  overflow: visible;
  box-shadow: 0 1px 2px rgba(11, 31, 58, 0.04);
}

.eif-home-pillar-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  aspect-ratio: 16 / 10;
  background: #d8dee8;
}

.eif-home-pillar-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eif-home-pillar-icon {  display: none;
  position: absolute;
  left: 20px;
  top: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
/*  display: flex;*/
  align-items: center;
  justify-content: center;
  background: #1f6fd6;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(31, 111, 214, 0.35);
}

.eif-home-pillar-body {
  position: relative;
  padding: 36px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.eif-home-pillar--no-icon .eif-home-pillar-body {
  padding-top: 20px;
}

.eif-home-pillar h3 {
  margin: 0 0 10px;
  color: var(--eif-navy);
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.25;
}

.eif-home-pillar p {
  margin: 0 0 18px;
  color: #3a4558;
  font-size: 1.05rem;
  line-height: 1.55;
  flex: 1 1 auto;
  min-height: 0;
}

.eif-home-pillar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: #1f6fd6 !important;
  font-size: 0.975rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.eif-home-pillar-link:hover {
  color: #1557ad !important;
}

.eif-home-map {  padding-bottom: 45px;
  background: #fff;
}

.eif-home-map-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr 1fr;
  gap: 32px;
  align-items: center;
}

.eif-home-map-copy p {
  color: #3a4558;
  margin: 0 0 22px;
  line-height: 1.65;
  font-size: 1.125rem;
}

.eif-home-map-copy .eif-btn--outline {
  border-radius: 6px;
  padding: 11px 18px;
  font-size: 0.9rem;
}

.eif-home-map-visual .eif-map-wrap {
  background: transparent;
  border: none;
  box-shadow: none;
  min-height: 0;
}

.eif-home-map-visual .eif-map-canvas {
  background: transparent;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}

.eif-home-map-visual .eif-map-svg {
  opacity: 0.92;
  filter: saturate(0.85) brightness(1.05);
}

.eif-home-map-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.eif-home-map-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px 10px 10px;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 10px;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.eif-home-map-item:hover {
  border-color: #c9d6ea;
  box-shadow: 0 6px 16px rgba(11, 31, 58, 0.06);
}

.eif-home-map-item img {
  width: 56px;
  height: 42px;
  object-fit: cover;
  border-radius: 6px;
  flex: 0 0 auto;
}

.eif-home-map-item-text {
  flex: 1 1 auto;
  min-width: 0;
}

.eif-home-map-item-text strong {
  display: block;
  color: var(--eif-navy);
  font-size: 0.975rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.eif-home-map-item-text em {
  display: block;
  font-style: normal;
  color: #3a4558;
  font-size: 0.975rem;
  margin-top: 2px;
}

.eif-home-map-item-arrow,
.eif-home-card-arrow {
  color: #1f6fd6;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 700;
}

.eif-home-projects {
  padding: 56px 0 64px;
  background: #f4f6f9;
}

.eif-home-news-event {
  padding: 56px 0;
}

.eif-home-partners.eif-trusted {
  padding: 28px 0;
  background: #f5f6f8;
  border-top: none;
}

.eif-home-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.eif-home-section-head h2 {
  margin: 0;
}

.eif-home-section-head .eif-text-link {
  color: #1f6fd6 !important;
  flex: 0 0 auto;
  white-space: nowrap;
}

.eif-home-section-head .eif-text-link:hover {
  color: #1557ad !important;
}

.eif-home-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.eif-home-project-card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit;
  position: relative;
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(11, 31, 58, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.eif-home-project-card:hover {
  border-color: #c9d6ea;
  box-shadow: 0 10px 28px rgba(11, 31, 58, 0.1);
  transform: translateY(-2px);
}

.eif-home-project-card figure {
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 16 / 10;
  background: #d8dee8;
}

.eif-home-project-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eif-home-project-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 16px 18px 38px;
  background: #fff;
}

.eif-home-project-card h3 {
  margin: 0 0 6px;
  color: #0b1f3a;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.3;
  padding:5px 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.eif-home-project-card p {
  margin: 0;
  color: #4a5568;
  font-size: 1.05rem;
  line-height: 1.55;
}

.eif-home-project-card .eif-home-card-arrow {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: #1f6fd6 !important;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 1600px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container,
  .eif-header > .container,
  .eif-footer .container {
    width: 1490px;
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
  }

  .span12 {
    width: 1490px;
  }
  .span11 {
    width: 1363px;
  }
  .span10 {
    width: 1237px;
  }
  .span9 {
    width: 1110px;
  }
  .span8 {
    width: 983px;
  }
  .span7 {
    width: 857px;
  }
  .span6 {
    width: 730px;
  }
  .span5 {
    width: 603px;
  }
  .span4 {
    width: 477px;
  }
  .span3 {
    width: 350px;
  }
  .span2 {
    width: 223px;
  }
  .span1 {
    width: 97px;
  }
  .offset12 {
    margin-left: 1550px;
  }
  .offset11 {
    margin-left: 1423px;
  }
  .offset10 {
    margin-left: 1297px;
  }
  .offset9 {
    margin-left: 1170px;
  }
  .offset8 {
    margin-left: 1043px;
  }
  .offset7 {
    margin-left: 917px;
  }
  .offset6 {
    margin-left: 790px;
  }
  .offset5 {
    margin-left: 663px;
  }
  .offset4 {
    margin-left: 537px;
  }
  .offset3 {
    margin-left: 410px;
  }
  .offset2 {
    margin-left: 283px;
  }
  .offset1 {
    margin-left: 157px;
  }

  .eif-home-hero-bg,
  .eif-home-hero-fade {
    max-width: 1490px;
  }

  .eif-home-projects-grid {
    grid-template-columns: repeat(3, 470px);
    gap: 20px;
    justify-content: space-between;
  }

  .eif-home-project-card {
    min-height: 200px;
  }

  .eif-home-project-card figure {
  /* 
  width: 470px;
    height: 110px;
    aspect-ratio: auto;
    flex: 0 0 110px;
    */
  }

  .eif-home-project-body {
    width: 450px;
    min-height: 50px;
    padding: 12px 16px 30px;
  }

  .eif-home-project-body p{
    padding:0;
  }
  .eif-home-project-card h3 {
    margin-bottom: 4px;
    font-size: 1.05rem;
    line-height: 1.25;
  }

  .eif-home-project-card p {
    font-size: 0.975rem;
    line-height: 1.45;
  }

  .eif-home-project-card .eif-home-card-arrow {
    right: 30px;
    bottom: 10px;
    font-size: 1.65rem;
  }
}

.eif-home-news-event {
  padding: 48px 0 28px;
  background: #fff;
}

.eif-home-news-event-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.eif-home-news-event-grid--news-only {
  grid-template-columns: 1fr;
}

.eif-home-news-event-grid--news-only .eif-home-news {
  padding-right: 0;
  max-width: none;
  width: 100%;
}

.eif-home-news {
  min-width: 0;
  padding-right: 8px;
}

.eif-home-event {
  position: relative;
  padding-left: 28px;
  min-width: 0;
}

.eif-home-event:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #d8dee8;
}

.eif-home-news .eif-home-section-head,
.eif-home-event .eif-home-section-head {
  margin-bottom: 18px;
}

.eif-home-news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.eif-home-news-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0;
  background: transparent;
  border: none;
  text-decoration: none !important;
  color: inherit;
  min-width: 0;
}

.eif-home-news-item img {
  width: 72px;
  height: 90px;
  object-fit: fill;
  border-radius: 10px;
  flex: 0 0 72px;
}

.eif-home-news-item-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 72px;
}

.eif-home-news-item time {
  display: block;
  color: #8b95a8;
  font-size: 0.825rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.eif-home-news-item strong {
  display: block;
  color: var(--eif-navy);
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
}

.eif-home-news-item .eif-home-card-arrow {
  position: static;
  display: inline-flex;
  margin-top: auto;
  padding-top: 8px;
  color: #1f6fd6 !important;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.eif-home-event-label {
  margin: 0 0 18px;
  color: var(--eif-navy);
  font-size: 1.35rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.eif-home-event-card {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: #0b1f3a;
  color: #fff;
  border-radius: 10px;
  align-items: center;
  min-height: 0;
}

.eif-home-event-date {
  flex: 0 0 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 84px;
  padding: 10px 8px;
  border: none;
  border-radius: 8px;
  background: #16345c;
}

.eif-home-event-date span {
  display: block;
  font-size: 0.825rem;
  letter-spacing: 0.08em;
  opacity: 0.9;
  text-transform: uppercase;
}

.eif-home-event-date strong {
  display: block;
  margin: 4px 0;
  font-size: 1.35rem;
  color: #fff;
  line-height: 1.1;
  font-weight: 800;
}

.eif-home-event-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.eif-home-event-copy h3 { padding: 0;
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.25;
}

.eif-home-event-copy p {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.82);
  font-size: 0.9rem;
  line-height: 1.4;
}

.eif-home-event-copy .eif-btn--sm {
  padding: 8px 14px;
  font-size: 0.825rem;
  border-radius: 6px;
}


@media (max-width: 1600px) {
    
    .eif-header .nav-collapse_ .nav > li > a {
        font-size: 0.9rem;
    }
    
}    


@media (min-width: 1600px) {
  .eif-home-news-event-grid {
    display: grid;
    grid-template-columns: minmax(0, 1000fr) minmax(0, 600fr);
    gap: 0;
    width: 100%;
    height: 200px;
    align-items: stretch;
  }

  .eif-home-news-event-grid--news-only {
    grid-template-columns: 1fr;
    height: auto;
  }

  .eif-home-news {
    width: auto;
    max-width: none;
    height: 200px;
    padding-right: 28px;
    box-sizing: border-box;
  }

  .eif-home-news-event-grid--news-only .eif-home-news {
    padding-right: 0;
    height: auto;
  }

  .eif-home-event {
    width: auto;
    max-width: none;
    height: 200px;
    padding-left: 28px;
    box-sizing: border-box;
  }

  .eif-home-event:before {
    top: 0;
    bottom: 0;
  }

  .eif-home-news .eif-home-section-head,
  .eif-home-event-label {
    margin-bottom: 14px;
    height: 28px;
    line-height: 28px;
  }

  .eif-home-news .eif-home-section-head h2,
  .eif-home-event-label {
    margin: 0;
    font-size: 1.65rem;
  }

  .eif-home-news-list {
    height: 158px;
    gap: 20px;
    align-items: start;
  }

  .eif-home-news-item {
    height: 120px;
    gap: 12px;
  }

  .eif-home-news-item img {
    width: 125px;
    height: 145px;
    flex: 0 0 96px;
    border-radius: 10px;
  }

  .eif-home-news-item-body {
    min-height: 96px;
    height: 96px;
  }

  .eif-home-news-item time {
    font-size: 0.825rem;
    margin-bottom: 6px;
    padding-top: 10px;
  }

  .eif-home-news-item strong {
    font-size: 1.05rem;
    line-height: 1.3;
    padding: 20px 0;
  }

  .eif-home-news-item .eif-home-card-arrow {
    padding-top: 6px;
    font-size: 1.35rem;
  }

  .eif-home-event-card {
    width: 100%;
    height: 158px;
    min-height: 158px;
    padding: 18px;
    gap: 16px;
    box-sizing: border-box;
  }

  .eif-home-event-date {
    flex: 0 0 84px;
    min-height: 122px;
    height: 122px;
  }

  .eif-home-event-date span {
    font-size: 0.9rem;
  }

  .eif-home-event-date strong {
    margin: 8px 0;
    font-size: 1.8rem;
  }

  .eif-home-event-copy h3 {
    margin-bottom: 8px;
    font-size: 1.125rem;
    padding: 0;
  }

  .eif-home-event-copy p {
    margin-bottom: 14px;
    font-size: 0.975rem;
    line-height: 1.4;
  }

  .eif-home-event-copy .eif-btn--sm {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 979px) {
  .eif-navbar .eif-header-tools {
    order: 4;
    width: 100%;
    margin: 10px 0 0;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    grid-column: auto;
  }

  .eif-header-tools .eif-header-cta {
    order: 1;
    flex: 0 0 50%;
    justify-content: center;
    width: 50%;
  }

  .eif-lang {
    order: 2;
  }

  .eif-header-search {
    order: 3;
  }

  .eif-navbar .nav-collapse_ {
    grid-column: auto;
    justify-self: stretch;
  }

  .eif-header-search--icon {
    display: flex;
  }

  .eif-header-tools .eif-header-search {
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    align-items: center;
  }

  .eif-home-about-grid,
  .eif-home-map-grid,
  .eif-home-news-event-grid {
    grid-template-columns: 1fr;
  }

  .eif-home-news {
    padding-right: 0;
  }

  .eif-home-event {
    padding-left: 0;
  }

  .eif-home-event:before {
    display: none;
  }

  .eif-home-news-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .eif-home-hero {
    min-height: 350px;
    height: 350px;
  }

  .eif-home-hero-inner {
    min-height: 350px;
    height: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .eif-home-hero-fade {
    background: linear-gradient(
      90deg,
      #fff 0%,
      #fff 36%,
      rgba(255, 255, 255, 0.88) 50%,
      rgba(255, 255, 255, 0.35) 70%,
      transparent 88%
    );
  }

  .eif-home-stats-grid,
  .eif-home-pillars-grid,
  .eif-home-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .eif-home-stats-grid,
  .eif-home-pillars-grid,
  .eif-home-projects-grid {
    grid-template-columns: 1fr;
  }

  .eif-home-hero {
    min-height: 0;
    height: auto;
  }

  .eif-home-hero-bg {
    position: relative;
    left: auto;
    transform: none;
    width: 100%;
    max-width: none;
    height: 220px;
  }

  .eif-home-hero-fade {
    display: none;
  }

  .eif-home-hero-inner {
    min-height: 0;
    height: auto;
    padding-top: 28px;
    padding-bottom: 32px;
    background: #fff;
  }

  .eif-home-hero-copy {
    max-width: none;
  }

  .eif-home-event-card {
    flex-direction: column;
    align-items: stretch;
  }

  .eif-home-event-date {
    flex: none;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
    justify-content: flex-start;
    min-height: 0;
    border: none;
    padding: 10px 12px;
  }
}
