@font-face {
  font-family: Aeonik Pro;
  src: url('../fonts/AeonikPro-Regular.woff2') format("woff2"), url('../fonts/AeonikPro-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik Pro;
  src: url('../fonts/AeonikPro-Medium.woff2') format("woff2"), url('../fonts/AeonikPro-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --blue: #03f;
  --light-gray: #fbfbfb;
  --grey: #8e8e8e;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Aeonik Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 82px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
}

a {
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.section {
  overflow: hidden;
}

.section.is--hero {
  padding-bottom: 140px;
}

.section.is--header {
  z-index: 1000;
  padding-bottom: 190px;
  overflow: visible;
}

.section.is--cases, .section.is--clients {
  padding-bottom: 140px;
}

.section.is--contact {
  background-color: #f9f9f9;
  padding-top: 2.22rem;
  padding-bottom: 4.86rem;
}

.section.is--footer {
  background-color: #f9f9f9;
  padding-top: 4.44rem;
  padding-bottom: 4.44rem;
}

.section.is--services, .section.is--tech-stack {
  padding-bottom: 140px;
}

.section.is--tech-stack.hidden {
  display: none;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.is--header {
  z-index: 9999;
  background-color: var(--white);
  padding-top: 32px;
  padding-bottom: 24px;
  position: fixed;
}

.custom-code {
  display: none;
  overflow: hidden;
}

.hero {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header__logo {
  flex: none;
  align-items: center;
  width: 136px;
  height: 40px;
  display: flex;
}

.header__logo-img {
  width: 100%;
}

.header__nav {
  justify-content: space-between;
  width: 48.8%;
  height: 40px;
  display: flex;
}

.header__nav-item {
  align-items: center;
  height: 100%;
  margin-right: 30px;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.header__nav-item:hover {
  text-decoration: underline;
}

.header__nav-item.is--last {
  margin-right: 0;
}

.header__nav-item.is--mobile, .header__nav-item.hidden {
  display: none;
}

.hero__headline {
  letter-spacing: -.02em;
  flex: none;
  align-items: center;
  width: 84%;
  margin-right: -32px;
  font-size: 5.7rem;
  line-height: 100%;
}

.hero__circle-button {
  z-index: 10;
  background-color: var(--blue);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 13.19rem;
  height: 13.19rem;
  margin-left: auto;
  display: flex;
  position: relative;
}

.hero__circle-text {
  z-index: -1;
  object-fit: contain;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero__circle-arrow {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 26%;
  display: flex;
}

.cases__grid {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.cases__grid.is--services {
  grid-row-gap: 0px;
  margin-top: 48px;
}

.cases__card {
  width: 100%;
}

.cases__card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(.645, .045, .355, 1);
}

.cases__card-category {
  text-decoration: none;
}

.cases__card-category:hover {
  text-decoration: underline;
}

.cases__card-img-wrap {
  border-radius: 16px;
  height: 31.2rem;
  margin-bottom: 1.1rem;
  overflow: hidden;
}

.clients {
  border-top: 1px solid var(--black);
}

.clients__grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clients__headline {
  margin-top: 32px;
  margin-bottom: 40px;
}

.clients__card {
  border: 1px solid #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 202px;
  padding-left: 16px;
  padding-right: 16px;
  transition: border .2s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.clients__card:hover {
  border-color: var(--black);
}

.clients__card-logo {
  object-fit: contain;
  flex: none;
  width: 200px;
  height: 80px;
}

.testimonials {
  border-top: 1px solid #000;
  padding-top: 32px;
  padding-bottom: 187px;
  overflow: visible;
}

.testimonials__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  overflow: visible;
}

.slider-nav.is--testimonials {
  flex: none;
  display: flex;
}

.testimonials__headline {
  flex: 0 auto;
}

.slider-nav__button-arrow {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1), background-color .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.slider-nav__button-arrow:hover {
  background-color: var(--black);
  color: var(--light-gray);
}

.slider-nav__button-arrow:active {
  background-color: #292929;
}

.slider-nav__arrow {
  width: 40px;
  height: 40px;
}

.swiper.is--testimonials {
  overflow: visible;
}

.swiper-wrapper.is--testimonials {
  display: flex;
  overflow: visible;
}

.swiper-wrapper.is--testimonials.cases__grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.swiper-slide.is--testimonials {
  flex: none;
  width: 100%;
}

.testimonials__slide-text {
  margin-bottom: 48px;
  font-size: 40px;
  line-height: 130%;
}

.testimonials__info-description {
  color: var(--grey);
}

.contact-grid {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact__text {
  flex-direction: column;
  font-size: 40px;
  line-height: 120%;
  display: flex;
}

.contact__title {
  margin-bottom: 28px;
}

.contact__links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 120px;
  display: flex;
}

.contact__link {
  margin-bottom: 16px;
  font-family: Aeonik Pro, sans-serif;
  text-decoration: underline;
}

.contact__link:hover {
  text-decoration: none;
}

.contact__link:active {
  color: #5f5f5f;
}

.contact__link.is--last {
  margin-bottom: 0;
}

.input-container {
  z-index: 10;
  height: 72px;
  margin-bottom: 28px;
  position: relative;
}

.input-container.is--textarea {
  height: auto;
  min-height: 72px;
  margin-top: 16px;
  margin-bottom: 48px;
}

.form-label {
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  transition: color .3s cubic-bezier(.455, .03, .515, .955), transform .3s cubic-bezier(.645, .045, .355, 1), font-size .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.form-label.is--textarea {
  align-items: flex-start;
  padding-top: 6px;
}

.input-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  position: relative;
  inset: 0%;
}

.invite__form-input-group {
  z-index: 10;
  align-items: center;
  width: 100%;
  height: 4.41rem;
  display: flex;
  position: relative;
}

.invite__form-input-group.is--textarea {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.inputs-grid {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-left: 30px;
  padding-right: 30px;
  transition: color .3s cubic-bezier(.645, .045, .355, 1), background-color .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button:hover {
  background-color: var(--black);
  color: var(--light-gray);
}

.button:active {
  background-color: #292929;
}

.contact-form {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 82px;
  display: flex;
}

.contact-form__footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-form__footer-text {
  color: var(--grey);
  line-height: 120%;
}

.footer {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-link {
  margin-right: 48px;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
}

.footer-link:hover {
  opacity: .5;
}

.footer-link.is--last {
  margin-right: 0;
}

.mobile-menu-button {
  display: none;
}

.contact__wrap {
  display: inline-block;
}

.success-message {
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 24px;
}

.error-message {
  color: #c73a3a;
  background-color: #0000;
  border: 1px solid #c73a3a;
}

.form-alert {
  color: #d11111;
  font-size: 14px;
  display: none;
}

.services {
  border-top: 1px solid var(--black);
  justify-content: space-between;
  display: flex;
}

.services__headline {
  width: 49%;
}

.services__accordion-item {
  border-top: 1px solid var(--black);
}

.services__accordion-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.services__accordion-trigger:hover {
  opacity: .55;
}

.services__accordion-content {
  margin-top: -28px;
  margin-bottom: 40px;
  display: none;
}

.services__accordion-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.services__accordion-trigger-title {
  width: 90%;
  margin-right: auto;
  line-height: 120%;
}

.services__accordion-content-text {
  width: 90%;
  line-height: 130%;
}

.services__cards-wrap.js-accordion {
  margin-top: 40px;
}

.testimonials__slide-content {
  grid-column-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  display: grid;
}

.tech-stack {
  border-top: 1px solid #000;
  width: 100%;
  padding-top: 32px;
}

.tech-stack__grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ts-card {
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  display: flex;
}

.ts-card-title {
  margin-right: auto;
  line-height: 120%;
}

.ts-card-logo {
  width: auto;
  height: 4.5vw;
  min-height: 72px;
  margin-top: 7.9vw;
  margin-left: auto;
}

.svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ts-card-image {
  width: auto;
  max-width: none;
  height: 100%;
}

.ts__headline {
  margin-bottom: 40px;
}

.footer-right {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-text__wrap.hidden {
  display: none;
}

.form-note-text-wrap {
  width: 230px;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.39rem;
  }

  h1 {
    font-size: 5.69rem;
  }

  h2 {
    font-size: 4.44rem;
  }

  .section.is--header {
    padding-bottom: 13rem;
  }

  .container {
    max-width: none;
    padding-left: 2.22rem;
    padding-right: 2.22rem;
  }

  .container.is--header {
    padding-top: 2.22rem;
    padding-bottom: 1.67rem;
  }

  .header__logo {
    width: 9.44rem;
    height: 2.78rem;
  }

  .header__nav-item {
    margin-right: 6rem;
  }

  .hero__headline {
    width: 76.5rem;
    margin-right: -2rem;
    font-size: 5.56rem;
  }

  .hero__circle-text {
    object-fit: contain;
  }

  .cases__grid.is--services {
    grid-template-rows: auto;
    margin-top: 3.33rem;
  }

  .cases__card-img {
    margin-bottom: 0;
  }

  .cases__card-name {
    font-size: 1.94rem;
  }

  .clients__grid {
    grid-column-gap: 1.94rem;
    grid-row-gap: 1.94rem;
  }

  .clients__headline {
    margin-top: 2.22rem;
    margin-bottom: 2.78rem;
  }

  .clients__card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .clients__card-logo {
    width: 13.89rem;
    height: 5.56rem;
  }

  .testimonials {
    padding-top: 3.33rem;
    padding-bottom: 12.99rem;
  }

  .testimonials__header {
    margin-bottom: 2.78rem;
  }

  .slider-nav__button-arrow {
    width: 4.2rem;
    height: 4.2rem;
    margin-left: 2rem;
  }

  .slider-nav__arrow {
    width: 2.78rem;
    height: 2.78rem;
  }

  .testimonials__slide-text {
    margin-bottom: 3.33rem;
    font-size: 2.78rem;
  }

  .contact__text {
    font-size: 2.78rem;
  }

  .input-container.is--textarea {
    min-height: 5rem;
    margin-top: 1rem;
    margin-bottom: 3.33rem;
  }

  .input-field {
    font-size: 1.39rem;
  }

  .button {
    height: 4.44rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-form {
    margin-top: 5.6rem;
  }

  .form-alert {
    font-size: .97rem;
  }

  .services__headline {
    width: 100%;
    margin-bottom: 3.33rem;
  }

  .services__accordion-trigger {
    padding-top: 2.08rem;
    padding-bottom: 2.08rem;
  }

  .services__accordion-content {
    margin-top: -1.94rem;
    margin-bottom: 2.78rem;
  }

  .services__accordion-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .services__accordion-trigger-title {
    font-size: 1.94rem;
  }

  .services__cards-wrap.js-accordion {
    margin-top: 2.78rem;
  }

  .body {
    font-size: 1.39rem;
  }

  .testimonials__slide-content {
    grid-column-gap: 1.94rem;
  }

  .tech-stack {
    padding-top: 2.22rem;
  }

  .ts-card-title {
    font-size: 1.94rem;
  }

  .ts-card-logo {
    margin-top: 7.5vw;
  }

  .ts__headline {
    margin-bottom: 2.78rem;
  }

  .footer-right {
    flex-direction: row;
    justify-content: space-between;
  }

  .form-note-text-wrap {
    width: 15rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }

  .section.is--hero {
    padding-bottom: 60px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header {
    flex-direction: column;
    align-items: flex-start;
  }

  .header__nav {
    justify-content: space-between;
    width: 100%;
  }

  .header__nav-item {
    flex: none;
    margin-top: 24px;
    margin-right: 0;
  }

  .hero__headline {
    width: 100%;
    margin-right: 0;
  }

  .hero__circle-button {
    display: none;
  }

  .clients__grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact__links {
    margin-top: 24px;
  }

  .contact-form {
    margin-top: 48px;
  }

  .tech-stack__grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section.is--hero {
    padding-top: 20px;
  }

  .section.is--header {
    padding-bottom: 70px;
  }

  .section.is--contact {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .section.is--footer {
    padding-bottom: 50px;
  }

  .section.is--tech-stack {
    padding-bottom: 80px;
  }

  .container.is--header {
    padding-top: 16px;
    padding-bottom: 16px;
    overflow: auto;
  }

  .header {
    z-index: 10;
    flex-direction: row;
    height: 100%;
    position: relative;
  }

  .header__logo {
    width: 97px;
    height: 28px;
  }

  .header__logo-img {
    flex: none;
    justify-content: center;
    align-items: center;
    transition: color .3s cubic-bezier(.645, .045, .355, 1);
    display: flex;
  }

  .header__nav {
    z-index: 999;
    flex-direction: column;
    justify-content: flex-start;
    height: 90%;
    margin-top: 56px;
    margin-bottom: 16px;
    display: none;
    position: absolute;
    top: 40px;
    overflow: hidden;
  }

  .header__nav-item {
    justify-content: flex-end;
    width: 100%;
    height: 56px;
    margin-top: 0;
  }

  .header__nav-item.is--mobile {
    display: flex;
  }

  .hero__headline {
    letter-spacing: 0;
    font-size: 28px;
  }

  .cases__grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cases__card-img {
    margin-bottom: 0;
  }

  .cases__card-category {
    font-size: 14px;
    line-height: 140%;
  }

  .cases__card-name {
    font-size: 20px;
    line-height: 120%;
  }

  .cases__card-img-wrap {
    height: 60rem;
    margin-bottom: 8px;
  }

  .clients__grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .clients__card {
    height: 76px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients__card:hover {
    border-color: #0000;
  }

  .clients__card-logo {
    width: auto;
    height: 37px;
  }

  .testimonials {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .slider-nav.is--testimonials {
    justify-content: flex-end;
  }

  .testimonials__headline {
    flex: 1;
  }

  .slider-nav__button-arrow.is--right {
    margin-left: 8px;
  }

  .testimonials__slide-text {
    font-size: 20px;
  }

  .testimonials__info-name {
    font-size: 14px;
    line-height: 120%;
  }

  .testimonials__info-description {
    font-size: 14px;
    line-height: 110%;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact__text {
    font-size: 20px;
  }

  .contact__title {
    margin-bottom: 12px;
  }

  .contact__links {
    margin-top: 20px;
  }

  .invite__form-input-group {
    height: 18.75rem;
    margin-bottom: 3.13rem;
  }

  .invite__form-input-group.is--textarea {
    height: 46rem;
  }

  .invite__form-input-group.is--textarea.is--embed {
    margin-bottom: 0;
  }

  .inputs-grid {
    grid-template-columns: 1fr;
  }

  .button.is--form {
    width: 100%;
  }

  .contact-form {
    margin-top: 40px;
  }

  .contact-form__footer {
    flex-direction: column;
  }

  .contact-form__footer-text {
    margin-bottom: 20px;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .footer-link {
    align-items: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .mobile-menu-button {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 9px 2px;
    display: flex;
    position: relative;
  }

  .menu-button__line {
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), background-color .3s cubic-bezier(.645, .045, .355, 1);
  }

  .cases__hide-on-mobile {
    display: none;
  }

  .footer__copyright {
    margin-bottom: 40px;
  }

  .services__accordion-trigger:hover {
    opacity: 1;
  }

  .services__accordion-trigger.js-accordion-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services__accordion-content.js-accordion-body {
    margin-top: -16px;
    margin-bottom: 24px;
    display: none;
  }

  .services__accordion-trigger-title {
    font-size: 20px;
  }

  .services__accordion-content-text {
    font-size: 14px;
  }

  .testimonials__slide-content {
    display: block;
  }

  .tech-stack__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ts-card-title {
    font-size: 20px;
  }

  .ts-card-logo {
    height: 48px;
    min-height: auto;
  }

  .footer-right {
    width: 100%;
  }

  .form-note-text-wrap {
    text-align: center;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 28px;
  }

  .section.is--cases, .section.is--clients, .section.is--testimonials, .section.is--services {
    padding-bottom: 80px;
  }

  .hero__headline {
    font-size: 26.8px;
  }

  .hero__circle-button {
    width: 105px;
    height: 105px;
  }

  .hero__circle-text {
    padding: 7px;
  }

  .hero__circle-arrow {
    height: 40%;
  }

  .cases__card-img-wrap {
    border-radius: 12px;
  }

  .clients__headline {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .testimonials {
    padding-top: 48px;
  }

  .testimonials__header {
    margin-bottom: 40px;
  }

  .slider-nav__button-arrow {
    width: 32px;
    height: 32px;
  }

  .slider-nav__button-arrow.is--right {
    margin-left: 8px;
  }

  .swiper.is--testimonials, .swiper-wrapper.is--testimonials {
    overflow: visible;
  }

  .testimonials__slide-text {
    font-size: 20px;
  }

  .testimonials__info-description {
    line-height: 120%;
  }

  .contact__text {
    letter-spacing: -.01em;
  }

  .input-container.is--textarea {
    border-radius: 0;
  }

  .footer {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contact__wrap {
    display: inline;
  }

  .services__headline {
    margin-bottom: 40px;
  }

  .services__accordion-trigger-title, .services__accordion-content-text {
    width: 81%;
  }

  .tech-stack {
    padding-top: 20px;
  }

  .tech-stack__grid {
    grid-template-columns: 1fr;
  }

  .ts-card {
    border-radius: 12px;
  }

  .ts-card-title {
    width: 81%;
  }

  .ts-card-logo {
    margin-top: 17.8vw;
  }

  .ts__headline {
    margin-bottom: 40px;
  }
}

#w-node-_26bafb16-eb00-03af-2ee0-96553f5cdea9-29401625 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f4aa10b3-d1fa-e448-4ab7-0c7d11b8786d-29401625 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_57115b60-189b-0bf3-266a-7b7c82d70d39-29401625 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_57115b60-189b-0bf3-266a-7b7c82d70d3a-29401625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57115b60-189b-0bf3-266a-7b7c82d70d3c-29401625 {
  grid-area: 2 / 1 / 3 / 2;
}

#form-block.w-node-_57115b60-189b-0bf3-266a-7b7c82d70d43-29401625 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_57115b60-189b-0bf3-266a-7b7c82d70d46-29401625 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57115b60-189b-0bf3-266a-7b7c82d70d4c-29401625 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_57115b60-189b-0bf3-266a-7b7c82d70d52-29401625 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_57115b60-189b-0bf3-266a-7b7c82d70d56-29401625 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32656937-12d9-3e27-df4e-9e3fb632b7e0-29401625 {
  justify-self: end;
}

#w-node-a99f5876-695e-1616-daee-e8d54e9fd6ea-4e9fd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30435774-9782-5cda-67ba-e5e663e9a574-63e9a573 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_30435774-9782-5cda-67ba-e5e663e9a576-63e9a573 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f56709b1-7c4b-197a-d2c3-dc904404e62c-4404e62c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_57115b60-189b-0bf3-266a-7b7c82d70d39-29401625 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_32656937-12d9-3e27-df4e-9e3fb632b7e0-29401625 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f4aa10b3-d1fa-e448-4ab7-0c7d11b8786d-29401625 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_57115b60-189b-0bf3-266a-7b7c82d70d46-29401625 {
    grid-column: span 1 / span 1;
  }

  #w-node-_57115b60-189b-0bf3-266a-7b7c82d70d4c-29401625, #w-node-_57115b60-189b-0bf3-266a-7b7c82d70d52-29401625, #w-node-_57115b60-189b-0bf3-266a-7b7c82d70d56-29401625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_57115b60-189b-0bf3-266a-7b7c82d70d39-29401625, #form-block.w-node-_57115b60-189b-0bf3-266a-7b7c82d70d43-29401625 {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-Regular.woff2') format('woff2'), url('../fonts/AeonikPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-Medium.woff2') format('woff2'), url('../fonts/AeonikPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}