.elementor-113 .elementor-element.elementor-element-11ff8da{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */:root {
  --dfi-blue: #203f78;
  --dfi-blue-dark: #082452;
  --dfi-yellow: #ffc400;
  --dfi-text: #071b3d;
  --dfi-muted: #f4f6f9;
  --dfi-border: #dfe5ef;
}

.dfi-about {
  color: var(--dfi-text);
  font-family: inherit;
}

.dfi-page-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  background: var(--dfi-blue);
}

.dfi-page-hero__image {
  overflow: hidden;
}

.dfi-page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dfi-page-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 56px;
  color: #fff;
}

.dfi-page-hero__content span,
.dfi-kicker {
  color: var(--dfi-yellow);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.dfi-page-hero__content h1 {
  margin: 14px 0 24px;
  font-size: clamp(44px, 4.6vw, 76px);
  line-height: 1.04;
  font-weight: 800;
}

.dfi-page-hero__content h1::after {
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  margin-top: 26px;
  background: var(--dfi-yellow);
}

.dfi-page-hero__content p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.45;
}

.dfi-about-intro {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 70px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 24px;
}

.dfi-about-intro h2,
.dfi-values__intro h2,
.dfi-impact h2,
.dfi-join-cta h2 {
  margin: 12px 0 24px;
  color: var(--dfi-blue-dark);
  font-size: 38px;
  line-height: 1.16;
  font-weight: 800;
}

.dfi-about-intro p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.7;
}

.dfi-about-intro__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(7, 27, 61, .14);
}

.dfi-values {
  background: var(--dfi-muted);
  padding: 70px 24px;
}

.dfi-values {
  display: grid;
  grid-template-columns: 280px minmax(0, 900px);
  gap: 46px;
  justify-content: center;
  align-items: start;
}

.dfi-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.dfi-value-card {
  padding: 28px 22px;
  background: #fff;
  border: 1px solid var(--dfi-border);
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(7, 27, 61, .05);
}

.dfi-value-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  color: var(--dfi-blue);
  background: #eef2f8;
  border-radius: 50%;
}

.dfi-value-card__icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.dfi-value-card h3 {
  margin: 0 0 12px;
  color: var(--dfi-blue-dark);
  font-size: 20px;
}

.dfi-value-card h3::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 10px;
  background: var(--dfi-yellow);
}

.dfi-value-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.dfi-impact {
  display: grid;
  grid-template-columns: .9fr 1.3fr;
  gap: 54px;
  align-items: center;
  padding: 76px max(24px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: linear-gradient(rgba(8, 36, 82, .96), rgba(8, 36, 82, .96));
}

.dfi-impact .dfi-kicker {
  color: var(--dfi-yellow);
}

.dfi-impact h2 {
  color: #fff;
}

.dfi-impact p {
  max-width: 520px;
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 1.65;
}

.dfi-impact__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.dfi-impact__stats div {
  padding: 28px;
  border-left: 1px solid rgba(255, 255, 255, .28);
}

.dfi-impact__stats strong {
  display: block;
  margin-bottom: 12px;
  color: var(--dfi-yellow);
  font-size: 38px;
  line-height: 1;
}

.dfi-impact__stats span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

.dfi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}

.dfi-btn:hover {
  transform: translateY(-1px);
}

.dfi-btn--yellow {
  background: var(--dfi-yellow);
  color: var(--dfi-text);
}

.dfi-btn--blue {
  background: var(--dfi-blue);
  color: #fff;
}

.dfi-join-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  max-width: 1180px;
  margin: 52px auto;
  padding: 34px 46px;
  background: #f1f4fa;
  border-radius: 6px;
}

.dfi-join-cta h2 {
  margin: 0 0 8px;
  font-size: 30px;
}

.dfi-join-cta p {
  max-width: 650px;
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .dfi-page-hero,
  .dfi-about-intro,
  .dfi-values,
  .dfi-impact {
    grid-template-columns: 1fr;
  }

  .dfi-page-hero__image {
    min-height: 320px;
  }

  .dfi-page-hero__content {
    padding: 46px 24px;
  }

  .dfi-values__grid,
  .dfi-impact__stats {
    grid-template-columns: 1fr;
  }

  .dfi-join-cta {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
    padding: 28px;
  }
}/* End custom CSS */