:root {
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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 {
  color: #333;
  font-family: Fustat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 4rem;
}

h2 {
  color: #0e1d68;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.85rem;
  font-weight: 400;
  line-height: 2.85rem;
}

h3 {
  color: #0e1d68;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: square;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.section {
  cursor: default;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.section.dark {
  background-image: linear-gradient(198deg, #0b1548, #091033);
  margin-bottom: 0;
}

.section.overflow {
  overflow: visible;
}

.section.footer {
  background-image: url('../images/footer-bg.webp');
  background-position: 0 0;
  background-size: cover;
}

.nav-container {
  object-fit: fill;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
  overflow: visible;
}

.hero-content-wrapper {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-top: 25vh;
  display: flex;
  position: relative;
}

.hero-content-wrapper.about {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  margin-top: 25vh;
}

.hero-content-wrapper.case {
  margin-top: 25vh;
}

.hero-content-wrapper.case-studies {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
}

.hero-content-wrapper.center {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30vh;
}

.hero-background-wrapper {
  object-fit: fill;
  background-image: linear-gradient(#0e152e33, #0e152e33), url('../images/home-hero-bg.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: column;
  height: auto;
  display: block;
  position: relative;
}

.hero-background-wrapper.hero-about {
  background-image: url('../images/About-us-cover.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
}

.hero-background-wrapper.hero-service {
  background-image: url('../images/hero-services-bg.png');
  width: 100%;
  height: 80vh;
}

.hero-background-wrapper.hero-service-page {
  background-image: url('../images/hero-service-bg.png');
  width: 100%;
  height: auto;
}

.hero-background-wrapper.hero-industries {
  background-image: url('../images/hero-industry-bg.png');
  background-size: cover;
  width: 100%;
  height: auto;
}

.hero-background-wrapper.hero-team {
  background-image: url('../images/team-hero-bg.webp');
  height: 80vh;
}

.hero-background-wrapper.hero-case-page {
  z-index: 1;
  background-color: #0b1548d9;
  background-image: none;
  height: 100vh;
}

.hero-background-wrapper.hero-case-studies {
  background-image: url('../images/hero-case-bg.webp');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
}

.hero-title-wrapper {
  z-index: 3;
  color: #fff;
  max-width: 78vw;
}

.heading-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 4rem;
}

.heading-1.dark {
  color: #0e1d68;
}

.heading-1.dark.size {
  font-size: 5rem;
  line-height: 5rem;
}

.heading-1.center {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.hero-button {
  color: #0c1132;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.hero-button:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #7581bd66;
  font-weight: 500;
}

.avatar {
  z-index: 1;
  width: 60px;
  position: relative;
}

.avatar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
  overflow: visible;
}

.hero-consult-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 100px;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero-consult-cta.background {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000026;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 10px 10px;
}

.text-main {
  color: #fff;
  width: 40rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.85rem;
}

.text-main.dark {
  color: #080f30;
}

.text-main.width {
  color: #fff;
  width: auto;
}

.review-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-cta {
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.hero-content-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 5%;
  display: flex;
}

.hero-content-flex.center {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.hero-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.text-span {
  color: #7581bd;
}

.text-span.primary {
  color: #7f94ff;
}

.metrics-content-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.metrics-content-flex.about {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.metrics-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.metrics-text {
  color: #0e1d68;
  text-align: center;
  font-size: 3rem;
  line-height: 4rem;
}

.container {
  width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container.width {
  padding-left: 14rem;
  padding-right: 14rem;
}

.container.width.height {
  margin-top: 15vh;
}

.text-large {
  opacity: 1;
  outline-offset: 0px;
  color: #0e1d68;
  mix-blend-mode: normal;
  outline: 3px #0e1d68;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
}

.text-large.quote {
  color: #080f30;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.15rem;
}

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

.intro-text-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.intro-text-content {
  width: 70%;
}

.title-text {
  color: #f2f3f7;
  text-indent: 1.3rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: .5rem;
  font-size: 14rem;
  font-weight: 600;
  line-height: 12rem;
  display: flex;
}

.aufon {
  color: #8c93b9;
  font-size: 2.95rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.aufon.dark {
  color: #7581bd;
}

.heading-2 {
  color: #0e1d68;
  text-align: center;
  letter-spacing: -2px;
  text-indent: 0%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.85rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.heading-2.dark {
  color: #fff;
  line-height: 2.85rem;
}

.heading-2.dark.center {
  text-align: center;
  text-indent: 0%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.dark.footer-cta {
  line-height: 3.5rem;
}

.heading-2.center {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-medium {
  color: #080f30;
  letter-spacing: -.3px;
  -webkit-text-stroke-color: #0f1017;
  overflow-wrap: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.text-medium.light {
  color: #c4c7d8;
  width: auto;
  font-weight: 300;
  line-height: 1.75rem;
}

.text-medium.light.capital {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-medium.light.center {
  text-align: center;
  text-indent: 0;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.text-medium.center {
  text-align: center;
  width: 100%;
}

.text-medium.bold {
  -webkit-text-stroke-color: #0f1017;
  font-weight: 500;
  line-height: 1.5rem;
}

.section-title {
  color: #080f30;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: .85rem;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.section-title.dark {
  color: #fff;
  background-color: #ffffff1a;
  font-size: 1rem;
}

.button {
  color: #fff;
  background-color: #0e1d68;
  border-radius: 50px;
  padding: 15px 30px;
  transition: all .25s;
}

.button:hover {
  background-color: #283ca0;
}

.button.light {
  color: #0c1132;
  background-color: #fff;
}

.button.light:hover {
  color: #fff;
  background-color: #283ca0;
}

.container-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  overflow: visible;
}

.container-wrapper.height {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow: visible;
}

.background-video {
  border-radius: 1rem;
  width: 100%;
  max-height: 100%;
}

.container-flex {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.container-flex.center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-flex.horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.container-flex.right {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.content-flex {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.industries-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.devider {
  z-index: 2;
  background-color: #fff3;
  width: 100%;
  height: 1px;
  position: relative;
}

.industries-description {
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
}

.section-description {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-text {
  color: #fff;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Fustat, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-text:hover {
  padding-right: 20px;
  font-weight: 600;
}

.link-text.dark {
  color: #0e1d68;
  letter-spacing: 0;
  font-weight: 400;
}

.link-text.dark:hover {
  padding-right: 12px;
  font-weight: 600;
}

.link-text.static {
  opacity: 1;
  color: #fff;
  width: 12%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.link-text.static:hover {
  padding-right: 0;
}

.image-width {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-wrapper {
  border-radius: 1rem;
  width: 50%;
  max-width: 50%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.title-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.title-content-wrapper.width-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.title-content-wrapper.center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 55%;
}

.title-content-wrapper.alighn-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.service-flex {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 3rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  position: relative;
}

.heading-4 {
  color: #080f30;
  margin-top: 10%;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.heading-4.light {
  color: #b8bbcc;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.75rem;
}

.heading-4.blue {
  color: #0e1d68;
}

.service-description {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 40%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  overflow: hidden;
}

.service-number {
  color: #b8bbcc;
  width: 5%;
  margin-top: .4rem;
}

.service-number.dark {
  opacity: .6;
  color: #080f30;
}

.service-title {
  width: 30%;
}

.service-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grow {
  z-index: 0;
  opacity: 0;
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-flex-list {
  flex-flow: column;
  display: flex;
}

.team-flex-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.team-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.team-image {
  border-radius: 1rem;
  width: 260px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.team-image.static {
  width: auto;
  height: auto;
}

.shadow {
  z-index: 1;
  background-color: #1f2e7a80;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.team-content-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.team-content-flex.width {
  padding-left: 0;
  padding-right: 0;
}

.expert-avatar {
  z-index: 0;
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: relative;
  overflow: visible;
}

.team-content {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  display: flex;
}

.logo-marquee-wrapper {
  z-index: 0;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.logo-marquee-wrapper.light {
  opacity: .2;
}

.logo-link {
  flex: none;
  width: 160px;
}

.logo-wrapper {
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.logo-wrapper.space {
  margin-top: 50px;
  margin-bottom: 50px;
}

.shadow-left {
  z-index: 2;
  background-image: linear-gradient(90deg, #091035 14%, #09103600);
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.shadow-left.light {
  background-image: linear-gradient(90deg, #fff 14%, #fff0);
}

.shadow-right {
  z-index: 2;
  background-image: linear-gradient(90deg, #09103500, #091035 76%);
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.shadow-right.light {
  background-image: linear-gradient(90deg, #fff0, #fff);
}

.partner-image-wrapper {
  width: 70px;
  position: absolute;
  inset: -10% auto 0% 10%;
}

.partner-image-wrapper.partner-3 {
  top: 50%;
  left: 5%;
}

.partner-image-wrapper.partner-4 {
  inset: -10% 10% 0% auto;
}

.partner-image-wrapper.partner-2 {
  inset: 50% 5% 0% auto;
}

.tabs {
  display: flex;
}

.tab-flex {
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 40%;
}

.tab-review-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.current-review-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.tab-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-right {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
  margin-left: 2rem;
  padding-top: 0;
  display: flex;
  position: relative;
}

.tab-link {
  background-color: #c8c8c814;
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: .5rem;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: all .3s;
  overflow: hidden;
}

.tab-link:hover, .tab-link:active {
  background-image: url('../images/Review-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.w--current {
  background-color: #fff0;
  background-image: url('../images/Review-1.webp');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #0e1d68;
  border-radius: .5rem;
  padding: 0;
  overflow: hidden;
}

.tab-link.tab-1 {
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  transition-property: none;
}

.tab-link.tab-1.w--current {
  background-image: url('../images/Review-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.tab-2 {
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-2.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.tab-link.tab-2.w--current {
  background-image: url('../images/Review-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.tab-3 {
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-3.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.tab-link.tab-3.w--current {
  background-image: url('../images/Review-3.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.tab-4 {
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-5.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.tab-link.tab-4.w--current {
  background-image: url('../images/Review-5.webp');
  background-position: 0 0;
  background-size: cover;
}

.tab-link.tab-5 {
  background-image: linear-gradient(#1f2e7a80, #1f2e7a80), url('../images/Review-4.webp');
}

.tab-link.tab-5.w--current {
  background-image: url('../images/Review-4.webp');
}

.tab-image-wrapper {
  border-radius: 1rem;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.tab-wrapper {
  position: relative;
}

.faq-circle {
  background-color: #0e1d68;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.faq-question-bar {
  color: #1a1e27;
  border: .5px solid #d1d6ed;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.plus-icon {
  filter: invert();
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.question-title {
  color: #0c1132;
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.faq-text {
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 60px 1rem 40px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  display: flex;
}

.footer-brand {
  display: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: #fff;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #c4c7d8;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-divider {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #c4c7d8;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}

.email-link {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
}

.footer-flex {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

.youtube-icon, .linkedin-icon, .instagram-icon, .twitter-icon {
  border-radius: 0;
  width: 2rem;
  padding: 5px;
}

.footer-social-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1f;
  border-radius: .6rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 0;
  padding: 0;
  transition: opacity .4s;
  display: flex;
}

.footer-social-link:hover {
  background-color: #ffffff45;
}

.facebook-icon {
  border-radius: 0;
  width: auto;
  padding: 0;
}

.contact-footer-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.navbar-menu-dropdown {
  flex: 1;
}

.navbar-menu-dropdown:hover {
  color: #fff;
}

.nav-name-item {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.nav-dropdown-link {
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.nav-dropdown-link.w--current {
  color: #fff;
}

.nav-link {
  color: var(--_navbar---nav-link-static);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
  flex-flow: row;
  padding: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.nav-link:hover {
  color: var(--_navbar---nav-link-active);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

.nav-link.w--current {
  color: #c4c7d8;
}

.nav-link.w--current:hover {
  color: #fff;
}

.nav-link.caps.w--current {
  color: var(--_navbar---nav-link-static);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

.nav-link.caps.w--current:hover {
  color: var(--_navbar---nav-link-active);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

.nav-link.dark {
  --_navbar---nav-link-static: #080f30;
  --_navbar---nav-link-active: #0e1d68;
}

.nav-link.dark.w--current {
  color: var(--_navbar---nav-link-static);
  --_navbar---nav-link-static: #080f30;
  --_navbar---nav-link-active: #0e1d68;
}

.nav-link.dark.w--current:hover {
  color: var(--_navbar---nav-link-active);
}

.navbar-logo-link {
  width: 120px;
  padding-left: 0;
  display: flex;
}

.navbar-logo-link.w--current {
  text-indent: 0;
  font-size: 2rem;
  font-weight: 500;
}

.navbar-logo-link.logo-text {
  font-family: Montserrat, sans-serif;
}

.navbar-logo-link.logo-text.w--current {
  color: #fff;
  text-indent: 0;
  width: 120px;
  text-decoration: none;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-menu.height-tablet {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.nav-dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--_navbar---nav-link-static);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
  align-items: center;
  padding: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.nav-dropdown-toggle:hover, .nav-dropdown-toggle.w--open {
  color: var(--_navbar---nav-link-active);
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

.nav-dropdown-toggle.nav-link {
  --_navbar---nav-link-static: #080f30;
  --_navbar---nav-link-active: #0e1d68;
}

.nav-dropdown-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0b154800;
  border-radius: .5rem;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-dropdown-item:hover {
  background-color: #ffffff0d;
}

.nav-dropdown-list.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0e1431e6;
  border-radius: .5rem;
  min-width: 14rem;
  padding: .5rem;
  position: absolute;
  inset: auto;
}

.navbar {
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 4rem 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.dark-mode {
  --_navbar---nav-link-static: #c4c7d8;
  --_navbar---nav-link-active: white;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.benefit-grid {
  grid-template: "Area . Area-4"
                 "Area Area-2 Area-4"
                 "Area Area-2 Area-4"
                 "Area Area-3 Area-3"
                 / 1fr 1fr 1fr;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff0d;
  background-clip: border-box;
  border: 1px solid #465391;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.heading-6.dark {
  color: #080f30;
  font-weight: 600;
  line-height: 1.125rem;
}

.heading-6.dark.blue {
  color: #0e1d68;
  font-weight: 500;
}

.large-text {
  color: #fff;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 3rem;
}

.large-text.larger {
  font-size: 5rem;
  line-height: 5rem;
}

.benefit-tag {
  color: #a3a6b7;
  background-color: #ffffff1a;
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .85rem;
}

.grid-tag {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-grid {
  color: #fff;
  font-weight: 400;
}

.benefit-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.title-wrapper {
  width: 100%;
}

.title-wrapper.width-left {
  width: 80%;
}

.title-wrapper.center {
  width: 70%;
}

.description-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  display: none;
}

.title-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f2f3f7;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-image-wrapper {
  object-fit: cover;
  border-radius: 1rem 0 0 1rem;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.card-content-flex {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 2rem;
  display: flex;
}

.card-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.case-tag {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff3;
  border-radius: 2rem;
  padding: 8px 16px;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1rem;
}

.case-tag.dark {
  background-color: #0e1d68;
}

.case-tag-wrapper {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-large-span {
  color: #8c93b9;
}

.nav-text-link {
  font-size: 1rem;
  font-weight: 500;
}

.heading-3 {
  color: #0e1d68;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2rem;
}

.cards-wrapper {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 1px;
  overflow: visible;
}

.case-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.case-card._2 {
  max-width: none;
  position: sticky;
  top: 100px;
}

.case-card._1 {
  max-width: none;
  position: fixed;
}

.case-card._3 {
  max-width: none;
  position: sticky;
  top: 180px;
}

.case-card._2 {
  position: sticky;
  top: 100px;
}

.case-card._1 {
  position: sticky;
  top: 20px;
}

.case-card._3 {
  position: sticky;
  top: 180px;
}

.text-small {
  opacity: 1;
  color: #080f30;
  text-align: left;
  border: 0 #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 1.5rem;
  display: block;
}

.text-small.light {
  color: #c4c7d8;
  border-style: none;
  border-width: 0;
  flex-flow: column;
  font-weight: 300;
  display: block;
}

.text-small.opacity {
  opacity: .6;
  font-weight: 400;
  display: block;
  position: relative;
}

.text-small.bold {
  font-weight: 500;
}

.expert-contact-link {
  border: 1px solid #e5e5e5;
  border-radius: 5rem;
  padding: 10px;
}

.expert-name {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-metric {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-metric.flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.office-image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
  position: sticky;
  top: 0;
}

.office-image {
  border-radius: .5rem;
  width: 400px;
  height: 300px;
  overflow: hidden;
}

.all-feature-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.feature-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f6f6f8;
  border-radius: .5rem;
  flex-flow: column;
  width: 33%;
  padding: 20px;
  display: flex;
}

.feature-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-icon {
  width: 40px;
}

.feature-title {
  color: #0e1d68;
  font-size: 1.225rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.feature-title.scroll {
  text-transform: capitalize;
}

.recognitions-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.logo-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.award-logo {
  background-color: #f6f6f8;
  border-radius: .5rem;
  width: 240px;
  padding: 40px 60px;
}

.award-image {
  height: 80px;
  margin: auto;
  display: block;
}

.values-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.values-image {
  border-radius: .5rem;
  width: 45%;
  height: 80%;
  overflow: hidden;
}

.values-flex-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.flex-image {
  width: 100%;
  height: 100%;
}

.diversity-feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #e2e2e2;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.diversity-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.value-feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f6f6f8;
  border-bottom: 1px solid #f1f1f1;
  border-radius: .5rem;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.value-feature-name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.diversity-feature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.related-cases-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.buttin-link {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  align-items: center;
  transition: all .2s;
  display: none;
  overflow: visible;
}

.arrow-dark {
  max-width: 20px;
  max-height: 20px;
}

.service-link-block {
  text-decoration: none;
}

.footer-cta-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.team-marquee {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.case-image {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.case-image.size {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  height: 100%;
}

.service-list-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-image {
  border-radius: 1rem;
  width: 50%;
  overflow: hidden;
}

.service-tag {
  color: #0e1d68;
  background-color: #e4e7f8;
  border-radius: 2rem;
  padding: 10px 20px;
}

.service-list-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: flex;
}

.service-title-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.service-text-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.service-text-container.sticky {
  position: sticky;
  top: 10px;
}

.service-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-content-wrapper.top-left {
  justify-content: flex-start;
  align-items: flex-start;
  position: static;
}

.case-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.case-content-wrapper, .case-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.process-flex-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.scroll-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 440px;
  margin-bottom: 0;
  padding-left: 3rem;
  display: flex;
  position: relative;
}

.fill-line {
  background-color: #6c5afb;
  border-radius: 3px;
  width: 3.5px;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.fill-line.v2 {
  background-color: #0e1d68;
  width: 3px;
  left: 0;
}

.circle {
  box-shadow: none;
  background-color: #ffffff80;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 2px auto auto 0;
}

.fill-box {
  border: 2px dashed #eee;
  width: 1.8px;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.fill-box.v2 {
  background-color: #fff;
  border-style: none;
  width: 3px;
  top: 3%;
  left: 1.5%;
}

.process-scroll-animation {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.process-scroll-animation.scroll {
  width: 100%;
}

.scroll-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.scroll-content-2 {
  width: 440px;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}

.scroll-container {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.diversity-content-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subservice-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f6f6f8;
  border-radius: .5rem;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.subservices-flex-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.heading-5 {
  color: #080f30;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.225rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.heading-5.blue {
  color: #0e1d68;
}

.small-flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-flex.spacing {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.tabs-menu-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding-right: 2rem;
  display: flex;
  position: static;
}

.tabs-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.industry-tab-name {
  color: #080f30;
  background-color: #fff0;
  padding: 16px 20px;
}

.industry-tab-name.w--current {
  color: #0e1d68;
  background-color: #e4e7f8;
  border-radius: .5rem;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
}

.tab-name {
  color: #0e1d68;
}

.industry-content {
  width: 100%;
  height: 100%;
}

.tabs-content {
  width: 70%;
}

.plain-text-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.industry-content-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 75%;
  display: flex;
}

.tab-pane-tab-4 {
  position: static;
}

.contact-page-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  height: 100%;
  margin-top: 15vh;
  display: flex;
}

.contact-title-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-page-title {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.contact-info-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f6f6f8;
  border-radius: .5rem;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.contact-phone-link, .contact-email-link, .contact-location-link {
  text-decoration: none;
}

.contact-form-wrapper {
  width: 55%;
}

.text-field {
  color: #0e1d68;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 1.5em 0;
}

.text-field:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: static;
}

.form {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.contact-values-flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 2.75fr;
  width: 100%;
  display: flex;
}

.contact-input {
  margin-top: 1em;
}

.text-input {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom: 1.5px solid #d2d2d2;
  margin-bottom: 0;
  padding: .5em 1em .5em 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  overflow: hidden;
}

.success-message {
  background-color: #f6f6f8;
  border-radius: .5rem;
  height: 100%;
}

.form-checkbox {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.checkbox-input {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-flex-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: flex;
}

.team-content-quote {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.flex-block {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: 4rem;
  margin-right: 4rem;
}

.webflow-link {
  color: #c4c7d8;
  text-decoration: none;
}

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

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.large-size-text {
  color: #0b1548;
  font-size: 8rem;
  font-weight: 600;
  line-height: 7rem;
}

.rich-text-link {
  color: #283ca0;
  font-weight: 400;
  text-decoration: underline;
}

.color-sample {
  background-color: #080f30;
  border-radius: .5rem;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.color-sample._2 {
  background-color: #0e1d68;
}

.color-sample._3 {
  background-color: #7581bd;
}

.color-sample._4 {
  background-color: #8c93b9;
}

.color-sample._5 {
  background-color: #c4c7d8;
}

.color-sample._6 {
  background-color: #e4e7f8;
}

.color-sample._7 {
  background-color: #f6f6f8;
}

.color-sample._9 {
  background-color: #283ca0;
}

.color-sample._10 {
  background-color: #080f3000;
  background-image: linear-gradient(#0b1548, #091033);
}

.color-sample._11 {
  background-color: #fff;
  border: 1px solid #c4c7d8;
}

.color-swatches, .collection-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.case-image-collection {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.case-cover-image {
  z-index: 0;
  object-fit: cover;
  width: auto;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.rich-text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #080f30;
  flex-flow: column;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.85rem;
  display: flex;
}

.rich-text-block h3 {
  color: #0e1d68;
  letter-spacing: -2px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.rich-text-block h4 {
  letter-spacing: -2px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.rich-text-block h5 {
  letter-spacing: -1px;
  font-size: 1.225rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.rich-text-block h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.rich-text-block h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.case-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-content-image {
  width: 100%;
  height: 100%;
}

.image-column-1 {
  border-radius: 1rem;
  width: 40%;
  overflow: hidden;
}

.image-column-2 {
  border-radius: 1rem;
  width: 60%;
  overflow: hidden;
}

.review-collection {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #f6f6f8;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.review-width-wrapper {
  width: 65%;
}

.review-name-collection {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatar-collection {
  object-fit: contain;
  border-radius: .5rem;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.collection-list-all-posts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-review-avatar {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.collection-list-related {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.lottie-animation {
  margin-bottom: 1rem;
}

.error-message {
  width: 100%;
}

.circle-center {
  background-color: #fff;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.circle-indicator {
  background-color: #ffffff26;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.text-block {
  color: #fff;
  text-indent: .069em;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-decoration: none;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  display: none;
}

.text-large-focus {
  color: #8b93b9;
}

.container-2 {
  display: none;
}

.text-span-2 {
  font-size: 2.85rem;
  line-height: 2.85rem;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  display: none;
}

.heading-7 {
  line-height: 2.25rem;
}

.text-block-7 {
  display: none;
}

.text-span-3 {
  text-indent: 0;
}

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

.centr {
  text-indent: 0%;
}

.lheading-2 {
  color: #0e1d68;
  text-align: left;
  letter-spacing: -2px;
  text-indent: 10%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.85rem;
  font-weight: 400;
  line-height: 2.85rem;
}

.lheading-2.dark {
  color: #fff;
  line-height: 2.85rem;
}

.lheading-2.dark.center {
  text-align: center;
  text-indent: 0%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.lheading-2.dark.footer-cta {
  line-height: 3.5rem;
}

.lheading-2.center {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-large-rew {
  opacity: 1;
  outline-offset: 0px;
  color: #0e1d68;
  mix-blend-mode: normal;
  outline: 3px #0e1d68;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
}

.text-large-rew.quote {
  color: #080f30;
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.text-large-rew.quote.center {
  text-align: center;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .image, .image-2, .image-3, .image-4, .div-block, .container-3, .div-block-2, .div-block-3, .button-2, .button-3, .container-4, .button-4, .button-5, .div-block-4, .button-6, .button-7, .div-block-5, .button-8, .button-9, .div-block-6, .button-10, .button-11, .div-block-7 {
  display: none;
}

.sph2 {
  line-height: 2.5rem;
}

.div-block-8, .container-5, .link, .link-2, .link-3, .div-block-9, .text-block-14, .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .tab-link-tab-7, .container-6 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .nav-container {
    height: 100%;
  }

  .hero-content-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    height: auto;
  }

  .heading-1.center {
    font-size: 4rem;
    line-height: 4.25rem;
  }

  .text-main {
    width: 40rem;
    font-size: 1.125rem;
    line-height: 1.85rem;
  }

  .hero-text-cta {
    font-size: 1.125rem;
  }

  .hero-content-flex.center {
    margin-bottom: 2rem;
  }

  .metrics-text {
    text-align: left;
  }

  .title-text {
    margin-top: 1.4rem;
    font-size: 18rem;
    line-height: 14rem;
  }

  .aufon {
    font-size: 3rem;
    line-height: 2.5rem;
  }

  .heading-2.dark {
    display: block;
  }

  .text-medium {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .text-medium.light {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-medium.light.center {
    width: 100%;
  }

  .text-medium.bold {
    line-height: 1.5rem;
  }

  .section-title {
    font-size: .85rem;
  }

  .button {
    margin-bottom: 1rem;
  }

  .container-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .container-wrapper.height {
    font-family: Montserrat, sans-serif;
  }

  .container-flex {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .container-flex.center {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .container-flex.horizontal {
    margin-bottom: 1%;
  }

  .section-description {
    text-align: left;
    margin-left: 0;
  }

  .link-text.static {
    font-family: Montserrat, sans-serif;
  }

  .title-content-wrapper.width-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .heading-4.light {
    text-align: center;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .logo-wrapper.space {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .question-title {
    font-size: 1.25rem;
  }

  .navbar-menu-dropdown {
    font-size: 1.5rem;
  }

  .nav-dropdown-link {
    font-size: 1rem;
  }

  .nav-link {
    font-size: 1.125rem;
  }

  .nav-dropdown-toggle {
    font-size: 1rem;
  }

  .title-wrapper {
    width: 100%;
  }

  .description-wrapper {
    display: none;
  }

  .title-flex {
    width: 90%;
  }

  .card-content-flex {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .case-tag.dark, .nav-text-link {
    font-size: 1.125rem;
  }

  .heading-3 {
    text-align: left;
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 3.5rem;
  }

  .text-small {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .feature-title.scroll {
    font-size: 1.5rem;
  }

  .process-scroll-animation {
    width: 90%;
  }

  .heading-5 {
    font-size: 1.25rem;
  }

  .text-span-2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .superscript {
    font-size: 1rem;
  }

  .text-block-7 {
    display: none;
  }

  .lheading-2.dark {
    display: block;
  }

  .text-large-rew.quote {
    font-size: 1.5rem;
  }

  .div-block {
    display: none;
  }

  .sph2 {
    line-height: 2.5rem;
  }

  .body-2 {
    font-family: Montserrat, sans-serif;
  }

  .link, .link-2, .link-3, .div-block-9, .text-block-14, .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .tab-link-tab-7, .div-block-16 {
    display: none;
  }
}

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

  .hero-content-wrapper {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
  }

  .hero-content-wrapper.about {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    margin-top: 15vh;
  }

  .hero-content-wrapper.center {
    margin-top: 22vh;
  }

  .hero-background-wrapper {
    height: auto;
  }

  .heading-1.center {
    font-family: Montserrat, sans-serif;
  }

  .text-main {
    order: -1;
    font-family: Montserrat, sans-serif;
  }

  .text-main.dark {
    width: auto;
  }

  .text-main.width {
    order: 1;
  }

  .hero-content-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-content-flex.center {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .metrics-content-flex {
    grid-template-columns: 1fr 1fr;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.width {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .text-large {
    font-family: Montserrat, sans-serif;
  }

  .title-text {
    text-indent: .7rem;
    font-size: 11rem;
    line-height: 8.5rem;
  }

  .text-medium {
    font-family: Montserrat, sans-serif;
  }

  .link-text:hover, .link-text.dark:hover {
    font-weight: 600;
  }

  .link-text.static {
    width: 20%;
  }

  .title-content-wrapper.width-left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 100%;
  }

  .title-content-wrapper.center {
    width: 70%;
  }

  .title-content-wrapper.alighn-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .service-flex {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tabs-menu {
    left: 41%;
  }

  .current-review-image {
    object-fit: cover;
  }

  .tab-content {
    max-width: 728px;
  }

  .testimonial-right {
    height: 300px;
    margin-top: 80px;
  }

  .tab-image-wrapper {
    object-fit: cover;
    width: 270px;
    height: 270px;
  }

  .faq-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-social-block-2 {
    margin-top: 0;
  }

  .navbar-menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.125rem;
    display: flex;
  }

  .nav-dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .nav-link {
    text-align: center;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2rem 0;
    font-size: 2rem;
    display: flex;
  }

  .nav-link.dark {
    --_navbar---nav-link-static: #c4c7d8;
    --_navbar---nav-link-active: white;
  }

  .navbar-logo-link.logo-text.w--current {
    width: auto;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.height-tablet {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0b1548cc;
    border-radius: 1rem;
    width: auto;
    height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2rem 3rem;
    transition: height .5s;
    overflow: visible;
  }

  .navbar-container {
    grid-template-columns: .25fr 1fr;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    display: flex;
  }

  .nav-dropdown-toggle.nav-link {
    --_navbar---nav-link-static: #c4c7d8;
    --_navbar---nav-link-active: white;
  }

  .nav-dropdown-item {
    justify-content: flex-end;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .nav-dropdown-list {
    position: static;
    overflow: hidden;
  }

  .nav-dropdown-list.w--open {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    border-style: none;
    padding: 0;
    position: static;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .grid-tag {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .title-wrapper.width-left {
    width: 80%;
  }

  .description-wrapper {
    display: none;
  }

  .card-image-wrapper {
    height: 580px;
  }

  .card-content-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-text-link {
    font-size: 2rem;
    line-height: 2rem;
  }

  .text-small {
    font-family: Montserrat, sans-serif;
  }

  .grid-metric {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-metric.flex {
    flex-flow: column;
  }

  .award-logo {
    padding: 20px;
  }

  .values-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .diversity-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .related-cases-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .navbar-menu-button {
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--_navbar---nav-link-active);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-top.dark {
    --_navbar---nav-link-static: #080f30;
    --_navbar---nav-link-active: #0e1d68;
  }

  .menu-icon-line-middle {
    background-color: var(--_navbar---nav-link-active);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle.dark {
    --_navbar---nav-link-static: #080f30;
    --_navbar---nav-link-active: #0e1d68;
  }

  .menu-icon-inner-line {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom {
    background-color: var(--_navbar---nav-link-active);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-bottom.dark {
    --_navbar---nav-link-static: #080f30;
    --_navbar---nav-link-active: #0e1d68;
  }

  .navbar-button-wrapper {
    align-items: center;
  }

  .footer-cta-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .case-image {
    width: 100%;
    height: 100%;
  }

  .case-image.size {
    object-fit: cover;
  }

  .service-image {
    order: -1;
    width: 100%;
  }

  .service-text-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .service-text-container.full-width {
    width: 100%;
  }

  .service-content-wrapper {
    flex-flow: column;
  }

  .service-content-wrapper.top-left {
    flex-flow: row;
  }

  .scroll-content {
    width: auto;
  }

  .process-scroll-animation {
    width: 90%;
  }

  .scroll-box {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .scroll-content-2 {
    width: auto;
  }

  .scroll-container {
    width: 100%;
    font-size: 15px;
  }

  .subservice-card {
    background-color: #f6f6f8;
  }

  .industry-content-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .industry-link-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    display: flex;
  }

  .contact-page-wrapper {
    flex-flow: row;
  }

  .contact-page-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .form-block {
    justify-content: flex-start;
    align-items: center;
  }

  .form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .success-message {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-content-quote {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .superscript {
    font-size: 1rem;
  }

  .text-large-rew {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .hero-content-wrapper.center {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
  }

  .hero-background-wrapper {
    height: auto;
  }

  .heading-1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .heading-1.center, .text-main {
    font-family: Montserrat, sans-serif;
  }

  .container.width {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-large {
    font-family: Montserrat, sans-serif;
  }

  .intro-text-wrapper {
    padding-bottom: 4rem;
  }

  .intro-text-content {
    width: 100%;
  }

  .title-text {
    margin-top: .5rem;
    font-size: 8rem;
    line-height: 7rem;
  }

  .aufon {
    font-size: 2.95rem;
    line-height: 2.25rem;
  }

  .heading-2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .text-medium {
    font-family: Montserrat, sans-serif;
  }

  .text-medium.light.center {
    width: 100%;
  }

  .link-text.static {
    width: 35%;
    font-family: Montserrat, sans-serif;
  }

  .title-content-wrapper.width-left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .service-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-description {
    width: 100%;
  }

  .service-title {
    width: auto;
  }

  .service-flex-list {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .tab-flex {
    flex-flow: column;
  }

  .tabs-menu {
    inset: 0% auto auto 0%;
  }

  .tab-review-wrapper {
    width: 100%;
  }

  .testimonial-right {
    height: 260px;
    margin-top: 1rem;
    margin-left: 0;
  }

  .tab-image-wrapper {
    width: 330px;
    height: 100%;
    margin-top: 5rem;
  }

  .faq-wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #fff;
  }

  .footer-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: center;
  }

  .footer-social-block-2 {
    margin-top: 10px;
  }

  .navbar-logo-link.logo-text.w--current {
    width: auto;
  }

  .navbar-menu.height-tablet {
    padding-bottom: 6rem;
  }

  .navbar {
    min-height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar.dark-mode {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .benefit-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .description-wrapper {
    display: none;
  }

  .card-flex {
    flex-flow: column;
  }

  .card-image-wrapper {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 400px;
  }

  .card-content-flex, .card-content-wrapper {
    width: 100%;
  }

  .case-tag-wrapper {
    flex-flow: row;
    width: auto;
  }

  .text-small {
    font-family: Montserrat, sans-serif;
  }

  .grid-metric.flex {
    flex-flow: row;
  }

  .service-link-block {
    flex-flow: column;
    display: flex;
  }

  .footer-cta-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .case-image.size {
    border-radius: 0;
  }

  .service-text-container.sticky {
    width: 50%;
  }

  .scroll-box {
    margin-top: 60px;
  }

  .scroll-container {
    width: 100%;
  }

  .flex-block {
    margin-top: 1rem;
  }

  .review-width-wrapper {
    width: 100%;
  }

  .text-span-2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .superscript {
    font-size: 1rem;
  }

  .superscript-2, .superscript-3 {
    font-size: 2rem;
  }

  .text-block-7 {
    display: none;
  }

  .lheading-2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .text-large-rew {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .section.footer {
    background-size: cover;
  }

  .nav-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content-wrapper {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    margin-top: 20vh;
  }

  .hero-content-wrapper.about {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
    margin-top: 15vh;
  }

  .hero-content-wrapper.case {
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
    margin-top: 25vh;
  }

  .hero-content-wrapper.case-studies {
    grid-column-gap: 10vh;
    grid-row-gap: 10vh;
  }

  .hero-content-wrapper.center {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    width: 100%;
    margin-top: 20vh;
  }

  .hero-background-wrapper {
    height: auto;
  }

  .hero-background-wrapper.hero-service-page {
    background-position: 50%;
  }

  .hero-background-wrapper.hero-industries {
    background-position: 0 0;
  }

  .hero-background-wrapper.hero-team, .hero-background-wrapper.hero-case-studies {
    background-position: 50% 0;
  }

  .hero-title-wrapper {
    width: 90%;
    max-width: 100vw;
  }

  .heading-1 {
    flex-flow: row;
    height: 100%;
    font-size: 2.5rem;
    line-height: 2.5rem;
    display: block;
  }

  .heading-1.center {
    font-family: Montserrat, sans-serif;
  }

  .avatar {
    width: 50px;
  }

  .avatar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-consult-cta {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-consult-cta.background {
    flex-flow: row;
  }

  .text-main {
    order: -1;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .text-main:lang(ru) {
    color: #14161f;
    margin-bottom: 100px;
  }

  .text-main.width {
    color: #fff;
  }

  .hero-text-cta {
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .hero-content-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-content-flex.center {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .hero-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .metrics-content-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 4rem;
    margin-bottom: 4rem;
    display: grid;
  }

  .metrics-text {
    font-family: Montserrat, sans-serif;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .container.width {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.width.height {
    margin-top: 15vh;
  }

  .text-large {
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .text-large.quote {
    font-size: 1.85rem;
    line-height: 2rem;
  }

  .intro-text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 0;
  }

  .intro-text-content {
    width: 100%;
  }

  .title-text {
    text-indent: .25rem;
    margin-top: 4rem;
    padding-bottom: 2rem;
    font-family: Fustat, sans-serif;
    font-size: 5rem;
    line-height: 3.75rem;
  }

  .aufon, .aufon.dark, .heading-2, .heading-2.dark {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .heading-2.dark.center {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-2.dark.footer-cta {
    line-height: 2rem;
  }

  .text-medium {
    font-family: Montserrat, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .text-medium.light.center {
    width: 100%;
  }

  .section-title {
    order: -1;
  }

  .container-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .container-wrapper.height {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .background-video {
    height: 200px;
  }

  .container-flex, .container-flex.center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container-flex.horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-flex.right, .content-flex {
    flex-flow: column;
  }

  .industries-list-wrapper {
    width: 100%;
  }

  .industries-description {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .section-description {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .link-text.static {
    text-align: left;
    width: 50%;
    font-family: Montserrat, sans-serif;
  }

  .image-width {
    display: block;
  }

  .image-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .title-content-wrapper.width-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
  }

  .title-content-wrapper.center {
    width: 100%;
  }

  .title-content-wrapper.alighn-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .heading-4.light {
    text-align: left;
    text-transform: capitalize;
    font-size: 1.5rem;
  }

  .service-description {
    width: 100%;
    height: 100%;
  }

  .service-title {
    width: 100%;
  }

  .team-image {
    width: 170px;
    height: 200px;
  }

  .team-content-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .team-content-flex.width {
    width: 60%;
  }

  .logo-marquee-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo-link {
    width: 100px;
  }

  .logo-wrapper {
    margin-bottom: 4rem;
  }

  .logo-wrapper.space {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .shadow-left, .shadow-right {
    width: 50px;
    height: 50px;
  }

  .partner-image-wrapper {
    width: 40px;
    top: -5%;
  }

  .partner-image-wrapper.partner-3 {
    top: 52%;
    left: -2%;
  }

  .partner-image-wrapper.partner-4 {
    top: -5%;
  }

  .partner-image-wrapper.partner-2 {
    top: 52%;
    right: -2%;
  }

  .tab-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: 100%;
    margin-top: 0;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    inset: 0% auto auto 0%;
  }

  .tab-review-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .tab-content {
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-right {
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .tab-link {
    width: 60px;
    height: 60px;
  }

  .tab-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .faq-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-bar {
    padding: 10px 10px 10px 30px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .question-title {
    flex: 1;
    font-size: 1.125rem;
  }

  .faq-text {
    padding-left: 30px;
    padding-right: 20px;
  }

  .footer-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer-brand {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .footer-content {
    grid-column-gap: .5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.5fr;
    width: 100%;
    margin-top: 2rem;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link:hover {
    color: #fff;
  }

  .footer-divider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-copyright-center {
    padding-top: 20px;
  }

  .email-link {
    font-weight: 300;
  }

  .footer-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-social-block-2 {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .footer-social-link {
    width: 2.5rem;
    height: 2.5rem;
  }

  .contact-footer-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav-link {
    color: #c4c7d8;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .navbar-logo-link.logo-text.w--current {
    width: 120px;
  }

  .navbar-menu.height-tablet {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0b1548cc;
    width: auto;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-dropdown-toggle {
    color: #0e1d68;
    padding-right: 0;
  }

  .nav-dropdown-item {
    background-color: #0b154800;
    justify-content: flex-end;
    align-items: center;
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .nav-dropdown-list.w--open {
    background-color: #0e143100;
  }

  .navbar {
    padding: 1rem;
  }

  .dropdown-chevron {
    color: #c4c7d8;
  }

  .benefit-grid {
    grid-template-rows: auto auto auto auto;
    grid-auto-flow: column;
    display: block;
  }

  .grid {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 1rem;
    display: flex;
  }

  .benefit-content {
    order: -1;
  }

  .title-wrapper {
    width: 100%;
  }

  .title-wrapper.width-left {
    width: 80%;
  }

  .title-wrapper.center {
    width: 100%;
  }

  .description-wrapper {
    width: 100%;
    padding-top: 0;
    display: none;
  }

  .title-flex {
    width: 90%;
  }

  .card-flex {
    flex-flow: column;
  }

  .card-image-wrapper {
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    height: 300px;
  }

  .card-content-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
  }

  .case-tag.dark {
    font-size: .7rem;
  }

  .case-tag-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: wrap;
  }

  .nav-text-link {
    color: #c4c7d8;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .heading-3 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .case-card._2 {
    top: 80px;
  }

  .case-card._3 {
    top: 140px;
  }

  .text-small {
    text-align: left;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.35rem;
  }

  .text-small.light {
    width: 100%;
    font-weight: 400;
  }

  .text-small.opacity {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .expert-name {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
  }

  .grid-metric, .grid-metric.flex {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .office-image {
    width: 200px;
    height: 130px;
  }

  .all-feature-flex {
    flex-flow: column;
  }

  .feature-flex {
    width: 100%;
  }

  .feature-icon {
    width: 32px;
  }

  .feature-title {
    font-size: 1.125rem;
  }

  .logo-line {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .award-logo {
    width: 160px;
    padding: 10px 20px;
  }

  .values-wrapper {
    flex-flow: column;
  }

  .values-image {
    order: -1;
    width: 100%;
  }

  .values-flex-list {
    width: 100%;
  }

  .diversity-feature {
    padding-bottom: 1.5rem;
  }

  .diversity-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .diversity-feature-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .related-cases-wrapper {
    flex-flow: column;
  }

  .footer-cta-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .case-image {
    border-radius: 1rem;
  }

  .case-image.size {
    object-fit: cover;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 0;
  }

  .service-image {
    order: -1;
    width: 100%;
  }

  .service-tag {
    font-size: .85rem;
  }

  .service-list-flex {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .service-text-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .service-text-container.sticky {
    position: static;
  }

  .service-content-wrapper, .service-content-wrapper.top-left {
    flex-flow: column;
  }

  .case-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .process-flex-list {
    width: 100%;
  }

  .fill-box.v2 {
    top: 2%;
    left: 3%;
  }

  .scroll-box {
    margin-top: 1rem;
  }

  .diversity-content-flex {
    flex-flow: column;
  }

  .subservices-flex-list {
    width: 100%;
  }

  .small-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tabs-menu-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: inline-flex;
    overflow: hidden;
  }

  .tabs-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .industry-tab-name {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .tabs-content {
    width: 100%;
  }

  .plain-text-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .industry-content-flex {
    width: 100%;
  }

  .contact-page-wrapper {
    flex-flow: column;
    margin-top: 15vh;
  }

  .contact-page-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact-info-wrapper {
    padding: 20px;
  }

  .contact-values-flex {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .team-content-wrapper {
    flex-flow: column;
  }

  .team-content-quote {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .team-name-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-block {
    flex-flow: row;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .color-swatches {
    flex-flow: wrap;
  }

  .case-image-collection {
    flex-flow: column;
  }

  .case-cover-image {
    object-fit: cover;
  }

  .rich-text-block h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .rich-text-block h3 {
    font-size: 1.5rem;
    line-height: 1.85rem;
  }

  .image-column-1, .image-column-2 {
    width: 100%;
  }

  .review-collection {
    padding: 2rem;
  }

  .review-width-wrapper {
    width: 100%;
  }

  .review-name-collection {
    justify-content: center;
    align-items: center;
  }

  .avatar-collection {
    width: 40%;
    height: auto;
  }

  .collection-list-all-posts {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .case-review-avatar {
    width: 100%;
    height: 100%;
  }

  .collection-list-related {
    flex-flow: column;
  }

  .text-span-2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .heading-7 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .centr {
    text-indent: -10%;
  }

  .lheading-2, .lheading-2.dark {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .lheading-2.dark.center {
    font-size: 2rem;
    line-height: 2rem;
  }

  .lheading-2.dark.footer-cta {
    line-height: 2rem;
  }

  .text-large-rew {
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .text-large-rew.quote {
    margin-top: auto;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .image, .image-2, .image-3, .image-4, .div-block, .tab-link-tab-7 {
    display: none;
  }
}

#w-node-fc0b21c1-9699-51fc-f069-ec0865cd5463-09a59624 {
  grid-area: Area-2;
}

#w-node-f0d42c8f-1a71-0eb3-0911-7d76c4d7be52-09a59624 {
  grid-area: Area-3;
}

#w-node-_1dfe29df-f6df-dda5-875e-9777486725bd-09a59624 {
  grid-area: Area-4;
}

#w-node-_86398c1c-a6ac-b6a2-4516-5560c6a32784-09a59624 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec9bf233-14a5-298e-ba8c-1bd8e9fc60da-09a59624 {
  grid-area: Area;
}

#w-node-_9f12ddaf-d459-3efb-c60b-ac831ab77add-1ab77abd, #w-node-_9f12ddaf-d459-3efb-c60b-ac831ab77aee-1ab77abd, #w-node-_9f12ddaf-d459-3efb-c60b-ac831ab77af7-1ab77abd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e01753c3-6418-8fc5-afd3-0a88e1cde9bf-e1cde9bd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e01753c3-6418-8fc5-afd3-0a88e1cde9ea-e1cde9bd {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-e749927c-aa43-adbc-57aa-9a72b55bb1a1-09a59624 {
    order: 9999;
  }

  #w-node-_9f12ddaf-d459-3efb-c60b-ac831ab77add-1ab77abd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1338ed7-b78d-8e09-4d86-af4e1b6e24ac-09a59625, #w-node-_90640c09-6cec-fb5a-032f-f0352a90180b-09a59637 {
    order: 9999;
  }
}


