.elementor-869 .elementor-element.elementor-element-93f0b6a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-24004d5 */.efm-contact-page {
  --efc-bg: #f5f7f8;
  --efc-surface: #ffffff;
  --efc-surface-soft: #eaf0f3;
  --efc-ink: #11191f;
  --efc-muted: #5b6872;
  --efc-line: #d7e0e5;
  --efc-brand: #e63b2e;
  --efc-brand-dark: #b72820;
  --efc-accent: #0f7c86;
  --efc-dark: #12181d;
  --efc-dark-soft: #1c252b;
  --efc-light: #ffffff;
  --efc-shadow: 0 24px 70px rgba(17, 25, 31, 0.14);
  --efc-radius: 8px;
  --efc-container: 1180px;
  width: 100%;
  overflow: hidden;
  background: var(--efc-bg);
  color: var(--efc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

.efm-contact-page,
.efm-contact-page * {
  box-sizing: border-box;
}

.efm-contact-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.efm-contact-page a {
  color: inherit;
  text-decoration: none;
}

.efc-container {
  width: min(100% - 32px, var(--efc-container));
  margin-inline: auto;
}

.efc-eyebrow {
  margin: 0 0 12px;
  color: var(--efc-brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.efc-hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--efc-dark);
  color: var(--efc-light);
}

.efc-hero__image {
  position: absolute;
  inset: 0;
}

.efc-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 24, 29, 0.93), rgba(18, 24, 29, 0.68) 48%, rgba(18, 24, 29, 0.25));
}

.efc-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.efc-hero__content {
  position: relative;
  z-index: 1;
  padding-block: 96px;
}

.efc-brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  margin-bottom: 34px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--efc-radius);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
}

.efc-brand-chip img {
  width: 78px;
  max-height: 34px;
  object-fit: contain;
}

.efc-hero h1,
.efc-contact-panel h2,
.efc-form-panel h2,
.efc-section-heading h2,
.efc-cta h2 {
  margin: 0;
  line-height: 1.07;
  letter-spacing: 0;
  font-weight: 900;
}

.efc-hero h1 {
  max-width: 820px;
  font-size: 68px;
}

.efc-hero__lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}

.efc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.efc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--efc-radius);
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.efc-btn:hover {
  transform: translateY(-1px);
}

.efc-btn--primary {
  background: var(--efc-brand);
  color: var(--efc-light) !important;
}

.efc-btn--primary:hover {
  background: var(--efc-brand-dark);
}

.efc-btn--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: var(--efc-light);
}

.efc-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.22);
}

.efc-btn--light {
  background: var(--efc-light);
  color: var(--efc-brand-dark) !important;
}

.efc-btn--outline-light {
  color: var(--efc-light);
  border-color: rgba(255, 255, 255, 0.48);
}

.efc-btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.14);
}

.efc-section {
  padding-block: 92px;
}

.efc-section--white {
  background: var(--efc-surface);
}

.efc-section--dark {
  background: var(--efc-dark);
  color: var(--efc-light);
}

.efc-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.efc-contact-panel,
.efc-form-panel {
  border: 1px solid var(--efc-line);
  border-radius: var(--efc-radius);
  background: var(--efc-surface);
  box-shadow: 0 12px 32px rgba(17, 25, 31, 0.07);
}

.efc-contact-panel {
  padding: 28px;
}

.efc-form-panel {
  padding: 30px;
}

.efc-contact-panel h2,
.efc-form-panel h2,
.efc-section-heading h2 {
  font-size: 42px;
}

.efc-contact-panel p,
.efc-topic-grid p,
.efc-form-status {
  color: var(--efc-muted);
}

.efc-contact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  margin-top: 14px;
  border: 1px solid var(--efc-line);
  border-radius: var(--efc-radius);
  background: var(--efc-bg);
}

.efc-contact-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.efc-contact-card span {
  display: block;
  color: var(--efc-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.efc-contact-card a,
.efc-contact-card strong {
  display: block;
  margin-top: 2px;
  overflow-wrap: anywhere;
  color: var(--efc-ink);
  font-weight: 850;
}

.efc-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.efc-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.efc-form label {
  display: grid;
  gap: 8px;
}

.efc-form label span {
  color: var(--efc-ink);
  font-weight: 850;
}

.efc-form input,
.efc-form select,
.efc-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--efc-line);
  border-radius: var(--efc-radius);
  background: #ffffff;
  color: var(--efc-ink);
  font: inherit;
  padding: 12px 14px;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.efc-form textarea {
  min-height: 150px;
  resize: vertical;
}

.efc-form input:focus,
.efc-form select:focus,
.efc-form textarea:focus {
  border-color: var(--efc-brand);
  box-shadow: 0 0 0 3px rgba(230, 59, 46, 0.12);
}

.efc-consent {
  display: flex !important;
  grid-template-columns: none;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}

.efc-consent input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--efc-brand);
}

.efc-form__bottom {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.efc-form-status {
  margin: 0;
  font-weight: 800;
}

.efc-form-status[data-type="success"] {
  color: var(--efc-accent);
}

.efc-form-status[data-type="error"] {
  color: var(--efc-brand-dark);
}

.efc-btn:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.efc-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.efc-section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.efc-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.efc-section--dark .efc-section-heading h2 {
  color: var(--efc-light);
}

.efc-section--dark .efc-section-heading p,
.efc-section--dark .efc-topic-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.efc-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.efc-topic-grid article {
  min-height: 238px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--efc-radius);
  background: var(--efc-dark-soft);
}

.efc-topic-grid img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.efc-topic-grid h3 {
  margin: 18px 0 8px;
  color: var(--efc-light);
  font-size: 22px;
  line-height: 1.18;
}

.efc-topic-grid p {
  margin: 0;
}

.efc-cta {
  padding-block: 70px;
  background: var(--efc-brand);
  color: var(--efc-light);
}

.efc-cta .efc-eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.efc-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.efc-cta h2 {
  max-width: 780px;
  font-size: 44px;
}

.efc-actions--cta {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .efc-hero h1 {
    font-size: 56px;
  }

  .efc-contact-layout,
  .efc-cta__inner {
    grid-template-columns: 1fr;
  }

  .efc-topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .efc-container {
    width: min(100% - 24px, var(--efc-container));
  }

  .efc-hero {
    min-height: auto;
  }

  .efc-hero__image::after {
    background: rgba(18, 24, 29, 0.78);
  }

  .efc-hero__content {
    padding-block: 70px;
  }

  .efc-brand-chip {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
  }

  .efc-hero h1 {
    font-size: 42px;
  }

  .efc-contact-panel h2,
  .efc-form-panel h2,
  .efc-section-heading h2,
  .efc-cta h2 {
    font-size: 34px;
  }

  .efc-hero__lead {
    font-size: 18px;
  }

  .efc-actions,
  .efc-actions--cta {
    flex-direction: column;
  }

  .efc-actions .efc-btn {
    width: 100%;
  }

  .efc-section {
    padding-block: 68px;
  }

  .efc-field-grid,
  .efc-topic-grid,
  .efc-form__bottom {
    grid-template-columns: 1fr;
  }

  .efc-contact-panel,
  .efc-form-panel {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  .efc-hero h1 {
    font-size: 36px;
  }

  .efc-contact-panel h2,
  .efc-form-panel h2,
  .efc-section-heading h2,
  .efc-cta h2 {
    font-size: 30px;
  }

  .efc-contact-card {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */