:root {
  --gold: #b19b71;
  --light-grey: #cdcad5;
  --white: #fff;
  --blue-grey: #bcc6d5;
  --dark-violet: #1c1a22;
}

.header-title {
  font-size: 10rem;
  max-width: 120rem;
}

.header-title {
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  text-align: center;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  min-height: 13.4rem;
}

.intro .header-title {
  max-width: 1000px !important;
}

.header-title__gold {
  color: var(--gold);
}

.startups-teeser.digitalization {
  max-width: 112rem;
}

.numeric-list-wrap {
  margin-top: 20rem;
}

.startups-faq .numeric-lis-title {
  color: var(--white, #fff);
  text-align: center;
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 6rem;
}

.portfolio-example {
  margin-bottom: 16rem;
}

.portfolio-item {
  width: 100%;
  min-height: 49rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.portfolio-item__left {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  box-sizing: content-box;
}

.portfolio-item__right {
  width: 60%;
  padding: 3rem;
  box-sizing: content-box;
}

.portfolio-item__right.reduced {
  width: 55%;
}

.portfolio-item__technologies-list {
font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 4.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.portfolio-item__title {
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}

.portfolio-item__description {
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin-top: 3rem;
}

.startups .portfolio-item__description {
  max-width: 85%;
}

.portfolio-item__more-details {
  margin-top: auto;
  display: flex;
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  flex-direction: row;
  align-items: center;
  gap: 2.4rem;
}

.banner {
  position: relative;
  display: flex;
}

.banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 75%;
  z-index: 95;
  object-fit: contain;
}

.startups .banner img {
  max-width: clamp(200px, 60%, 357px);
}

.digitalization .banner img {
  max-width: clamp(200px, 60%, 481px);
}

.advantages-table {
  padding: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-bottom: 1px solid var(--pallette-tuna);
  row-gap: 8rem;
}

.advantages-table__row:not(:first-child) {
  border-top: 1px solid var(--pallette-tuna);
}

.advantages-table__title {
  margin-bottom: 2rem;
  color: var(--white, #fff);
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  text-align: start;
}

.advantages-table__text {
  color: var(--light-grey, #cdcad5);
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 460px;
}

.advantages-table__item {
  display: flex;
  width: 50%;
  gap: 1rem;
  border-top: 1px solid var(--pallette-tuna);
  padding-top: 4rem;
}

.advantages-table__item img {
  max-width: 15rem;
  width: 100%;
  object-fit: contain;
  max-height: 115px;
  height: auto;
}

.advantages-table__row:not(:first-child) .advantages-table__item {
  padding-top: 4rem;
}

.advantages-table__row .advantages-table__item {
  width: 50%;
}

.advantages-table__row .advantages-table__item:first-child {
  padding-right: 3.5rem;
}

.advantages-table__row .advantages-table__item:nth-child(2) {
  padding-left: 3.5rem;
}

.grid-logos__title {
  text-align: center;
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.startups-faq .numeric-list-wrap {
  margin-top: 0;
}

.startups-callback .title {
  color: var(--white, #fff);
  text-align: center;
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 4.8rem;
  line-height: 125%;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 4.8rem;
}

.startups-callback .callback-aside__text {
  color: var(--light-grey, #cdcad5);
  text-align: center;
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: none;
}

.startups-callback .callback-aside__text:not(:last-child) {
  margin-bottom: 3rem;
}

.startups-trust .grid-logos__list {
  border-top: 1px solid var(--pallette-onyx);
}

.startup-advantages .technologies__title {
  text-align: center;
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.startup-advantages {
  padding-top: 6rem;
}

.startups.numeric-list-wrap {
  padding-top: 0;
}

.startups .workflow__title {
  color: var(--white, #fff);
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
}

.startups-faq .numeric-list-wrap {
  padding-top: 2.9rem;
}

.startups-callback>.container>.title:first-child {
  max-width: 96.6rem;
}

.startups-callback>.container>*:not(:first-child) {
  max-width: 92.6rem;
}

.startups-callback>.container>* {
  width: 100%;
  margin: 0 auto;
}

.startups .numeric-lis-title {
  color: var(--white, #fff);
  text-align: center;
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 6rem;
}

.portfolio-item__left,
.portfolio-item__right {
  box-sizing: border-box;
}

.autstaffing-trust .grid-logos__list,
.digital-trust .grid-logos__list {
  border-top: 1px solid var(--pallette-onyx);
}

.autstaffing .advantages__item {
  display: flex;
  flex-direction: column;
  gap: 3.9rem;
}

.autstaffing .advantages__item .numeric-list-wrap__btn {
  margin-bottom: 0;
}

.autstaffing .advantages__title {
  margin-bottom: 15.5rem;
  color: var(--white, #fff);
  text-align: center;
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.autstaffing .title--h3,
.autstaffing .advantages__text {
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
}

.startups-callback form.form.js-form {
  padding-top: 11.7rem;
}

.startups-callback .input-block__input {
  white-space: pre;
}

.input-block.focused>.input-block__label {
  transform: translateY(-2.5rem);
}

form .iti__country-container {
  bottom: 1.2rem;
}

form .iti__dropdown-content {
  top: 4.5rem;
}

.autstaffing-technologies .technologies__item {
  flex-direction: column;
  gap: 0.7rem;
}

.autstaffing-technologies .technologies__item>span {
  font-family: var(--font1);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  color: #cdcad5;
}

.autstaffing .title--h3 {
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  height: 45px;
}

.accordion__header {
  user-select: none;
  font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 2.2rem;
}

.startups-faq .accordion__header {
font-family:
    'Object Sans',
    'Geist',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 2.4rem;
}

.advantages.autstaffing .advantages__item {
  padding-right: 2rem;
  min-height: 25rem;
}

@media (max-width: 1024px) {
  .advantages__grid {
    grid-template-columns: none;
  }

  .autstaffing .advantages__title {
    font-size: 2.5rem;
    margin-bottom: 6rem;
  }

  .hero-inner__title.header-title,
  .header-title {
    font-size: 4.8rem;
  }

  .portfolio-item {
    flex-direction: column;
  }

  .portfolio-item__left,
  .portfolio-item__right {
    padding: 3rem;
    width: 100%;
  }

  .portfolio-item__right {
    min-height: 300px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .portfolio-item__right.reduced {
    width: 100%;
    padding-top: 0;
  }

  .portfolio-item__right.reduced>span {
    position: relative !important;
    bottom: unset !important;
    right: unset !important;
    top: unset !important;
  }

  .portfolio-item__right.reduced>span {
    line-height: 100% !important;
  }

  .banner img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }

  .portfolio-item__more-details {
    margin-top: 3rem;
  }

  .banner__title {
    font-size: 15rem;
  }

  .banner__title:nth-child(2) {
    margin-bottom: 0.5rem;
  }

  .advantages-table__text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .grid-logos__title {
    font-size: 3rem;
  }

  .startup-advantages .technologies__title,
  .startups-faq .numeric-lis-title,
  .startups .numeric-lis-title,
  .startups .workflow__title {
    font-size: 2.5rem;
  }

  .autstaffing .title--h3 {
    min-height: 60px;
  }

  .advantages-table__item {
    width: 100%;
  }

  .advantages.autstaffing .advantages__item {
    min-height: auto;
  }
}

@media (max-width: 767px) {

  .hero-inner__title.header-title,
  .header-title,
  .numeric-lis-title {
    font-size: 3rem;
  }

  .startups-teeser__item {
    font-size: 1.2rem;
  }

  .hero-inner__title.header-title {
    margin-bottom: 10rem;
  }

  .numeric-list-wrap {
    margin-top: 10rem;
  }

  .banner__title {
    font-size: 8rem;
  }

  .advantages-table__row {
    flex-direction: column;
    gap: 5rem;
  }

  .grid-logos__title {
    font-size: 1.5rem;
    text-align: left;
    white-space: pre-line;
    line-height: 130%;
  }

  .advantages-table__text {
    max-height: none;
  }

  .startups-callback .title {
    font-size: 2.5rem;
  }

  .startups-callback .callback-aside__text {
    font-size: 1.2rem;
  }

  .autstaffing .advantages__title {
    margin-bottom: 6rem;
  }

  .autstaffing-trust.main__grid-logos {
    padding-bottom: 7.5rem;
  }

  .autstaffing-trust {
    margin-top: 3rem;
  }

  .advantages-table__row .advantages-table__item:nth-child(2) {
    padding-left: 0;
  }

  .startup-advantages .advantages-table,
  .startup-advantages .advantages-table .advantages-table__row {
    border: none;
  }

  .startup-advantages .advantages-table {
    gap: 5rem;
  }

  .advantages-table__row .advantages-table__item {
    width: 100%;
  }

  .advantages-table__item img {
    max-width: 10rem;
  }

  .advantages-table__text,
  .advantages-table__title {
    padding-right: 1rem;
  }

  .accordion__header {
    font-size: 1.6rem;
    line-height: 27.6px;
  }

  .numeric-list-wrap.startups .accordion__header:before {
    font-size: 1.7rem;
  }

  .advantages-table__row:not(:first-child) .advantages-table__item {
    padding-top: 0rem;
  }

  .advantages.startup-advantages {
    padding-top: 0;
    padding-bottom: 0;
  }

  .startups-trust.main__grid-logos {
    padding-bottom: 8rem;
  }

  .portfolio-example {
    margin-bottom: 8rem;
  }

  .startups-callback form.form.js-form {
    padding-top: 0;
  }

  .startups-faq .accordion__header {
    font-size: 1.6rem;
  }

  .startups-faq .numeric-lis-title {
    margin-bottom: 3rem;
  }
}



@media (max-width: 576px) {
  .autstaffing-technologies .technologies__title {
    font-size: 2.5rem;
  }

  .advantages.autstaffing .advantages__grid {
    width: 100%;
    margin-left: initial;
  }

  .advantages.autstaffing .advantages__item {
    padding-right: 0;
  }
}