:root {
  --white: white;
  --black: #0c0c0c;
  --accent: #d1c9ff;
  --grey-4: whitesmoke;
  --grey-60: #6d6d6d;
  --grey-8: #ececec;
  --dark-opacity-30: rgba(12, 12, 12, .3);
  --dark-opacity-50: rgba(12, 12, 12, .5);
  --grey-35: #aaa;
  --accent-dark: #c6bef4;
  --dark-opacity-65: rgba(12, 12, 12, .65);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: -.1px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 136%;
}

h1 {
  letter-spacing: -1.68px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 112px;
  font-weight: 400;
  line-height: 106%;
}

h2 {
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 112%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 136%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

.nav {
  z-index: 1000;
  border-bottom: 2px solid var(--white);
  background-color: var(--white);
  padding-bottom: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 56px;
  padding-right: 56px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-logo {
  width: 105px;
  height: auto;
}

.nav-menu {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.regular-m {
  letter-spacing: -.08px;
  font-size: 16px;
  line-height: 136%;
}

.regular-m.nav-menu-text {
  padding: 8px 2px;
}

.nav-menu-item-line {
  width: 0%;
  height: 1px;
  background-color: var(--black);
}

.nav-menu-item-line-active {
  width: 0%;
  height: 1px;
  background-color: var(--black);
}

.secondary-button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -.08px;
  border-radius: 100px;
  padding: 14px 28px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
}

.secondary-button:hover {
  background-color: var(--accent);
  color: var(--black);
}

.secondary-button.form-button {
  border: 1px solid var(--black);
}

.hero-section {
  margin-top: 64px;
  margin-bottom: 104px;
}

.wrapper.max-width-546.grid-content-wrapper {
  grid-column-gap: 320px;
  grid-row-gap: 320px;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.contact-info-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.max-width-1048-tablet-648 {
  max-width: 1048px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.regular-xl {
  letter-spacing: -.24px;
  font-size: 24px;
  line-height: 136%;
}

.max-width-400 {
  max-width: 400px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.primary-button {
  grid-column-gap: 32px;
  background-color: var(--black);
  border-radius: 100px;
  align-items: center;
  padding: 16.5px 20px 16.5px 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.medium-m {
  letter-spacing: -.08px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.medium-m.tertiary-button-text {
  margin-bottom: 8px;
}

.text-color-white {
  color: var(--white);
}

.button-text-wrapper {
  z-index: 1;
  padding-bottom: 2px;
  position: relative;
}

.icon-size-16 {
  width: 16px;
  height: 16px;
}

.icon-size-16.button-icon {
  z-index: 1;
  position: relative;
}

.vertical-flex-start-start {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-circle {
  z-index: 0;
  width: 40px;
  height: 40px;
  background-color: var(--accent);
  border-radius: 100px;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: auto;
  right: 8px;
}

.container-small {
  max-width: 1920px;
  padding-left: 12px;
  padding-right: 12px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  margin-bottom: 128px;
  padding-top: 48px;
  padding-bottom: 0;
}

.section.banner-section-wrapper {
  margin-top: 0;
  padding-top: 12px;
}

.section.before-banner-section {
  margin-bottom: 164px;
}

.section.contact {
  margin-bottom: 12px;
  padding-top: 12px;
}

.nav-line {
  width: 100%;
  height: 8px;
  background-color: var(--accent);
  margin-bottom: 24px;
}

.bg-container-default {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--grey-4);
  border-radius: 16px;
  flex-direction: column;
  padding: 56px 56px 64px;
  display: flex;
  position: relative;
}

.bg-container-white {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-radius: 16px;
  flex-direction: column;
  padding: 56px 56px 64px;
  display: flex;
  position: relative;
}

.bg-container-default.contact {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--accent);
}

.heading-text-grid {
  grid-column-gap: 124px;
  grid-row-gap: 24px;
  grid-template: "."
  / 6fr 5fr;
  grid-auto-flow: row;
}

.max-width-658-tablet-536-mobile-344 {
  max-width: 658px;
}

.max-width-432 {
  max-width: 432px;
}

.margin-bottom-24-tablet-32 {
  margin-bottom: 24px;
}

.bg-container-image {
  width: 55.5vw;
  height: auto;
  max-width: 1200px;
  object-fit: cover;
}

.bg-container-shape {
  width: 27vw;
  height: auto;
  max-width: 480px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-image-grid {
  grid-column-gap: 80px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 7.3fr 4fr;
}

.heading-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
}

.heading-grid-image {
  background-image: url('../images/freestocks-VFrcRtEQKL8-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.margin-bottom-96-tablet-64-mobile-48 {
  margin-bottom: 96px;
}

.service-blocks-grid {
  grid-column-gap: 12px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  display: flex;
}

.service-number {
  border-bottom: 2px solid var(--grey-4);
  padding-bottom: 24px;
}

.service-content {
  max-width: 432px;
  padding-bottom: 0;
  padding-right: 32px;
}

.medium-l {
  font-weight: 500;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.text-color-grey-60 {
  color: var(--grey-60);
}

.content-image-grid {
  grid-column-gap: 124px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 6fr;
}

.max-width-546 {
  max-width: 546px;
}

.tertiary-button {
  padding: 2px;
}

.tertiary-button-line-black {
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
}

.margin-bottom-32-tablet-24 {
  margin-bottom: 32px;
}

.tertiary-button-lines-wrapper {
  position: relative;
}

.tertiary-button-line-white {
  z-index: 2;
  width: 0%;
  height: 1px;
  background-color: var(--white);
  position: absolute;
}

.h3.big {
  letter-spacing: -.12px;
  font-size: 24px;
}

.parallax-image-grid-wrapper {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.parallax-image-grid-wrapper.fixed {
  height: 640px;
}

.parallax-image-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.parallax-image {
  width: 100%;
  height: 125%;
  object-fit: cover;
}

.image-content-grid {
  grid-column-gap: 88px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 5fr;
}

.max-width-658-tablet-432-mobile-344 {
  max-width: 658px;
}

.margin-bottom-80-tablet-48-mobile-40 {
  margin-bottom: 80px;
}

.image-text-grid {
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block-image-wrapper {
  height: 432px;
  border-radius: 16px;
  overflow: hidden;
}

.block-image-wrapper-sm {
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
}

.block-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.margin-bottom-24-mobile-20 {
  margin-bottom: 24px;
}

.block-content {
  padding-right: 24px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.benefits-blocks-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.benefit-block-grid {
  grid-column-gap: 16vw;
  grid-row-gap: 28px;
  border-top: 2px solid var(--grey-8);
  grid-template-rows: auto;
  grid-template-columns: minmax(320px, auto) auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.benefit-block-grid.last {
  border-bottom: 2px solid var(--grey-8);
}

.benefit-block-image {
  border-radius: 16px;
}

.benefit-block-image.first {
  background-image: url('../images/kenrick-baksh-Wm8opOd-MDE-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.benefit-block-image.second {
  background-image: url('../images/clark-street-mercantile-qnKhZJPKFD8-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.benefit-block-image.third {
  background-image: url('../images/tamara-bellis-IwVRO3TLjLc-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.benefit-block-content {
  grid-column-gap: 56px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.medium-xl {
  letter-spacing: -.12px;
  font-size: 24px;
  font-weight: 500;
}

.width-32 {
  width: 32px;
}

.subheading-heading-grid {
  grid-column-gap: 268px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2.8fr 7fr;
}

.subheading-wrapper {
  max-width: 296px;
  padding-top: 8px;
  padding-bottom: 0;
}

.max-width-800-tablet-536-mobile-344 {
  max-width: 800px;
}

.two-image-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  margin-bottom: 12px;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--grey-8);
  background-color: var(--white);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5.1fr 7fr;
  overflow: hidden;
}

.customers-grid-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-right: 1px solid var(--grey-8);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.chips {
  border: 1px solid var(--black);
  border-radius: 100px;
  padding: 12px 24px;
}

.customers-logos-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--grey-8);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.customer-logo-block {
  height: 168px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.customer-logo {
  width: 142px;
  height: auto;
}

.max-width-764-tablet-620-mobile-344 {
  max-width: 764px;
}

.contact-info-grid {
  grid-column-gap: 112px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 6fr;
}

.regular-xxl {
  letter-spacing: -.28px;
  font-size: 28px;
  line-height: 130%;
}

.regular-xxl.contact-block-text {
  margin-bottom: 4px;
}

.contact-info-block {
  padding: 4px;
  overflow: hidden;
}

.contact-block-line-black {
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
}

.contact-block-line-accent {
  z-index: 2;
  width: 0%;
  height: 1px;
  background-color: var(--accent);
  position: absolute;
}

.form-block {
  margin-bottom: 0;
}

.form-input {
  height: 56px;
  border: 1px solid var(--dark-opacity-30);
  color: var(--black);
  letter-spacing: -.08px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 24px 16px;
  font-size: 16px;
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
}

.form-input:hover, .form-input:focus {
  border-color: var(--black);
}

.form-input::-ms-input-placeholder {
  color: var(--dark-opacity-50);
}

.form-input::placeholder {
  color: var(--dark-opacity-50);
}

.form-input.last-input {
  margin-bottom: 40px;
}

.success-message {
  background-color: var(--black);
  border-radius: 16px;
  padding: 0;
}

.success-message-wrapper {
  width: 100%;
  min-height: 256px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px;
  display: flex;
}

.success-icon {
  width: 72px;
  height: 72px;
  background-color: var(--accent);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.icon-size-32 {
  width: 32px;
  height: 32px;
}

.max-width-320 {
  max-width: 320px;
}

.margin-bottom-6 {
  margin-bottom: 6px;
}

.text-color-grey-35 {
  color: var(--grey-35);
}

.error-message {
  border: 1px solid var(--black);
  background-color: var(--accent-dark);
  border-radius: 8px;
  margin-top: 40px;
  padding: 16px 24px;
}

.footer {
  padding-bottom: 12px;
}

.footer-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--black);
  border-radius: 16px;
  flex-direction: column;
  padding: 56px 56px 28px;
  display: flex;
}

.footer-menu-wrapper {
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-logo {
  width: 105px;
  height: auto;
}

.footer-menu-items-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.footer-menu-item {
  color: var(--grey-35);
  letter-spacing: -.08px;
  padding: 8px 2px;
  font-size: 16px;
  line-height: 136%;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-menu-item:hover, .footer-menu-item:focus {
  color: var(--white);
}

.footer-socials-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-social {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.footer-social:hover, .footer-social:focus {
  transform: scale(1.1);
}

.icon-size-20 {
  width: 20px;
  height: 20px;
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, .08);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.regular-s {
  letter-spacing: -.07px;
  font-size: 14px;
  line-height: 136%;
}

.hero-image-block {
  width: 100%;
  height: 97vh;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}

.adaptation-menu-button, .adaptation-menu {
  display: none;
}

.adaptation-menu-social {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.adaptation-menu-social:hover, .adaptation-menu-social:focus {
  transform: scale(1.1);
}

.max-width-1048-tablet-648-mobile-344 {
  max-width: 1048px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

._404-content-wrapper {
  height: 100vh;
  min-height: 480px;
  flex-direction: column;
  display: flex;
}

._404-content {
  flex: 1;
  padding-top: 8px;
  padding-bottom: 12px;
}

.height-100-percent {
  height: 100%;
}

._404-block {
  height: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/mockup4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px;
  display: flex;
  overflow: hidden;
}

.center-text {
  text-align: center;
}

.margin-bottom-4 {
  margin-bottom: 4px;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -1.08px;
    font-size: 72px;
  }

  h2 {
    letter-spacing: -.56px;
    font-size: 56px;
  }

  .container.menu-container {
    height: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .container.adaptation-menu-container {
    margin-top: 104px;
  }

  .container.adaptation-container {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .nav-menu, .secondary-button.adaptation-hide {
    display: none;
  }

  .active {
    font-weight: 700;
  }

  .wrapper.max-width-546.grid-content-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-1048-tablet-648 {
    max-width: 648px;
  }

  .bg-container-default.contact {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-text-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 6fr;
  }

  .max-width-658-tablet-536-mobile-344 {
    max-width: 536px;
  }

  .margin-bottom-24-tablet-32 {
    margin-bottom: 32px;
  }

  .bg-container-image {
    width: 100%;
  }

  .bg-container-shape {
    display: none;
  }

  .heading-image-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 7.3fr;
  }

  .heading-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-grid-image {
    height: 400px;
  }

  .margin-bottom-96-tablet-64-mobile-48 {
    margin-bottom: 64px;
  }

  .service-blocks-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

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

  .margin-bottom-32-tablet-24 {
    margin-bottom: 24px;
  }

  .parallax-image-grid-wrapper {
    height: 600px;
  }

  .parallax-image-grid-wrapper.fixed.first {
    height: 800px;
  }

  .parallax-image-grid-wrapper.fixed.second {
    height: 432px;
  }

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

  .max-width-658-tablet-432-mobile-344 {
    max-width: 432px;
  }

  .margin-bottom-80-tablet-48-mobile-40 {
    margin-bottom: 48px;
  }

  .image-text-grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-block-grid {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(320px, auto);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .benefit-block-image {
    height: 432px;
  }

  .benefit-block-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .subheading-heading-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2.8fr;
  }

  .max-width-800-tablet-536-mobile-344 {
    max-width: 536px;
  }

  .two-image-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
  }

  .customers-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 5.1fr;
  }

  .customers-grid-content {
    border-bottom: 1px solid var(--grey-8);
    border-right-style: none;
  }

  .max-width-764-tablet-620-mobile-344 {
    max-width: 620px;
  }

  .contact-info-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
  }

  .form-block {
    max-width: 620px;
  }

  .footer-wrapper {
    padding-bottom: 32px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 32px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-menu-wrapper.other-page {
    flex-direction: row;
    align-items: center;
  }

  .footer-menu-items-wrapper {
    grid-column-gap: 56px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-image-block {
    height: 600px;
  }

  .adaptation-menu-button {
    cursor: pointer;
    padding: 8px 2px;
    display: block;
  }

  .adaptation-menu {
    z-index: 100000;
    width: 100%;
    height: 100vh;
    min-height: 400px;
    background-color: var(--white);
    flex-direction: column;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .adaptation-menu-content {
    flex: 1;
    margin-top: 104px;
    padding-bottom: 48px;
    overflow: scroll;
  }

  .adaptation-menu-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .adaptation-menu-link {
    letter-spacing: -.48px;
    font-size: 48px;
    line-height: 130%;
  }

  .menu-divider {
    width: 100%;
    height: 1px;
    background-color: var(--grey-8);
    padding-bottom: 0;
    padding-right: 0;
  }

  .adaptation-menu-socials {
    grid-column-gap: 16px;
    align-items: center;
    margin-top: 104px;
    display: flex;
  }

  .adaptation-menu-social {
    width: 40px;
    height: 40px;
  }

  .icon-size-28-mobile-24 {
    width: 28px;
    height: 28px;
  }

  .max-width-1048-tablet-648-mobile-344 {
    max-width: 648px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.9px;
    font-size: 60px;
  }

  h2 {
    letter-spacing: -.4px;
    font-size: 40px;
  }

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

  .wrapper.max-width-546.grid-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .section {
    margin-bottom: 104px;
    padding-top: 40px;
  }

  .section.before-banner-section {
    margin-bottom: 132px;
  }

  .bg-container-default {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 40px 24px 48px;
  }

  .max-width-658-tablet-536-mobile-344 {
    max-width: 344px;
  }

  .heading-image-grid.margin-bottom-96-tablet-64-mobile-48 {
    grid-row-gap: 40px;
  }

  .heading-grid-image {
    height: 360px;
  }

  .margin-bottom-96-tablet-64-mobile-48 {
    margin-bottom: 48px;
  }

  .service-blocks-grid {
    grid-template-columns: 1fr;
  }

  .content-image-grid {
    grid-row-gap: 64px;
  }

  .parallax-image-grid-wrapper, .parallax-image-grid-wrapper.fixed.first {
    height: 480px;
  }

  .parallax-image-grid-wrapper.fixed.second {
    height: 360px;
  }

  .image-content-grid {
    grid-row-gap: 64px;
  }

  .max-width-658-tablet-432-mobile-344 {
    max-width: 344px;
  }

  .margin-bottom-80-tablet-48-mobile-40 {
    margin-bottom: 40px;
  }

  .block-image-wrapper {
    height: 360px;
  }

  .margin-bottom-24-mobile-20 {
    margin-bottom: 20px;
  }

  .benefit-block-grid {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .benefit-block-image {
    height: 360px;
  }

  .benefit-block-content {
    flex-direction: column;
  }

  .subheading-heading-grid {
    grid-row-gap: 24px;
  }

  .max-width-800-tablet-536-mobile-344 {
    max-width: 344px;
  }

  .customers-grid-content {
    padding: 40px 24px;
  }

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

  .customer-logo-block.last-mobile {
    display: none;
  }

  .max-width-764-tablet-620-mobile-344 {
    max-width: 344px;
  }

  .regular-xxl {
    letter-spacing: -.24px;
    font-size: 24px;
  }

  .form-input {
    margin-bottom: 20px;
  }

  .form-input.last-input {
    margin-bottom: 32px;
  }

  .error-message {
    margin-top: 32px;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-menu-items-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-legal {
    align-items: flex-start;
  }

  .hero-image-block {
    height: 360px;
  }

  .adaptation-menu {
    display: none;
  }

  .adaptation-menu-content {
    margin-top: 64px;
    padding-bottom: 24px;
  }

  .adaptation-menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .adaptation-menu-link {
    letter-spacing: -.28px;
    font-size: 28px;
  }

  .adaptation-menu-socials {
    margin-top: 64px;
  }

  .adaptation-menu-social {
    width: 36px;
    height: 36px;
  }

  .icon-size-28-mobile-24 {
    width: 24px;
    height: 24px;
  }

  ._404-block {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 15.3vw;
  }

  .image-text-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .max-width-1048-tablet-648-mobile-344 {
    max-width: 344px;
  }
}

#w-node-_64fe458d-eeca-3165-4c76-e3b2a9e338f9-06af7335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c83cc3e3-bd60-bf30-b4d4-30aa9ecf93bd-06af7335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_20a0b861-dd0c-a5ee-8f7f-2d88a5428875-06af7335, #w-node-_9fb6d992-06e5-3b18-4ca9-8ece6c4bdcdf-06af7335, #w-node-_4e190a8d-6893-92f4-80ef-2128886dea5e-06af7335, #w-node-_6706f858-34e9-bdf9-be00-bee9f5a615e6-06af7335, #w-node-aefae3ad-8369-4395-5b57-e6e98e8240f8-06af7335, #w-node-_0575b303-1894-889e-f90f-7fed653a39d8-06af7335, #w-node-ffa36420-fe20-ad9c-863f-7ee918f5cbb0-06af7335, #w-node-_090a86dd-c0af-4db6-0ca8-a4df514eaa57-06af7335, #w-node-e9884026-5572-1a10-c37c-5b24f1abc8dc-06af7335, #w-node-_4c5c6adc-17c3-624c-838b-19fd38acf7ab-06af7335, #w-node-_14de9f75-2081-21d9-1846-36124ca49a02-06af7335, #w-node-_14de9f75-2081-21d9-1846-36124ca499f8-06af7335, #w-node-_7cc0aa33-7678-35c0-010d-a6c1755ebeda-06af7335, #w-node-_8a4e3235-ea7f-58e7-97af-fea90097da95-06af7335, #w-node-d0e7a869-bd01-cd24-3d9a-2cd9c81b55fe-06af7335, #w-node-cd6bac2e-fe6e-ec38-2ab8-d793096328b4-06af7335, #w-node-aef8c181-d1ae-eea1-5e96-5538e6b22120-06af7335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aef8c181-d1ae-eea1-5e96-5538e6b22122-06af7335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ad55fcbe-c596-dbb1-21a6-a4728e8474ec-06af7335, #w-node-_1579810a-4837-72f6-e513-d5221773c577-06af7335, #w-node-_68f1a9f8-4e91-ac4a-b7a0-526ed753281b-06af7335, #w-node-_6e05a171-64e8-6243-359b-4c39ecd37851-06af7335, #w-node-_6e05a171-64e8-6243-359b-4c39ecd37852-06af7335, #w-node-_6e05a171-64e8-6243-359b-4c39ecd37853-06af7335, #w-node-_5dce82e8-dcd9-5eaa-7b84-001a376e2ce6-06af7335, #w-node-_5dce82e8-dcd9-5eaa-7b84-001a376e2ce7-06af7335, #w-node-_5dce82e8-dcd9-5eaa-7b84-001a376e2ce8-06af7335, #w-node-_2e99f1ba-656d-6d41-37ea-35dd080357ea-06af7335, #w-node-_28329fb4-eeac-626a-0c18-04ad2bbf546a-06af7335, #w-node-ca8b7884-2582-7dc9-cace-cc1039a8fa10-06af7335, #w-node-e3a9da6d-76e2-da28-24d6-93f5c1d7c8af-06af7335, #w-node-_1dec8427-b450-2f6f-6146-2d124d754632-06af7335, #w-node-_88b70624-aa8a-c7f4-2a4d-96a393bb55b9-06af7335, #w-node-_76f25f25-2467-cf35-28b4-273ac77f5fb9-06af7335, #w-node-_0dc7d96d-f049-7fcc-5d8f-0e142f4f4ab1-06af7335, #w-node-_79baa7d7-a0b3-0f03-9887-20075064d5d0-06af7335, #w-node-_640ae41f-48a5-9db6-600a-612982eb5757-06af7335, #w-node-_37d477fc-67cb-b022-1c44-b1d9c3c47fe0-06af7335, #w-node-b2357b6c-0049-d9fb-55e9-140822029562-06af7335, #w-node-_00ffa35e-d044-4b78-67dd-6070264c2e4d-06af7335, #w-node-bcdbf595-23df-25c5-e003-e3f5f3b03464-06af7335, #w-node-f773d33a-e52b-b7d2-d376-e219e1cffae3-06af7335, #w-node-fa51e68c-2717-e169-d165-cd294b828cfa-06af7335, #w-node-_29fa8a3a-bce1-5834-e944-41404729303c-06af7335 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_14de9f75-2081-21d9-1846-36124ca49a02-06af7335 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


