:root {
  --dark-slate-blue: #314a75;
  --misty-rose: #f5d7e3;
  --dark-salmon: #e49273;
}

.body {
  font-family: Sora, sans-serif;
  overflow: hidden;
}

.navbar-container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: 72px;
  max-height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  max-height: 90px;
  display: block;
  position: static;
}

.nav-link {
  color: #fff;
  align-items: center;
  max-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 300;
  display: flex;
}

.brand {
  object-fit: fill;
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 108px;
  height: 40px;
  max-height: none;
  padding-bottom: 0;
  position: relative;
}

.h1 {
  color: #fff;
  text-align: center;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 58px;
  line-height: 62px;
}

.h1.l {
  text-align: left;
}

.text-block {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.h5 {
  color: #fff;
  text-align: center;
  max-width: 476px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: block;
  position: relative;
}

.h5.l {
  text-align: left;
  max-width: 100%;
  margin-bottom: 24px;
  margin-left: 0;
  position: static;
}

.section {
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section.content {
  flex-direction: row;
  justify-content: space-around;
}

.section.content.client {
  align-items: center;
  padding-top: 0;
}

.section.content.inverse {
  object-fit: fill;
  display: block;
}

.section.hero {
  background-image: none;
  align-items: flex-start;
}

.section.hero.center {
  padding-top: 250px;
}

.section.product-hero {
  align-items: flex-start;
  min-height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.section.wrap.vertical {
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
  padding: 100px;
}

.section.wrap.horizontal {
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 100px;
}

.section.wrap.horizontal.bk {
  background-image: url('../images/quote-bk.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1200px;
}

.section.wrap.horizontal.hire {
  padding-top: 140px;
  padding-bottom: 140px;
}

.container-hero {
  flex-direction: column;
  flex: 1;
  max-width: 1440px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.gradient-bk {
  z-index: -999;
  background-image: linear-gradient(#2b4570, #7180ac 51%, #a8d0db);
  width: 100%;
  height: 6000px;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-bk.home {
  height: 4100px;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.h2.center-blue {
  color: #314a75;
  text-align: center;
}

.h2.bold {
  margin-bottom: 20px;
  font-weight: 700;
}

.h2.bold.l {
  margin-bottom: 60px;
}

.h2.bold.bottom-margin {
  margin-bottom: 80px;
}

.p {
  color: #fff;
  max-width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.p.center-blue {
  color: #314a75;
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p.underline {
  border-bottom: 4px solid #f5d7e3;
  padding-bottom: 20px;
}

.container-text {
  flex: 0 auto;
  max-width: 600px;
  padding-left: 140px;
  padding-right: 140px;
}

.container-text.l {
  max-width: 477px;
  padding-left: 100px;
  padding-right: 0;
}

.container-text.r {
  max-width: 688px;
  margin-top: 72px;
  padding-left: 0;
  padding-right: 0;
}

.container-image {
  flex: 1;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.container-clients {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.container-clients.r {
  flex: 1;
  align-items: center;
  padding-left: 100px;
  padding-right: 140px;
  display: none;
}

.container-clients.l {
  flex: 1;
  align-items: center;
  padding-left: 0;
  display: none;
}

.container-clients.new {
  position: relative;
}

.div-block {
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block.logo {
  align-items: flex-start;
  height: 70px;
}

.div-block.logo._2 {
  height: 80px;
  display: flex;
}

.div-block.logo._4 {
  height: 90px;
  display: flex;
}

.div-block.logo._5 {
  display: none;
}

.image {
  flex: 0 auto;
  max-width: 36%;
}

.s1 {
  color: #f5d7e3;
  flex: none;
  width: 140px;
  margin-left: 40px;
  padding-left: 0;
  font-size: 18px;
}

.div-block-2 {
  flex: none;
  width: 140px;
  max-width: 36%;
  max-height: 100%;
}

.image-2 {
  margin-left: 40px;
}

.client-logo {
  flex: 0 auto;
  width: auto;
  height: 34px;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.client-logo.bcg {
  height: 85px;
  margin-left: 96px;
}

.client-logo.edison {
  height: 90px;
  margin-left: 60px;
}

.client-logo.rayhteon {
  height: 45px;
  margin-left: 60px;
}

.button {
  color: #314a75;
  background-color: #9fc2d3;
  border: 4px solid #314a75;
  border-radius: 99px;
  margin: 87px auto 0;
  padding: 0 50px;
  font-size: 34px;
  font-weight: 300;
  line-height: 90px;
  transition: opacity .2s;
  position: relative;
}

.button:hover {
  background-color: var(--dark-slate-blue);
  color: var(--misty-rose);
}

.button.absolut-button {
  background-color: #314a75;
  position: absolute;
}

.button.small {
  color: #fff;
  background-color: #e49273;
  border-width: 0;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  transition: all .2s;
}

.button.small:hover {
  background-color: var(--dark-slate-blue);
  color: var(--dark-salmon);
}

.button.small.pink {
  background-color: var(--misty-rose);
  color: #314a75;
  margin-top: auto;
  margin-bottom: auto;
}

.button.small.pink:hover {
  color: var(--misty-rose);
  background-color: #314a75;
}

.button.small.l {
  mix-blend-mode: normal;
  transition: all .2s;
}

.button.small.l:hover {
  background-color: var(--dark-slate-blue);
  color: var(--dark-salmon);
}

.logo-image {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.nav-menu {
  clear: none;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 24px 0% auto;
}

.navbar-2 {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1440px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.nav-link-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #f5d7e3;
  font-weight: 300;
}

.brand-2 {
  width: auto;
  height: 56px;
}

.absolut-image {
  position: absolute;
  inset: 32px auto auto 259px;
}

.absolut-image._5 {
  inset: auto -341px 5px auto;
}

.absolut-image._7 {
  inset: auto -11px -79px auto;
}

.absolut-image._8 {
  inset: auto 107px -18px auto;
}

.absolut-image._9 {
  top: 40px;
  left: 59px;
}

.absolut-image._10 {
  top: -40px;
  left: -26px;
}

.absolut-image._11 {
  top: auto;
  bottom: -66px;
  left: 47%;
}

.absolut-image._12 {
  top: auto;
  bottom: -27px;
  left: 40%;
}

.absolut-image._13 {
  top: 377px;
  left: auto;
  right: 75%;
}

.absolut-image._14 {
  z-index: -50;
  top: 377px;
  left: 75%;
  right: auto;
}

.absolut-image._15 {
  top: 30%;
  left: auto;
  right: -10%;
}

.absolut-image.hero-main {
  top: 15%;
  left: auto;
  right: 5%;
}

.absolut-image._18 {
  z-index: -50;
  top: 340px;
  left: 60%;
}

.absolut-image._6 {
  top: -29px;
  left: -375px;
}

.absolut-image._2 {
  top: 20%;
  left: 90%;
  right: 20px;
}

.absolut-image._4 {
  top: 354px;
  left: auto;
  right: 80%;
}

.absolut-image._0 {
  left: 18%;
}

.absolut-image._3 {
  inset: auto 10% 0 auto;
}

.image-3.mission-mobile {
  display: none;
}

.image-6 {
  max-height: 100%;
  margin-top: auto;
  position: relative;
}

.div-block-3 {
  text-align: center;
  display: block;
}

.div-block-4 {
  margin: auto;
  position: relative;
}

.clients-block {
  margin-left: auto;
  margin-right: auto;
}

.clients-bottom {
  margin-top: 65px;
}

.hero-left-aligned {
  text-align: left;
  flex-direction: column;
  width: 570px;
  max-width: 100%;
  display: flex;
}

.container-wrap {
  flex: none;
  max-width: 100%;
  display: flex;
}

.container-wrap.l {
  text-align: left;
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.h3.underline {
  border-style: solid;
  border-width: 0 0 4px;
  border-color: var(--misty-rose);
  padding-bottom: 40px;
  line-height: 32px;
}

.h3.quote {
  max-width: 370px;
  font-weight: 400;
}

.columns {
  flex: 0 auto;
  max-width: 100%;
}

.columns.bottom-margin {
  margin-bottom: 60px;
}

.column {
  padding-left: 20px;
  padding-right: 20px;
}

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

.column.bigger-gap {
  padding-left: 0;
  padding-right: 0;
}

.column.bigger-gap.r {
  padding-left: 40px;
}

.column.bigger-gap.r.img {
  margin-top: auto;
}

.column.bigger-gap.l {
  padding-right: 40px;
}

.column.bottom-margin {
  margin-bottom: 80px;
}

.column.bottom-margin.center {
  align-items: center;
  display: flex;
}

.heading {
  padding-left: 20px;
}

.heading.bottom-margin {
  margin-bottom: 80px;
}

.quote {
  text-align: center;
  flex: 1;
}

.quote.center {
  display: flex;
}

.quote-person {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.quote-sign.l {
  margin-right: 60px;
}

.quote-sign.r {
  flex: none;
  align-items: flex-end;
  margin-left: 60px;
  display: flex;
}

.image-7 {
  position: relative;
  bottom: 0;
}

.step {
  color: #fff;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.hire-img.l {
  margin-right: 80px;
}

.hire-img.r {
  margin-left: 80px;
}

.image-9 {
  display: none;
  overflow: hidden;
}

.quote-illus {
  height: 50px;
  position: absolute;
  bottom: 40px;
  right: -50px;
}

.quote-illus._2 {
  display: block;
  inset: 40px auto 0 -50px;
}

.image-15 {
  padding: 36px 56px;
}

.text-block-7 {
  color: #fff;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

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

.text-block-6 {
  color: #314a75;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.column-2 {
  background-color: #fff;
  border-radius: 20px;
  margin-top: -18px;
  padding: 20px;
  position: static;
  inset: 20px 25px;
}

.image-11 {
  padding: 40px 100px 40px 40px;
}

.p-2 {
  color: #fff;
  text-align: left;
  max-width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

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

.image-14 {
  padding: 36px 56px;
}

.columns-3 {
  padding-top: 56px;
}

.div-block-7 {
  margin-bottom: -15px;
}

.image-13 {
  padding: 40px 100px 40px 40px;
}

.div-block-9 {
  display: none;
}

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

.h2-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

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

.div-block-6 {
  max-width: none;
  max-height: none;
  margin: 80px 124px;
}

.image-10 {
  padding: 40px;
}

.image-10.solution-lines {
  padding-left: 100px;
}

.image-12 {
  padding: 40px 40px 40px 100px;
}

.columns-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.text-block-8 {
  color: #fff;
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.image-16 {
  padding: 36px 56px;
}

.div-block-8 {
  flex-direction: column;
  margin-left: 40px;
  display: inline-block;
}

.text-block-5 {
  color: #314a75;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.column-2-copy {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 28px;
  padding: 20px;
  position: static;
  inset: 20px 25px;
}

.h5-2 {
  color: #fff;
  text-align: center;
  max-width: 476px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: block;
  position: relative;
}

.container-hero-2 {
  flex-direction: column;
  flex: 1;
  max-width: 1440px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 132px;
  padding-right: 132px;
  display: block;
  position: static;
}

.hero {
  background-image: url('../images/jason-goodman-fXVx1opWGxM-unsplash.jpg');
  background-position: 100%;
  background-size: cover;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.body-2 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.heading-2 {
  color: #fff;
  margin-bottom: 20px;
  padding-right: 22px;
  font-family: Lato, sans-serif;
  line-height: 50px;
}

.paragraph {
  color: #fff;
  margin-bottom: 40px;
  padding-right: 119px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.button-2 {
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

.hero-2 {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.feature-section {
  background-color: #6985af;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 200%;
  max-width: 175%;
  height: 100%;
}

.heading-4 {
  color: #fff;
  margin-left: 191px;
  font-family: Lato, sans-serif;
}

.paragraph-2 {
  color: #fff;
  padding-left: 193px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-5 {
  font-family: Lato, sans-serif;
}

.paragraph-3 {
  margin-top: 25px;
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
}

.cards-section-2 {
  background-color: #adc2e0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-image-2 {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-7 {
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
}

.heading-8 {
  text-align: center;
  font-family: Lato, sans-serif;
}

.paragraph-5 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.button-3 {
  background-color: #000;
  border-radius: 20px;
  margin-top: 36px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.block-quote {
  color: #fff;
  margin-top: 120px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 38px;
}

.heading-9 {
  margin-bottom: 19px;
}

.text-block-9 {
  margin-bottom: 34px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-14 {
  margin-top: 24px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.tabs {
  font-size: 16px;
  line-height: 25px;
}

.hero-3 {
  color: #333;
  text-align: center;
  background-color: #adc2e0;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Lato, sans-serif;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.heading-10 {
  text-align: center;
  font-family: Lato, sans-serif;
}

.paragraph-6 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.button-4 {
  text-align: center;
  background-color: #0d0d0e;
  border-radius: 20px;
  margin-top: 23px;
  font-size: 16px;
}

.slide {
  background-color: #000;
}

.bold-text, .bold-text-2 {
  font-family: Lato, sans-serif;
  position: static;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-family: Lato, sans-serif;
}

.section-4 {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-3 {
  text-align: center;
  font-family: Lato, sans-serif;
}

.slide-2 {
  background-color: #000;
}

@media screen and (min-width: 1280px) {
  .body {
    background-color: #2d4772;
    overflow: hidden;
  }

  .section.content.client {
    align-items: center;
    padding-top: 0;
  }

  .section.product-hero {
    align-items: flex-start;
    padding-left: 140px;
    padding-right: 140px;
  }

  .section.wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding: 100px 140px;
    display: block;
  }

  .section.wrap.vertical {
    text-align: left;
  }

  .section.wrap.horizontal {
    text-align: left;
    background-size: 1301px;
    flex-flow: row;
    align-items: flex-start;
    padding-right: 140px;
    display: flex;
  }

  .container-hero {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
  }

  .gradient-bk {
    height: 5800px;
    min-height: 0%;
  }

  .h2 {
    font-size: 26px;
  }

  .h2.bold {
    text-align: left;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }

  .h2.bold.l {
    text-align: left;
  }

  .p {
    max-width: 100%;
  }

  .container-text.l {
    padding-left: 140px;
  }

  .container-text.r {
    padding-right: 0;
  }

  .div-block.logo._2, .div-block.logo._4 {
    display: flex;
  }

  .client-logo.edison, .client-logo.rayhteon {
    margin-left: 140px;
  }

  .button {
    color: #314a75;
    transition: all .15s;
  }

  .button:hover {
    color: #f5d7e3;
    background-color: #314a75;
  }

  .button.small {
    margin-left: auto;
  }

  .button.small.l {
    margin-left: 0;
  }

  .absolut-image._2 {
    left: auto;
    right: 20px;
  }

  .absolut-image._3 {
    right: 10%;
  }

  .absolut-image._8 {
    opacity: 1;
  }

  .absolut-image._9 {
    top: 40px;
  }

  .absolut-image._10 {
    top: -40px;
  }

  .absolut-image._11 {
    left: 48%;
  }

  .absolut-image._12 {
    left: 43%;
  }

  .absolut-image._14 {
    top: 377px;
    left: 75%;
  }

  .absolut-image._18 {
    z-index: -50;
    top: 340px;
    left: 60%;
  }

  .absolut-image._2 {
    top: 17%;
    left: auto;
    right: -100px;
  }

  .absolut-image._4 {
    left: -6%;
  }

  .absolut-image._0 {
    left: 11%;
  }

  .absolut-image._3 {
    bottom: 11px;
    right: 5%;
  }

  .container-2 {
    flex: 1;
    max-width: 100%;
  }

  .container-wrap {
    text-align: center;
    flex: none;
    max-width: 100%;
  }

  .container-wrap.horizontal {
    object-fit: fill;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .container-wrap.horizontal.underline {
    border-bottom: 4px solid #f5d7e3;
    padding-bottom: 20px;
  }

  .container-wrap.wrap {
    text-align: center;
    justify-content: center;
  }

  .h3 {
    color: #fff;
    object-fit: fill;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .image-9 {
    display: none;
  }

  .quote-illus {
    right: 0;
  }

  .quote-illus._2 {
    left: 0;
  }

  .image-15 {
    padding: 36px 64px;
  }

  .text-block-7 {
    color: #fff;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
  }

  .column-3 {
    align-items: flex-start;
    padding: 0 32px;
    position: relative;
  }

  .column-2 {
    display: block;
  }

  .image-11 {
    padding: 40px 120px 40px 40px;
  }

  .p-2 {
    max-width: 100%;
    font-size: 18px;
  }

  .image-14 {
    flex: 0 auto;
    padding: 36px 64px;
  }

  .columns-3 {
    padding-top: 10px;
  }

  .div-block-16 {
    margin-top: 20px;
  }

  .image-13 {
    padding: 40px 100px 40px 40px;
  }

  .column-5 {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .h2-2 {
    font-size: 26px;
    font-weight: 600;
  }

  .div-block-6 {
    margin-left: 117px;
    margin-right: 117px;
  }

  .image-10 {
    padding: 40px 40px 40px 120px;
  }

  .image-12 {
    padding: 40px 40px 40px 100px;
  }

  .columns-2 {
    text-align: left;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .text-block-8 {
    color: #fff;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
  }

  .image-16 {
    text-align: center;
    padding: 36px 64px;
  }

  .div-block-8 {
    flex-direction: row;
    display: inline-block;
    position: sticky;
  }

  .column-2-copy {
    margin-top: 47px;
    display: block;
  }

  .container-hero-2 {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
  }

  .heading-2 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 45px;
    line-height: 74px;
    display: block;
  }

  .feature-section {
    background-color: #6985af;
  }

  .heading-4 {
    color: #fff;
    padding-left: 126px;
  }

  .paragraph-2 {
    color: #fff;
    padding-left: 128px;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 135px;
    padding-right: 0;
  }

  .flex-container {
    object-fit: cover;
  }

  .hero-image {
    object-fit: scale-down;
    width: auto;
    height: auto;
  }

  .heading-2 {
    padding-right: 83px;
  }

  .heading-3 {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 25px;
  }

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

  .section-2 {
    background-color: #6985af;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-2 {
    color: #333;
    background-color: #6985af;
  }

  .feature-section {
    background-color: #6985af;
  }

  .feature-image {
    object-fit: cover;
    width: auto;
    max-width: 200%;
    height: auto;
  }

  .div-block-17 {
    margin-left: 107px;
  }

  .heading-4 {
    color: #fff;
    object-fit: cover;
    margin-top: 1px;
    margin-left: 140px;
    margin-right: -33px;
    padding-left: 0;
    padding-right: 39px;
    font-family: Lato, sans-serif;
  }

  .paragraph-2 {
    color: #fff;
    margin-left: 140px;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .cards-section {
    margin-bottom: 0;
  }

  .cards-image {
    object-fit: fill;
  }

  .heading-5 {
    font-family: Lato, sans-serif;
  }

  .paragraph-3 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-6 {
    text-align: center;
    font-family: Lato, sans-serif;
  }

  .paragraph-4 {
    font-family: Montserrat, sans-serif;
  }

  .section-3 {
    background-color: #adc2e0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cards-section-2 {
    background-color: #adc2e0;
  }

  .cards-image-2 {
    object-fit: fill;
  }

  .heading-7 {
    margin-bottom: 50px;
    font-family: Lato, sans-serif;
  }

  .heading-8 {
    text-align: center;
    font-family: Lato, sans-serif;
  }

  .paragraph-5 {
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

  .slider {
    background-color: #333;
  }

  .block-quote {
    color: snow;
    margin-top: 116px;
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-style: italic;
    line-height: 35px;
  }

  .heading-9 {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 35px;
    font-family: Lato, sans-serif;
  }

  .text-block-9 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 26px;
  }

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

  .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    font-family: Lato, sans-serif;
  }

  .text-block-14 {
    margin-top: 30px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 26px;
  }

  .tabs {
    margin-top: 45px;
  }

  .hero-3 {
    background-color: #adc2e0;
  }

  .flex-container-2 {
    text-align: center;
  }

  .heading-10 {
    text-align: center;
    font-family: Lato, sans-serif;
  }

  .paragraph-6 {
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

  .button-4 {
    text-align: center;
    background-color: #1a1a1a;
    border-radius: 20px;
    margin-top: 38px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    position: static;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    object-fit: fill;
    overflow: hidden;
  }

  .section.wrap.horizontal {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-clients.r {
    display: none;
  }

  .div-block.logo, .div-block.logo._2 {
    display: flex;
  }

  .absolut-image {
    left: 140px;
  }

  .absolut-image._5 {
    z-index: 999;
    right: -400px;
  }

  .absolut-image._7 {
    right: -266px;
  }

  .absolut-image._8 {
    right: -150px;
  }

  .absolut-image._9 {
    left: -180px;
  }

  .absolut-image._10 {
    left: -260px;
  }

  .absolut-image._13 {
    left: -270px;
    right: auto;
  }

  .absolut-image._14 {
    left: auto;
    right: -270px;
  }

  .absolut-image._15 {
    right: -20%;
  }

  .absolut-image.hero-main {
    right: -10%;
  }

  .absolut-image._18 {
    left: auto;
    right: 10%;
  }

  .absolut-image._6 {
    left: -380px;
  }

  .absolut-image._2 {
    right: -250px;
  }

  .absolut-image._4 {
    left: -250px;
  }

  .absolut-image._3 {
    right: 60px;
  }

  .hero {
    background-image: url('../images/jason-goodman-fXVx1opWGxM-unsplash.jpg');
    background-position: 0 0;
    background-size: cover;
    padding-bottom: 140px;
  }

  .body-2 {
    object-fit: cover;
  }

  .heading-2 {
    color: #fff;
    margin-bottom: 20px;
    padding-right: 83px;
    font-family: Lato, sans-serif;
    font-size: 45px;
    line-height: 74px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-container {
    display: flex;
  }

  .section.content {
    flex-direction: column;
    justify-content: center;
    min-height: 800px;
  }

  .section.content.client {
    justify-content: flex-start;
    min-height: 700px;
    margin-top: 0;
    padding-top: 100px;
  }

  .section.content.inverse {
    flex-direction: column-reverse;
    min-height: 800px;
  }

  .section.hero.center {
    padding-top: 200px;
  }

  .section.product-hero, .section.wrap.vertical, .section.wrap.horizontal {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.wrap.horizontal.bk {
    background-size: 95% 70%;
  }

  .gradient-bk {
    height: 7000px;
  }

  .gradient-bk.home {
    height: 4700px;
  }

  .h2 {
    text-align: center;
  }

  .h2.center-blue {
    text-align: center;
    max-width: 477px;
  }

  .p {
    text-align: center;
  }

  .p.center-blue {
    max-width: 477px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-text.l {
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container-text.r {
    margin-bottom: 60px;
    padding-left: 122px;
    padding-right: 122px;
  }

  .container-image {
    flex: none;
  }

  .container-clients.r {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block.logo._2 {
    display: none;
  }

  .button {
    margin-top: 100px;
  }

  .nav-menu {
    z-index: 99;
    justify-content: flex-start;
    margin-bottom: 0;
    display: block;
    position: fixed;
    top: 64px;
  }

  .menu-button {
    position: absolute;
    right: 24px;
  }

  .nav-link-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    font-size: 36px;
  }

  .absolut-image {
    max-width: 100%;
    left: 100px;
  }

  .absolut-image._4 {
    width: 300px;
    left: -150px;
  }

  .absolut-image._5 {
    width: 450px;
    top: 60px;
    bottom: auto;
    right: -200px;
  }

  .absolut-image._7 {
    width: 150px;
  }

  .absolut-image._8 {
    bottom: -40px;
    right: 75px;
  }

  .absolut-image._9 {
    display: none;
    overflow: visible;
  }

  .absolut-image._10 {
    display: none;
  }

  .absolut-image._11 {
    bottom: -60px;
    left: 100px;
  }

  .absolut-image._12 {
    bottom: -20px;
    left: 25px;
  }

  .absolut-image._13 {
    width: 300px;
    top: 430px;
    bottom: 82px;
  }

  .absolut-image._14 {
    width: 300px;
    display: block;
    top: 430px;
  }

  .absolut-image._0 {
    width: 250px;
    top: 60px;
  }

  .absolut-image._15, .absolut-image.hero-main, .absolut-image._18 {
    display: none;
  }

  .absolut-image._6 {
    width: 450px;
    top: -136px;
    left: -200px;
  }

  .absolut-image._2 {
    width: 168px;
    top: 11px;
    right: -40px;
  }

  .absolut-image._4 {
    width: 300px;
    top: 378px;
    left: -158px;
  }

  .absolut-image._0 {
    width: 178px;
    top: 45px;
    left: 13%;
  }

  .absolut-image._3 {
    width: 406px;
    bottom: 81px;
    right: -27px;
  }

  .image-3 {
    flex: 1;
    max-width: 477px;
  }

  .image-4 {
    display: none;
    overflow: visible;
  }

  .close {
    z-index: -99;
    opacity: 0;
    position: absolute;
  }

  .menu {
    display: inline-block;
  }

  .nav-menu-2 {
    opacity: .9;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #2d4772;
    height: 240vw;
  }

  .image-5 {
    max-width: 477px;
  }

  .menu-button-2.w--open {
    background-color: #2d4772;
  }

  .div-block-3 {
    text-align: left;
    flex-direction: column;
    display: flex;
  }

  .container-wrap.hire {
    flex-direction: column;
    align-items: center;
  }

  .quote-sign.l {
    margin-right: 20px;
  }

  .quote-sign.r {
    margin-left: 20px;
  }

  .hire-img.l {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .hire-img.r {
    margin-top: 40px;
    margin-left: 0;
  }

  .image-9 {
    overflow: hidden;
  }

  .quote-illus, .quote-illus._2 {
    display: none;
  }

  .text-block-7 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .div-block-11 {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .text-block-6 {
    padding-top: 10px;
  }

  .columns-5 {
    align-items: flex-start;
    padding-left: 56px;
    padding-right: 56px;
    display: flex;
  }

  .div-block-10 {
    background-color: #fff;
    border-radius: 20px;
    margin: 24px 192px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .div-block-13 {
    padding: 0 56px 40px;
  }

  .div-block-15 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .columns-4 {
    align-items: flex-start;
    display: flex;
  }

  .column-6 {
    padding: 0;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    padding: 10px 24px 56px;
    display: block;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-17 {
    padding: 0 32px 32px;
  }

  .div-block-6 {
    display: none;
  }

  .div-block-14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }
}

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

  .h5 {
    font-size: 16px;
  }

  .section.content.client {
    justify-content: center;
    min-height: 800px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .section.contact {
    min-height: 600px;
  }

  .section.product-hero {
    text-align: center;
    min-height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.wrap.vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .section.wrap.horizontal {
    padding: 60px 0;
  }

  .container-hero {
    max-width: 100%;
  }

  .gradient-bk {
    height: 7650px;
  }

  .gradient-bk.home {
    height: 4580px;
  }

  .h2 {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

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

  .p {
    text-align: center;
    font-size: 16px;
  }

  .container-text.l {
    max-width: 80%;
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-text.r {
    max-width: 80%;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .container-clients.new {
    flex: 0 auto;
  }

  .div-block.logo._2 {
    display: flex;
  }

  .button {
    margin-top: 60px;
    padding: 16px 35px;
    font-size: 32px;
    line-height: 40px;
  }

  .nav-link-2 {
    padding-left: 32px;
  }

  .absolut-image {
    left: 60px;
  }

  .absolut-image._11 {
    bottom: -40px;
    left: 60px;
  }

  .absolut-image._12 {
    left: -25px;
  }

  .absolut-image._13 {
    width: 150px;
    top: 387px;
    right: 80%;
  }

  .absolut-image._14 {
    width: 150px;
    top: 387px;
    left: 80%;
  }

  .absolut-image._2 {
    width: 170px;
    top: 60px;
  }

  .absolut-image._4 {
    width: 250px;
    top: 400px;
    left: -100px;
  }

  .absolut-image._0 {
    width: 220px;
    top: 40px;
  }

  .absolut-image._3 {
    width: 400px;
    bottom: 40px;
    right: -50px;
  }

  .image-3.mission-mobile {
    max-width: 100%;
    display: none;
  }

  .image-3.mission-desktop {
    max-width: 100%;
    display: block;
  }

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

  .menu-button-2.w--open {
    background-color: #2d4772;
  }

  .hero-left-aligned {
    text-align: center;
  }

  .columns.bottom-margin {
    margin-bottom: 0;
  }

  .column {
    margin-bottom: 40px;
  }

  .column.bigger-gap.r {
    padding-left: 0;
  }

  .column.bottom-margin {
    margin-bottom: 0;
  }

  .column.bottom-margin.center {
    display: block;
  }

  .column.top-margin {
    margin-top: 40px;
  }

  .quote-sign.l {
    width: 40px;
    display: none;
  }

  .quote-sign.r {
    width: 40px;
    display: none;
    overflow: visible;
  }

  .image-8 {
    display: none;
    overflow: hidden;
  }

  .image-9 {
    display: block;
    overflow: visible;
  }

  .div-block-10 {
    margin-left: 144px;
    margin-right: 144px;
  }

  .p-2 {
    font-size: 16px;
  }

  .div-block-9 {
    padding-bottom: 0;
  }

  .h2-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .h5-2 {
    font-size: 16px;
  }

  .container-hero-2 {
    max-width: 100%;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-2, .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .cards-section-2, .hero-3 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }
}

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

  .h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .section.content {
    flex-direction: column;
  }

  .section.content.client {
    justify-content: center;
    min-height: 1000px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .section.content.inverse {
    margin-top: 80px;
  }

  .section.hero {
    min-height: 800px;
  }

  .section.hero.center {
    padding-top: 240px;
  }

  .section.contact {
    min-height: 700px;
    overflow: visible;
  }

  .section.wrap.vertical {
    padding: 60px 0;
  }

  .section.wrap.horizontal.bk {
    background-size: 90% 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gradient-bk {
    height: 9440px;
  }

  .gradient-bk.home {
    height: 5200px;
  }

  .h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
  }

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

  .h2.bold.l {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .h2.bold.bottom-margin {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .p {
    text-align: center;
    min-width: 100%;
    font-size: 16px;
  }

  .container-text.l {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 64px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: static;
    top: 0;
  }

  .container-text.r {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-image {
    flex: 0 auto;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .container-clients.r {
    margin-top: 40px;
    display: none;
    position: relative;
  }

  .container-clients.l {
    margin-top: 64px;
    display: none;
    position: relative;
    top: 0;
  }

  .div-block {
    padding-left: 24px;
  }

  .div-block.logo._2 {
    display: flex;
  }

  .image {
    max-width: 100px;
  }

  .s1 {
    margin-left: 32px;
  }

  .div-block-2 {
    width: 100px;
  }

  .client-logo, .client-logo.bcg {
    margin-left: 0;
  }

  .client-logo.edison, .client-logo.rayhteon {
    margin-top: 40px;
    margin-left: 0;
  }

  .button {
    border-width: 3px;
    margin-top: 120px;
    padding: 14px 35px;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
  }

  .button.small {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-menu {
    z-index: 99;
    width: 100%;
    right: 0;
  }

  .nav-link-2 {
    font-size: 28px;
  }

  .absolut-image._5 {
    width: 308px;
    right: -150px;
  }

  .absolut-image._7 {
    width: 110px;
    bottom: -65px;
  }

  .absolut-image._8 {
    width: 90px;
    bottom: -35px;
    right: 65px;
  }

  .absolut-image._11 {
    z-index: -9;
    width: 78px;
    bottom: -13px;
    left: 20px;
  }

  .absolut-image._12 {
    width: 70px;
    bottom: 5px;
  }

  .absolut-image._13 {
    width: 136px;
    top: 613px;
    left: auto;
    right: 70%;
  }

  .absolut-image._14 {
    width: 136px;
    top: 434px;
    left: 70%;
    right: auto;
  }

  .absolut-image._6 {
    width: 310px;
    top: -136px;
    left: -150px;
  }

  .absolut-image._2 {
    width: 100px;
    top: 110px;
    left: auto;
    right: -15px;
  }

  .absolut-image._4 {
    width: 160px;
    top: 621px;
    left: -63px;
  }

  .absolut-image._0 {
    width: 156px;
    top: 40px;
    left: 20px;
  }

  .absolut-image._3 {
    width: 274px;
    top: 618px;
    bottom: auto;
    right: -95px;
  }

  .image-3 {
    flex: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }

  .image-3.mission-mobile {
    display: block;
  }

  .image-3.mission-desktop {
    display: none;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #2d4772;
  }

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

  .menu-button-2 {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: #2d4772;
  }

  .image-6 {
    margin-top: 4px;
    position: static;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients-block, .clients-top {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .clients-bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .container-wrap.hire {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrap.wrap {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    text-align: center;
  }

  .h3.quote {
    max-width: 100%;
  }

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

  .column {
    margin-top: 40px;
  }

  .column.centered {
    margin-top: 10px;
  }

  .column.bigger-gap.r {
    margin-top: 40px;
  }

  .column.bigger-gap.l {
    text-align: center;
    margin-top: 40px;
    padding-right: 0;
  }

  .column.bottom-margin {
    margin-top: 0;
  }

  .column.top-margin {
    margin-bottom: 0;
  }

  .heading.bottom-margin {
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .quote {
    max-width: 100%;
  }

  .image-8 {
    display: none;
  }

  .image-9 {
    display: block;
  }

  .text-block-7 {
    font-size: 18px;
    line-height: 23px;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 18px;
  }

  .columns-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    flex-direction: column;
    align-items: center;
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .p-2 {
    text-align: center;
    min-width: 100%;
    font-size: 16px;
  }

  .image-20 {
    width: 3px;
    height: 50px;
  }

  .div-block-13 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-9 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .column-7 {
    margin-bottom: 14px;
  }

  .h2-2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
  }

  .image-17 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-11 {
    padding-left: 16px;
    padding-right: 0;
  }

  .image-21 {
    width: 3px;
    max-width: 100%;
    height: 50px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-5 {
    font-size: 18px;
    line-height: 23px;
  }

  .div-block-12 {
    object-fit: cover;
    margin-top: 40px;
  }

  .h5-2 {
    margin-left: 24px;
    margin-right: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .container-hero-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad63-f5d43024, #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad6a-f5d43024, #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad71-f5d43024, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2de0-f5d43024, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2de8-f5d43024, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2df0-f5d43024, #w-node-af0cc5d3-3d07-3598-070f-503221580568-f5d43024, #w-node-af0cc5d3-3d07-3598-070f-50322158056f-f5d43024, #w-node-af0cc5d3-3d07-3598-070f-503221580576-f5d43024, #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad63-905ff9b5, #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad6a-905ff9b5, #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad71-905ff9b5, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2de0-905ff9b5, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2de8-905ff9b5, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2df0-905ff9b5, #w-node-af0cc5d3-3d07-3598-070f-503221580568-905ff9b5, #w-node-af0cc5d3-3d07-3598-070f-50322158056f-905ff9b5, #w-node-af0cc5d3-3d07-3598-070f-503221580576-905ff9b5, #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad63-9ce95158, #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad6a-9ce95158, #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad71-9ce95158, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2de0-9ce95158, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2de8-9ce95158, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2df0-9ce95158, #w-node-af0cc5d3-3d07-3598-070f-503221580568-9ce95158, #w-node-af0cc5d3-3d07-3598-070f-50322158056f-9ce95158, #w-node-af0cc5d3-3d07-3598-070f-503221580576-9ce95158, #w-node-af0cc5d3-3d07-3598-070f-503221580568-059fa7ef, #w-node-af0cc5d3-3d07-3598-070f-50322158056f-059fa7ef, #w-node-af0cc5d3-3d07-3598-070f-503221580576-059fa7ef, #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad63-a41091ea, #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad6a-a41091ea, #w-node-ed7c56fa-bd4e-01f9-d6ed-fc618a26ad71-a41091ea, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2de0-a41091ea, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2de8-a41091ea, #w-node-fadc4b7b-ec61-6905-31e0-1a0a197a2df0-a41091ea, #w-node-af0cc5d3-3d07-3598-070f-503221580568-a41091ea, #w-node-af0cc5d3-3d07-3598-070f-50322158056f-a41091ea, #w-node-af0cc5d3-3d07-3598-070f-503221580576-a41091ea {
    grid-column: span 1 / span 1;
  }
}


