.menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a,
.mission-page .menu-wrapper .menu-level-0 a {
  background: linear-gradient(135deg, rgba(10, 59, 145, 0.6), rgba(27, 107, 224, 0.6));
  box-shadow: 0 12px 30px rgba(10, 59, 145, 0.25);
}

.mission-page .menu-wrapper .menu-level-0 a:hover,
.mission-page .menu-wrapper .menu-level-0 a:focus-visible,
.mission-page .menu-wrapper .menu-level-0 li.active > a {
  background: linear-gradient(140deg, rgba(0, 118, 78, 0.95), rgba(34, 224, 111, 0.95));
  box-shadow: 0 18px 40px rgba(0, 118, 78, 0.4);
}
/*
 * Ownership: Daniel Nowakowski | File: public_html/css/local-overrides.css
 * Motto: Constantly supervised by friendly guard-ducks.
 * Joke: Why did the font take a vacation? It needed to get out of Italic.
 * Signature: DN-2FE692B4
 */
.wv-spacer > .inner {
  padding-top: clamp(0.35rem, 2vw, 0.85rem) !important;
  padding-bottom: clamp(0.35rem, 2vw, 0.85rem) !important;
}
/* Local overrides for static content */
.blog-card {
  background: #fff;
  border-radius: 0.25rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(225, 244, 255, 0.92));
    border: 1px solid rgba(15, 23, 42, 0.08);
  flex-direction: column;
    box-shadow: 0 30px 65px rgba(15, 23, 42, 0.12);
}

/* Sticky menu transparency + alignment */

body {
  margin: 0;
}

/* Logo sizing overrides */
#ed-690002358 img {
  width: 80px !important;
  max-width: none !important;
  height: auto;
  object-fit: cover;
}

.menu-wrapper .logo img {
  width: 80px;
  max-width: none;
  height: auto;
  object-fit: contain;
}

.menu-wrapper.ed-element.preset-menu-v2-opus,
.menu-wrapper.ed-element.preset-menu-v2-opus.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 25;
  background-color: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  border-bottom: none;
  background: transparent !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.menu-wrapper > .inner {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  justify-content: space-between;
}

.menu-wrapper .logo,
.menu-wrapper .ed-menu,
.menu-wrapper .mobile-cont,
.menu-wrapper .preset-social-icons-v3-opus {
  flex: 0 0 auto;
}

.menu-wrapper .logo {
  order: 1;
}

.menu-wrapper .ed-menu {
  order: 2;
}

.menu-wrapper .mobile-cont {
  order: 3;
  margin-left: auto;
  width: auto;
}

.menu-wrapper .mobile-cont,
.menu-wrapper .mobile-cont > .inner {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

.menu-wrapper .mobile-cont > .inner > .ed-element {
  margin: 0;
}

.menu-wrapper .menu-trigger {
  align-items: center;
  background: rgba(8, 20, 46, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 0.35rem;
  height: 2.65rem;
  justify-content: center;
  min-width: 2.65rem;
  padding: 0 1rem;
  pointer-events: auto;
  position: relative;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  z-index: 60;
}

.menu-wrapper .menu-trigger:hover {
  background: rgba(0, 118, 78, 0.95);
  box-shadow: 0 10px 22px rgba(0, 118, 78, 0.35);
  transform: translateY(-1px);
}

.menu-wrapper .menu-trigger:focus-visible {
  box-shadow: 0 0 0 3px rgba(34, 224, 111, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.9);
  outline: 2px solid rgba(34, 224, 111, 0.9);
  outline-offset: 3px;
}

.menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
}

.menu-wrapper.ed-element.preset-menu-v2-opus.sticky + .ed-element {
  margin-top: 0;
}

/* Partner slider layout */
.partners-slider {
  align-items: center;
  display: flex;
  gap: 1rem;
  position: relative;
}

.partners-slider .partners-track {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  padding: 1rem 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.partners-slider .partners-track::-webkit-scrollbar {
  height: 8px;
}

.partners-slider .partners-track::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.partner-logo {
  align-items: center;
  display: flex;
  flex: 0 0 clamp(160px, 18vw, 220px);
  justify-content: center;
  padding: 1rem 1.5rem;
  scroll-snap-align: center;
}

.partner-logo img {
  display: block;
  filter: grayscale(0.25);
  max-height: 70px;
  max-width: 100%;
  opacity: 0.9;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.partner-logo img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.partners-slider-control {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  color: #111;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.5rem;
  height: 2.75rem;
  justify-content: center;
  min-width: 2.75rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.partners-slider-control:hover:not(:disabled) {
  background: #fff;
  transform: translateY(-1px);
}

.partners-slider-control:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

@media (max-width: 760px) {
  .partners-slider {
    gap: 0.5rem;
  }

  .partners-slider-control {
    display: none;
  }

  .partners-slider .partners-track {
    gap: 1.25rem;
    padding: 1rem 0;
  }
}

/* Preferred shift checkbox layout */
.shift-checkbox-group {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 0.75rem;
  margin: 0;
  padding: 1rem;
}

.shift-checkbox-group legend {
  color: #0c142c;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.shift-checkbox-group__hint {
  color: rgba(5, 17, 38, 0.65);
  font-size: 0.9rem;
  margin: 0 0 0.65rem;
}

.shift-checkbox-group__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
}

.shift-checkbox {
  align-items: center;
  color: #0c142c;
  display: inline-flex;
  font-size: 0.95rem;
  gap: 0.4rem;
  margin: 0;
}

.shift-checkbox input[type="checkbox"] {
  accent-color: #0c573f;
  height: 1.1rem;
  width: 1.1rem;
}

/* Desktop navigation layout fix */
@media (min-width: 61rem) {
  .menu-wrapper > .inner {
    align-items: center;
    display: flex;
    gap: 2rem;
  }

  .menu-wrapper .logo,
  .menu-wrapper .preset-social-icons-v3-opus,
  .menu-wrapper .mobile-cont {
    flex: 0 0 auto;
  }

  .menu-wrapper .ed-menu {
    flex: 1 1 auto;
  }

  body:not(.open-menu) .menu-wrapper .ed-menu {
    background: none;
    opacity: 1;
    pointer-events: auto;
    position: static;
    transform: none;
    width: auto;
  }

  body:not(.open-menu) .menu-wrapper .ed-menu > ul {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  body:not(.open-menu) .menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li {
    align-items: stretch;
    display: flex;
    height: 3.25rem;
    margin: 0;
    padding: 0;
  }

  body:not(.open-menu) .menu-wrapper .menu-trigger {
    display: none;
  }
}

@media (max-width: 60rem) {
  body.open-menu {
    overflow: hidden;
  }

  .menu-wrapper .ed-menu {
    align-items: flex-start;
    backdrop-filter: blur(12px);
    background: rgba(5, 17, 38, 0.95);
    bottom: 0;
    display: flex;
    inset: 0;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: clamp(5rem, 12vw, 6.5rem) 1.5rem 2rem;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease,
      visibility 0s linear 0.25s;
    visibility: hidden;
    z-index: 90;
  }

  .menu-wrapper .ed-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
    visibility: visible;
  }

  .menu-wrapper .ed-menu > ul {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .menu-wrapper .ed-menu > ul > li {
    padding: 0;
    width: 100%;
  }

  .menu-wrapper .ed-menu > ul > li > a {
    justify-content: center;
    width: 100%;
  }

  body.open-menu .menu-wrapper .menu-trigger {
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
    position: fixed;
    right: clamp(0.75rem, 4vw, 1.25rem);
    top: clamp(0.75rem, 4vw, 1.25rem);
    z-index: 130;
  }
}


.menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a {
  align-items: center;
  background: linear-gradient(135deg, rgba(10, 59, 145, 0.6), rgba(27, 107, 224, 0.6)) !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(10, 59, 145, 0.25) !important;
  color: #fff !important;
  display: inline-flex !important;
  font-weight: 700;
  gap: 0.35rem;
  height: auto;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 2.75rem !important;
  margin: 0 !important;
  min-height: 2.75rem;
  padding: 0 1.35rem !important;
  position: relative;
  text-transform: uppercase;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.is-festive .menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a,
body.is-festive .menu-wrapper.ed-element.preset-menu-v2-opus.sticky .ed-menu > ul > li > a,
body.is-festive.open-menu .menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a {
  background: linear-gradient(135deg, rgba(10, 59, 145, 0.6), rgba(27, 107, 224, 0.6)) !important;
  backdrop-filter: none !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 12px 30px rgba(10, 59, 145, 0.25) !important;
  filter: none !important;
}

.menu-wrapper .ed-menu > ul > li {
  padding: 0.25rem 0;
}

.menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a::after,
.menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a::before,
body .menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a::after,
body .menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a::before,
body:not(.open-menu) .menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a::after,
body:not(.open-menu) .menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a::before,
body.is-festive .menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a::after,
body.is-festive .menu-wrapper.ed-element.preset-menu-v2-opus .ed-menu > ul > li > a::before {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  animation: none !important;
  transition: none !important;
  height: 0 !important;
  width: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.menu-wrapper .ed-menu > ul > li > a:hover,
.menu-wrapper .ed-menu > ul > li > a:focus-visible,
.menu-wrapper .ed-menu > ul > li.active > a,
.mission-page .menu-wrapper .menu-level-0 a:hover,
.mission-page .menu-wrapper .menu-level-0 a:focus-visible,
.mission-page .menu-wrapper .menu-level-0 li.active > a {
  background: linear-gradient(140deg, rgba(0, 118, 78, 0.95), rgba(34, 224, 111, 0.95)) !important;
  box-shadow: 0 18px 40px rgba(0, 118, 78, 0.4) !important;
  transform: translateY(-1px);
  outline: none;
}

body.is-festive .menu-wrapper .ed-menu > ul > li > a:hover,
body.is-festive .menu-wrapper .ed-menu > ul > li > a:focus-visible,
body.is-festive .menu-wrapper .ed-menu > ul > li.active > a {
  background: linear-gradient(140deg, rgba(0, 118, 78, 0.95), rgba(34, 224, 111, 0.95)) !important;
  box-shadow: 0 18px 40px rgba(0, 118, 78, 0.4) !important;
}

.menu-wrapper .ed-menu > ul > li > a:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 18px 38px rgba(0, 145, 103, 0.35);
}

#ed-690002340 svg {
  height: 30px;
  width: 30px;
}

#ed-690002136 p,
#ed-690002007 p {
  text-align: center;
}

/* Footer contact row layout */
.footer-heimdall-content {
  padding-top: clamp(1rem, 2.5vw, 1.75rem);
  padding-bottom: clamp(1rem, 2.5vw, 1.75rem);
  display: flex;
  justify-content: center;
}

#ed-690002082 {
  margin-top: clamp(0.6rem, 2vw, 1.25rem);
  padding-top: clamp(0.6rem, 2vw, 1.25rem);
  padding-bottom: clamp(0.5rem, 2vw, 1rem);
}

#ed-690002082 .wv-spacer {
  margin-bottom: 0;
}

#ed-690002001,
#ed-690002130 {
  margin: clamp(0.4rem, 2vw, 1rem) auto;
  padding-top: clamp(0.6rem, 2vw, 1.25rem);
  padding-bottom: clamp(0.6rem, 2vw, 1.25rem);
}

#ed-690002001 .ed-spacer .space,
#ed-690002130 .ed-spacer .space {
  height: 6px !important;
}

.footer-heimdall-content > .inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.footer-heimdall-content .footer-heimdall-box {
  background-color: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(25, 50, 60, 0.08);
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  color: #19323c;
  width: 100%;
  min-height: 0;
  padding: 1rem 1.25rem;
  text-align: center;
}

.footer-heimdall-content .footer-heimdall-box > .inner {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  height: auto;
  justify-content: flex-start;
  padding: 0;
}

.footer-heimdall-content .footer-heimdall-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 0.3rem;
}


.footer-heimdall-content .footer-heimdall-icon svg {
  height: 48px;
  width: 48px;
}

#ed-690002085 .overlay {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.75)) !important;
  opacity: 1 !important;
  backdrop-filter: blur(18px);
}

.footer-heimdall-content h3,
.footer-heimdall-content p,
.footer-heimdall-content a {
  color: #19323c !important;
  margin: 0;
}

.footer-heimdall-content a {
  font-weight: 600;
  text-decoration: none;
}

.footer-heimdall-content a:hover {
  text-decoration: underline;
}

.footer-heimdall-content p + p {
  margin-top: 0.35rem;
}

/* Keep testimonial portraits anchored inside slider */
.ed-element.preset-content-slider-default .profile {
  position: static;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ed-element.preset-content-slider-default .profile img {
  border-radius: 999px;
  display: block;
  height: 90px;
  width: 90px;
  object-fit: cover;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

/* Jobs section tabs */
.jobs-section {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(2rem, 4vw, 3rem) 1.5rem 2.5rem;
  position: relative;
  scroll-margin-top: 5rem;
}

.jobs-section-inner {
  margin: 0 auto;
  max-width: 74rem;
}

.jobs-bubble {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 25px 55px rgba(15, 23, 42, 0.08);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.jobs-tabs,
.testimonial-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.job-tab,
.testimonial-tab {
  align-items: center;
  appearance: none;
  background: rgba(241, 245, 249, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  color: #0f172a;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  gap: 0.35rem;
  letter-spacing: 0.01em;
  padding: 0.55rem 1.35rem;
  text-transform: none;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.job-tab:not([aria-selected='true']):hover,
.testimonial-tab:not([aria-selected='true']):hover {
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

.job-tab[aria-selected='true'],
.testimonial-tab[aria-selected='true'],
.testimonial-tab.is-active {
  background: linear-gradient(120deg, #e0f2fe, #d9f99d);
  border-color: rgba(8, 47, 73, 0.4);
  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.15);
}

.job-tab:focus-visible,
.testimonial-tab:focus-visible {
  outline: 2px solid #0f172a;
  outline-offset: 3px;
}

.jobs-panels {
  position: relative;
}

.job-panel {
  background: #fff;
  border-radius: 1.5rem;
  display: none;
  flex-direction: column;
  gap: 1.25rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

.job-panel[hidden] {
  display: none !important;
}

.job-panel:first-of-type {
  display: flex;
}

.job-panel.is-active {
  animation: jobPanelFade 0.4s ease both;
  display: flex;
}

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

.job-panel-heading {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.job-panel-logo {
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
  height: 60px;
  width: 60px;
}

.job-panel-heading h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 1.7rem);
}

.job-location {
  color: #475569;
  margin: 0.25rem 0 0;
  font-weight: 600;
}

.job-panel-body p {
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.job-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.job-panel-actions .button {
  background: linear-gradient(120deg, #0084ff, #6ee7b7);
  border: none;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 600;
  min-width: 160px;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.job-panel-actions .button:hover {
  box-shadow: 0 15px 30px rgba(0, 132, 255, 0.25);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .job-panel-heading {
    align-items: flex-start;
  }

  .jobs-tabs,
  .testimonial-tabs {
    justify-content: flex-start;
  }

  .job-tab,
  .testimonial-tab {
    flex: 1 1 45%;
    text-align: center;
  }
}

/* Testimonials bubble */
.testimonial-bubble {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 234, 255, 0.9));
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 2rem;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
  margin: 0 auto;
  max-width: 70rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.testimonial-panels {
  position: relative;
}

.testimonial-panel {
  background: #fff;
  border-radius: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 1.9rem);
}

.testimonial-panel[hidden] {
  display: none !important;
}

.testimonial-panel.is-active {
  animation: jobPanelFade 0.4s ease both;
}

.testimonial-person {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.testimonial-person img {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
  flex: 0 0 140px;
  height: 140px !important;
  width: 140px !important;
  max-width: 140px !important;
  max-height: 140px !important;
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
}

.testimonial-person > div {
  flex: 1 1 auto;
}

.testimonial-person h4 {
  color: #0f172a;
  font-size: clamp(1.1rem, 2.6vw, 1.4rem);
  font-weight: 600;
  margin: 0;
}

.testimonial-person p {
  color: #475569;
  font-weight: 600;
  margin: 0.25rem 0 0;
}

.testimonial-quote {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 25px 45px rgba(15, 23, 42, 0.12);
  margin: 0;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  position: relative;
}

.testimonial-quote::before {
  content: '“';
  color: #94a3b8;
  font-size: 2.5rem;
  font-weight: 700;
  left: -0.2rem;
  line-height: 1;
  position: absolute;
  top: -0.5rem;
}

.testimonial-quote p {
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  padding-left: 1.5rem;
}

@media (max-width: 600px) {
  .testimonial-person {
    align-items: flex-start;
  }

  .testimonial-person img {
    flex-basis: 110px;
    height: 110px !important;
    width: 110px !important;
  }
}

@media (max-width: 480px) {
  .testimonial-person {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-person > div {
    text-align: center;
  }

  .testimonial-person img {
    margin-bottom: 0.75rem;
    flex-basis: 100px;
    height: 100px !important;
    width: 100px !important;
  }
}

/* Hero headline readability */
#ed-690002331 {
  position: relative;
  overflow: hidden;
  min-height: 100vh !important;
  height: 100vh;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#ed-690002331 > .inner {
  min-height: 100%;
}

#ed-690002334,
#ed-690002334 > .background-image-holder,
#ed-690002334 .hero-background-video {
  min-height: 100%;
}

#ed-690002331 .background::after {
  content: none;
}

#ed-690002331 > .inner,
#ed-690002337 {
  position: relative;
  z-index: 2;
}

#ed-690002343 h1,
#ed-690002346 h2 {
  color: #0f172a;
  text-shadow: 0 8px 30px rgba(255, 255, 255, 0.9);
}

#ed-690002337 > .inner {
  padding-top: clamp(4.5rem, 9vh, 6rem);
}

.ed-element.ed-icon.quote {
  display: none !important;
}

#ed-690002334 .hero-video-fallback {
  background-image: none !important;
}

#ed-690002343::before,
#ed-690002343::after,
#ed-690002343 h1::before,
#ed-690002343 h1::after,
#ed-690002346::before,
#ed-690002346::after,
#ed-690002346 h2::before,
#ed-690002346 h2::after {
  content: none !important;
}

/* ===== Inline overrides migrated for CSP compliance ===== */
#ed-690002358 img {
  width: 75px;
  object-fit: cover;
}

#ed-690002358 {
  flex-basis: auto;
}

@media screen and (max-width: 975px) {
  #ed-690002358 img {
    width: 180px;
  }
}

@media screen and (max-width: 575px) {
  #ed-690002358 img {
    width: 120px;
  }
}

#ed-690002361 {
  flex-basis: auto;
}

#ed-690002361 > .inner {
  justify-content: center;
}

#ed-690002385 {
  flex-basis: auto;
}

#ed-690002385 > .inner {
  place-content: center flex-end;
  align-items: center;
}

@media screen and (max-width: 975px) {
  #ed-690002385 > .inner {
    justify-content: flex-end;
  }
}

#ed-690002355 > .inner {
  justify-content: space-between;
  align-items: center;
}

#ed-690002334 {
  overflow: hidden;
}

#ed-690002334 .hero-video-fallback {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

#ed-690002334 .hero-background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 975px) {
  #ed-690002334 .hero-video-fallback {
    background-image: url('/images/976/2434938/blur-blurred-background-bokeh-794495.jpg') !important;
  }
}

#ed-690002340 {
  flex-basis: auto;
  transform: translate3d(-50%, 0, 0) scale(1) rotate(0) skew(0, 0);
  position: absolute;
  left: 50%;
  bottom: 1rem;
}

#ed-690002337 {
  flex-basis: auto;
  order: 0;
  flex-grow: 1;
}

#ed-690002337 > .inner {
  place-content: center;
  flex-flow: row wrap;
}

#ed-690002331 {
  min-height: 100vh;
  padding: 140px 0 100px;
  box-sizing: border-box;
}

#ed-690002331 > .inner {
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 975px) {
  #ed-690002331 {
    padding: 110px 0 80px;
  }
}

#ed-690002343 h1,
#ed-690002346 h2 {
  color: #fff;
}

#ed-690001251,
#ed-690001362,
#ed-690001392,
#ed-690001422,
#ed-690001452 {
  flex-basis: auto;
}

@media screen and (max-width: 975px) {
  #ed-690001176 > .background-image-holder:not(.ed-lazyload) {
    background-image: url('/images/976%2C2499x1496%2B0%2B62/2434806/adult-advice-american-1050297.jpg') !important;
  }

  #ed-690002055 > .background-image-holder:not(.ed-lazyload) {
    background-image: url('/images/976/2434803/call-calling-cellphone-1162966.jpg') !important;
  }
}

#ed-690001191 {
  text-align: center;
}

#ed-690002292 img {
  width: 464px;
  height: 270px;
}

#ed-690002085 > .inner {
  justify-content: center;
  align-items: stretch;
}

#ed-690002013 {
  overflow: hidden;
  position: relative;
}

#ed-690002013 .partners-track {
  display: flex;
  gap: 40px;
  align-items: center;
  width: max-content;
  will-change: transform;
  transform: translateX(0);
  scrollbar-width: none;
}

#ed-690002013 .partners-track::-webkit-scrollbar {
  display: none;
}

#ed-690002013 .partner-logo {
  flex: 0 0 auto;
}

#ed-690002013 .partner-logo img {
  max-height: 60px;
  object-fit: contain;
}

#job-form-feedback {
  display: none;
  margin: 20px auto 0;
  max-width: 560px;
  padding: 16px 20px;
  border-radius: 16px;
  font-weight: 600;
}

#job-form-feedback.is-visible {
  display: block;
}

#job-form-feedback.is-success {
  background: rgba(4, 158, 103, 0.12);
  border: 1px solid rgba(4, 158, 103, 0.4);
  color: #04673f;
}

#job-form-feedback.is-error {
  background: rgba(193, 21, 70, 0.12);
  border: 1px solid rgba(193, 21, 70, 0.4);
  color: #7e0f38;
}

.job-form-honeypot {
  position: absolute;
  left: -10000px;
  opacity: 0;
  pointer-events: none;
}

.job-form-honeypot input {
  height: 0;
}

.job-form-test-page {
  background: linear-gradient(180deg, #f4f7fb, #e6eef9);
  min-height: 100vh;
  font-family: 'Lato', Arial, sans-serif;
  padding: clamp(1rem, 4vw, 2rem);
}

.job-form-test-wrapper {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(15, 24, 46, 0.1);
  margin: 0 auto;
  max-width: 720px;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.job-form-test-header h1 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.job-form-test-kicker {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1c9e75;
  margin: 0;
}

.job-form-test-notes {
  margin-top: 2rem;
}

.job-form-test-notes ul {
  padding-left: 1.25rem;
}

.job-apply-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 24, 46, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.job-apply-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

body.job-modal-open {
  overflow: hidden;
}

.job-apply-card {
  position: relative;
  width: min(560px, 100%);
  background: linear-gradient(135deg, #1d976c, #2e62d4);
  border-radius: 24px;
  padding: 32px;
  color: #fff;
  box-shadow: 0 30px 60px rgba(13, 32, 68, 0.45);
  overflow: hidden;
}

.job-apply-card h3 {
  color: #fff;
}

.job-apply-card::after {
  content: '';
  position: absolute;
  inset: 16px;
  border-radius: 18px;
  border: 2px dashed rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

.job-apply-body {
  position: relative;
  z-index: 1;
}

.job-apply-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.job-apply-close:hover {
  background: rgba(0, 0, 0, 0.55);
}

.job-apply-lede {
  margin-bottom: 18px;
  font-size: 1rem;
}

.job-apply-form {
  display: grid;
  gap: 16px;
}

.job-apply-form label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.job-apply-form input,
.job-apply-form textarea {
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 1rem;
  font-family: inherit;
  color: #0f182e;
}

.job-apply-form textarea {
  min-height: 140px;
  resize: vertical;
}

.job-apply-submit,
.job-apply-form button[type='submit'] {
  background: #fff;
  color: #1f4ca5;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  padding: 12px 26px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.job-apply-submit:hover,
.job-apply-form button[type='submit']:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 600px) {
  .job-apply-card {
    padding: 22px;
  }

  .job-apply-card::after {
    inset: 12px;
  }
}

