:root {
  --colors--dark-grey: #222;
  --fonts--manrope: Manrope, sans-serif;
  --colors--grey: #e4e4e4;
  --colors--white: white;
  --colors--gold: #d1c08d;
  --colors--black: black;
  --colors--transparent: transparent;
  --fonts--inter: Inter, sans-serif;
}

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

@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(--colors--dark-grey);
  font-family: var(--fonts--manrope);
  color: var(--colors--grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

.section {
  position: relative;
}

.section.full {
  height: 100vh;
}

.section.full.overflow-hidden {
  overflow: hidden;
}

.section.sectors {
  background-color: var(--colors--white);
}

.container {
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.hero-wrapper {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading-1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 74.2px;
  position: relative;
}

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

.text-gold {
  color: var(--colors--gold);
}

.hero-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--colors--white);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border: 1px solid #0000000d;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 27px;
  display: flex;
  position: absolute;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 0, 75px)perspective(1000px);
}

.text-black {
  color: var(--colors--black);
}

.hero-paragraph {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.hero-scroll-down-inner {
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.arrow-down-icon {
  height: 79px;
  padding-left: 42px;
  padding-right: 42px;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.nav {
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-button {
  display: none;
  position: relative;
}

.navigation {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  align-items: center;
  display: flex;
  position: relative;
}

.brand {
  position: relative;
}

.brand.w--current {
  align-items: center;
  display: flex;
}

.logo {
  width: 63px;
  height: 19px;
}

.navlink {
  color: var(--colors--white);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 20.4px;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.navlink:hover, .navlink.w--current {
  color: var(--colors--gold);
}

.services-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.services-cta-inner {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 60%;
  padding-top: 120px;
  padding-left: 10%;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: var(--colors--gold);
  border-radius: 10px;
  align-self: baseline;
  align-items: center;
  padding: 13px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.transparent {
  background-color: var(--colors--transparent);
  align-items: flex-start;
  padding: 0;
}

.button.center {
  align-self: center;
}

.button.white {
  background-color: var(--colors--white);
}

.button-text {
  font-family: var(--fonts--inter);
  color: var(--colors--black);
  font-size: 14.6px;
  font-weight: 500;
  line-height: 22.5px;
  position: relative;
}

.button-text.gold {
  color: var(--colors--gold);
}

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

.button-icon-mask {
  align-items: center;
  display: flex;
  position: relative;
}

.button-icon {
  color: var(--colors--black);
  width: 15px;
  height: 15px;
  position: relative;
}

.services-gif-mask {
  margin: auto;
  position: absolute;
  inset: 0%;
}

.gif {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.services-content-inner {
  z-index: 1;
  width: 30%;
  margin-left: 70%;
  position: relative;
}

.angle-icon {
  width: 15px;
  height: 16px;
  position: relative;
}

.services-text-wrap {
  padding: 16px;
}

.paragraph {
  font-size: 13.5px;
  line-height: 22px;
  position: relative;
}

.commit-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 120px;
}

.commit-text-inner {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  padding: 48px;
  display: flex;
  position: relative;
}

.commit-content-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--colors--white);
  border-radius: 20px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.commit-image-mask {
  border-radius: 20px;
  width: 350px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.commit-image-mask.small {
  z-index: 1;
  width: 85%;
  height: 90%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.commit-image-mask.xs {
  z-index: 2;
  width: 75%;
  height: 80%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.commit-image-mask.normal {
  width: 100%;
}

.commit-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.commit-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
}

.commit-image-inner {
  width: 30%;
  position: relative;
}

.commit-objectives-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.plans-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.plans-angles-wrap {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.plans-cards-wrap {
  z-index: 33;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.plans-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.plans-card-icon {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.plans-card-mask {
  align-self: baseline;
  height: 150px;
  position: relative;
}

.plans-card-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.plans-card-heading {
  color: var(--colors--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  position: relative;
}

.plans-text-categories {
  color: #b9b9b9;
  font-size: 12px;
  font-weight: 400;
  line-height: 137.7%;
  position: relative;
}

.plans-paragraph {
  color: var(--colors--grey);
  margin-bottom: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 21px;
  position: relative;
}

.plans-paragraph-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.double-arrows-icon {
  width: 12px;
  height: 11px;
  margin-top: 5px;
}

.plans-card-top-inner, .plans-card-bottom-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.sectors-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.sectors-headings-inner {
  flex-flow: column;
  align-self: baseline;
  display: flex;
  position: sticky;
  top: 20px;
}

.sectors-subtitle-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-self: baseline;
  align-items: center;
  padding: 4px 8px;
  display: flex;
  position: relative;
}

.sectors-icon {
  width: 8px;
  height: 14px;
}

.sectors-subtitle {
  font-size: 11px;
  font-weight: 500;
  line-height: 137.7%;
  position: relative;
}

.sectors-paragraph {
  letter-spacing: -.36px;
  align-self: baseline;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  position: relative;
}

.sectors-sticky-block {
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.sectors-card {
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  margin-bottom: 120px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 120px;
}

.sectors-card._2 {
  margin-bottom: 90px;
  top: 150px;
}

.sectors-card._3 {
  margin-bottom: 60px;
  top: 180px;
}

.sectors-card._4 {
  margin-bottom: 30px;
  top: 210px;
}

.sectors-card._5 {
  margin-bottom: 0;
  top: 240px;
}

.sectors-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.sectors-image._2 {
  object-position: 50% 100%;
}

.sectors-mask {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sectors-angles-wrap {
  justify-content: space-between;
  padding: 22px;
  display: flex;
  position: relative;
}

.sectors-title {
  color: var(--colors--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 114%;
  position: relative;
}

.sectors-title-wrap {
  align-self: baseline;
  padding: 10px 10px 32px 44px;
  position: relative;
}

.sectors-studies-cards-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 180px;
  display: flex;
  position: relative;
}

.studies-card {
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  min-height: 500px;
  padding: 38px 24px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.studies-card-headings {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.studies-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.studies-card-mask {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.studies-card-title {
  color: var(--colors--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.studies-card-paragraph {
  color: var(--colors--white);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.studies-card-filter {
  background-image: radial-gradient(circle farthest-side, #0000, #000000e6);
  position: absolute;
  inset: 0%;
}

.offers-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.offers-content-inner {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  display: flex;
  position: relative;
}

.offers-paragraph {
  font-family: var(--fonts--inter);
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  position: relative;
}

.offers-headings {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.offers-profiles {
  display: flex;
  position: relative;
}

.offers-mask {
  border-radius: 999px;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.offers-mask.not-first {
  margin-left: -20px;
}

.offers-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.offers-title {
  font-family: var(--fonts--inter);
  letter-spacing: -1px;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  position: relative;
}

.offers-cards-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.offers-card {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  min-height: 200px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.offers-card.all {
  background-color: var(--colors--black);
  border-radius: 12px;
}

.offers-card-category {
  color: var(--colors--grey);
  align-self: flex-start;
  font-size: 12px;
  line-height: 137.7%;
  position: relative;
}

.offers-card-city {
  color: var(--colors--gold);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 21px;
  position: relative;
}

.offers-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  position: relative;
}

.offers-card-headings {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--colors--grey);
  flex-flow: column;
  display: flex;
  position: relative;
}

.offers-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: relative;
}

.offers-text-all {
  color: var(--colors--grey);
  align-self: baseline;
  padding: 32px 24px 24px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.offers-angle-wrap {
  align-self: flex-end;
  padding: 22px;
  display: flex;
}

.footer {
  background-color: var(--colors--black);
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}

.footer-angles-wrap {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer-content-inner {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-logo {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer-brand {
  width: auto;
  height: 120px;
  position: relative;
}

.footer-nav {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  padding: 10px 40px;
  display: flex;
}

.footer-navlinks-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  display: flex;
  position: relative;
}

.footer-navlinks-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.footer-navlink {
  color: var(--colors--grey);
  align-self: baseline;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.footer-navlink:hover, .footer-navlink.w--current {
  color: var(--colors--gold);
}

.footer-copyright-text {
  color: var(--colors--gold);
  font-size: 11px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  position: relative;
}

.footer-copyright-wrap {
  justify-content: space-between;
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button-container {
  height: 80px;
  overflow: visible;
}

.button-container._233px {
  width: 233px;
  height: 56px;
}

.button-container._200px {
  width: 200px;
  height: 56px;
}

.btn-flip {
  perspective: 800px;
  width: 100%;
  height: 80px;
  text-decoration: none;
}

.cube-flip {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: relative;
}

.face {
  color: var(--colors--black);
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 15px;
  line-height: 24.3px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.face.front {
  background-color: var(--colors--white);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border: 1px solid #b5b5b5;
  border-radius: 16px;
  transform: translate3d(0, 0, 40px);
}

.face.top {
  background-color: var(--colors--gold);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border: 1px solid #b5b5b5;
  border-radius: 16px;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 0, 40px);
}

.face.true-front {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: var(--colors--gold);
  cursor: pointer;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 50px;
  transform: translate3d(0, 0, 25px);
}

.face.true-top {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: var(--colors--gold);
  cursor: pointer;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 16px;
  justify-content: flex-start;
  height: 50px;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, 0, 25px);
}

.hero-mask-title {
  flex-flow: column;
  height: 74.2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navlink-mask {
  flex-flow: column;
  height: 20.4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navlink-different {
  color: var(--colors--white);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 20.4px;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.navlink-different:hover, .navlink-different.w--current {
  color: var(--colors--gold);
}

.nav-content-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.background-video-small {
  width: 85%;
  height: 85%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sectors-studies-cards-item {
  flex: 1;
}

.bold {
  font-weight: 700;
}

.back-content {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
  position: relative;
}

.background-video-medium {
  width: 93%;
  height: 93%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  font-family: var(--fonts--inter);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  position: relative;
}

.commit-images-list {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.commit-images-item {
  width: 100%;
  height: 100%;
  padding: 12px;
  position: absolute;
  inset: 0%;
}

.commit-images-list-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.pin-icon {
  color: var(--colors--gold);
  position: absolute;
  inset: 10% 25% auto auto;
}

.pin-icon.small {
  inset: 20% auto auto 10%;
}

.security-icon {
  color: var(--colors--gold);
  position: absolute;
  inset: auto -8% 30% auto;
}

.hero-block-wrap {
  border-radius: 18px;
  padding: 27px;
  position: relative;
  overflow: hidden;
}

.button-text-mask {
  height: 22.5px;
  position: relative;
  overflow: hidden;
}

.offers-paragraph-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
}

.plans-card-svg {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.offers-paragraph-mask {
  height: 42px;
  position: relative;
  overflow: hidden;
}

.perspective3d {
  perspective: 800px;
  width: 800px;
  height: 150px;
}

.hero-block-front {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background-color: #00000080;
  border: 1px solid #0000000d;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 27px;
  display: flex;
  position: absolute;
  transform: translate3d(0, 0, 75px)perspective(1000px);
}

.preserve3d {
  transform-style: preserve-3d;
  transform-origin: top;
  width: 100%;
  height: 100%;
  position: relative;
}

.true-btn-flip {
  perspective: 800px;
  width: 100%;
  height: 56px;
  text-decoration: none;
}

.electric-lines {
  position: absolute;
  inset: auto -10% 0% auto;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  align-self: center;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-1 {
    font-size: 58px;
  }

  .hero-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .arrow-down-icon {
    padding-left: 21px;
    padding-right: 21px;
  }

  .menu-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    display: flex;
  }

  .navigation {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    background-color: var(--colors--dark-grey);
    border-radius: 12px;
    flex-flow: column;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .services-cta-inner {
    padding-left: 0%;
  }

  .button-icon-mask {
    width: 14px;
    height: 14px;
  }

  .services-content-inner {
    width: 60%;
    margin-left: 40%;
  }

  .commit-content-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .commit-image-inner {
    width: 100%;
  }

  .plans-cards-wrap, .sectors-studies-cards-list {
    flex-flow: column;
  }

  .offers-cards-wrap {
    flex-flow: wrap;
  }

  .face.front, .face.top, .face.true-front, .face.true-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .line-top, .line-mid, .line-bottom {
    background-color: var(--colors--white);
    border-radius: 999px;
    width: 100%;
    height: 2px;
    position: relative;
  }

  .hero-block-front {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section.full.services {
    height: auto;
  }

  .heading-1 {
    font-size: 38px;
  }

  .services-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .services-cta-inner {
    width: 80%;
  }

  .services-content-inner {
    align-self: flex-end;
    width: 80%;
    margin-left: 0%;
  }

  .sectors-paragraph {
    font-size: 26px;
    line-height: 33.2px;
  }

  .footer-nav {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-1 {
    height: 60px;
    font-size: 24px;
  }

  .hero-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-paragraph.text-black {
    display: flex;
  }

  .hero-paragraph.text-black.none {
    display: none;
  }

  .hero-scroll-down-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
  }

  .arrow-down-icon.none {
    display: none;
  }

  .navigation {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .services-cta-inner {
    width: 100%;
    padding-top: 80px;
  }

  .services-content-inner {
    width: 100%;
  }

  .commit-text-inner {
    padding: 24px;
  }

  .commit-content-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .plans-wrapper, .sectors-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sectors-paragraph {
    font-size: 18px;
    line-height: 26.2px;
  }

  .sectors-sticky-block {
    height: 200vh;
  }

  .sectors-card {
    height: 40vh;
  }

  .sectors-title-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectors-studies-cards-list {
    margin-top: 80px;
  }

  .offers-content-inner, .offers-cards-wrap {
    flex-flow: column;
  }

  .footer-nav {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .footer-navlinks-wrap {
    flex-flow: column;
  }

  .footer-copyright-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .face.front, .face.true-front {
    font-size: 10px;
    line-height: 10.3px;
  }

  .hero-mask-title {
    height: 60px;
  }

  .back-content {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    font-size: 10px;
    line-height: 10.3px;
  }

  .perspective3d {
    width: 90%;
    height: auto;
    min-height: 0;
  }

  .hero-block-front {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    width: 100%;
  }

  .image {
    width: 200px;
  }
}


