.join-team,
.join-team * {
  box-sizing: border-box;
}

:host {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto !important;
  min-height: 0 !important;
}

.join-team {
  width: 100%;
  padding: 72px 30px 80px;
  overflow: hidden;
  color: #18141e;
  background: #fcfcfc;
  font-family: "Mona Sans", "Helvetica Neue", Arial, sans-serif;
}

.join-team__inner {
  display: grid;
  grid-template-columns: minmax(0, 484px) minmax(0, 851px);
  column-gap: 45px;
  row-gap: 0;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.join-team__content {
  width: min(484px, 100%);
}

.join-team__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 206px;
  min-height: 24px;
  margin: 0;
  padding: 4px 15px;
  border-radius: 81px;
  color: #18141e;
  background: #e6ece9;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}

.join-team__title {
  margin: 38px 0 0;
  color: #18141e;
  font-family: inherit;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 0;
}

.join-team__description {
  width: min(440px, 100%);
  margin: 34px 0 0;
  color: #18141e;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.join-team__values {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  min-height: 298px;
  margin-top: 72px;
  overflow: clip;
  border-radius: 20px;
  background: linear-gradient(155.46deg, #fcfcfc 0%, #a9c9a5 100%);
}

.join-team__values::before,
.join-team__values::after {
  position: absolute;
  z-index: 2;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: rgba(24, 20, 30, 0.2);
  content: "";
  pointer-events: none;
}

.join-team__values::before {
  left: calc(100% / 3);
}

.join-team__values::after {
  left: calc(200% / 3);
}

/* Webflow assigns ONE wrapper div to the slot with every Company Value
   island inside it. display: contents collapses the slot and that wrapper
   so the values grid (and its column rules) apply to the islands directly. */
.join-team__values > slot[name="children"],
.join-team__values > slot[name="children"]::slotted(*) {
  display: contents !important;
}

.company-value {
  position: relative;
  height: 100%;
  padding: 35px;
}

.company-value__icon-frame {
  display: flex;
  align-items: flex-start;
  height: 73px;
}

.company-value__icon {
  display: block;
  width: auto;
  max-width: 92px;
  height: 73px;
  object-fit: contain;
  object-position: left top;
}

.company-value__title,
.company-value__description {
  margin: 0;
  color: #18141e;
  font-family: "Mona Sans", "Helvetica Neue", Arial, sans-serif;
}

.company-value__title {
  margin-top: 31px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16.25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.company-value__description {
  max-width: 221px;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
}

.join-team__vacancies {
  display: flex;
  grid-column: 1 / -1;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-top: 80px;
}

.join-team__vacancy-list {
  width: 100%;
  height: auto;
  padding: 0 27px;
  overflow: visible;
  border-radius: 20px;
  background: linear-gradient(155.46deg, #fcfcfc -50.09%, #e6ece9 106.94%);
}

.join-team__vacancy-list > slot[name="vacancies"] {
  display: block !important;
  width: 100%;
  height: auto !important;
}

/* Each Webflow-assigned Vacancy is a separate row. The list itself remains
   auto-height, so adding vacancies cannot clip them inside one fixed row. */
.join-team__vacancy-list > slot[name="vacancies"]::slotted(*) {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  height: auto !important;
  min-height: 101px !important;
}

.vacancy:not(:last-child) {
  border-bottom: 1px solid rgba(24, 20, 30, 0.3);
}

.vacancy {
  display: grid;
  grid-template-columns: minmax(0, 853px) minmax(0, 1fr) 93px;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 101px;
}

.vacancy__role,
.vacancy__details {
  min-width: 0;
}

.vacancy__position,
.vacancy__employment-type,
.vacancy__department,
.vacancy__location {
  margin: 0;
}

.vacancy__position,
.vacancy__employment-type {
  color: #18141e;
  font-family: "Figtree", "Mona Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.vacancy__department,
.vacancy__location {
  margin-top: 3px;
  color: rgba(24, 20, 30, 0.5);
  font-family: "Mona Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16.25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vacancy__apply,
.join-team__all-positions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #18141e;
  background: #3dbf7b;
  font-family: "Mona Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16.25px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 240ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vacancy__apply {
  width: 93px;
  height: 32px;
}

.join-team__all-positions {
  width: 232px;
  min-height: 32px;
  margin-top: 37px;
  padding: 7px 18px;
}

a.vacancy__apply:hover,
.join-team__all-positions:hover {
  background: #35b572;
  transform: translateY(-1px);
}

a.vacancy__apply:active,
.join-team__all-positions:active {
  transform: scale(0.98);
}

a.vacancy__apply:focus-visible,
.join-team__all-positions:focus-visible {
  outline: 2px solid #18141e;
  outline-offset: 3px;
}

.vacancy__apply--disabled {
  cursor: default;
}

@keyframes join-team-fade-up {
  from {
    opacity: 0;
    transform: translateY(36px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.join-team--reveal .join-team__eyebrow,
.join-team--reveal .join-team__title,
.join-team--reveal .join-team__description,
.join-team--reveal .join-team__values,
.join-team--reveal .join-team__all-positions {
  opacity: 0;
}

.join-team--reveal .company-value__icon {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}

.join-team--reveal.is-revealed .join-team__eyebrow {
  animation: join-team-fade-up 850ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

.join-team--reveal.is-revealed .join-team__title {
  animation: join-team-fade-up 850ms cubic-bezier(0.4, 0, 0.2, 1) 90ms both;
}

.join-team--reveal.is-revealed .join-team__description {
  animation: join-team-fade-up 850ms cubic-bezier(0.4, 0, 0.2, 1) 180ms both;
}

.join-team--reveal.is-revealed .join-team__values {
  animation: join-team-fade-up 850ms cubic-bezier(0.4, 0, 0.2, 1) 220ms both;
}

.join-team--reveal.is-revealed .join-team__all-positions {
  animation: join-team-fade-up 850ms cubic-bezier(0.4, 0, 0.2, 1) 220ms both;
}

@keyframes company-value-draw-on {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }

  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

.join-team--reveal.is-revealed .company-value__icon {
  animation: company-value-draw-on 760ms cubic-bezier(0.4, 0, 0.2, 1)
    calc(420ms + var(--company-value-index, 0) * 180ms) both;
}

@media (max-width: 991px) {
  .join-team {
    padding: 64px 30px 72px;
  }

  .join-team__title {
    font-size: 52px;
    line-height: 1.12;
  }

  .join-team__inner {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }

  .join-team__values {
    max-width: 851px;
    margin-top: 0;
  }

  .join-team__vacancies {
    margin-top: 32px;
  }

  .vacancy {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 280px) 93px;
    column-gap: 24px;
  }
}

@media (max-width: 767px) {
  .join-team {
    padding: 48px 14px 64px;
  }

  .join-team__eyebrow {
    min-width: 0;
  }

  .join-team__title {
    width: min(352px, 100%);
    margin-top: 25px;
    font-size: 32px;
    line-height: 1.1;
  }

  .join-team__description {
    width: min(338px, 100%);
    margin-top: 30px;
    font-size: 14px;
    line-height: 18px;
  }

  .join-team__inner {
    row-gap: 40px;
  }

  .join-team__values {
    grid-template-columns: 1fr;
    height: auto;
    border-radius: 15px;
  }

  .join-team__values::before,
  .join-team__values::after {
    content: none;
  }

  /* Each island draws the inset rule at its own bottom. :host covers the
     Webflow slot (siblings inside the collapsed wrapper); the second
     selector covers the React preview, where values are direct children. */
  :host(:not(:last-child)) .company-value::after,
  .join-team__values > .company-value:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 0;
    left: 24px;
    height: 1px;
    background: rgba(24, 20, 30, 0.2);
    content: "";
    pointer-events: none;
  }

  .company-value {
    display: grid;
    grid-template-columns: 73px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: start;
    width: 100%;
    height: auto;
    column-gap: 30px;
    padding: 44px 20px 22px;
  }

  .company-value__icon-frame {
    grid-column: 1;
    grid-row: 1 / 3;
    margin-top: 10px;
  }

  .company-value__title {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }

  .company-value__description {
    grid-column: 2;
    grid-row: 2;
    margin-top: 13px;
  }

  .join-team__vacancies {
    margin-top: 16px;
  }

  .join-team__vacancy-list {
    width: 100%;
    padding: 0 14px;
    border-radius: 15px;
  }

  .join-team__vacancy-list > slot[name="vacancies"]::slotted(*) {
    height: auto !important;
    min-height: 141px !important;
  }

  .vacancy {
    position: relative;
    grid-template-columns: minmax(0, 1fr) 93px;
    grid-template-rows: auto auto;
    align-content: start;
    align-items: start;
    column-gap: 16px;
    height: auto;
    min-height: 141px;
    padding: 24px 0 0;
  }

  .vacancy__role {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .vacancy__details {
    grid-column: 1;
    grid-row: 2;
    margin-top: 15px;
  }

  .vacancy__position {
    font-size: 20px;
    line-height: 24px;
  }

  .vacancy__employment-type {
    font-size: 16px;
    line-height: 1.2;
  }

  .vacancy__department {
    margin-top: 4px;
  }

  .vacancy__apply {
    position: absolute;
    top: 87px;
    right: 0;
    width: 93px;
  }

  .join-team__all-positions {
    align-self: flex-end;
    width: 232px;
    min-width: 0;
    max-width: 100%;
    margin-top: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .join-team--reveal .join-team__eyebrow,
  .join-team--reveal .join-team__title,
  .join-team--reveal .join-team__description {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .join-team--reveal .join-team__values,
  .join-team--reveal .company-value__icon {
    opacity: 1;
    animation: none;
    clip-path: inset(0 0 0 0);
    transform: none;
  }
}


@keyframes company-value-reveal {
  from {
    opacity: 0;
    transform: translateY(36px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.company-value--reveal {
  opacity: 0;
}

.company-value--reveal.is-revealed {
  animation: company-value-reveal 850ms cubic-bezier(0.4, 0, 0.2, 1) 60ms both;
}

@media (prefers-reduced-motion: reduce) {
  .company-value--reveal {
    opacity: 1;
    animation: none;
  }
}


@keyframes vacancy-reveal {
  from {
    opacity: 0;
    transform: translateY(36px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.vacancy--reveal {
  opacity: 0;
}

.vacancy--reveal.is-revealed {
  animation: vacancy-reveal 850ms cubic-bezier(0.4, 0, 0.2, 1) 60ms both;
}

@media (prefers-reduced-motion: reduce) {
  .vacancy--reveal {
    opacity: 1;
    animation: none;
  }
}

/* Waterfall: siblings entering together stagger left-to-right */

/* waterfall-company-value */
:host(:nth-child(2)) .company-value--reveal.is-revealed,
.company-value--reveal.is-revealed:nth-child(2) {
  animation-delay: 160ms;
}
:host(:nth-child(3)) .company-value--reveal.is-revealed,
.company-value--reveal.is-revealed:nth-child(3) {
  animation-delay: 260ms;
}
:host(:nth-child(4)) .company-value--reveal.is-revealed,
.company-value--reveal.is-revealed:nth-child(4) {
  animation-delay: 360ms;
}
:host(:nth-child(5)) .company-value--reveal.is-revealed,
.company-value--reveal.is-revealed:nth-child(5) {
  animation-delay: 460ms;
}
:host(:nth-child(6)) .company-value--reveal.is-revealed,
.company-value--reveal.is-revealed:nth-child(6) {
  animation-delay: 560ms;
}
:host(:nth-child(7)) .company-value--reveal.is-revealed,
.company-value--reveal.is-revealed:nth-child(7) {
  animation-delay: 660ms;
}

/* waterfall-vacancy */
:host(:nth-child(2)) .vacancy--reveal.is-revealed,
.vacancy--reveal.is-revealed:nth-child(2) {
  animation-delay: 160ms;
}
:host(:nth-child(3)) .vacancy--reveal.is-revealed,
.vacancy--reveal.is-revealed:nth-child(3) {
  animation-delay: 260ms;
}
:host(:nth-child(4)) .vacancy--reveal.is-revealed,
.vacancy--reveal.is-revealed:nth-child(4) {
  animation-delay: 360ms;
}
:host(:nth-child(5)) .vacancy--reveal.is-revealed,
.vacancy--reveal.is-revealed:nth-child(5) {
  animation-delay: 460ms;
}
:host(:nth-child(6)) .vacancy--reveal.is-revealed,
.vacancy--reveal.is-revealed:nth-child(6) {
  animation-delay: 560ms;
}
:host(:nth-child(7)) .vacancy--reveal.is-revealed,
.vacancy--reveal.is-revealed:nth-child(7) {
  animation-delay: 660ms;
}

/* Direction variety: headings/copy arrive from the left */
@keyframes join-team--reveal-from-left {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.join-team--reveal.is-revealed .join-team__eyebrow,
.join-team--reveal.is-revealed .join-team__title {
  animation-name: join-team--reveal-from-left;
}

/* waterfall-ext-vacancy: items 8+ keep cascading instead of snapping to the base delay */
:host(:nth-child(8)) .vacancy--reveal.is-revealed,
.vacancy--reveal.is-revealed:nth-child(8) {
  animation-delay: 760ms;
}
:host(:nth-child(9)) .vacancy--reveal.is-revealed,
.vacancy--reveal.is-revealed:nth-child(9) {
  animation-delay: 860ms;
}
:host(:nth-child(n + 10)) .vacancy--reveal.is-revealed,
.vacancy--reveal.is-revealed:nth-child(n + 10) {
  animation-delay: 960ms;
}

/* waterfall-ext-company-value: items 8+ keep cascading instead of snapping to the base delay */
:host(:nth-child(8)) .company-value--reveal.is-revealed,
.company-value--reveal.is-revealed:nth-child(8) {
  animation-delay: 760ms;
}
:host(:nth-child(9)) .company-value--reveal.is-revealed,
.company-value--reveal.is-revealed:nth-child(9) {
  animation-delay: 860ms;
}
:host(:nth-child(n + 10)) .company-value--reveal.is-revealed,
.company-value--reveal.is-revealed:nth-child(n + 10) {
  animation-delay: 960ms;
}

/* Authored \n breaks are desktop-only; below the site's mobile breakpoint
   (navbar switch, 1280px) the text reflows naturally. */
@media (max-width: 1280px) {
  br.multiline-br {
    display: none;
  }
}

