/* Start custom CSS for html, class: .elementor-element-3d414f9 */.en-career,
.en-career * {
  box-sizing: border-box;
}

.en-career {
  --en-bg: #f4f7f8;
  --en-surface: #ffffff;
  --en-soft: #eef4f3;
  --en-text: #17242b;
  --en-muted: #5a696f;
  --en-line: #d7e0e2;
  --en-accent: #087f70;
  --en-accent-dark: #075d53;
  --en-dark: #102a32;
  --en-dark-soft: #193c45;
  --en-warm: #fff5dc;
  --en-warm-line: #e6ce78;
  --en-radius-lg: 28px;
  --en-radius-md: 18px;
  --en-radius-sm: 12px;
  --en-shadow: 0 18px 50px rgba(17, 44, 52, 0.10);
  width: 100%;
  color: var(--en-text);
  background: var(--en-bg);
  font-family: Onest, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.66;
  overflow: hidden;
}

.en-career a {
  color: inherit;
  text-decoration: none;
}

.en-career h1,
.en-career h2,
.en-career h3,
.en-career p,
.en-career ul,
.en-career dl,
.en-career dd {
  margin-top: 0;
}

.en-career__container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.en-career__langbar {
  color: #ffffff;
  background: var(--en-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.en-career__langbar-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.en-career__lang-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 650;
}

.en-career__langs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.en-career__lang {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 760;
  transition: background-color .18s ease, border-color .18s ease;
}

.en-career__lang:hover,
.en-career__lang:focus-visible,
.en-career__lang[aria-current="page"] {
  background: var(--en-accent);
  border-color: var(--en-accent);
}

.en-career__hero {
  padding: 76px 0 70px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 18%, rgba(33, 178, 157, 0.22), transparent 34%),
    linear-gradient(135deg, var(--en-dark) 0%, var(--en-dark-soft) 100%);
}

.en-career__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, .75fr);
  gap: 56px;
  align-items: center;
}

.en-career__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #afe7dc;
  font-size: 14px;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.en-career__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #66c7b7;
}

.en-career h1 {
  max-width: 950px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(36px, 5.2vw, 66px);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.en-career__lead {
  max-width: 860px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.5;
}

.en-career__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
}

.en-career__tags li {
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.en-career__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.en-career__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.en-career__button:hover {
  transform: translateY(-1px);
}

.en-career__button:focus-visible,
.en-career a:focus-visible {
  outline: 3px solid rgba(102, 199, 183, 0.56);
  outline-offset: 3px;
}

.en-career__button--primary {
  color: #ffffff;
  background: var(--en-accent);
}

.en-career__button--primary:hover {
  background: #099985;
}

.en-career__button--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.30);
}

.en-career__button--ghost:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.56);
}

.en-career__profile-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--en-radius-lg);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.en-career__portrait {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  font-size: 42px;
  font-weight: 850;
  letter-spacing: -.04em;
}

.en-career__profile-card h2 {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
}

.en-career__role {
  margin-bottom: 22px;
  color: #afe7dc;
  font-weight: 700;
}

.en-career__facts {
  display: grid;
  gap: 14px;
  margin-bottom: 0;
}

.en-career__fact {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.en-career__fact dt {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.en-career__fact dd {
  color: #ffffff;
  font-weight: 700;
}

.en-career__section {
  padding: 78px 0;
}

.en-career__section--white {
  background: var(--en-surface);
}

.en-career__section--soft {
  background: var(--en-soft);
}

.en-career__section--dark {
  color: #ffffff;
  background: var(--en-dark);
}

.en-career__section-head {
  max-width: 840px;
  margin-bottom: 34px;
}

.en-career__kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--en-accent);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.en-career__section--dark .en-career__kicker {
  color: #88d8ca;
}

.en-career h2 {
  margin-bottom: 15px;
  color: var(--en-dark);
  font-size: clamp(29px, 3.6vw, 43px);
  line-height: 1.14;
  letter-spacing: -.025em;
}

.en-career__section--dark h2 {
  color: #ffffff;
}

.en-career__section-head p {
  margin-bottom: 0;
  color: var(--en-muted);
  font-size: 18px;
}

.en-career__section--dark .en-career__section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.en-career__intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr);
  gap: 46px;
  align-items: start;
}

.en-career__prose p {
  margin-bottom: 18px;
}

.en-career__prose p:last-child {
  margin-bottom: 0;
}

.en-career__highlight {
  padding: 26px;
  background: var(--en-surface);
  border: 1px solid var(--en-line);
  border-radius: var(--en-radius-md);
  box-shadow: var(--en-shadow);
}

.en-career__highlight h3 {
  margin-bottom: 15px;
  color: var(--en-dark);
  font-size: 21px;
  line-height: 1.25;
}

.en-career__checklist {
  display: grid;
  gap: 11px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.en-career__checklist li {
  position: relative;
  padding-left: 28px;
}

.en-career__checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--en-accent);
  font-weight: 900;
}

.en-career__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.en-career__card {
  height: 100%;
  padding: 25px;
  background: var(--en-surface);
  border: 1px solid var(--en-line);
  border-radius: var(--en-radius-md);
  box-shadow: 0 10px 30px rgba(17, 44, 52, 0.05);
}

.en-career__card-number {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 17px;
  color: #ffffff;
  background: var(--en-accent);
  border-radius: 11px;
  font-size: 14px;
  font-weight: 900;
}

.en-career__card h3 {
  margin-bottom: 10px;
  color: var(--en-dark);
  font-size: 21px;
  line-height: 1.25;
}

.en-career__card p {
  margin-bottom: 0;
  color: var(--en-muted);
  font-size: 16px;
}

.en-career__facility {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: 34px;
  align-items: stretch;
}

.en-career__facility-copy,
.en-career__facility-list {
  padding: 30px;
  border-radius: var(--en-radius-lg);
}

.en-career__facility-copy {
  background: #ffffff;
  border: 1px solid var(--en-line);
}

.en-career__facility-copy h2 {
  margin-bottom: 16px;
}

.en-career__facility-list {
  color: #ffffff;
  background: var(--en-dark);
}

.en-career__facility-list h3 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 22px;
}

.en-career__facility-list ul {
  display: grid;
  gap: 11px;
  padding-left: 19px;
  margin-bottom: 0;
}

.en-career__process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  counter-reset: process;
}

.en-career__step {
  position: relative;
  min-height: 190px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--en-radius-md);
}

.en-career__step::before {
  counter-increment: process;
  content: "0" counter(process);
  display: block;
  margin-bottom: 24px;
  color: #88d8ca;
  font-size: 14px;
  font-weight: 900;
}

.en-career__step h3 {
  margin-bottom: 9px;
  color: #ffffff;
  font-size: 19px;
}

.en-career__step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 15px;
}

.en-career__details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.en-career__detail {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--en-line);
  border-radius: var(--en-radius-md);
}

.en-career__detail h3 {
  margin-bottom: 10px;
  color: var(--en-dark);
  font-size: 20px;
}

.en-career__detail p {
  margin-bottom: 0;
  color: var(--en-muted);
}

.en-career__experience {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 34px;
}

.en-career__experience-list {
  display: grid;
  gap: 15px;
}

.en-career__experience-item {
  padding: 21px 23px;
  background: #ffffff;
  border: 1px solid var(--en-line);
  border-radius: var(--en-radius-md);
}

.en-career__experience-item h3 {
  margin-bottom: 6px;
  color: var(--en-dark);
  font-size: 19px;
}

.en-career__experience-item p {
  margin-bottom: 0;
  color: var(--en-muted);
  font-size: 15px;
}

.en-career__evidence {
  padding: 28px;
  color: #ffffff;
  background: var(--en-dark);
  border-radius: var(--en-radius-lg);
}

.en-career__evidence h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 24px;
}

.en-career__evidence p {
  color: rgba(255, 255, 255, 0.75);
}

.en-career__evidence-links {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.en-career__evidence-link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  font-weight: 750;
}

.en-career__evidence-link:hover {
  background: rgba(255, 255, 255, 0.11);
}

.en-career__relocation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
  gap: 30px;
  align-items: center;
  padding: 34px;
  background: var(--en-warm);
  border: 1px solid var(--en-warm-line);
  border-radius: var(--en-radius-lg);
}

.en-career__relocation h2 {
  margin-bottom: 13px;
}

.en-career__relocation p:last-child {
  margin-bottom: 0;
}

.en-career__relocation-list {
  display: grid;
  gap: 11px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.en-career__relocation-list li {
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  font-weight: 750;
}

.en-career__faq {
  display: grid;
  gap: 12px;
}

.en-career__faq details {
  background: #ffffff;
  border: 1px solid var(--en-line);
  border-radius: var(--en-radius-sm);
  overflow: hidden;
}

.en-career__faq summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: var(--en-dark);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.en-career__faq summary::-webkit-details-marker {
  display: none;
}

.en-career__faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 14px;
  color: var(--en-accent);
  font-size: 27px;
  line-height: 1;
}

.en-career__faq details[open] summary::after {
  content: "−";
}

.en-career__faq-answer {
  padding: 0 20px 19px;
  color: var(--en-muted);
}

.en-career__faq-answer p:last-child {
  margin-bottom: 0;
}

.en-career__cta {
  padding: 56px 0;
  color: #ffffff;
  background: var(--en-accent-dark);
}

.en-career__cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}

.en-career__cta h2 {
  margin-bottom: 10px;
  color: #ffffff;
}

.en-career__cta p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.en-career__contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.en-career__note {
  margin-top: 20px;
  color: var(--en-muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .en-career__hero-grid,
  .en-career__intro-grid,
  .en-career__facility,
  .en-career__experience,
  .en-career__relocation,
  .en-career__cta-inner {
    grid-template-columns: 1fr;
  }

  .en-career__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .en-career__process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .en-career__profile-card {
    max-width: 560px;
  }

  .en-career__contacts {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .en-career {
    font-size: 16px;
  }

  .en-career__container {
    width: min(100% - 28px, 1180px);
  }

  .en-career__langbar-inner {
    min-height: 64px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 8px 0;
  }

  .en-career__hero {
    padding: 52px 0;
  }

  .en-career h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .en-career__lead {
    font-size: 18px;
  }

  .en-career__section {
    padding: 56px 0;
  }

  .en-career__grid,
  .en-career__process,
  .en-career__details-grid {
    grid-template-columns: 1fr;
  }

  .en-career__card,
  .en-career__detail,
  .en-career__highlight,
  .en-career__facility-copy,
  .en-career__facility-list,
  .en-career__evidence,
  .en-career__relocation,
  .en-career__profile-card {
    padding: 21px;
  }

  .en-career__button {
    width: 100%;
  }

  .en-career__actions,
  .en-career__contacts {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .en-career *,
  .en-career *::before,
  .en-career *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* End custom CSS */