.document {
  scroll-behavior: smooth;
}

.document__body {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  background-color: #f4f8fd;
  color: #0e182b;
  font-family: "Hind", sans-serif;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

.main-wrapper {
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #f4f8fd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9dfeb;
  box-shadow: 0 8px 24px rgba(14, 24, 43, 0.06);
}

.site-header__container {
  width: 100%;
  max-width: 1840px;
  min-width: 0;
  min-height: 112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 30px;
}

.site-header__brand {
  color: #0e182b;
  font-family: "Archivo Black", sans-serif;
  font-size: 23px;
  line-height: 1;
  text-decoration-line: none;
  white-space: pre;
  transition-property: color, transform;
  transition-duration: 300ms;
  animation-name: logo-enter;
  animation-duration: 650ms;
  animation-timing-function: cubic-bezier(0.32, 0.72, 0, 1);
  animation-fill-mode: both;
}

.site-header__brand[data-hovered="true"] {
  color: #0766ee;
  transform: scale(1.035);
}

.site-nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 28px;
}

.site-nav__link {
  color: #687184;
  font-size: 16px;
  font-weight: 700;
  text-decoration-line: none;
  white-space: nowrap;
  transition-property: color, transform;
  transition-duration: 200ms;
}

.site-nav__link[data-hovered="true"] {
  color: #0766ee;
  transform: translateY(-2px);
}

.button {
  min-height: 54px;
  padding-top: 13px;
  padding-right: 24px;
  padding-bottom: 13px;
  padding-left: 24px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0e182b;
  font-family: "Hind", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration-line: none;
  cursor: pointer;
  border-radius: 0;
  transition-property: transform, box-shadow, background-color, color, border-color;
  transition-duration: 220ms;
}

.button[data-hovered="true"] {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(14, 24, 43, 0.18);
}

.button--primary {
  background-color: #0766ee;
  color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #0766ee;
  border-right-color: #0766ee;
  border-bottom-color: #0766ee;
  border-left-color: #0766ee;
}

.button--tide {
  background-color: #00beac;
  color: #0e182b;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #00beac;
  border-right-color: #00beac;
  border-bottom-color: #00beac;
  border-left-color: #00beac;
}

.button--light {
  background-color: #ffffff;
  color: #0e182b;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}

.button--outline {
  background-color: #f4f8fd;
  color: #0e182b;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c7d2df;
  border-right-color: #c7d2df;
  border-bottom-color: #c7d2df;
  border-left-color: #c7d2df;
}

.button--outline-light {
  background-color: rgba(14, 24, 43, 0.2);
  color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.55);
  border-right-color: rgba(255, 255, 255, 0.55);
  border-bottom-color: rgba(255, 255, 255, 0.55);
  border-left-color: rgba(255, 255, 255, 0.55);
}

.button--wide {
  width: 100%;
}

.site-header__cta {
  white-space: nowrap;
}

.menu-button {
  width: 48px;
  height: 48px;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #f4f8fd;
  color: #0e182b;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c7d2df;
  border-right-color: #c7d2df;
  border-bottom-color: #c7d2df;
  border-left-color: #c7d2df;
  cursor: pointer;
}

.menu-button__icon {
  font-size: 24px;
  line-height: 1;
}

.mobile-menu {
  width: 100%;
  max-height: calc(100vh - 80px);
  padding-top: 20px;
  padding-right: 38px;
  padding-bottom: 24px;
  padding-left: 38px;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #f4f8fd;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 4px;
  row-gap: 4px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9dfeb;
}

.mobile-menu--open {
  display: grid;
}

.mobile-menu__link {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  color: #0e182b;
  font-size: 20px;
  font-weight: 700;
  text-decoration-line: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d9dfeb;
  overflow-wrap: anywhere;
}

.mobile-menu__link[data-hovered="true"] {
  color: #0766ee;
  background-color: #e1ebf6;
}

.mobile-menu__cta {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 12px;
}

.site-main {
  min-height: 60vh;
}

.page {
  display: block;
}

.page--hidden {
  display: none;
}

.home-hero {
  min-height: min(900px, calc(100svh - 80px));
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #0e182b;
  color: #ffffff;
}

.home-hero__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero__shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(14, 24, 43, 0.78);
}

.home-hero__grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}

.home-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-right: 48px;
  padding-bottom: 70px;
  padding-left: 48px;
  box-sizing: border-box;
  text-align: center;
}

.home-hero__eyebrow {
  margin-top: 0;
  margin-bottom: 0;
  color: #00beac;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  animation-name: rise;
  animation-duration: 700ms;
  animation-timing-function: cubic-bezier(.32,.72,0,1);
}

.home-hero__title {
  max-width: 1050px;
  margin-top: 22px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(52px, 7vw, 108px);
  line-height: 0.98;
  letter-spacing: 0;
  animation-name: rise;
  animation-duration: 850ms;
  animation-timing-function: cubic-bezier(.32,.72,0,1);
}

.home-hero__line {
  width: 160px;
  height: 3px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-color: #00beac;
  animation-name: draw;
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(.32,.72,0,1);
}

.home-hero__text {
  max-width: 850px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: rgba(255,255,255,0.8);
  font-size: 21px;
}

.home-hero__actions {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  row-gap: 12px;
}

.home-hero__stats {
  max-width: 900px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background-color: rgba(255,255,255,0.2);
  column-gap: 1px;
}

.stat {
  min-width: 0;
  padding-top: 22px;
  padding-right: 18px;
  padding-bottom: 22px;
  padding-left: 18px;
  background-color: rgba(14,24,43,0.8);
  display: flex;
  flex-direction: column;
}

.stat__value {
  font-family: "Archivo Black", sans-serif;
  font-size: 32px;
}

.stat__label {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background-color: #0e182b;
  color: #ffffff;
}

.page-hero__grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 48px 48px;
}

.page-hero__container {
  position: relative;
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-right: 48px;
  padding-bottom: 96px;
  padding-left: 48px;
  box-sizing: border-box;
}

.page-hero__eyebrow {
  margin-top: 0;
  margin-bottom: 0;
  color: #00beac;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.page-hero__title {
  max-width: 980px;
  margin-top: 22px;
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 1;
  letter-spacing: 0;
}

.page-hero__intro {
  max-width: 900px;
  margin-top: 28px;
  margin-bottom: 0;
  color: rgba(255,255,255,0.72);
  font-size: 21px;
}

.section {
  background-color: #f4f8fd;
}

.section--mist {
  background-color: #e1ebf6;
}

.section--dark {
  background-color: #0e182b;
  color: #ffffff;
}

.section__container {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-right: 48px;
  padding-bottom: 90px;
  padding-left: 48px;
  box-sizing: border-box;
}

.section__container--narrow {
  max-width: 1200px;
}

.section__eyebrow {
  margin-top: 0;
  margin-bottom: 0;
  color: #0766ee;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.section__eyebrow--tide {
  color: #00beac;
}

.section__title {
  max-width: 1100px;
  margin-top: 16px;
  margin-bottom: 0;
  color: #0e182b;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.12;
  letter-spacing: 0;
}

.section__title--light {
  color: #ffffff;
}

.section__subtitle {
  margin-top: 28px;
  margin-bottom: 0;
  color: #0e182b;
  font-family: "Archivo Black", sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.section__lead {
  margin-top: 24px;
  margin-bottom: 0;
  color: #5c6577;
  font-size: 21px;
}

.section__text {
  margin-top: 18px;
  margin-bottom: 0;
  color: #62748e;
}

.section__text--light {
  color: rgba(255,255,255,0.72);
}

.cards {
  margin-top: 48px;
  display: grid;
  column-gap: 1px;
  row-gap: 1px;
  background-color: #d8dfeb;
}

.cards--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.cards--two {
  margin-top: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  min-width: 0;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #f4f8fd;
  color: #0e182b;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: rgba(14,24,43,0);
  transition-property: transform, box-shadow, background-color, border-top-color;
  transition-duration: 300ms;
}

.card[data-hovered="true"] {
  position: relative;
  z-index: 2;
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(14,24,43,0.16);
  background-color: #ffffff;
  border-top-color: #00beac;
}

.card__index {
  color: #00beac;
  font-family: "Archivo Black", sans-serif;
  font-size: 22px;
}

.card__title {
  margin-top: 18px;
  margin-bottom: 0;
  color: #0e182b;
  font-family: "Archivo Black", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.card__text {
  margin-top: 14px;
  margin-bottom: 0;
  color: #62748e;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 72px;
  row-gap: 48px;
}

.split__item {
  min-width: 0;
}

.vacancy-list {
  margin-top: 42px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8dfeb;
}

.vacancy-row {
  min-width: 0;
  padding-top: 26px;
  padding-right: 12px;
  padding-bottom: 26px;
  padding-left: 12px;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) auto 48px;
  align-items: center;
  column-gap: 24px;
  color: #0e182b;
  text-decoration-line: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8dfeb;
  transition-property: background-color, transform;
  transition-duration: 220ms;
}

.vacancy-row[data-hovered="true"] {
  background-color: #e1ebf6;
  transform: translateX(6px);
}

.vacancy-row__index {
  color: rgba(7,102,238,0.5);
  font-family: "Archivo Black", sans-serif;
  font-size: 19px;
}

.vacancy-row__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.vacancy-row__category {
  color: #0766ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.vacancy-row__title {
  color: #0e182b;
  font-family: "Archivo Black", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.vacancy-row__meta {
  margin-top: 6px;
  color: #717a8c;
  font-size: 15px;
}

.vacancy-row__salary {
  white-space: nowrap;
}

.vacancy-row__arrow {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0766ee;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfeb;
  border-right-color: #d8dfeb;
  border-bottom-color: #d8dfeb;
  border-left-color: #d8dfeb;
}

.service-list {
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8dfeb;
}

.service-row {
  padding-top: 42px;
  padding-bottom: 42px;
  display: grid;
  grid-template-columns: 70px minmax(0,1fr) minmax(0,1fr);
  column-gap: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8dfeb;
}

.service-row__index {
  color: #00beac;
  font-family: "Archivo Black", sans-serif;
  font-size: 28px;
}

.service-row__copy {
  min-width: 0;
}

.service-row__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.service-row__lead {
  margin-top: 10px;
  margin-bottom: 0;
  color: #0766ee;
  font-weight: 700;
}

.service-row__text {
  margin-top: 18px;
  margin-bottom: 0;
  color: #62748e;
}

.checklist {
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
  row-gap: 13px;
  list-style-type: none;
}

.checklist__item {
  min-width: 0;
  display: grid;
  grid-template-columns: 24px minmax(0,1fr);
  column-gap: 12px;
  color: #596579;
}

.checklist__mark {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00beac;
  color: #0e182b;
  font-size: 13px;
  font-weight: 700;
}

.checklist__text {
  min-width: 0;
}

.filters {
  display: grid;
  grid-template-columns: minmax(0,1fr) 310px;
  column-gap: 16px;
  row-gap: 16px;
}

.filters__search {
  min-width: 0;
  min-height: 58px;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: center;
  column-gap: 12px;
  background-color: #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c7d2df;
  border-right-color: #c7d2df;
  border-bottom-color: #c7d2df;
  border-left-color: #c7d2df;
}

.filters__icon {
  color: #0766ee;
  font-size: 26px;
}

.filters__input {
  min-width: 0;
  height: 56px;
  background-color: transparent;
  color: #0e182b;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  outline-width: 0;
}

.filters__sort {
  min-width: 0;
  min-height: 58px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: #f4f8fd;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c7d2df;
  border-right-color: #c7d2df;
  border-bottom-color: #c7d2df;
  border-left-color: #c7d2df;
}

.filters__label {
  color: #687184;
  font-size: 14px;
}

.filters__select {
  min-width: 0;
  flex-grow: 1;
  height: 56px;
  background-color: transparent;
  color: #0e182b;
  font-family: "Hind", sans-serif;
  font-size: 17px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  outline-width: 0;
}

.filter {
  margin-top: 18px;
  padding-bottom: 4px;
  display: flex;
  column-gap: 8px;
  overflow-x: auto;
}

.filter__button {
  min-height: 48px;
  padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-left: 18px;
  flex-shrink: 0;
  background-color: #f4f8fd;
  color: #0e182b;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c7d2df;
  border-right-color: #c7d2df;
  border-bottom-color: #c7d2df;
  border-left-color: #c7d2df;
  cursor: pointer;
}

.filter__button[data-active="true"] {
  background-color: #0766ee;
  color: #ffffff;
  border-top-color: #0766ee;
  border-right-color: #0766ee;
  border-bottom-color: #0766ee;
  border-left-color: #0766ee;
}

.vacancy-summary {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 20px;
}

.vacancy-summary__count {
  margin-top: 0;
  margin-bottom: 0;
  color: #697286;
}

.vacancy-summary__hint {
  margin-top: 0;
  margin-bottom: 0;
  color: #697286;
  text-align: right;
}

.vacancy-list__empty {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  color: #697286;
}

.vacancy-list__empty--hidden {
  display: none;
}

.vacancy-hero {
  background-color: #0e182b;
  color: #ffffff;
}

.vacancy-hero__container {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-right: 48px;
  padding-bottom: 82px;
  padding-left: 48px;
  box-sizing: border-box;
}

.vacancy-hero__back {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  text-decoration-line: none;
}

.vacancy-hero__category {
  margin-top: 46px;
  margin-bottom: 0;
  color: #00beac;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.vacancy-hero__title {
  max-width: 1100px;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(48px, 6vw, 90px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.vacancy-hero__meta {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 34px;
  row-gap: 14px;
  color: rgba(255,255,255,0.72);
}

.vacancy-hero__salary {
  color: #ffffff;
}

.vacancy-detail {
  display: grid;
  grid-template-columns: minmax(0,1fr) 380px;
  align-items: start;
  column-gap: 70px;
}

.vacancy-detail__content {
  min-width: 0;
}

.vacancy-detail__summary {
  margin-top: 0;
  margin-bottom: 0;
  color: #576275;
  font-size: 22px;
}

.vacancy-detail__title {
  margin-top: 52px;
  margin-bottom: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.vacancy-aside {
  position: sticky;
  top: 104px;
  padding-top: 30px;
  padding-right: 28px;
  padding-bottom: 30px;
  padding-left: 28px;
  background-color: #e1ebf6;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #0766ee;
}

.vacancy-aside__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 28px;
}

.vacancy-aside__text {
  margin-top: 14px;
  margin-bottom: 22px;
  color: #62748e;
}

.vacancy-aside__phone {
  margin-top: 18px;
  display: block;
  color: #0766ee;
  font-weight: 700;
  text-align: center;
  text-decoration-line: none;
}

.vacancy-aside__note {
  margin-top: 22px;
  margin-bottom: 0;
  color: #717a8c;
  font-size: 14px;
}

.vacancy-aside__link {
  margin-top: 8px;
  display: block;
  color: #0766ee;
  font-size: 14px;
  font-weight: 700;
  text-decoration-line: none;
}

.contact-band {
  background-color: #0766ee;
  color: #ffffff;
}

.contact-band__container {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 86px;
  padding-right: 48px;
  padding-bottom: 86px;
  padding-left: 48px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  column-gap: 70px;
  row-gap: 38px;
}

.contact-band__eyebrow {
  margin-top: 0;
  margin-bottom: 0;
  color: #00beac;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.contact-band__title {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(40px,5vw,76px);
  line-height: 1;
}

.contact-band__text {
  max-width: 650px;
  margin-top: 22px;
  margin-bottom: 0;
  color: rgba(255,255,255,0.74);
}

.contact-band__actions {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 12px;
}

.contact-band__note {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(255,255,255,0.65);
  font-size: 14px;
}

.faq {
  margin-bottom: 40px;
}

.faq__item {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c7d2df;
}

.faq__button {
  width: 100%;
  padding-top: 26px;
  padding-right: 0;
  padding-bottom: 26px;
  padding-left: 0;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) 36px;
  align-items: start;
  column-gap: 18px;
  background-color: transparent;
  color: #0e182b;
  text-align: left;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  cursor: pointer;
}

.faq__index {
  color: rgba(7,102,238,0.55);
  font-family: "Archivo Black", sans-serif;
}

.faq__question {
  font-family: "Archivo Black", sans-serif;
  font-size: 24px;
  line-height: 1.25;
}

.faq__symbol {
  color: #0766ee;
  font-size: 30px;
  line-height: 1;
  transition-property: transform;
  transition-duration: 220ms;
}

.faq__answer {
  display: none;
  padding-right: 48px;
  padding-bottom: 26px;
  padding-left: 70px;
}

.faq__answer[data-state="open"] {
  display: block;
}

.faq__symbol[data-state="open"] {
  transform: rotate(45deg);
}

.faq__text {
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  color: #62748e;
}

.contact-form {
  min-width: 0;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  background-color: #f4f8fd;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #0766ee;
}

.contact-form__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 30px;
}

.contact-form__intro {
  margin-top: 12px;
  margin-bottom: 0;
  color: #62748e;
}

.contact-form__label {
  margin-top: 20px;
  display: grid;
  row-gap: 8px;
  font-weight: 700;
}

.contact-form__input {
  min-width: 0;
  height: 52px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #ffffff;
  color: #0e182b;
  font-family: "Hind",sans-serif;
  font-size: 17px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c7d2df;
  border-right-color: #c7d2df;
  border-bottom-color: #c7d2df;
  border-left-color: #c7d2df;
}

.contact-form__textarea {
  min-width: 0;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  resize: vertical;
  background-color: #ffffff;
  color: #0e182b;
  font-family: "Hind",sans-serif;
  font-size: 17px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c7d2df;
  border-right-color: #c7d2df;
  border-bottom-color: #c7d2df;
  border-left-color: #c7d2df;
}

.contact-form__consent {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 22px minmax(0,1fr);
  align-items: start;
  column-gap: 10px;
  color: #62748e;
  font-size: 14px;
}

.contact-form__checkbox {
  width: 20px;
  height: 20px;
}

.contact-form__error {
  min-height: 18px;
  color: #e7000b;
  font-size: 13px;
  font-weight: 500;
}

.contact-form__success {
  margin-top: 18px;
  margin-bottom: 0;
  color: #0766ee;
  font-weight: 700;
}

.contact-form__success--hidden {
  display: none;
}

.address-card {
  margin-top: 30px;
  padding-top: 22px;
  padding-right: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  background-color: #e1ebf6;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfeb;
  border-right-color: #d8dfeb;
  border-bottom-color: #d8dfeb;
  border-left-color: #d8dfeb;
}

.address-card__title {
  color: #0e182b;
}

.address-card__text {
  color: #62748e;
}

.map-card {
  min-height: 300px;
  overflow: hidden;
  background-color: #e1ebf6;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfeb;
  border-right-color: #d8dfeb;
  border-bottom-color: #d8dfeb;
  border-left-color: #d8dfeb;
}

.map-card__frame {
  width: 100%;
  min-height: 300px;
  height: 100%;
  display: block;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}

.legal-card {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  background-color: #e1ebf6;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #00beac;
}

.legal-card__title {
  font-size: 21px;
}

.legal-card__line {
  margin-top: 8px;
}

.legal-card__link {
  margin-top: 12px;
  color: #0766ee;
  font-weight: 700;
  text-decoration-line: none;
  overflow-wrap: anywhere;
}

.legal {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-right: 40px;
  padding-bottom: 90px;
  padding-left: 40px;
  box-sizing: border-box;
}

.legal__title {
  margin-top: 42px;
  margin-bottom: 0;
  color: #0e182b;
  font-family: "Archivo Black",sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.legal__text {
  margin-top: 16px;
  margin-bottom: 0;
  color: #596579;
  overflow-wrap: anywhere;
}

.legal__date {
  margin-top: 48px;
  margin-bottom: 0;
  color: #717a8c;
  font-size: 15px;
}

.site-footer {
  background-color: #0e182b;
  color: rgba(255,255,255,0.7);
}

.site-footer__container {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-right: 48px;
  padding-bottom: 34px;
  padding-left: 48px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 44px;
}

.site-footer__column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}

.site-footer__brand {
  width: 360px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition-property: transform;
  transition-duration: 300ms;
}

.site-footer__brand[data-hovered="true"] {
  transform: scale(1.035);
}

.site-footer__heading {
  color: #ffffff;
}

.site-footer__text {
  margin-top: 0;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.site-footer__links {
  display: grid;
  row-gap: 8px;
}

.site-footer__link {
  color: rgba(255,255,255,0.7);
  text-decoration-line: none;
  overflow-wrap: anywhere;
}

.site-footer__link[data-hovered="true"] {
  color: #ffffff;
}

.site-footer__legal {
  grid-column-start: 1;
  grid-column-end: 5;
  padding-top: 24px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto auto;
  column-gap: 24px;
  row-gap: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255,255,255,0.13);
  font-size: 14px;
}

.site-footer__legal-link {
  color: rgba(255,255,255,0.62);
  text-decoration-line: none;
}

.cookie {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 60;
  width: min(740px, calc(100vw - 40px));
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  column-gap: 18px;
  row-gap: 14px;
  background-color: #f4f8fd;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c7d2df;
  border-right-color: #c7d2df;
  border-bottom-color: #c7d2df;
  border-left-color: #c7d2df;
  box-shadow: 0 20px 50px rgba(14,24,43,0.2);
}

.cookie--hidden {
  display: none;
}

.cookie__icon {
  color: #0766ee;
  font-size: 28px;
}

.cookie__text {
  margin-top: 0;
  margin-bottom: 0;
  color: #62748e;
  font-size: 14px;
}

.cookie__actions {
  display: flex;
  column-gap: 8px;
}

.chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  max-width: calc(100vw - 44px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 12px;
}

.chat__panel {
  width: min(400px, calc(100vw - 44px));
  overflow: hidden;
  background-color: #f4f8fd;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c7d2df;
  border-right-color: #c7d2df;
  border-bottom-color: #c7d2df;
  border-left-color: #c7d2df;
  box-shadow: 0 20px 60px rgba(14,24,43,0.28);
}

.chat__panel--closed {
  display: none;
}

.chat__header {
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) 44px;
  align-items: center;
  column-gap: 12px;
  background-color: #0e182b;
  color: #ffffff;
}

.chat__avatar {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}

.chat__identity {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.chat__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat__company {
  color: rgba(255,255,255,0.62);
  font-size: 13px;
}

.chat__close {
  width: 44px;
  height: 44px;
  background-color: transparent;
  color: #ffffff;
  font-size: 28px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  cursor: pointer;
}

.chat__body {
  max-height: 48vh;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  overflow-y: auto;
}

.chat__reply {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #e1ebf6;
  color: #0e182b;
  font-size: 16px;
}

.chat__label {
  margin-top: 18px;
  margin-bottom: 10px;
  color: #62748e;
  font-size: 13px;
  font-weight: 700;
}

.chat__option {
  width: 100%;
  min-height: 46px;
  margin-top: 8px;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  background-color: #f4f8fd;
  color: #0e182b;
  font-family: "Hind",sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c7d2df;
  border-right-color: #c7d2df;
  border-bottom-color: #c7d2df;
  border-left-color: #c7d2df;
  cursor: pointer;
}

.chat__option[data-hovered="true"] {
  background-color: #e1ebf6;
  border-top-color: #0766ee;
  border-right-color: #0766ee;
  border-bottom-color: #0766ee;
  border-left-color: #0766ee;
}

.chat__footer {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8dfeb;
}

.chat__contact {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-left: 10px;
  color: #0766ee;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration-line: none;
}

.chat__toggle {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0766ee;
  color: #ffffff;
  font-size: 32px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(7,102,238,0.35);
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition-property: opacity, transform;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(.32,.72,0,1);
}

.reveal[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rise {
  0% { opacity: 0; transform: translateY(28px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes draw {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
  100% { transform: translateY(0); }
}

@keyframes logo-enter {
  from { opacity: 0; transform: translateY(-8px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1199px) {
  .site-header__container {
    padding-left: 24px;
    padding-right: 24px;
    grid-template-columns: minmax(0,1fr) auto;
  }
  .site-nav { display: none; }
  .site-header__cta { display: none; }
  .menu-button { display: flex; }
  .cards--four { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer__container { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer__legal { grid-column-start: 1; grid-column-end: 3; grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 899px) {
  .document__body { font-size: 18px; }
  .home-hero__container { padding-right: 24px; padding-left: 24px; }
  .home-hero__title { font-size: clamp(38px,7.4vw,62px); }
  .page-hero__container { padding-top: 72px; padding-right: 24px; padding-bottom: 72px; padding-left: 24px; }
  .section__container { padding-top: 70px; padding-right: 24px; padding-bottom: 70px; padding-left: 24px; }
  .cards--three { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .split { grid-template-columns: minmax(0,1fr); }
  .service-row { grid-template-columns: 52px minmax(0,1fr); }
  .service-row__copy { grid-column-start: 2; grid-column-end: 3; }
  .checklist { grid-column-start: 2; grid-column-end: 3; }
  .vacancy-detail { grid-template-columns: minmax(0,1fr); row-gap: 40px; }
  .vacancy-aside { position: static; }
  .contact-band__container { padding-right: 24px; padding-left: 24px; grid-template-columns: minmax(0,1fr); }
  .filters { grid-template-columns: minmax(0,1fr); }
  .site-footer__container { padding-right: 24px; padding-left: 24px; }
  .cookie { bottom: 96px; grid-template-columns: minmax(0,1fr); }
  .cookie__icon { display: none; }
  .cookie__actions { justify-content: stretch; }
  .cookie__button { flex-grow: 1; }
}

@media (max-width: 639px) {
  .site-header__container { min-height: 112px; padding-left: 16px; padding-right: 16px; column-gap: 10px; }
  .site-header__brand-logo { height: 80px; max-width: 340px; }
  .mobile-menu { top: 112px; }
  .site-header__brand { font-size: 20px; overflow: hidden; text-overflow: ellipsis; }
  .mobile-menu { max-height: calc(100vh - 112px); padding-top: 10px; padding-right: 16px; padding-bottom: 18px; padding-left: 16px; grid-template-columns: minmax(0,1fr); }
  .mobile-menu__link { padding-right: 8px; padding-left: 8px; font-size: 18px; }
  .mobile-menu__cta { grid-column-start: 1; grid-column-end: 2; width: 100%; }
  .home-hero { min-height: min(900px, calc(100svh - 80px)); }
  .home-hero__container { padding-top: 55px; padding-right: 16px; padding-bottom: 55px; padding-left: 16px; }
  .home-hero__eyebrow { font-size: 12px; letter-spacing: 2px; }
  .home-hero__title { max-width: 100%; font-size: clamp(32px,9vw,46px); line-height: 1.04; overflow-wrap: anywhere; }
  .home-hero__text { font-size: 18px; }
  .home-hero__actions { width: 100%; flex-direction: column; align-items: stretch; }
  .home-hero__button { width: 100%; }
  .home-hero__stats { grid-template-columns: minmax(0,1fr); row-gap: 1px; }
  .page-hero__container { padding-top: 58px; padding-right: 16px; padding-bottom: 58px; padding-left: 16px; text-align: center; }
  .page-hero__eyebrow { font-size: 12px; letter-spacing: 2px; }
  .page-hero__title { max-width: 100%; font-size: clamp(36px,11vw,52px); overflow-wrap: anywhere; }
  .page-hero__intro { font-size: 18px; }
  .section__container { padding-top: 56px; padding-right: 16px; padding-bottom: 56px; padding-left: 16px; }
  .section__title { font-size: 34px; overflow-wrap: anywhere; }
  .cards--four { grid-template-columns: minmax(0,1fr); }
  .cards--three { grid-template-columns: minmax(0,1fr); }
  .cards--two { grid-template-columns: minmax(0,1fr); }
  .card { padding-right: 22px; padding-left: 22px; }
  .vacancy-row { grid-template-columns: minmax(0,1fr) 42px; column-gap: 10px; }
  .vacancy-row__index { display: none; }
  .vacancy-row__main { grid-column-start: 1; grid-column-end: 2; }
  .vacancy-row__salary { grid-column-start: 1; grid-column-end: 2; white-space: normal; }
  .vacancy-row__arrow { width: 42px; height: 42px; grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 3; }
  .vacancy-row__title { font-size: 21px; }
  .service-row { grid-template-columns: minmax(0,1fr); }
  .service-row__index { grid-column-start: 1; grid-column-end: 2; }
  .service-row__copy { grid-column-start: 1; grid-column-end: 2; }
  .checklist--service { grid-column-start: 1; grid-column-end: 2; }
  .filter { margin-right: -16px; padding-right: 16px; }
  .vacancy-summary { grid-template-columns: minmax(0,1fr); row-gap: 8px; }
  .vacancy-summary__hint { text-align: left; }
  .vacancy-hero__container { padding-top: 50px; padding-right: 16px; padding-bottom: 58px; padding-left: 16px; }
  .vacancy-hero__title { font-size: 40px; }
  .contact-band__container { padding-top: 58px; padding-right: 16px; padding-bottom: 58px; padding-left: 16px; text-align: center; }
  .contact-band__title { font-size: 40px; }
  .contact-form { padding-right: 20px; padding-left: 20px; }
  .faq__button { grid-template-columns: 36px minmax(0,1fr) 26px; column-gap: 8px; }
  .faq__question { font-size: 19px; overflow-wrap: anywhere; }
  .faq__answer { padding-right: 0; padding-left: 44px; }
  .legal { padding-top: 54px; padding-right: 16px; padding-bottom: 64px; padding-left: 16px; }
  .legal__title { font-size: 26px; }
  .site-footer__container { padding-top: 56px; padding-right: 16px; padding-left: 16px; grid-template-columns: minmax(0,1fr); }
  .site-footer__legal { grid-column-start: 1; grid-column-end: 2; grid-template-columns: minmax(0,1fr); }
  .cookie { left: 12px; bottom: 90px; width: calc(100vw - 24px); max-height: calc(100vh - 120px); padding-right: 16px; padding-left: 16px; overflow-y: auto; }
  .cookie__actions { display: grid; grid-template-columns: minmax(0,1fr); row-gap: 8px; }
  .cookie__button { width: 100%; }
  .chat { right: 12px; bottom: 12px; max-width: calc(100vw - 24px); }
  .chat__panel { width: calc(100vw - 24px); max-height: calc(100vh - 100px); }
  .chat__body { max-height: 40vh; }
  .chat__toggle { width: 56px; height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__eyebrow { animation-name: none; }
  .home-hero__title { animation-name: none; }
  .home-hero__line { animation-name: none; }
  .chat__toggle { animation-name: none; }
  .site-header__brand { animation-name: none; }
  .reveal { opacity: 1; transform: none; transition-duration: 0ms; }
}

/* Pixel parity with the React layout */
.site-header__container {
  min-height: 112px;
  padding-left: max(16px, min(3vw, 56px));
  padding-right: max(16px, min(3vw, 56px));
}

.site-header__brand {
  min-width: 0;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: transparent;
}

.site-header__brand-logo {
  width: auto;
  height: 96px;
  display: block;
  max-width: 400px;
  object-fit: contain;
}

.site-nav__link {
  font-size: 16px;
}

.button {
  min-height: 48px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 16px;
}

.home-hero {
  min-height: min(900px, calc(100svh - 80px));
}

.home-hero__container {
  max-width: 1840px;
  padding-top: 80px;
  padding-right: max(16px, min(3vw, 56px));
  padding-bottom: 80px;
  padding-left: max(16px, min(3vw, 56px));
}

.home-hero__title {
  max-width: 22ch;
  text-wrap: balance;
  margin-top: 20px;
  font-size: clamp(40px, 5.4vw, 88px);
  font-weight: 400;
  line-height: 0.95;
}

.home-hero__line {
  margin-top: 28px;
  margin-bottom: 28px;
}

.home-hero__text {
  max-width: 768px;
  font-size: 20px;
}

.home-hero__actions {
  margin-top: 36px;
}

.home-hero__stats {
  max-width: 896px;
  margin-top: 48px;
}

.stat {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.page-hero__container {
  padding-top: 112px;
  padding-right: max(16px, min(3vw, 56px));
  padding-bottom: 112px;
  padding-left: max(16px, min(3vw, 56px));
}

.page-hero__title {
  max-width: 18ch;
  margin-top: 20px;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
}

.page-hero__intro {
  max-width: 768px;
  margin-top: 28px;
  font-size: 20px;
}

.section__container {
  padding-top: 96px;
  padding-right: max(16px, min(3vw, 56px));
  padding-bottom: 96px;
  padding-left: max(16px, min(3vw, 56px));
}

.section__title {
  margin-top: 12px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
}

.section__subtitle,
.card__title,
.service-row__title,
.vacancy-row__title,
.vacancy-hero__title,
.vacancy-detail__title,
.vacancy-aside__title,
.contact-band__title,
.faq__question,
.contact-form__title,
.legal__title {
  font-weight: 400;
}

.cards {
  margin-top: 48px;
}

.card {
  padding-top: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
}

.card__title {
  margin-top: 16px;
  font-size: 24px;
}

.filters {
  grid-template-columns: minmax(0, 1fr);
}

.filters__search,
.filters__sort {
  min-height: 56px;
  padding-left: 16px;
  padding-right: 16px;
}

.filters__input,
.filters__select {
  height: 54px;
  font-size: 21px;
}

.filters__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.vacancy-summary {
  margin-top: 40px;
  column-gap: 16px;
}

.vacancy-list {
  margin-top: 20px;
}

.vacancy-row[data-vacancy-card] {
  padding-top: 28px;
  padding-right: 20px;
  padding-bottom: 28px;
  padding-left: 20px;
  grid-template-columns: minmax(0, 1fr) auto 48px;
  column-gap: 16px;
  row-gap: 16px;
}

.vacancy-row__category {
  font-size: 14px;
  letter-spacing: 0.15em;
}

.vacancy-row__title {
  margin-top: 8px;
  font-size: 30px;
  line-height: 1.2;
}

.vacancy-row__meta {
  margin-top: 8px;
  font-size: 21px;
}

.contact-band__container {
  padding-top: 96px;
  padding-right: max(16px, min(3vw, 56px));
  padding-bottom: 96px;
  padding-left: max(16px, min(3vw, 56px));
}

.contact-band__title {
  font-size: 60px;
}

.site-footer__container {
  padding-top: 80px;
  padding-right: max(16px, min(3vw, 56px));
  padding-bottom: 80px;
  padding-left: max(16px, min(3vw, 56px));
}

@media (min-width: 1280px) {
  .filters {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 1279px) {
  .site-header__container {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-nav,
  .site-header__cta {
    display: none;
  }

  .menu-button {
    display: flex;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .site-nav,
  .site-header__cta {
    display: none;
  }

  .menu-button {
    display: flex;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .document__body {
    font-size: 21px;
  }

  .page-hero__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-hero__title {
    font-size: 60px;
  }

  .section__container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .filters__input,
  .filters__select {
    font-size: 21px;
  }

  .site-footer__container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

@media (max-width: 639px) {
  .site-header__container {
    min-height: 112px;
  }

  .site-header__brand-logo {
    height: 80px;
    max-width: 340px;
  }

  .site-header__brand {
    font-size: 20px;
  }

  .mobile-menu {
    max-height: calc(100vh - 112px);
  }

  .home-hero {
    min-height: min(900px, calc(100svh - 80px));
  }

  .home-hero__container {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-hero__title {
    font-size: 38px;
    line-height: 1.04;
  }

  .page-hero__container {
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: left;
  }

  .page-hero__title {
    font-size: 36px;
    line-height: 1;
  }

  .page-hero__intro {
    font-size: 18px;
  }

  .section__container {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section__title {
    font-size: 36px;
  }

  .filters__input,
  .filters__select {
    font-size: 18px;
  }

  .vacancy-row[data-vacancy-card] {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 16px;
  }

  .vacancy-row__main,
  .vacancy-row__salary,
  .vacancy-row__arrow {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }

  .vacancy-row__title {
    font-size: 24px;
    line-height: 1.333333;
  }

  .vacancy-row__meta {
    font-size: 18px;
  }

  .contact-band__container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-band__title {
    font-size: 48px;
  }

  .site-footer__container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}


.client-process__list {
  align-self: center;
  margin-top: 0;
}

@media (max-width: 1023px) {
  .client-process__list {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

.chat__feed {
  display: grid;
  row-gap: 12px;
  max-height: 40vh;
  overflow-y: auto;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.chat__message {
  max-width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  font-size: 17px;
  line-height: 1.5;
}

.chat__message--bot {
  justify-self: start;
  background-color: #e1ebf6;
  color: #0e182b;
}

.chat__message--user {
  justify-self: end;
  background-color: #0766ee;
  color: #ffffff;
}

.chat__message[data-typing="true"] {
  color: #6b7686;
}

.chat__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 8px;
  margin-top: 14px;
}

.chat__input {
  min-width: 0;
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d4dae3;
  border-right-color: #d4dae3;
  border-bottom-color: #d4dae3;
  border-left-color: #d4dae3;
  background-color: #ffffff;
  font-size: 17px;
  font-family: inherit;
  color: #0e182b;
}

.chat__send {
  width: 48px;
  height: 48px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: #0766ee;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}

.chat__send[data-hovered="true"] {
  background-color: #0766ee;
}


.vacancy-hero__meta-item {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}

.vacancy-hero__meta-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #00beac;
}

.card__index--icon {
  display: inline-flex;
  align-items: center;
  color: #00beac;
}

.filters__icon {
  display: inline-flex;
  align-items: center;
}

.mobile-menu__chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
