.elementor-115 .elementor-element.elementor-element-16384b4{--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-contact {
  color: var(--dfi-text);
  font-family: inherit;
}

.dfi-contact-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 430px;
  background: var(--dfi-blue-dark);
}

.dfi-contact-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px max(24px, calc((100vw - 1180px) / 2)) 70px 56px;
  color: #fff;
}

.dfi-contact-hero__content span,
.dfi-kicker,
.dfi-section-title span {
  color: var(--dfi-yellow);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.dfi-contact-hero__content h1 {
  margin: 14px 0 24px;
  font-size: clamp(44px, 4.8vw, 76px);
  line-height: 1.04;
  font-weight: 800;
}

.dfi-contact-hero__content h1::after {
  content: "";
  display: block;
  width: 130px;
  height: 4px;
  margin-top: 24px;
  background: var(--dfi-yellow);
}

.dfi-contact-hero__content p {
  max-width: 680px;
  margin: 0;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.45;
}

.dfi-contact-hero__image {
  overflow: hidden;
}

.dfi-contact-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dfi-contact-options {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 24px 36px;
}

.dfi-section-title {
  margin-bottom: 28px;
  text-align: center;
}

.dfi-section-title h2 {
  margin: 10px 0 0;
  color: var(--dfi-blue-dark);
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
}

.dfi-contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.dfi-contact-card {
  padding: 30px 22px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--dfi-border);
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(7, 27, 61, .05);
}

.dfi-contact-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 20px;
  color: var(--dfi-blue);
  background: #eef2f8;
  border-radius: 50%;
}

.dfi-contact-card__icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.dfi-contact-card h3 {
  margin: 0 0 12px;
  color: var(--dfi-blue-dark);
  font-size: 20px;
}

.dfi-contact-card p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
}

.dfi-contact-card a,
.dfi-contact-card strong,
.dfi-office-list a {
  color: var(--dfi-blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.dfi-contact-main {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px 70px;
}

.dfi-contact-form-panel,
.dfi-office-panel {
  padding: 42px;
  background: var(--dfi-muted);
  border-radius: 6px;
}

.dfi-contact-form-panel h2,
.dfi-office-panel h2,
.dfi-support-strip h2 {
  margin: 10px 0 16px;
  color: var(--dfi-blue-dark);
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
}

.dfi-contact-form-panel p {
  max-width: 620px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
}

.dfi-contact-form {
  display: grid;
  gap: 16px;
}

.dfi-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.dfi-contact-form input,
.dfi-contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  color: var(--dfi-text);
  background: #fff;
  border: 1px solid var(--dfi-border);
  border-radius: 4px;
  font: inherit;
}

.dfi-contact-form textarea {
  resize: vertical;
}

.dfi-checkbox {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
}

.dfi-checkbox input {
  width: auto;
  margin-top: 4px;
}

.dfi-office-list {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.dfi-office-list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.dfi-map {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--dfi-border);
}

.dfi-map iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}

.dfi-support-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto 56px;
  padding: 38px 46px;
  color: #fff;
  background: var(--dfi-blue-dark);
  border-radius: 6px;
}

.dfi-support-strip h2 {
  margin: 0 0 8px;
  color: #fff;
}

.dfi-support-strip p {
  max-width: 660px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.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;
  border: 0;
  cursor: pointer;
  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-btn--outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  background: transparent;
}

@media (max-width: 980px) {
  .dfi-contact-hero,
  .dfi-contact-main {
    grid-template-columns: 1fr;
  }

  .dfi-contact-hero__image {
    min-height: 300px;
    order: -1;
  }

  .dfi-contact-hero__content {
    padding: 46px 24px;
  }

  .dfi-contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .dfi-support-strip {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .dfi-contact-cards,
  .dfi-form-row {
    grid-template-columns: 1fr;
  }

  .dfi-contact-form-panel,
  .dfi-office-panel {
    padding: 28px;
  }
}

.dfi-contact-hero__image {
  order: 1;
}

.dfi-contact-hero__content {
  order: 2;
}/* End custom CSS */